Age | Commit message (Expand) | Author |
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 |
2018-02-16 | TODO: 1.7 Support HTTP/2 for HTTP(S) proxies | Daniel Stenberg |
2018-02-16 | ssh: add two missing state names | Daniel Stenberg |
2018-02-15 | Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy" | Daniel Stenberg |
2018-02-15 | non-ascii: fix implicit declaration warning | Jay Satiro |
2018-02-15 | travis: add build with iconv enabled | Daniel Stenberg |
2018-02-15 | TODO: 18.18 retry on network is unreachable | Daniel Stenberg |
2018-02-15 | KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy | Daniel Stenberg |
2018-02-15 | nss: use PK11_CreateManagedGenericObject() if available | Kamil Dudka |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-14 | BINDINGS: fix curb link (and remove ruby-curl-multi) | Daniel Stenberg |
2018-02-13 | curl_gssapi: make sure this file too uses our *printf() | Daniel Stenberg |
2018-02-13 | libcurl-security.3: separate file:// section | Daniel Stenberg |
2018-02-13 | libcurl-security.3: the http://192.168.0.1/my_router_config case | Daniel Stenberg |
2018-02-13 | libcurl-security.3: mention the URL standards problems too | Daniel Stenberg |
2018-02-13 | libcurl-security.3: split out from libcurl-tutorial.3 | Daniel Stenberg |
2018-02-13 | RELEASE-NOTES: synced with e551910f8 | Daniel Stenberg |
2018-02-13 | tests: new tests for http raw mode | Patrick Monnerat |
2018-02-12 | tlsauthtype.d: works only if libcurl is built with TLS-SRP support | Kamil Dudka |