summaryrefslogtreecommitdiff
path: root/lib/ftp.h
Commit message (Expand)AuthorAgeFilesLines
* ftp: add more conditions for connection reuseDaniel Stenberg2023-03-131-0/+5
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-24/+25
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: make more protocol specific struct fields #ifdefedDaniel Stenberg2022-06-011-1/+4
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-5/+5
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* krb5: merged security.c and krb specific FTP functions in hereDaniel Stenberg2020-09-211-1/+0
* lib: clean up whitespaceMarcel Raad2020-04-251-1/+0
* ftp: remove the duplicated user/password struct fieldsDaniel Stenberg2020-02-071-3/+1
* FTP: url-decode path before evaluationZenju2019-09-271-1/+0
* Revert "FTP: url-decode path before evaluation"Daniel Stenberg2019-09-261-0/+1
* FTP: url-decode path before evaluationZenju2019-09-261-1/+0
* FTP: FTPFILE_NOCWD: avoid redundant CWDsZenju2019-09-211-3/+2
* 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