Age | Commit message (Expand) | Author |
2018-03-11 | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg |
2018-03-04 | NO_PROXY: fix for IPv6 numericals in the URL | Daniel Stenberg |
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-23 | lib655: silence compiler warning | Viktor Szakats |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2018-02-16 | test1556: verify >16KB headers to the header callback | Daniel Stenberg |
2018-02-16 | test1154: verify that long HTTP headers get rejected | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-13 | tests: new tests for http raw mode | Patrick Monnerat |
2018-02-12 | smtp: fix processing of initial dot in data | 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-29 | curl_ctype: private is*() type macros and functions | Daniel Stenberg |
2018-01-26 | lib555: drop text conversion and encode data as ascii codes | Patrick Monnerat |
2018-01-26 | lib517: make variable static to avoid compiler warning | Daniel Stenberg |
2018-01-26 | lib544: sync ascii code data with textual data | Patrick Monnerat |
2018-01-25 | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg |
2018-01-25 | SChannel/WinSSL: Implement public key pinning | moparisthebest |
2018-01-23 | test1454: --connect-to with IPv6 address w/o IPv6 support! | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-22 | curl: progress bar refresh, get width using ioctl() | Daniel Stenberg |
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 |