Age | Commit message (Expand) | Author |
2008-08-03 | - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUT | Daniel Stenberg |
2008-07-30 | Factored out Curl_copy_header_value | Dan Fandrich |
2008-07-03 | Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx | Daniel Stenberg |
2008-06-22 | - Eduard Bloch filed the debian bug report #487567 | Daniel Stenberg |
2008-05-19 | when the multi handle was in DO and DOING states, the HTTP and HTTPS protocol | Daniel Stenberg |
2008-05-03 | Added comments, check Curl_http_auth_act()'s return code and added a check | Daniel Stenberg |
2008-04-17 | Some trivial changes | Dan Fandrich |
2008-03-31 | expanded a comment around some of the new formpost callback usage | Daniel Stenberg |
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg |
2008-03-27 | - As found out and reported by Dan Petitt, libcurl didn't show progress/call | Daniel Stenberg |
2008-03-01 | - Anatoli Tubman found and fixed a crash with Negotiate authentication used on | Daniel Stenberg |
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 |