platform/upstream/curl.git
2006-10-08 Daniel Stenbergclarified more
2006-10-08 Daniel Stenbergtest 534 added in an attempt to repeat Bogdan Nicula...
2006-10-08 Daniel Stenbergmodified lib533 to accept both URLs on the command...
2006-10-08 Daniel StenbergFix a "sockfilt" leak. When a new 'data' connection...
2006-10-07 Daniel Stenbergdon't display or act on state changes that doesn't...
2006-10-06 Daniel StenbergBogdan Nicula's hanging test case was converted to...
2006-10-06 Daniel Stenbergcatch silly mistakes better
2006-10-06 Gunter Knaufupdated for latest OpenSSL release.
2006-10-05 Daniel Stenbergplanned stuff to do before release
2006-10-04 Daniel StenbergDmitriy Sergeyev provided an example source code that...
2006-10-02 Daniel Stenbergremoved more dead code that is unused since the removal...
2006-09-30 Daniel StenbergSupport for FTP third party transfers is now dropped
2006-09-28 Daniel StenbergReported in #1561470 (curl.haxx.se/bug/view.cgi?id...
2006-09-27 Daniel Stenbergadded more explanations
2006-09-27 Daniel StenbergAs reported in bug: #1566077 the former URL mentioned...
2006-09-26 Daniel StenbergArmel Asselin's fix for the RESUME_FROM docu
2006-09-25 Yang TseCompiler warning fix
2006-09-25 Yang TseCompiler warning fix
2006-09-25 Yang TseCompiler warning fix
2006-09-24 Yang TseCompiler warning fix
2006-09-24 Daniel StenbergBernard Leak fixed configure --with-gssapi-libs
2006-09-24 Daniel StenbergCory Nelson made libcurl use the WSAPoll() function...
2006-09-24 Daniel Stenbergeeep, tab completion error
2006-09-24 Daniel Stenberg--ftp-ssl-control requires SSL/TLS, it does not "try" it
2006-09-24 Daniel Stenbergallow user in passwd state for test 280 to work (-...
2006-09-23 Daniel Stenbergupdated numbers
2006-09-23 Daniel Stenbergminor edits
2006-09-23 Daniel Stenbergfilled in some docs for the FTP server control commands
2006-09-23 Daniel Stenbergadded simple test of --ftp-alternative-to-user
2006-09-23 Daniel Stenberg--ftp-alternative-to-user was missing in the help text
2006-09-23 Daniel StenbergMike Protts added --ftp-ssl-control to make curl use...
2006-09-23 Daniel Stenbergstandard curl source code headers
2006-09-23 Daniel StenbergDmitriy Sergeyev provided a patch that made the SOCKS...
2006-09-21 Dan Fandrich-z works on FTP, too
2006-09-21 Daniel Stenberg(FTP) a failed upload does not invalidate the control...
2006-09-21 Daniel StenbergAdded test case 531 in an attempt to repeat bug report...
2006-09-21 Daniel StenbergExtended the explanation for CURLM_CALL_MULTI_PERFORM...
2006-09-20 Daniel StenbergArmel Asselin fixed problems when you gave a proxy...
2006-09-20 Daniel Stenberglots of "HTTPS" features are really "SSL" ones as they...
2006-09-20 Daniel StenbergMichael Wallner's test program again help me track...
2006-09-20 Daniel StenbergPEM is default type for key and cert
2006-09-16 Daniel StenbergResize the connection cache upwards when adding more...
2006-09-16 Daniel StenbergArmel Asselin - When the easy handle is removed from...
2006-09-15 Daniel Stenbergfile-local function should be static and not use Curl_...
2006-09-13 Gisle VanemUse CSOURCES as other makefiles. Add line for dependenc...
2006-09-13 Gisle Vanem'in6addr_any' must be placed in .c-file. Added 'REAL_WI...
2006-09-13 Yang TseCompiler warning fix
2006-09-13 Daniel Stenbergnicer reporting of disabled tests
2006-09-13 Daniel Stenbergadded CVS id and clarified the comment lines
2006-09-13 Daniel StenbergAdded a generic way to disable test cases when "all...
2006-09-13 Yang TseFix error introduced in file version 1.369
2006-09-12 Yang TseCompiler warning fix
2006-09-12 Daniel Stenbergstuff we do
2006-09-12 Daniel Stenberghiperfifo.c by Jeff Pohlmeyer
2006-09-12 Daniel Stenbergpipelining support is added now
2006-09-12 Daniel Stenbergexample code by Michael Wallner
2006-09-12 Daniel Stenbergcorrected URL
2006-09-12 Daniel Stenbergso it seems SOCKS5 too (still) has problems with connec...
2006-09-12 Yang TseCygwin preprocessor adjustments
2006-09-11 Daniel StenbergIf the current connection doesn't fit to get added...
2006-09-11 Daniel Stenberg- Guilherme Balena Versiani: I noted a strange BUG...
2006-09-11 Daniel Stenberg- Fixed my breakage from earlier today so that doing...
2006-09-11 Daniel Stenbergstupid mistake rectified by Jeff Pohlmeyer
2006-09-10 Yang TseCompiler warning fix
2006-09-10 Yang TseCompiler warning fix
2006-09-10 Daniel Stenbergcurl_multi_socket() fix thanks to Jeff's test code
2006-09-10 Daniel Stenberg Jeff Pohlmeyer presented a *multi_socket()-using...
2006-09-10 Daniel StenbergAdded a useful debug function within #if 0. The functio...
2006-09-10 Gisle VanemAdded select_test() function to allow selecting on...
2006-09-09 Gisle VanemSIGALARM -> SIGALRM.
2006-09-09 Gisle Vanem#ifdef around alarmfunc() to supress warning.
2006-09-09 Gisle Vanemiconv-data needs to be fully reallocated (to prevent...
2006-09-09 Gisle VanemPrint usage in case 'arg2 == NULL'.
2006-09-09 Gisle VanemDuplicate iconv-data too in curl_easy_duphandle().
2006-09-09 Yang TseCompiler warning fix
2006-09-09 Daniel StenbergMichele Bini fixed how the hostname is put in NTLM...
2006-09-09 Daniel Stenbergtab => space
2006-09-08 Daniel StenbergPeter Sylvester cleaned up and fixed the getsockname...
2006-09-08 Gisle Vanemsignal() returns 'void (*)(int)'.
2006-09-08 Daniel StenbergMention that CURLOPT_MAX_RECV/SEND* were added in 7...
2006-09-08 Gisle VanemUpdate comment reflecting structure change.
2006-09-08 Daniel Stenbergremoved the comment that isn't valid for this file...
2006-09-08 Gisle VanemCompilation fix; 'reqdata' is not a pointer. 'path...
2006-09-08 Daniel Stenbergtest 530 is the first ever HTTP pipelining test for...
2006-09-08 Yang TseCompilation fix
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-09-07 Yang TseFix compiler warning
2006-09-06 Daniel StenbergInvoke memanalyze from the source path and hush up...
2006-09-05 Daniel Stenbergadded some fresh new blurb
2006-09-04 Daniel Stenbergspell fix and added Jari
2006-09-04 Daniel StenbergJari Sundell's minor cleanup, added comments and some...
2006-09-04 Daniel StenbergI fell over a new libtool that starts with a newline...
2006-09-04 Daniel Stenbergoops, we're on the .6 track now
2006-09-04 Daniel Stenbergproper credit
2006-09-03 Daniel Stenberg- "Dortik" (curl.haxx.se/bug/view.cgi?id=1551412) provi...
2006-09-03 Daniel StenbergMohun Biswas' improvements and clarifications about...
2006-09-03 Gisle VanemSimplified #ifdef on WIN32; the statement
2006-09-03 Gisle VanemWatcom lacks <sys/time.h>.
2006-08-31 Daniel Stenbergadded missing test
2006-08-31 Daniel StenbergDmitriy Sergeyev found and fixed a multi interface...
next