summaryrefslogtreecommitdiff
path: root/lib/ftplistparser.c
Commit message (Expand)AuthorAgeFilesLines
* 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