Age | Commit message (Expand) | Author |
2009-05-09 | ConnectPlease() fixed for the new proxy connect functionality to make sure | Daniel Stenberg |
2009-05-08 | - Constantine Sapuntzakis fixed bug report #2784055 | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-13 | - bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by Martin | Daniel Stenberg |
2009-03-03 | - David James brought a patch that make libcurl close (all) dead connections | Daniel Stenberg |
2009-03-02 | - David Kierznowski notified us about a security flaw | Daniel Stenberg |
2009-02-28 | fix compiler warning | Yang Tse |
2009-02-17 | - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for | Daniel Stenberg |
2009-02-07 | Moved Curl_strntoupper() to the rawstr.c file where the other raw string | Daniel Stenberg |
2009-02-02 | - Patrick Scott found a rather large memory leak when using the multi | Daniel Stenberg |
2009-02-02 | - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP | Daniel Stenberg |
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg |
2009-01-26 | - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app | Daniel Stenberg |
2009-01-25 | - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. | Daniel Stenberg |
2009-01-21 | Fixed a couple more locale-dependent toupper conversions, mainly for | Dan Fandrich |
2009-01-08 | Unified much of the SessionHandle initialization done in Curl_open() and | Dan Fandrich |
2008-12-29 | - Phil Lisiecki filed bug report #2413067 | Daniel Stenberg |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-12-12 | Make the getoff all pipelines function only set _inuse to FALSE if the | Daniel Stenberg |
2008-12-11 | Dan F pointed out that we don't need to scan IPv6 addresses for '%'-letters | Daniel Stenberg |
2008-12-11 | - Keshav Krity found out that libcurl failed to deal with dotted IPv6 | Daniel Stenberg |
2008-12-10 | - Internet Explorer had a broken HTTP digest authentication before v7 and | Daniel Stenberg |
2008-12-03 | - Igor Novoseltsev filed bug #2351645 | Daniel Stenberg |
2008-11-19 | - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas got | Daniel Stenberg |
2008-11-05 | corrected and clarified the *_SPEED_LARGE comments | Daniel Stenberg |
2008-11-03 | - Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a | Daniel Stenberg |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-23 | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich |
2008-10-19 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-10-19 | clarified an argument's situation due to a false positive alert pointed out | Daniel Stenberg |
2008-10-17 | oops ;-) | Yang Tse |
2008-10-17 | oops | Yang Tse |
2008-10-17 | fix syntax error | Daniel Stenberg |
2008-10-17 | fix compiler warning | Yang Tse |
2008-10-16 | Return an error when a proxy option is set when configured with | Dan Fandrich |
2008-10-16 | don't segfault when NULL is passed in to CURLOPT_USERPWD or | Daniel Stenberg |
2008-10-16 | - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then | Daniel Stenberg |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-10-14 | fix compiler warning | Yang Tse |
2008-10-10 | _ Adapt OS400 EBCDIC wrappers to new options. | Patrick Monnerat |
2008-10-08 | Fixed a memory leak in the new CURLOPT_USERPWD handling | Dan Fandrich |
2008-10-08 | fix missing null-pointer check | Yang Tse |
2008-10-08 | - Igor Novoseltsev brought a patch that introduced two new options to | Daniel Stenberg |
2008-10-07 | - Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then | Daniel Stenberg |
2008-09-29 | Fixed a compile problem with --disable-proxy | Dan Fandrich |
2008-09-29 | - Daniel Egger provided a patch that allows you to disable proxy support in | Daniel Stenberg |
2008-09-29 | Moved all signal-based name resolution timeout handling into a single new | Dan Fandrich |
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse |
2008-09-24 | Make sure not to dereference the wrong UrlState proto union member when | Dan Fandrich |