summaryrefslogtreecommitdiff
path: root/lib/ftplistparser.c
Commit message (Expand)AuthorAgeFilesLines
* ftplistparser: replace realloc with dynbufDaniel Stenberg2023-03-281-62/+50
* ftplistparser: use ISDIGIT()Daniel Stenberg2023-03-281-5/+4
* ftplistparser: move out private data from public structDaniel Stenberg2023-03-281-47/+47
* wildcard: remove files and move functions into ftplistparser.cDaniel Stenberg2023-03-031-0/+37
* ftp: allocate the wildcard struct on demandDaniel Stenberg2023-03-031-3/+3
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: use size_t or int etc instead of longsDaniel Stenberg2022-12-141-1/+1
* lib: fix some type mismatches and remove unneeded typecastsRose2022-11-081-2/+2
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* lib: remove redundant codeMarcel Raad2021-02-101-1/+0
* ftplistparser: remove use of conn->dataDaniel Stenberg2021-01-191-6/+5
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-10/+11
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* src: Consistently spell whitespace without whitespaceDaniel Gustafsson2020-09-301-2/+2
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-2/+2
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* 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