Age | Commit message (Expand) | Author |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-02-12 | fnmatch: disable if FTP is disabled | Daniel Stenberg |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-06-01 | fnmatch: use the system one if available | Daniel Stenberg |
2018-05-28 | fnmatch: insist on escaped bracket to match | Daniel Stenberg |
2018-05-18 | curl_fnmatch: only allow two asterisks for matching | Daniel Stenberg |
2018-02-07 | fnmatch: optimize processing of consecutive *s and ?s pattern characters | Patrick Monnerat |
2018-01-31 | fnmatch: pattern syntax can no longer fail | Patrick Monnerat |
2018-01-31 | fnmatch: accept an alphanum to be followed by a non-alphanum in char set | Patrick Monnerat |
2018-01-31 | fnmatch: do not match the empty string with a character set | Patrick Monnerat |
2018-01-17 | curl_fnmatch: only allow 5 '*' sections in a single pattern | Daniel Stenberg |
2018-01-17 | ftp-wildcard: fix matching an empty string with "*[^a]" | Daniel Stenberg |
2017-11-27 | wildcardmatch: fix heap buffer overflow in setcharset | Daniel Stenberg |
2017-11-06 | fnmatch: remove dead code | Daniel Stenberg |
2017-10-26 | curl_fnmatch: return error on illegal wildcard pattern | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2016-04-01 | memdebug: Ensure curl/curl.h is included before curl_memory.h | Steve Holme |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | 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 |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2011-06-10 | unittest: mark all unit tested functions | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
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 |
2010-05-21 | curl_fnmatch: Use int not bool when function returns int | Tor Arntsen |
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 |