platform/upstream/curl.git
2006-10-18 Yang TseMove definition of IS*() macros to setup_once.h
2006-10-17 Dan FandrichFixed compile error in HAVE_SIGACTION case.
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-10-17 Daniel Stenbergclear the struct size not the pointer size, pointed...
2006-10-17 Daniel Stenbergbuildconf already runs ares/buildconf by itself if...
2006-10-17 Yang TseExplicit typecast for Curl_debug() size argument
2006-10-17 Yang TseTypo
2006-10-17 Daniel Stenbergmake the low_speed check set the expire timer so that...
2006-10-17 Daniel StenbergPlease welcome our new haxx.se curl mirror, for really...
2006-10-17 Daniel StenbergJeff helped me pinpoint that we didn't properly set...
2006-10-17 Daniel Stenbergfix the name resolve abort timeout calculation (when...
2006-10-17 Yang TseCompiler warning fix
2006-10-16 Daniel StenbergAdded a check in configure that simply tries to run...
2006-10-15 Yang TseCompiler warning fix
2006-10-15 Gisle VanemReplace ";;" with ";".
2006-10-15 Gisle VanemRearranged target HAVE_x section.
2006-10-14 Yang TseDeclare our own timeval struct if HAVE_STRUCT_TIMEVAL...
2006-10-14 Yang TseDefine HAVE_STRUCT_TIMEVAL as appropriate for platforms...
2006-10-13 Daniel StenbergPrevent ares_getsock() to overflow if more than 16...
2006-10-13 Dan FandrichThe tagging of application/x-www-form-urlencoded POST...
2006-10-13 Daniel Stenbergprint the actual (externally known) easy handle and...
2006-10-13 Daniel StenbergAdded comments about checking return code and the maxfd...
2006-10-13 Daniel StenbergAdded curl_multi_dump() when built with CURLDEBUG ...
2006-10-13 Yang TseCheck for struct timeval at configuration time
2006-10-12 Daniel Stenbergghiper now uses the timer callback in the multi interface
2006-10-12 Daniel Stenbergavoid an overflow if an excessive amount of servers...
2006-10-12 Daniel Stenbergclarify more
2006-10-12 Daniel StenbergStarting now, adding an easy handle to a multi stack...
2006-10-12 Daniel Stenbergdeleted #19 since it concerted FTP third party transfer...
2006-10-12 Daniel Stenbergwe've cut out third party transfers
2006-10-12 Daniel Stenbergpoint out the sslcert web page for -k/--insecure
2006-10-12 Daniel StenbergJeff Pohlmeyer has been working with the hiperfifo...
2006-10-12 Daniel Stenbergthe textual arraw for "Send SSL data" was the wrong way
2006-10-12 Yang TseInclusion of time header files based on header existance
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-10-10 Yang TseCompiler warning fix
2006-10-10 Yang TseCall curl_global_cleanup() in all code paths before...
2006-10-10 Daniel Stenbergrepair id string
2006-10-10 Daniel StenbergAdded ghiper.c, Jeff Pohlmeyer's example code using...
2006-10-10 Daniel Stenbergmark the handle as no longer having a broken pipe when...
2006-10-09 Daniel StenbergAdded test case 536 in an attempt to add Bogdan Nicula...
2006-10-09 Daniel Stenbergused for test 535 too
2006-10-09 Daniel Stenbergminor indent fix
2006-10-09 Daniel Stenbergwhen going to completed due to error, mark the handle...
2006-10-09 Daniel Stenbergnew mirrors
2006-10-09 Daniel Stenbergkill trailing whitespace
2006-10-09 Daniel Stenbergchanged the wording about removal of internal headers...
2006-10-09 Yang TseCompiler warning fix
2006-10-09 Daniel StenbergBogdan Nicula's second test case (posted Sun, 08 Oct...
2006-10-09 Yang TseCygwin 1.5.21 needs this hack to pass test 160.
2006-10-08 Daniel Stenbergslightly improved
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
next