Age | Commit message (Expand) | Author |
2018-03-11 | SECURITY.md: call it the security process | Daniel Stenberg |
2018-03-11 | Curl_range: fix FTP-only and FILE-only builds | Michael Kaufmann |
2018-03-11 | hostip: fix compiler warning: 'variable set but not used' | Michael Kaufmann |
2018-03-11 | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg |
2018-03-10 | http2: verbose output new MAX_CONCURRENT_STREAMS values | Daniel Stenberg |
2018-03-09 | SECURITY: distros' max embargo time is 14 days now | Daniel Stenberg |
2018-03-08 | curl tool: accept --compressed also if Brotli is enabled and zlib is not. | Patrick Monnerat |
2018-03-05 | THANKS + mailmap: remove duplicates, fixup full names | Daniel Stenberg |
2018-03-05 | WolfSSL: adding TLSv1.3 | sergii.kavunenko |
2018-03-04 | RELEASE-NOTES/THANKS: synced with cc1d4c505 | Daniel Stenberg |
2018-03-04 | winbuild: prefer documented zlib library names | richardthe3rd |
2018-03-04 | krb5: use nondeprecated functions | Marcel Raad |
2018-03-04 | curl.1: mention how to add numerical IP addresses in NO_PROXY | Daniel Stenberg |
2018-03-04 | CURLOPT_NOPROXY.3: mention how to list numerical IPv6 addresses | 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-03 | curl_ctype: fix macro redefinition warnings | Marcel Raad |
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-28 | travis: update compiler versions | Marcel Raad |
2018-02-26 | docs/MANUAL: formfind.pl is not accessible on the site anymore | Daniel Stenberg |
2018-02-24 | curl-openssl.m4: Fix version check for OpenSSL 1.1.1 | Jay Satiro |
2018-02-23 | lib655: silence compiler warning | Viktor Szakats |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-24 | projects/README: remove reference to dead IDN link/package | Daniel Stenberg |
2018-02-23 | winbuild: Use macros for the names of some build utilities | Rod Widdowson |
2018-02-23 | TODO: remove "sha-256 digest", added in 2b5b37cb9109e7c2 | Daniel Stenberg |
2018-02-23 | curl_share_setopt.3: connection cache is shared within multi handles | Daniel Stenberg |
2018-02-22 | winbuild: Use CALL to run batch scripts | Rod Widdowson |
2018-02-22 | os400: add curl_resolver_start_callback type to ILE/RPG binding | Patrick Monnerat |
2018-02-22 | form.d: rephrased somewhat, added two example command lines | Daniel Stenberg |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-21 | lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | Jay Satiro |
2018-02-21 | sasl: prefer PLAIN mechanism over LOGIN | Patrick Monnerat |
2018-02-21 | RELEASE-NOTES: synced with 2427d94c6 | Daniel Stenberg |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-02-20 | hostip: fix 'potentially uninitialized variable' warning | Jay Satiro |
2018-02-20 | TODO: warning if curl version is not in sync with libcurl version | Daniel Stenberg |
2018-02-20 | CURLOPT_RESOLVE: Add support for multiple IP addresses per entry | Anders Bakken |
2018-02-20 | examples/sftpuploadresume: resume upload via CURLOPT_APPEND | Sergio Borghese |
2018-02-18 | curl --version: show PSL if the run-time lib has it enabled | Daniel Stenberg |
2018-02-18 | TODO: "Support in-memory certs/ca certs/keys" | Daniel Stenberg |
2018-02-16 | CURLOPT_HEADER.3: clarify problems with different data sizes | Daniel Stenberg |
2018-02-16 | test1556: verify >16KB headers to the header callback | Daniel Stenberg |
2018-02-16 | header callback: don't chop headers into smaller pieces | Daniel Stenberg |
2018-02-16 | test1154: verify that long HTTP headers get rejected | Daniel Stenberg |
2018-02-16 | http: fix the max header length detection logic | Daniel Stenberg |
2018-02-16 | CURLOPT_HEADERFUNCTION.3: fix typo from d939226813 | Daniel Stenberg |
2018-02-16 | CURLOPT_HEADERFUNCTION.3: mention folded headers | Daniel Stenberg |
2018-02-16 | TODO: 1.1 Option to refuse usernames in URLs | Daniel Stenberg |