Age | Commit message (Expand) | Author |
2018-03-12 | FAQ: fix a broken URL [ci skip] | Viktor Szakats |
2018-03-12 | http2: mark the connection for close on GOAWAY | Daniel Stenberg |
2018-03-12 | credits: Viktor prefers without accent | Daniel Stenberg |
2018-03-12 | openldap: white space changes, fixed up the copyright years | Daniel Stenberg |
2018-03-12 | openldap: check ldap_get_attribute_ber() results for NULL before using | Daniel Stenberg |
2018-03-12 | FTP: reject path components with control codes | Daniel Stenberg |
2018-03-12 | readwrite: make sure excess reads don't go beyond buffer end | Daniel Stenberg |
2018-03-12 | BUGS: updated link to security process | Daniel Stenberg |
2018-03-11 | limit-rate: kick in even before "limit" data has been received | Daniel Stenberg |
2018-03-11 | docs/SECURITY.md -> docs/SECURITY-PROCESS.md | Daniel Stenberg |
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 |