platform/upstream/curl.git
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...
2006-08-30 Gisle VanemAdded HAVE_SYS_TIME_H for djgpp and HighC.
2006-08-30 Gisle VanemRemoved "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME...
2006-08-30 Gisle VanemAdded support for more MS-DOS compilers.
2006-08-29 Gisle VanemAvoid Metaware's High-C warning "'=' encountered where...
2006-08-29 Gisle VanemWatcom lacks <sys/time.h>.
2006-08-29 Gisle VanemAdded support for Watcom/DOS.
2006-08-29 Gisle VanemUpdated dependency section.
2006-08-29 Gisle VanemDon't include zlib headers in dependency output.
2006-08-29 Gisle VanemRenamed config.dj -> config.dos.
2006-08-29 Gisle VanemUse config.dos instead. Updated generated dependencies.
2006-08-29 Gisle VanemRemoved. New file is config.dos.
2006-08-29 Gisle VanemRenamed config.dj -> config.dos. Added #ifdef-section...
2006-08-29 Gisle VanemBUFSIZE defined in Metaware's <stdio.h>. Undefine to...
2006-08-29 Gisle VanemSupport other MS-DOS compilers (MSDOS is a djgpp built...
2006-08-29 Gisle VanemMetaware's High-C has an ISO cpp.
2006-08-29 Daniel StenbergBrad Spencer did
2006-08-29 Daniel StenbergDavid McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOP...
2006-08-25 Daniel StenbergArmel Asselin reported that the 'running_handles' count...
2006-08-23 Daniel Stenbergclarify the string syntax support in the CURLOPT_PROXY...
2006-08-23 Dan FandrichUse /usr/bin/env to invoke perl like the other test...
2006-08-22 Daniel StenbergDavid McCreedy fixed a remaining mistake from the Augus...
2006-08-22 Daniel StenbergPeter Sylvester pointed out a flaw in the AllowServerCo...
2006-08-22 Daniel Stenbergas Jeff Pohlmeyer pointed out, first get the multi...
2006-08-21 Dan FandrichWorkaround for Cray UNICOS 9.0 to fix ftp.
2006-08-21 Daniel Stenbergclarify for what protocols the changes are
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-08-18 Daniel StenbergArmel Asselin fixed a crash in the FTP code when using...
2006-08-18 Daniel StenbergAndrew Biggs pointed out a "Expect: 100-continue" flaw...
2006-08-16 Dan FandrichMinor portability fixes to get things running on UNICOS...
2006-08-16 Daniel Stenbergrelated info
2006-08-16 Gisle VanemUse gnutls_strerror() for clearer error message.
2006-08-15 Gisle VanemUse '_LIBICONV_VERSION' instead of variable '_libiconv_...
2006-08-14 Yang TseReplace exit() with return() in main()
2006-08-14 Daniel Stenbergadd missing man page
2006-08-11 Dan FandrichUse __minix to detect Minix, which works on both ACK...
next