Age | Commit message (Expand) | Author |
2008-05-07 | - Liam Healy filed the debian bug report #480044 | Daniel Stenberg |
2008-04-28 | - Norbert Frese filed bug report #1951588: "Problem with curlftpfs and | Daniel Stenberg |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich |
2008-04-17 | Some trivial changes | Dan Fandrich |
2008-04-05 | - Based on the Debian bug report #474224 that complained about the FTP error | Daniel Stenberg |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2008-01-31 | - Dmitry Kurochkin moved several struct fields from the connectdata struct to | Daniel Stenberg |
2008-01-15 | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg |
2008-01-11 | fix compiler warning | Yang Tse |
2008-01-10 | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg |
2008-01-06 | more SOCKS5_HOSTNAME adjustments from Richard Atterer | Daniel Stenberg |
2008-01-06 | make sure we deal with SOCKS5_HOSTNAME as a proxy type as well | 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-08 | All static functions that were previously name Curl_* something no longer | Daniel Stenberg |
2007-11-29 | Fixed the resumed FTP upload loop to not require that the read callback | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-11-07 | if () => if() | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-11-02 | avoid setting up a transfer when the state machine failed previously | Daniel Stenberg |
2007-11-01 | minor re-indent | Daniel Stenberg |
2007-10-26 | Fixed a valgrind uninitialized variable error. | Dan Fandrich |
2007-10-24 | Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. That | Daniel Stenberg |
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-13 | Made a few more functions static with the protocol handler table in place. | Dan Fandrich |
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-02 | Fix memory leak under low memory conditions. | Yang Tse |
2007-10-02 | Fix compiler warning | Yang Tse |
2007-09-27 | Renamed a few variables to avoid shadowing global declarations. | Dan Fandrich |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-09-26 | Max Katsev reported that when doing a libcurl FTP request with | Daniel Stenberg |
2007-09-24 | Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle | Daniel Stenberg |
2007-09-11 | - I noticed while writing test 541 that the FTP code wrongly did a CWD on the | Daniel Stenberg |
2007-09-05 | Curl_GetFTPResponse() now checks and properly deals with the fact that the | 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-30 | Made Curl_GetFTPResponse() use lots less code and instead use the proper | Daniel Stenberg |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-08-24 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-22 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-20 | Based on a patch by Christian Vogt, the FTP code now sets the upcoming | Daniel Stenberg |
2007-08-17 | - Robson Braga Araujo filed bug report #1776232 | Daniel Stenberg |
2007-08-17 | Robson Braga Araujo filed bug report #1776235 | 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 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-21 | Make the pointers of a few static const arrays const, too, for safety. | Dan Fandrich |
2007-07-20 | Ralf S. Engelschall filed bug report #1757328 | Daniel Stenberg |