platform/upstream/curl.git
2010-02-24 Yang Tseenable 802 and 803
2010-02-24 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix socket data type
2010-02-22 Yang Tsefix socket data type and logging format in debug tracki...
2010-02-22 Yang Tseconvert Curl_ultous() and Curl_ultouc() functions to...
2010-02-22 Yang Tseupdated sources
2010-02-22 Patrick Monnerat_ Adjusted RFC821 HELO fallback and enabled test804
2010-02-22 Patrick Monnerat- Proper handling of STARTTLS on SMTP, taking CURLUSESS...
2010-02-22 Yang Tseadd header inclusion
2010-02-22 Yang Tsefix compiler warning
2010-02-21 Yang Tsefix compiler warning
2010-02-21 Daniel Stenbergclarify more details on section "2.1 More non-blocking"
2010-02-21 Daniel StenbergTFTP transfers are not blocking since 7.20.0
2010-02-20 Daniel Stenberg- Fixed the SMTP compliance by making sure RCPT TO...
2010-02-20 Daniel Stenberg- I made the SMTP code expect a 250 response back from...
2010-02-20 Daniel Stenbergcorected a comment and wrapped a few longish lines
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-19 Yang Tsefix compiler warning
2010-02-18 Yang Tsefix compiler warning
2010-02-17 Daniel Stenbergares_reinit()
2010-02-17 Daniel Stenberguse curl standard indentation and line lengths
2010-02-16 Yang Tsereplaced tabs with spaces
2010-02-16 Yang Tsefix Content-Length validation
2010-02-15 Daniel Stenberguse (void) in front of fwrite() calls that ignore the...
2010-02-15 Yang Tsefix compiler warning: conversion from "long" to "size_t...
2010-02-15 Yang Tsefix compiler warning: conversion from "long" to "size_t...
2010-02-15 Daniel Stenberg-w speed_download and speed_upload are measured in...
2010-02-14 Daniel Stenberg75. NTLM authentication involving unicode user name...
2010-02-14 Yang Tseremoved trailing whitespace
2010-02-14 Yang Tsefix compiler warning
2010-02-14 Yang TseOverhauled test suite getpart() function. Fixing potent...
2010-02-13 Daniel Stenberg- Martin Hager reported and fixed a problem with a...
2010-02-13 Gunter Knaufused allways #ifdef / #ifndef;
2010-02-13 Gunter Knaufreplaced tabs by spaces, removed trailing tabs/spaces.
2010-02-13 Daniel Stenberg- Tom Donovan fixed the CURL_FORMAT_* defines when...
2010-02-12 Daniel Stenberg- Jack Zhang reported a problem with SMTP: we wrongly...
2010-02-12 Daniel StenbergCURLOPT_MAIL_RCPT is *not* a string so we must not...
2010-02-12 Daniel Stenbergfree --mail-from strings properly
2010-02-11 Patrick Monnerat_ Make it compilable again on OS400.
2010-02-11 Yang Tsemention last changes
2010-02-11 Yang TseSteven M. Schweda updated VMS readme file
2010-02-11 Yang TseSteven M. Schweda removed batch_compile.com and defines.com
2010-02-11 Yang TseSteven M. Schweda fixed:
2010-02-10 Dan FandrichMention the minimum size of CURL_MAX_WRITE_SIZE
2010-02-10 Yang Tse- remove extra "\r\n" from doc404_RTSP
2010-02-09 Dan FandrichRemoved some erroneous "compressed" key words
2010-02-09 Daniel Stenbergstart working on 7.20.1
2010-02-09 Daniel Stenbergspell and 7.20.0
2010-02-09 Daniel Stenberg- When downloading compressed content over HTTP and...
2010-02-09 Daniel Stenbergset VERSIONINFO accordingly for the 7.20.0 release
2010-02-06 Yang Tsewarning fix
2010-02-06 Yang TseOOM handling fix
2010-02-06 Yang TseOOM handling fix
2010-02-05 Yang Tsefix compiler warning
2010-02-05 Yang Tsefix compiler warning
2010-02-05 Yang Tsefix compiler warning
2010-02-05 Yang TseAddes OOM handling for curl_easy_setopt() calls in...
2010-02-05 Yang Tse- avoid OpenSSL 0.9.8 ENGINE_by_id memory leak
2010-02-05 Yang Tse- attempt to workaround icc 9.1 optimizer issue
2010-02-04 Yang Tsefix printf-style format strings
2010-02-04 Yang TseValidate server port argument
2010-02-04 Yang TseFix variable initialization
2010-02-04 Yang TseModified test case 557 to additionally verify libcurl...
2010-02-04 Yang TseAdded size check for 'short' data type
2010-02-04 Yang TseFix compiler warning: unused variable
2010-02-04 Yang Tseadded an additional second to allow test to pass on...
2010-02-03 Dan FandrichChanged the Watcom makefiles to make them easier to...
2010-02-03 Daniel Stenbergmore symbols added in 7.20.0
2010-02-03 Yang TseFix OOM handling
2010-02-03 Yang TseFix progressmode Configurable struct member data type...
2010-02-03 Yang TseFix portability issue related with unaligned memory...
2010-02-03 Yang TseFix compiler warnings: conversion from 'const int ...
2010-02-03 Yang Tsecookies with same path length might get sorted in diffe...
2010-02-03 Yang Tseadded an additional second to allow test to pass on...
2010-02-02 Yang TseFix compiler warning: conditional expression is constant
2010-02-02 Yang TseFix compiler warning: local variable may be used withou...
2010-02-02 Yang TseFix compiler warnings: conversion from 'const int ...
2010-02-02 Yang TseFix compiler warnings:
2010-02-02 Yang Tsemention a couple of changes back from November
2010-02-02 Yang Tsemention run time statistics options
2010-02-02 Yang Tse- Symbol CURL_FORMAT_OFF_T now obsoleted, will be remov...
2010-02-02 Yang Tseavoid possibility of using obsoleted stuff
2010-02-02 Yang Tseremove setup.h inclusion which is already done from...
2010-02-02 Kamil Dudkamention SOCKS related problems in the curl(1) man page
2010-02-02 Yang TseFix compiler warning: variable was set but never used
2010-02-02 Daniel StenbergJulien Chaffraix pointed out a comment mistake, and...
2010-02-02 Yang Tseinclude headers
2010-02-01 Yang TseConroy added a check to the coded message size since...
2010-02-01 Yang TseConroy's fix to make the code match with the RTP docume...
2010-02-01 Daniel StenbergWe introduce a loop in lib/multi.c around all calls...
2010-02-01 Yang Tseupdate rtsp server header field from SWS to RTSPD
2010-02-01 Yang TseTest suite support for RTSP
2010-01-30 Yang TseMake Curl_pop3_write() additionally truncate trailing...
2010-01-29 Yang TseWIN32 fix, _beginthreadex() may return either 0 or...
2010-01-29 Yang Tsefix errno usage for WIN32 builds
2010-01-29 Yang Tsefix printf-style format strings
next