Age | Commit message (Expand) | Author |
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 |
2007-04-03 | Rob Jones fixed better #ifdef'ing for a bunch of #include lines. | Daniel Stenberg |
2007-04-03 | recover code simplification lost with last commit | Yang Tse |
2007-03-29 | fix compiler warning | Yang Tse |
2007-03-28 | fix compiler warning | Yang Tse |
2007-03-28 | Fix compiler warning. | Gisle Vanem |
2007-03-28 | Simplified code around 'tld_errmsg' a bit. | Gisle Vanem |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-24 | Fixed a couple of compile problems. | Dan Fandrich |
2007-03-24 | Fixed a memory leak when specifying a proxy with a file: URL and added | Dan Fandrich |
2007-03-23 | fix debug message | Daniel Stenberg |
2007-03-11 | can just as well NULLify the pointer in a single spot | Daniel Stenberg |
2007-03-10 | Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the | Daniel Stenberg |
2007-03-07 | Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control and | Dan Fandrich |
2007-02-27 | - Hang Kin Lau found and fixed: When I use libcurl to connect to an https | Daniel Stenberg |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-22 | compiler warning fix | Yang Tse |
2007-02-21 | - Ravi Pratap provided work on libcurl making pipelining more robust and | Daniel Stenberg |
2007-02-21 | fix compiler warning "enumerated type mixed with another type" | Yang Tse |
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for di... | Linus Nielsen Feltzing |
2007-02-19 | - Shmulik Regev found a memory leak in re-used HTTPS connections, at least | Daniel Stenberg |
2007-02-19 | - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and | Daniel Stenberg |
2007-02-18 | - Jeff Pohlmeyer identified two problems: first a rather obscure problem with | Daniel Stenberg |
2007-02-12 | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-02-03 | - Manfred Schwarb reported that socks5 support was broken and help us pinpoint | Daniel Stenberg |
2007-02-01 | compiler warning fix | Yang Tse |
2007-01-31 | add debug messages for initialization failures | Yang Tse |
2007-01-28 | Andreas Rieke added extra infof() for when a connection is not re-used due to | Daniel Stenberg |
2007-01-25 | Fixed a dangling pointer problem that prevented the http_proxy environment | Dan Fandrich |
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-05 | - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to | Daniel Stenberg |
2006-12-22 | - Robert Foreman provided a prime example snippet showing how libcurl would | Daniel Stenberg |
2006-12-22 | When setting a proxy with environment variables and (for example) running | Daniel Stenberg |
2006-12-21 | Robson Braga Araujo reported bug #1618359 | Daniel Stenberg |
2006-12-11 | Alexey Simak found out that when doing FTP with the multi interface and | Daniel Stenberg |
2006-12-05 | removed the final traces of the closepolicy option | Daniel Stenberg |
2006-12-05 | Jared Lundell filed bug report #1604956 | Daniel Stenberg |
2006-12-05 | CURLOPT_FORBID_REUSE works again with a cleaned up order of doing things in | Daniel Stenberg |
2006-11-25 | Make sure RETSIGTYPE is properly defined | Yang Tse |
2006-11-24 | James Housley did lots of work and introduced SFTP downloads. | Daniel Stenberg |
2006-11-09 | Dmitriy Sergeyev found a SIGSEGV with his test04.c example posted on 7 Nov | Daniel Stenberg |