summaryrefslogtreecommitdiff
path: root/lib/file.h
Commit message (Collapse)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* split out more protocol-specific structs from urldata.h into their ownDaniel Stenberg2009-12-121-1/+13
| | | | protocol-specific header files
* Fixed an OOM problem with file: URLsDan Fandrich2007-10-301-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 Fandrich2007-10-131-1/+0
|
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-1/+2
| | | | in the connectdata structure by a single handler table ptr.
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-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 Stenberg2005-02-091-7/+7
| | | | | The tag 'before_ftp_statemachine' was set just before this commit in case of future need.
* initial support for "uploading" to file:// URLsDaniel Stenberg2004-05-251-2/+3
|
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
|
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
|
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
|
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
|
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
|
* remade FILE:// support to look more as the other protocolsDaniel Stenberg2001-03-051-2/+2
|
* dual-license fixDaniel Stenberg2001-01-031-28/+11
|
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
|
* moved here from the newlib branchDaniel Stenberg2000-05-221-1/+1
|
* Initial revisionDaniel Stenberg1999-12-291-0/+45