Age | Commit message (Expand) | Author |
2008-01-04 | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg |
2008-01-03 | 'false' and 'true' are not built-ins on most compilers. | Gisle Vanem |
2008-01-02 | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg |
2007-12-26 | Dmitry Kurochkin mentioned a flaw | Daniel Stenberg |
2007-12-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg |
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg |
2007-11-24 | reqdata doesn't exist anymore and the path moved to the UrlState struct | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-11-21 | Make the do_complete() function not get called until the DO actually is | Daniel Stenberg |
2007-11-20 | remove the unconditional enabling of cookies if you set a share to use! | Daniel Stenberg |
2007-11-15 | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg |
2007-11-12 | comment language | Daniel Stenberg |
2007-11-12 | Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which was | Daniel Stenberg |
2007-11-08 | Fix compiler warning: integral size mismatch in argument | Yang Tse |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-10-30 | Fixed an OOM problem with file: URLs | Dan Fandrich |
2007-10-26 | typecast to prevent compiler warning | Yang Tse |
2007-10-25 | Don't assume there's a sessionhandle around when a connection is disconnected, | Daniel Stenberg |
2007-10-23 | Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out | Daniel Stenberg |
2007-10-22 | Michal Marek forwarded the bug report | Daniel Stenberg |
2007-10-22 | Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points out | Daniel Stenberg |
2007-10-20 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-20 | Fix compiler warning: conversion from "int" to "unsigned short" may lose sign... | Yang Tse |
2007-10-18 | Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0 | Patrick Monnerat |
2007-10-18 | Avoid a NULL pointer dereference in an OOM condition. | Dan Fandrich |
2007-10-17 | Fix overflow detection, take four. Avoiding zero size malloc. | Yang Tse |
2007-10-17 | Fix overflow detection, thanks to Patrick Monnerat detecting test | Yang Tse |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-16 | ANSI C compliant overflow check | Yang Tse |
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 |