Age | Commit message (Expand) | Author |
2006-09-15 | file-local function should be static and not use Curl_ prefix! | Daniel Stenberg |
2006-09-13 | Compiler warning fix | Yang Tse |
2006-09-12 | Compiler warning fix | Yang Tse |
2006-09-11 | If the current connection doesn't fit to get added to the connection cache, | Daniel Stenberg |
2006-09-11 | - Fixed my breakage from earlier today so that doing curl_easy_cleanup() on a | Daniel Stenberg |
2006-09-11 | stupid mistake rectified by Jeff Pohlmeyer | Daniel Stenberg |
2006-09-10 | Compiler warning fix | Yang Tse |
2006-09-10 | Compiler warning fix | Yang Tse |
2006-09-10 | Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a | Daniel Stenberg |
2006-09-09 | SIGALARM -> SIGALRM. | Gisle Vanem |
2006-09-09 | #ifdef around alarmfunc() to supress warning. | Gisle Vanem |
2006-09-08 | signal() returns 'void (*)(int)'. | Gisle Vanem |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-09-07 | Fix compiler warning | Yang Tse |
2006-09-03 | - "Dortik" (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that | Daniel Stenberg |
2006-09-03 | Simplified #ifdef on WIN32; the statement | Gisle Vanem |
2006-08-30 | Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead. | Gisle Vanem |
2006-08-29 | Watcom lacks <sys/time.h>. | Gisle Vanem |
2006-08-29 | David McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOPT_SOCKOPTDATA to | Daniel Stenberg |
2006-08-19 | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg |
2006-07-31 | Silence warning: empty body in an if-statement | Yang Tse |
2006-07-25 | Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl | Daniel Stenberg |
2006-07-24 | Fix typo. | Gisle Vanem |
2006-07-21 | Use calloc() instead. | Gisle Vanem |
2006-07-19 | Fix compiler warnings | Yang Tse |
2006-07-17 | Fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2006-07-14 | David McCreedy fixed a flaw where the CRLF counter wasn't properly cleared | Daniel Stenberg |
2006-07-07 | Ingmar Runge provided a source snippet that caused a crash. The reason for | Daniel Stenberg |
2006-06-22 | Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE and | Daniel Stenberg |
2006-06-08 | Brian Dessent's fixes for cygwin builds | Daniel Stenberg |
2006-05-26 | long/int cleanup to silence picky compiler warnings | Daniel Stenberg |
2006-05-24 | Michael Wallner provided a patch that allows "SESS" to be set with | Daniel Stenberg |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2006-04-07 | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg |
2006-04-07 | added typedefed function pointers and typecast the NULL assignments in an | Daniel Stenberg |
2006-03-21 | Xavier Bouchoux made the SSL connection non-blocking for the multi interface | Daniel Stenberg |
2006-03-07 | Markus Koetter filed debian bug report #355715 which identified a problem | Daniel Stenberg |
2006-02-24 | Added user ID support to SOCKS4. | Dan Fandrich |
2006-02-23 | Fixed a few more comment typos. | Dan Fandrich |
2006-02-23 | Peter Su's SOCKS4 fix | Daniel Stenberg |
2006-02-23 | Lots of work and analysis by "xbx___" in bug #1431750 | Daniel Stenberg |
2006-02-22 | Fixed some spelling errors in comments, and extraneous \n in failf logs. | Dan Fandrich |
2006-02-21 | Peter Su added support for SOCKS4 proxies. Enable this by setting the proxy | Daniel Stenberg |
2006-02-16 | Added some clarifying comments | Daniel Stenberg |
2006-02-11 | Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that | Daniel Stenberg |
2006-01-30 | Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with the | Daniel Stenberg |
2006-01-19 | Duane Cathey was one of our friends who reported that curl -P [IP] | Daniel Stenberg |
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel Stenberg |
2005-12-20 | explain tld_check_name() | Daniel Stenberg |
2005-12-16 | Jean Jacques Drouin pointed out that you could only have a user name or | Daniel Stenberg |