Age | Commit message (Expand) | Author |
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 |
2007-02-18 | - Jeff Pohlmeyer identified two problems: first a rather obscure problem with | Daniel Stenberg |
2007-02-12 | Rob Crittenden added support for NSS (Network Security Service) for the | Daniel Stenberg |
2007-02-06 | compiler warning fix | Yang Tse |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-01-29 | - Michael Wallner reported that when doing a CONNECT with a custom User-Agent | Daniel Stenberg |
2007-01-24 | bail out on strdup() errors | Daniel Stenberg |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2007-01-14 | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg |
2007-01-03 | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg |
2006-12-21 | Robson Braga Araujo reported bug #1618359 | Daniel Stenberg |