aboutsummaryrefslogtreecommitdiff
path: root/lib/ftplistparser.c
AgeCommit message (Expand)Author
2023-11-21build: add more picky warnings and fix themViktor Szakats
2023-10-03spelling: fix codespell 2.2.6 typosViktor Szakats
2023-03-28ftplistparser: replace realloc with dynbufDaniel Stenberg
2023-03-28ftplistparser: use ISDIGIT()Daniel Stenberg
2023-03-28ftplistparser: move out private data from public structDaniel Stenberg
2023-03-03wildcard: remove files and move functions into ftplistparser.cDaniel Stenberg
2023-03-03ftp: allocate the wildcard struct on demandDaniel Stenberg
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
2022-12-14lib: use size_t or int etc instead of longsDaniel Stenberg
2022-11-08lib: fix some type mismatches and remove unneeded typecastsRose
2022-09-06misc: ISSPACE() => ISBLANK()Daniel Stenberg
2022-06-13copyright: make repository REUSE compliantmax.mehl
2021-04-22tidy-up: make conditional checks more consistentDaniel Stenberg
2021-02-10lib: remove redundant codeMarcel Raad
2021-01-19ftplistparser: remove use of conn->dataDaniel Stenberg
2021-01-17lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-30src: Consistently spell whitespace without whitespaceDaniel Gustafsson
2020-09-02llist: make it "struct Curl_llist"Daniel Stenberg
2019-11-02copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz
2019-04-05ftplistparser: fix LGTM alert "Empty block without comment"Marcel Raad
2018-11-09ftp: avoid two unsigned int overflows in FTP listing parserTim Rühsen
2018-04-24ftplistparser: keep state between invokesDaniel Stenberg
2018-04-24Revert "ftplistparser: keep state between invokes"Daniel Stenberg
2018-04-23ftplistparser: keep state between invokesDaniel Stenberg
2018-04-23ftplistparser: renamed some members and variablesDaniel Stenberg
2018-04-23Revert "ftplistparser: keep state between invokes"Daniel Stenberg
2018-04-19ftplistparser: keep state between invokesDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2017-10-25ftplistparser: follow-up cleanup to remove PL_ERROR()Daniel Stenberg
2017-10-25ftplistparser: free off temporary memory alwaysMax Dymond
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-08-14strtoofft: reduce integer overflow risks globallyDaniel Stenberg
2017-04-22llist: no longer uses mallocDaniel Stenberg
2017-04-04llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-23ftplistparser.c: fix handling of file LISTings using Windows EOLMarc Hoersken
2015-11-13ftplistparser: remove empty functionDaniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
2014-11-01ftplistparser: We prefer 'CURLcode result'Steve Holme
2014-01-04FTP parselist: fix "total" parserDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse