Age | Commit message (Expand) | Author |
2019-04-05 | ftplistparser: fix LGTM alert "Empty block without comment" | Marcel Raad |
2018-11-09 | ftp: avoid two unsigned int overflows in FTP listing parser | Tim Rühsen |
2018-04-24 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-04-24 | Revert "ftplistparser: keep state between invokes" | Daniel Stenberg |
2018-04-23 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-04-23 | ftplistparser: renamed some members and variables | Daniel Stenberg |
2018-04-23 | Revert "ftplistparser: keep state between invokes" | Daniel Stenberg |
2018-04-19 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2017-10-25 | ftplistparser: follow-up cleanup to remove PL_ERROR() | Daniel Stenberg |
2017-10-25 | ftplistparser: free off temporary memory always | Max Dymond |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-23 | ftplistparser.c: fix handling of file LISTings using Windows EOL | Marc Hoersken |
2015-11-13 | ftplistparser: remove empty function | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-11-01 | ftplistparser: We prefer 'CURLcode result' | Steve Holme |
2014-01-04 | FTP parselist: fix "total" parser | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-06-18 | ftplistparser.c: do not compile if FTP protocol is not enabled | Mark Salisbury |
2011-09-26 | remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY | Yang Tse |
2011-09-25 | allow write callbacks to indicate OOM to libcurl | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2010-12-19 | ftp_parselist: fix compiler warning | Daniel Stenberg |
2010-06-24 | ftp wildcard: FTP LIST parser FIX | Pavel Raiskup |
2010-06-10 | remove unused 'tmpdata' and 'backup' ftp_parselist_data struct members | Yang Tse |
2010-06-09 | code simplification | Yang Tse |
2010-06-09 | add Curl_ prefix to conform with cURL naming standards | Yang Tse |
2010-06-02 | ftplistparser.c: oops, fix typo in the last commit | Kamil Dudka |
2010-06-02 | ftplistparser.c: avoid some invalid dereferences | Kamil Dudka |
2010-06-02 | include libcurl standard internal headers | Yang Tse |
2010-05-29 | strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN | Kamil Dudka |
2010-05-28 | lib: eliminate 'statement not reached' warnings | Kamil Dudka |
2010-05-19 | lib: Fix AIX build failure | Tor Arntsen |
2010-05-16 | ftp wildcard: a new option CURLOPT_FNMATCH_DATA | Kamil Dudka |
2010-05-15 | ftp wildcard: fix int32_t and size/group mixups | Pavel Raiskup |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup |