Age | Commit message (Expand) | Author |
2008-02-18 | https_getsock() should be static all over (and did some fixed indenting) | Daniel Stenberg |
2008-02-17 | rephrased comment | Daniel Stenberg |
2008-02-17 | don't do the GOT_NOTHING error check if the DONE function was called with | Daniel Stenberg |
2008-02-15 | - Pooyan McSporran found and fixed a flaw where you first would do a normal | Daniel Stenberg |
2008-01-31 | - Dmitry Kurochkin moved several struct fields from the connectdata struct to | Daniel Stenberg |
2008-01-25 | - Kevin Reed filed bug report #1879375 | Daniel Stenberg |
2008-01-23 | "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so | Daniel Stenberg |
2008-01-14 | Joe Malicki filed bug report #1871269 | Daniel Stenberg |
2008-01-10 | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg |
2007-12-13 | David Wright filed bug report #1849764 | Daniel Stenberg |
2007-12-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg |
2007-12-05 | Spacen Jasset reported a problem with doing POST (with data read with a | Daniel Stenberg |
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-11-20 | white space changes only to clean up indent and source width | Daniel Stenberg |
2007-11-16 | Fix unsigned integral math check in add_buffer_send() | Yang Tse |
2007-11-15 | Ates Goral identified a problem in http.c:add_buffer_send() when a debug | Daniel Stenberg |
2007-11-15 | removed unnecessary check from add_buffer_send() that only was made within | Daniel Stenberg |
2007-11-14 | Fix a variable potential wrapping in add_buffer() when using absolutely | Yang Tse |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-10-23 | Fix compiler warning: subscript has type `char' | Yang Tse |
2007-10-22 | Michal Marek forwarded the bug report | Daniel Stenberg |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat |
2007-10-12 | Fixed a few compile errors and warnings. | Dan Fandrich |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-10-07 | Known bug #47, which confused libcurl if doing NTLM auth over a proxy with | Daniel Stenberg |
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg |
2007-09-21 | Mark Davies fixed Negotiate authentication over proxy, and also introduced | Daniel Stenberg |
2007-09-15 | Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP | Daniel Stenberg |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich |
2007-08-17 | Song Ma provided a patch that cures a problem libcurl has when doing resume | Daniel Stenberg |
2007-08-02 | argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSE | Daniel Stenberg |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-08-01 | Greg Morse reported a problem with POSTing using ANYAUTH to a server requiring | Daniel Stenberg |
2007-07-30 | Patrick Monnerat restored qssl successful compilation and loading | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-10 | Giancarlo Formicuccia reported and fixed a problem with a closed connection | Daniel Stenberg |
2007-04-10 | Fixed some out of memory handling issues. | Dan Fandrich |
2007-04-10 | Ravi Pratap provided fixes for HTTP pipelining | Daniel Stenberg |
2007-04-10 | Fixed an out of memory handling issue. | Dan Fandrich |
2007-04-06 | fix out of memory handling issue | Yang Tse |
2007-04-05 | runtests -t discovered this out of memory handling issues | Yang Tse |
2007-04-03 | Rob Jones fixed better #ifdef'ing for a bunch of #include lines. | Daniel Stenberg |
2007-03-27 | Update message | Yang Tse |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-25 | - Adam D. Moss made the HTTP CONNECT procedure less blocking when used from | Daniel Stenberg |
2007-02-21 | curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h | Yang Tse |