Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | split out more protocol-specific structs from urldata.h into their own | Daniel Stenberg | 2009-12-12 | 1 | -1/+13 |
| | | | | protocol-specific header files | ||||
* | Fixed an OOM problem with file: URLs | Dan Fandrich | 2007-10-30 | 1 | -2/+0 |
| | | | | Moved Curl_file_connect into the protocol handler struct. | ||||
* | Made a few more functions static with the protocol handler table in place. | Dan Fandrich | 2007-10-13 | 1 | -1/+0 |
| | |||||
* | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat | 2007-10-12 | 1 | -1/+2 |
| | | | | in the connectdata structure by a single handler table ptr. | ||||
* | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg | 2007-01-16 | 1 | -2/+2 |
| | | | | | | doing an FTP transfer is removed from a multi handle before completion. The fix also fixed the "alive counter" to be correct on "premature removal" for all protocols. | ||||
* | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | 2005-02-09 | 1 | -7/+7 |
| | | | | | The tag 'before_ftp_statemachine' was set just before this commit in case of future need. | ||||
* | initial support for "uploading" to file:// URLs | Daniel Stenberg | 2004-05-25 | 1 | -2/+3 |
| | |||||
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
| | |||||
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
| | |||||
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | remade FILE:// support to look more as the other protocols | Daniel Stenberg | 2001-03-05 | 1 | -2/+2 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | Initial revision | Daniel Stenberg | 1999-12-29 | 1 | -0/+45 |