index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ftplistparser.c
Age
Commit message (
Collapse
)
Author
2010-06-24
ftp wildcard: FTP LIST parser FIX
Pavel Raiskup
There was a problem when a UNIX-like server returned information about directory size (total NNNNNN) at the first line of response.
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
... and CURL_LLONG_MAX -> CURL_OFF_T_MAX
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