summaryrefslogtreecommitdiff
path: root/lib/ftplistparser.c
Commit message (Expand)AuthorAgeFilesLines
* ftplistparser: fix LGTM alert "Empty block without comment"Marcel Raad2019-04-051-4/+1
* ftp: avoid two unsigned int overflows in FTP listing parserTim Rühsen2018-11-091-1/+1
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-241-7/+11
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-241-11/+7
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-231-7/+11
* ftplistparser: renamed some members and variablesDaniel Stenberg2018-04-231-5/+5
* Revert "ftplistparser: keep state between invokes"Daniel Stenberg2018-04-231-2/+1
* ftplistparser: keep state between invokesDaniel Stenberg2018-04-191-1/+2
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+3
* ftplistparser: follow-up cleanup to remove PL_ERROR()Daniel Stenberg2017-10-251-89/+78
* ftplistparser: free off temporary memory alwaysMax Dymond2017-10-251-41/+51
* code style: use spaces around plusesDaniel Stenberg2017-09-111-2/+2
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-22/+14
* llist: no longer uses mallocDaniel Stenberg2017-04-221-25/+24
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-2/+2
* Improve code readbilitySylvestre Ledru2017-03-131-4/+2
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-4/+4
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* ftplistparser.c: fix handling of file LISTings using Windows EOLMarc Hoersken2015-12-231-4/+2
* ftplistparser: remove empty functionDaniel Stenberg2015-11-131-23/+5
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-4/+4
* ftplistparser: We prefer 'CURLcode result'Steve Holme2014-11-011-20/+20
* FTP parselist: fix "total" parserDaniel Stenberg2014-01-041-2/+5
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+1050
* build: rename 93 lib/*.c filesYang Tse2013-01-031-1050/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-9/+9
* ftplistparser.c: do not compile if FTP protocol is not enabledMark Salisbury2012-06-181-4/+8
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-261-12/+3
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-251-3/+12
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-2/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-4/+6
* ftp_parselist: fix compiler warningDaniel Stenberg2010-12-191-2/+3
* ftp wildcard: FTP LIST parser FIXPavel Raiskup2010-06-241-2/+51
* remove unused 'tmpdata' and 'backup' ftp_parselist_data struct membersYang Tse2010-06-101-11/+0
* code simplificationYang Tse2010-06-091-6/+1
* add Curl_ prefix to conform with cURL naming standardsYang Tse2010-06-091-4/+5
* ftplistparser.c: oops, fix typo in the last commitKamil Dudka2010-06-021-1/+1
* ftplistparser.c: avoid some invalid dereferencesKamil Dudka2010-06-021-2/+5
* include libcurl standard internal headersYang Tse2010-06-021-0/+7
* strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka2010-05-291-4/+4
* lib: eliminate 'statement not reached' warningsKamil Dudka2010-05-281-2/+0
* lib: Fix AIX build failureTor Arntsen2010-05-191-0/+2
* ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka2010-05-161-1/+1
* ftp wildcard: fix int32_t and size/group mixupsPavel Raiskup2010-05-151-16/+8
* FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup2010-05-121-0/+1009