Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse | |
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. | |||
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 | |
Allow (*curl_write_callback) write callbacks to return CURL_WRITEFUNC_OUT_OF_MEMORY to properly indicate libcurl of OOM conditions inside the callback itself. | |||
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 | |