| Commit message (Expand) | Author | Age | Files | Lines |
* | test1148: tolerate progress updates betterbagder/test1148-stablizer | Daniel Stenberg | 2018-04-12 | 1 | -1/+6 |
* | duphandle: make sure CURLOPT_RESOLVE is duplicated fine too | Daniel Stenberg | 2018-04-12 | 1 | -1/+11 |
* | test1136: fix cookie order after commit c990eadd1277 | Daniel Stenberg | 2018-04-09 | 1 | -1/+1 |
* | build: cleanup to fix clang warnings/errors | Daniel Stenberg | 2018-04-08 | 1 | -18/+11 |
* | file: restore old behavior for file:////foo/bar URLs | Jon DeVree | 2018-04-06 | 1 | -7/+13 |
* | cookie: case-insensitive hashing for the domains | Lauri Kasanen | 2018-04-06 | 1 | -1/+1 |
* | cookie: fix and optimize 2nd top level domain name extraction | Patrick Monnerat | 2018-04-04 | 1 | -14/+14 |
* | cookie: store cookies per top-level-domain-specific hash table | Lauri Kasanen | 2018-04-02 | 1 | -2/+2 |
* | test1148: set a fixed locale for the test | Daniel Stenberg | 2018-04-02 | 1 | -0/+4 |
* | runtests.pl: fix warning 'use of uninitialized value' | Michael Kaufmann | 2018-03-26 | 1 | -1/+2 |
* | gitignore: ignore more generated files | Daniel Stenberg | 2018-03-24 | 1 | -1/+1 |
* | parsedate: support UT timezone | Nikos Tsipinakis | 2018-03-19 | 1 | -0/+1 |
* | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist | 2018-03-17 | 4 | -1/+102 |
* | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews | 2018-03-17 | 3 | -1/+116 |
* | cleanup: misc typos in strings and comments | luz.paz | 2018-03-16 | 4 | -5/+5 |
* | transfer: make HTTP without headers count correct body size | Daniel Stenberg | 2018-03-15 | 4 | -4/+59 |
* | test1208: marked flaky | Daniel Stenberg | 2018-03-15 | 1 | -0/+1 |
* | tests/.../spnego.py: fix identifier typo | Kamil Dudka | 2018-03-13 | 1 | -1/+1 |
* | FTP: reject path components with control codes | Daniel Stenberg | 2018-03-12 | 2 | -0/+43 |
* | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg | 2018-03-11 | 4 | -1/+192 |
* | NO_PROXY: fix for IPv6 numericals in the URL | Daniel Stenberg | 2018-03-04 | 2 | -1/+54 |
* | build: get CFLAGS (including -werror) used for examples and tests | Daniel Stenberg | 2018-03-04 | 4 | -5/+9 |
* | unit1307: proper cleanup on OOM to fix torture tests | Dan Fandrich | 2018-03-02 | 1 | -8/+18 |
* | unit1309: fix warning on Windows x64 | Marcel Raad | 2018-02-28 | 1 | -5/+9 |
* | lib655: silence compiler warning | Viktor Szakats | 2018-02-23 | 1 | -1/+1 |
* | spelling fixes | Viktor Szakats | 2018-02-23 | 8 | -13/+13 |
* | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano | 2018-02-21 | 5 | -2/+168 |
* | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken | 2018-02-20 | 4 | -2/+234 |
* | test1556: verify >16KB headers to the header callback | Daniel Stenberg | 2018-02-16 | 4 | -2/+147 |
* | test1154: verify that long HTTP headers get rejected | Daniel Stenberg | 2018-02-16 | 2 | -1/+58 |
* | TODO fixed: Detect when called from within callbacks | Björn Stenberg | 2018-02-15 | 5 | -4/+137 |
* | tests: new tests for http raw mode | Patrick Monnerat | 2018-02-13 | 3 | -2/+125 |
* | smtp: fix processing of initial dot in data | Patrick Monnerat | 2018-02-12 | 5 | -4/+93 |
* | fnmatch: pattern syntax can no longer fail | Patrick Monnerat | 2018-01-31 | 1 | -2/+3 |
* | fnmatch: accept an alphanum to be followed by a non-alphanum in char set | Patrick Monnerat | 2018-01-31 | 1 | -3/+8 |
* | fnmatch: do not match the empty string with a character set | Patrick Monnerat | 2018-01-31 | 1 | -2/+2 |
* | curl_ctype: private is*() type macros and functions | Daniel Stenberg | 2018-01-29 | 1 | -2/+4 |
* | lib555: drop text conversion and encode data as ascii codes | Patrick Monnerat | 2018-01-26 | 2 | -14/+14 |
* | lib517: make variable static to avoid compiler warning | Daniel Stenberg | 2018-01-26 | 1 | -1/+1 |
* | lib544: sync ascii code data with textual data | Patrick Monnerat | 2018-01-26 | 1 | -4/+7 |
* | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg | 2018-01-25 | 2 | -192/+126 |
* | SChannel/WinSSL: Implement public key pinning | moparisthebest | 2018-01-25 | 1 | -0/+1 |
* | test1454: --connect-to with IPv6 address w/o IPv6 support! | Daniel Stenberg | 2018-01-23 | 2 | -1/+39 |
* | http: prevent custom Authorization headers in redirects | Daniel Stenberg | 2018-01-22 | 3 | -1/+190 |
* | curl: progress bar refresh, get width using ioctl() | Daniel Stenberg | 2018-01-22 | 1 | -1/+2 |
* | test558: fix for multissl builds | Daniel Stenberg | 2018-01-18 | 1 | -0/+1 |
* | unit1307: test many wildcards too | Daniel Stenberg | 2018-01-17 | 1 | -1/+5 |
* | ftp-wildcard: fix matching an empty string with "*[^a]" | Daniel Stenberg | 2018-01-17 | 1 | -13/+12 |
* | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat | 2018-01-14 | 4 | -2/+288 |
* | test395: HTTP with overflow Content-Length value | Daniel Stenberg | 2018-01-13 | 2 | -1/+56 |