summaryrefslogtreecommitdiff
path: root/lib/ftp.h
Commit message (Expand)AuthorAgeFilesLines
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-2/+1
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-0/+2
* ftplistparser: renamed some members and variablesDaniel Stenberg2018-04-231-2/+2
* ftp: fix CWD when doing multicwd then nocwd on same connectionDaniel Stenberg2017-08-171-0/+1
* FTP: skip unnecessary CWD when in nocwd modeDaniel Stenberg2017-08-041-1/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* ftp: fix Curl_ftpsendf()Daniel Stenberg2016-10-081-2/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* FTP: fix IPv6 host using link-local addressDaniel Stenberg2015-01-081-6/+5
* FTP: make the data connection work when going through proxyDaniel Stenberg2013-10-261-0/+6
* pingpong: Renamed curl_ftptransfer to curl_pp_transferSteve Holme2013-02-231-2/+2
* pingpong: Moved curl_ftptransfer definition to pingpong.hSteve Holme2013-02-231-7/+0
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+161
* build: rename 76 lib/*.h filesYang Tse2012-12-281-161/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* timeleft_accept: ack global timeout, moved to ftp.cDaniel Stenberg2011-12-201-0/+2
* FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg2011-12-201-0/+1
* FTP: perform active connections non-blockingGokhan Sengun2011-12-201-0/+3
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-4/+6
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+13
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* make Curl_handler_*_proxy definition staticYang Tse2010-01-251-11/+3
* update copyright year since we are in 2010 nowDaniel Stenberg2010-01-011-1/+1
* - Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. ThisDaniel Stenberg2010-01-011-0/+1
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-2/+104
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-11/+14
* update copyright year noticeYang Tse2007-01-271-1/+1
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-1/+1
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-4/+3
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-11/+18
* Curl_done() and the protocol-specific conn->curl_done() functions now allDaniel Stenberg2004-05-121-1/+1
* removed Curl_ftp_quit() as it was turned into a static in ftp.cDaniel Stenberg2004-04-221-1/+0
* added the missing proto for the still unused quit functionDaniel Stenberg2004-01-221-0/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier.Daniel Stenberg2003-03-111-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-031-2/+2
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Initial fix to make the multi interface return control while waiting forDaniel Stenberg2002-08-121-9/+1
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+8
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Curl_ftpsendf() had wrong return typeDaniel Stenberg2001-11-051-1/+1
* removed the socket argument from some functions that always passed in theDaniel Stenberg2001-09-281-3/+2
* Curl_ftpsendf's third argument is now a const char *Daniel Stenberg2001-08-141-1/+1
* Added the disconnect protoDaniel Stenberg2001-03-021-3/+1
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-3/+10
* 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-5/+3