Age | Commit message (Expand) | Author |
2018-01-18 | test558: fix for multissl builds | Daniel Stenberg |
2018-01-17 | unit1307: test many wildcards too | Daniel Stenberg |
2018-01-17 | ftp-wildcard: fix matching an empty string with "*[^a]" | Daniel Stenberg |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2018-01-13 | test395: HTTP with overflow Content-Length value | Daniel Stenberg |
2018-01-13 | test394: verify abort of rubbish in Content-Length: value | Daniel Stenberg |
2018-01-13 | test393: verify --max-filesize with excessive Content-Length | Daniel Stenberg |
2018-01-13 | HTTP: bail out on negative Content-Length: values | Daniel Stenberg |
2018-01-07 | scripts: allow all perl scripts to be run directly | Jay Satiro |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-12-30 | test1554: improve the error handling | Michael Kaufmann |
2017-12-30 | test1554: add global initialization and cleanup | Michael Kaufmann |
2017-12-27 | brotli: data at the end of content can be lost | Mikalai Ananenka |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-20 | content_encoding: rework zlib_inflate | Patrick Monnerat |
2017-12-11 | Revert "curl: don't set CURLOPT_INTERLEAVEDATA" | Daniel Stenberg |
2017-12-10 | tests: mark data files as non-executable in git | Michael Kaufmann |
2017-12-10 | tests: update .gitignore for libtests | Michael Kaufmann |
2017-12-10 | multi_done: prune DNS cache | Daniel Stenberg |
2017-12-08 | curl: don't set CURLOPT_INTERLEAVEDATA | Daniel Stenberg |
2017-12-06 | tests: added netinet/in6.h includes in test servers | Randall S. Becker |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-12-05 | sasl_getmesssage: make sure we have a long enough string to pass | Daniel Stenberg |
2017-12-01 | lib582: do not verify host for SFTP | Nikos Mavrogiannopoulos |
2017-12-01 | libssh2: return CURLE_UPLOAD_FAILED on failure to upload | Nikos Mavrogiannopoulos |
2017-12-01 | libssh2: send the correct CURLE error code on scp file not found | Nikos Mavrogiannopoulos |
2017-11-27 | wildcardmatch: fix heap buffer overflow in setcharset | Daniel Stenberg |
2017-11-24 | test: add test for bad UNC/SMB path in file: URL | Matthew Kerwin |
2017-11-24 | test: add tests to ensure basic file: URLs | Matthew Kerwin |
2017-11-22 | test1264: verify URL with space in host name being rejected | Michael Kaufmann |
2017-11-22 | url: reject ASCII control characters and space in host names | Daniel Stenberg |
2017-11-17 | resolve: allow IP address within [] brackets | Daniel Stenberg |
2017-11-14 | URL: return error on malformed URLs with junk after IPv6 bracket | Michael Kaufmann |
2017-11-09 | test1554: verify connection cache sharing | Daniel Stenberg |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat |
2017-11-04 | curl: speed up handling of many URLs | Daniel Stenberg |
2017-11-04 | curl: pass through [] in URLs instead of calling globbing error | Daniel Stenberg |
2017-11-01 | tests: Fixed torture tests on tests 556 and 650 | Dan Fandrich |
2017-11-01 | CURLOPT_MAXREDIRS: allow -1 as a value | Daniel Stenberg |
2017-10-30 | runtests.pl: Fixed typo in message | Dan Fandrich |
2017-10-29 | cli tool: in -F option arg, comma is a delimiter for files only | Patrick Monnerat |
2017-10-28 | auth: Added test cases for RFC7616 | Florin |
2017-10-26 | curl_fnmatch: return error on illegal wildcard pattern | 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-10-24 | libtest: Add required test libraries for lib1552 and lib1553 | Paul Howarth |
2017-10-20 | ftp: reject illegal IP/port in PASV 227 response | Daniel Stenberg |
2017-10-20 | test653: check reuse of easy handle after mime data change | Patrick Monnerat |
2017-10-19 | test308: disable if MultiSSL feature enabled | Patrick Monnerat |