aboutsummaryrefslogtreecommitdiff
path: root/lib/ftplistparser.c
AgeCommit message (Expand)Author
2010-06-09code simplificationYang Tse
2010-06-09add Curl_ prefix to conform with cURL naming standardsYang Tse
2010-06-02ftplistparser.c: oops, fix typo in the last commitKamil Dudka
2010-06-02ftplistparser.c: avoid some invalid dereferencesKamil Dudka
2010-06-02include libcurl standard internal headersYang Tse
2010-05-29strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MINKamil Dudka
2010-05-28lib: eliminate 'statement not reached' warningsKamil Dudka
2010-05-19lib: Fix AIX build failureTor Arntsen
2010-05-16ftp wildcard: a new option CURLOPT_FNMATCH_DATAKamil Dudka
2010-05-15ftp wildcard: fix int32_t and size/group mixupsPavel Raiskup
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup