Age | Commit message (Expand) | Author |
2018-08-08 | ssl: set engine implicitly when a PKCS#11 URI is provided | Anderson Toshiyuki Sasaki |
2018-07-17 | CMake: Update scripts to use consistent style | Ruslan Baratov |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-06-01 | CURLOPT_RESOLVE: always purge old entry first | Alibek.Jorajev |
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-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-18 | curl_fnmatch: only allow two asterisks for matching | Daniel Stenberg |
2018-05-14 | tests: Fix format specifiers | Rikard Falkeborn |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-04 | build: get CFLAGS (including -werror) used for examples and tests | Daniel Stenberg |
2018-03-02 | unit1307: proper cleanup on OOM to fix torture tests | Dan Fandrich |
2018-02-28 | unit1309: fix warning on Windows x64 | Marcel Raad |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
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 | unit1307: test many wildcards too | Daniel Stenberg |
2018-01-17 | ftp-wildcard: fix matching an empty string with "*[^a]" | Daniel Stenberg |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-02 | mime: tests and examples. | Patrick Monnerat |
2017-08-31 | unit1301: fix error message on first test | Daniel Stenberg |
2017-08-28 | unit1606: Fixed shadowed variable warning | Dan Fandrich |
2017-08-26 | tests: Make sure libtests & unittests call curl_global_cleanup() | Dan Fandrich |
2017-08-15 | progress: Track total times following redirects | Ryan Winograd |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-07-28 | test1323: verify curlx_tvdiff | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-07-03 | unit1399: fix integer overflow | Ryan Winograd |
2017-07-01 | unit1399: add logging to time comparison | Daniel Stenberg |
2017-06-30 | progress: prevent resetting t_starttransfer | Ryan Winograd |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-03 | dedotdot: fixed output for ".." and "." only input | Daniel Stenberg |
2017-05-05 | tests: fix -Wcast-qual warnings | Marcel Raad |
2017-05-05 | unit1305: fix compiler warning | Marcel Raad |
2017-05-01 | unit1606: do not print/access buffer | Daniel Stenberg |
2017-05-01 | tests: declare TU-local variables static | Marcel Raad |
2017-04-30 | unit1604: fixed indentation | Dan Fandrich |
2017-04-30 | unit1604: fixed compilation under Windows, broken in the previous commit | Dan Fandrich |
2017-04-30 | tests: fixed OOM handling of unit tests to abort test | Dan Fandrich |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-16 | unit1303: fix compiler warning | Marcel Raad |
2017-04-06 | test1606: verify speedcheck | Daniel Stenberg |
2017-04-04 | tests: added test for Curl_splaygetbest to unit1309 | Dániel Bakai |
2017-04-04 | multi: fix queueing of pending easy handles | Dániel Bakai |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |