| Commit message (Expand) | Author | Age | Files | Lines |
* | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat | 2007-10-12 | 1 | -11/+14 |
* | update copyright year notice | Yang Tse | 2007-01-27 | 1 | -1/+1 |
* | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg | 2007-01-16 | 1 | -1/+1 |
* | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg | 2006-04-10 | 1 | -4/+3 |
* | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | 2005-02-09 | 1 | -11/+18 |
* | Curl_done() and the protocol-specific conn->curl_done() functions now all | Daniel Stenberg | 2004-05-12 | 1 | -1/+1 |
* | removed Curl_ftp_quit() as it was turned into a static in ftp.c | Daniel Stenberg | 2004-04-22 | 1 | -1/+0 |
* | added the missing proto for the still unused quit function | Daniel Stenberg | 2004-01-22 | 1 | -0/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg | 2003-03-11 | 1 | -1/+1 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | Curl_GetFTPResponse() takes a different set of parameters and now return a | Daniel Stenberg | 2002-12-03 | 1 | -2/+2 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg | 2002-08-12 | 1 | -9/+1 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+8 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | Curl_ftpsendf() had wrong return type | Daniel Stenberg | 2001-11-05 | 1 | -1/+1 |
* | removed the socket argument from some functions that always passed in the | Daniel Stenberg | 2001-09-28 | 1 | -3/+2 |
* | Curl_ftpsendf's third argument is now a const char * | Daniel Stenberg | 2001-08-14 | 1 | -1/+1 |
* | Added the disconnect proto | Daniel Stenberg | 2001-03-02 | 1 | -3/+1 |
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -3/+10 |
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-06-20 | 1 | -2/+2 |
* | moved here from the newlib branch | Daniel Stenberg | 2000-05-22 | 1 | -5/+3 |
* | Initial revision | Daniel Stenberg | 1999-12-29 | 1 | -0/+52 |