Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
By the use of a the new lib/checksrc.pl script that checks that our basic source style rules are followed. | |||
2010-12-19 | ftp_parselist: fix compiler warning | Daniel Stenberg | |
Doing curlx_strtoofft() on the size just to figure out the end of it causes a compiler warning since the result wasn't used, but is also a bit of a waste. | |||
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 | |