Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-10 | unittest: mark all unit tested functions | Daniel Stenberg | |
With "@unittest: [num]" in the header comment for each tested function. Shows we have a log way to go still... | |||
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-06-10 | replace isprint() with ISPRINT() | Yang Tse | |
2010-06-02 | include libcurl standard internal headers | Yang Tse | |
2010-06-02 | make setup.h first included file | Yang Tse | |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse | |
2010-05-28 | lib: eliminate 'statement not reached' warnings | Kamil Dudka | |
2010-05-27 | curl_fnmatch: remove use of register keyword | Tor Arntsen | |
Using the 'register' keyword rarely improves anything with modern compilers and architectures. | |||
2010-05-21 | curl_fnmatch: Use int not bool when function returns int | Tor Arntsen | |
bool in curl internals is unsigned char and should not be used to receive return value from functions returning int - this fails when using IBM VisualAge and Tru64 compilers. | |||
2010-05-16 | ftp wildcard: a new option CURLOPT_FNMATCH_DATA | Kamil Dudka | |
2010-05-12 | style: minor whitespace change | Daniel Stenberg | |
2010-05-12 | FTP: WILDCARDMATCH/CHUNKING/FNMATCH added | Pavel Raiskup | |