Age | Commit message (Expand) | Author |
2018-05-16 | tests/libtest/Makefile: Do not unconditionally add gcc-specific flags | Dagobert Michelsen |
2018-05-14 | tests: Fix format specifiers | Rikard Falkeborn |
2018-05-13 | cookies: do not take cookie name as a parameter | Patrick Monnerat |
2018-04-29 | tests: provide 'manual' as a feature to optionally require | Daniel Stenberg |
2018-04-27 | checksrc: force indentation of lines after an else | Daniel Gustafsson |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-16 | test1148: tolerate progress updates better | Daniel Stenberg |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-04-12 | duphandle: make sure CURLOPT_RESOLVE is duplicated fine too | Daniel Stenberg |
2018-04-09 | test1136: fix cookie order after commit c990eadd1277 | Daniel Stenberg |
2018-04-08 | build: cleanup to fix clang warnings/errors | Daniel Stenberg |
2018-04-06 | file: restore old behavior for file:////foo/bar URLs | Jon DeVree |
2018-04-06 | cookie: case-insensitive hashing for the domains | Lauri Kasanen |
2018-04-04 | cookie: fix and optimize 2nd top level domain name extraction | Patrick Monnerat |
2018-04-02 | cookie: store cookies per top-level-domain-specific hash table | Lauri Kasanen |
2018-04-02 | test1148: set a fixed locale for the test | Daniel Stenberg |
2018-03-26 | runtests.pl: fix warning 'use of uninitialized value' | Michael Kaufmann |
2018-03-24 | gitignore: ignore more generated files | Daniel Stenberg |
2018-03-19 | parsedate: support UT timezone | Nikos Tsipinakis |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-03-15 | transfer: make HTTP without headers count correct body size | Daniel Stenberg |
2018-03-15 | test1208: marked flaky | Daniel Stenberg |
2018-03-13 | tests/.../spnego.py: fix identifier typo | Kamil Dudka |
2018-03-12 | FTP: reject path components with control codes | Daniel Stenberg |
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 |