Age | Commit message (Expand) | Author |
2019-06-09 | travis: use xenial LLVM package for scan-build | Marcel Raad |
2019-06-09 | travis: update scan-build job to xenial | Marcel Raad |
2019-06-08 | bump: start working on 7.65.2 | Daniel Stenberg |
2019-06-05 | examples/htmltitle: use C++ casts between pointer types | Marcel Raad |
2019-06-05 | examples/fopen: fix comparison | Marcel Raad |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-06-05 | sws: remove unused variables | Marcel Raad |
2019-06-04 | RELEASE-NOTES: 7.65.1 | Daniel Stenberg |
2019-06-04 | THANKS: new contributors from 7.65.1 | Daniel Stenberg |
2019-06-04 | ssl: Update outdated "openssl-only" comments for supported backends | Frank Gevaerts |
2019-06-04 | curl_share_setopt.3: improve wording [ci ship] | Daniel Stenberg |
2019-06-04 | tool_parsecfg: Use correct return type for GetModuleFileName() | Steve Holme |
2019-06-03 | TODO: "at least N milliseconds between requests" [ci skip] | Daniel Stenberg |
2019-06-02 | tests/server/.gitignore: Add socksd to the ignore list | Steve Holme |
2019-06-02 | tool_parsecfg: Fix control flow issue (DEADCODE) | Steve Holme |
2019-06-02 | NTLM: reset proxy "multipass" state when CONNECT request is done | Sergey Ogryzkov |
2019-06-02 | test334: verify HTTP 204 response with chunked coding header | Daniel Stenberg |
2019-06-02 | http: don't parse body-related headers bodyless responses | Michael Kaufmann |
2019-06-02 | tls13-docs: mention it is only for OpenSSL >= 1.1.1 | Daniel Stenberg |
2019-06-01 | dump-header.d: spell out that no headers == empty file [ci skip] | Daniel Stenberg |
2019-06-01 | singlesocket: use separate variable for inner loop | Daniel Stenberg |
2019-05-31 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-30 | http2: Stop drain from being permanently set on | Josie Huddleston |
2019-05-29 | conncache: Remove the DEBUGASSERT on length check | Steve Holme |
2019-05-29 | system_win32: fix function prototype | Gisle Vanem |
2019-05-29 | appveyor: add Visual Studio solution build | Marcel Raad |
2019-05-29 | appveyor: add support for other build systems | Marcel Raad |
2019-05-29 | url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows | Steve Holme |
2019-05-29 | http: fix "error: equality comparison with extraneous parentheses" | Daniel Stenberg |
2019-05-28 | parse_proxy: make sure portptr is initialized | Daniel Stenberg |
2019-05-28 | url: default conn->port to the same as conn->remote_port | Daniel Stenberg |
2019-05-28 | conncache: make "bundles" per host name when doing proxy tunnels | Daniel Stenberg |
2019-05-28 | multi: track users of a socket better | Daniel Stenberg |
2019-05-28 | curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version | Steve Holme |
2019-05-28 | cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables | Jonas Vautherin |
2019-05-27 | HAProxy tests: add keywords | Marcel Raad |
2019-05-27 | tests: make test 1420 and 1406 work with rtsp-disabled libcurl | Maksim Stsepanenka |
2019-05-27 | nss: allow to specify TLS 1.3 ciphers if supported by NSS | Hubert Kario |
2019-05-26 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-25 | Revert all SASL authzid (new feature) commits | Jay Satiro |
2019-05-25 | FAQ: more minor updates and spelling fixes | dbrowndan |
2019-05-24 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-24 | sectransp: handle errSSLPeerAuthCompleted from SSLRead() | Daniel Stenberg |
2019-05-24 | Fix typo. | Gisle Vanem |
2019-05-23 | tool_setopt: for builds with disabled-proxy, skip all proxy setopts() | Daniel Stenberg |
2019-05-23 | winbuild: Use two space indentation | Steve Holme |
2019-05-23 | tool_parse_cfg: Avoid 2 fopen() for WIN32 | Gisle Vanem |
2019-05-23 | md4: include the mbedtls config.h to get the MD4 info | Daniel Stenberg |
2019-05-23 | md4: build correctly with openssl without MD4 | Daniel Stenberg |
2019-05-23 | os400: take care of CURLOPT_SASL_AUTHZID in curl_easy_setopt_ccsid(). | Patrick Monnerat |