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 (
Expand
)
Author
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