Age | Commit message (Expand) | Author |
2019-12-09 | conn: always set bits.close with connclose() | Daniel Stenberg |
2019-12-09 | cirrus: enable clang sanitizers on freebsd 13 | Daniel Stenberg |
2019-12-09 | conncache: fix multi-thread use of shared connection cache | Daniel Stenberg |
2019-12-09 | azure: add a vanilla macos build | Daniel Stenberg |
2019-12-06 | curl: make the etag load logic work without fseek | Daniel Stenberg |
2019-12-06 | mailmap: Mohammad Hasbini | Daniel Stenberg |
2019-12-06 | docs: fix some typos | mhasbini |
2019-12-06 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-12-05 | lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAIN | Jay Satiro |
2019-12-05 | setopt: Fix ALPN / NPN user option when built without HTTP2 | Jay Satiro |
2019-12-05 | etag: allow both --etag-compare and --etag-save in same cmdline | Daniel Stenberg |
2019-12-05 | curl_setup: fix `CURLRES_IPV6` condition | Marcel Raad |
2019-12-05 | test342: make it return a 304 as the tag matches | Daniel Stenberg |
2019-12-04 | CMake: add support for building with the NSS vtls backend | Peter Wu |
2019-12-04 | azure: add more builds | Daniel Stenberg |
2019-12-04 | CURLOPT_VERBOSE.3: see also ERRORBUFFER | Daniel Stenberg |
2019-12-03 | hostip4.c: bump copyright year range | Daniel Stenberg |
2019-12-03 | configure: enable IPv6 support without `getaddrinfo` | Marcel Raad |
2019-12-03 | curl_setup: disable IPv6 resolver without `getaddrinfo` | Marcel Raad |
2019-12-03 | github action/azure pipeline: run 'make test-nonflaky' for tests | Daniel Stenberg |
2019-12-03 | openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chains | Daniel Stenberg |
2019-12-03 | openssl: set X509_V_FLAG_PARTIAL_CHAIN | Daniel Stenberg |
2019-12-03 | curl: show better error message when no homedir is found | Daniel Stenberg |
2019-12-03 | OPENSOCKETFUNCTION.3: correct the purpose description | Daniel Stenberg |
2019-12-03 | travis: do not use OVERRIDE_CC or OVERRIDE_CXX if empty | Peter Wu |
2019-12-02 | azure-pipelines: fix the test script | Daniel Stenberg |
2019-12-02 | Azure Pipelines: initial CI setup | Daniel Stenberg |
2019-12-02 | docs: add "added: 7.68.0" to the --etag-* docs | Daniel Stenberg |
2019-12-02 | copyright: fix the year ranges for two files | Daniel Stenberg |
2019-12-01 | build: Disable Visual Studio warning "conditional expression is constant" | Jay Satiro |
2019-12-01 | openssl: retrieve reported LibreSSL version at runtime | Jay Satiro |
2019-12-01 | strerror: Add Curl_winapi_strerror for Win API specific errors | Jay Satiro |
2019-12-02 | global_init: undo the "intialized" bump in case of failure | Daniel Stenberg |
2019-11-29 | parsedate: offer a getdate_capped() alternative | Daniel Stenberg |
2019-11-28 | docs: add more references to curl_multi_poll | Daniel Stenberg |
2019-11-28 | sha256: bump the copyright year range | Daniel Stenberg |
2019-11-28 | curl_setup_once: consistently use WHILE_FALSE in macros | Daniel Gustafsson |
2019-11-28 | http_ntlm: Remove duplicate NSS initialisation | Steve Holme |
2019-11-28 | checksrc: fix regexp for ASSIGNWITHINCONDITION | Daniel Gustafsson |
2019-11-28 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-11-28 | curl: two new command line options for etags | Maros Priputen |
2019-11-28 | docs: fix typos | Daniel Gustafsson |
2019-11-28 | mailmap: Niall O'Reilly's name | Daniel Stenberg |
2019-11-28 | doh: use dedicated probe slots | Niall |
2019-11-28 | travis: build ngtcp2 with --enable-lib-only | Daniel Stenberg |
2019-11-28 | ngtcp2: fix thread-safety bug in error-handling | David Benjamin |
2019-11-27 | travis: export the CC/CXX variables when set | Daniel Stenberg |
2019-11-26 | dist: add error-codes.pl | Marcel Raad |
2019-11-26 | curl: fix --upload-file . hangs if delay in STDIN | John Schroeder |
2019-11-26 | XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUE | John Schroeder |