Age | Commit message (Expand) | Author |
2007-10-16 | Fixed compiler warning re: unused variable `bigsize' | Dan Fandrich |
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat |
2007-10-15 | Fix LDAP compile error when LDAP is not available. | Dan Fandrich |
2007-10-13 | Made a few more functions static with the protocol handler table in place. | Dan Fandrich |
2007-10-12 | another Curl_handler fix, the #ifdefs got a bit mixed up... | Daniel Stenberg |
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-05 | Michael Wallner made the CULROPT_COOKIELIST option support a new magic | Daniel Stenberg |
2007-10-03 | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and | Daniel Stenberg |
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg |
2007-10-02 | Fix compiler warning | Yang Tse |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-26 | Philip Langdale provided the new CURLOPT_POST301 option for | Daniel Stenberg |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-29 | Added lots of consts | Dan Fandrich |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich |
2007-08-16 | added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k... | Gunter Knauf |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |
2007-08-07 | Fixed torture test for test 509 | Dan Fandrich |
2007-08-07 | Fixed some icc compiler warnings. | Dan Fandrich |
2007-08-04 | Fixed a couple of compiler warnings. | Dan Fandrich |
2007-08-03 | Refactored CreateConnection() somewhat to reduce its length by splitting | Dan Fandrich |
2007-08-03 | The previous commit to force the use of libssh2-0.16 by removing | James Housley |
2007-08-02 | Scott Cantor filed bug report #1766320 | Daniel Stenberg |
2007-08-02 | Fixed a compiler warning. | Dan Fandrich |
2007-08-02 | Dmitriy Sergeyev reported a regression: resumed file:// transfers broke | Daniel Stenberg |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-07-29 | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg |
2007-07-23 | #if that should be #ifdef | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-14 | for now unless we do better fixed LIBSSH2_APINO compares to use long constants. | Gunter Knauf |
2007-07-12 | Shmulik Regev found an (albeit rare) case where the proxy CONNECT operation | Daniel Stenberg |
2007-07-11 | fixed endif comment. | Gunter Knauf |
2007-07-10 | * Finish moving sftp:// into a state machine so it won't block in multi mode | James Housley |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg |
2007-06-27 | Add two new options for the SFTP/SCP/FILE protocols: CURLOPT_NEW_FILE_PERMS | James Housley |
2007-06-21 | Gerrit Bruchh�user pointed out a warning that the Intel(R) Thread Checker | Daniel Stenberg |
2007-06-05 | mark connect failures as non-connected when ConnectPlease() fails, like when | Daniel Stenberg |
2007-05-30 | remove really annoying debug output that makes life miserable when you do | Daniel Stenberg |
2007-05-02 | Fixed an out of memory handling issue with HTTP pipelines. | Dan Fandrich |
2007-04-29 | Rearranged some allocs so they will be freed correctly in the error path. | Dan Fandrich |
2007-04-27 | Move the explictit free of the range string to Curl_close() from Curl_disconn... | Daniel Stenberg |
2007-04-27 | oops, this was supposed to be properly removed | Daniel Stenberg |
2007-04-27 | As a follow-up to the removal of the free of the range data in Curl_done() - ... | Daniel Stenberg |
2007-04-25 | Sonia Subramanian brought our attention to a problem that happens if you set | Daniel Stenberg |
2007-04-24 | Robert Iakobashvili made the 'master_buffer' get allocated first once it is | Daniel Stenberg |
2007-04-10 | Ravi Pratap provided fixes for HTTP pipelining | Daniel Stenberg |
2007-04-08 | fix out of memory handling issue | Yang Tse |
2007-04-04 | Fixes some more out of memory handling bugs. | Dan Fandrich |