Age | Commit message (Expand) | Author |
2019-05-12 | docs/INSTALL: fix broken link [ci skip] | Jay Satiro |
2019-05-12 | easy: fix another "clarify calculation precedence" warning | Marcel Raad |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-12 | cmake: restore C89 compatibility of CurlTests.c | Marcel Raad |
2019-05-11 | http_ntlm: Corrected the name of the include guard | Steve Holme |
2019-05-11 | http_digest: Don't expose functions when HTTP and Crypto Auth are disabled | Steve Holme |
2019-05-11 | http_negotiate: Don't expose functions when HTTP is disabled | Steve Holme |
2019-05-11 | SECURITY-PROCESS: fix links [ci skip] | Daniel Stenberg |
2019-05-11 | CMake: suppress unused variable warnings | Marcel Raad |
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg |
2019-05-11 | checksrc.bat: Ignore snprintf warnings in docs/examples | Jay Satiro |
2019-05-10 | vauth: Fix incorrect function description for Curl_auth_user_contains_domain() | Steve Holme |
2019-05-10 | Revert "multi: support verbose conncache closure handle" | Jay Satiro |
2019-05-10 | ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup() | Steve Holme |
2019-05-09 | BUG-BOUNTY: minor formatting fixes [ci skip] | Daniel Stenberg |
2019-05-09 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-09 | BUG-BOUNTY.md: add the Dropbox "bonus" extra payout ability [ci skip] | Daniel Stenberg |
2019-05-09 | http_negotiate: do not treat failure of gss_init_sec_context() as fatal | Kamil Dudka |
2019-05-09 | spnego_gssapi: fix return code on gss_init_sec_context() failure | Kamil Dudka |
2019-05-09 | gen_resp_file.bat: Removed unnecessary @ from all but the first command | Steve Holme |
2019-05-08 | http: Ignore HTTP/2 prior knowledge setting for HTTP proxies | Jay Satiro |
2019-05-08 | travis: update mesalink build to xenial | Marcel Raad |
2019-05-08 | OpenSSL: Report -fips in version if OpenSSL is built with FIPS | Ricky Leverence |
2019-05-07 | nss: allow fifos and character devices for certificates. | Frank Gevaerts |
2019-05-06 | test2100: Fix typos in test description | Daniel Gustafsson |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-05-05 | winbuild: Add our standard copyright header to the winbuild batch files | Steve Holme |
2019-05-05 | makedebug: Fix ERRORLEVEL detection after running where.exe | Steve Holme |
2019-05-05 | urlapi: add CURLUPART_ZONEID to set and get | Daniel Stenberg |
2019-05-05 | WRITEFUNCTION: add missing set_in_callback around callback | Taiyu Len |
2019-05-04 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-03 | CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [ci skip] | Daniel Stenberg |
2019-05-03 | CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value | Daniel Stenberg |
2019-05-03 | OS400/ccsidcurl.c: code style fixes | Daniel Stenberg |
2019-05-03 | OS400/ccsidcurl: replace use of Curl_vsetopt | Daniel Stenberg |
2019-05-03 | urlapi: strip off scope id from numerical IPv6 addresses | Daniel Stenberg |
2019-05-02 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-05-02 | multiif.h: remove unused protos | Daniel Stenberg |
2019-05-01 | travis: mesalink: temporarily disable test 3001 | Yiming Jing |
2019-05-01 | travis: upgrade the MesaLink TLS backend to v1.0.0 | Yiming Jing |
2019-05-01 | ConnectionExists: improve non-multiplexing use case | Daniel Stenberg |
2019-05-01 | multi: provide Curl_multiuse_state to update information | Daniel Stenberg |
2019-05-01 | process_pending_handles: mark queued transfers as previously pending | Daniel Stenberg |
2019-05-01 | http: mark bundle as not for multiuse on < HTTP/2 response | Daniel Stenberg |
2019-05-01 | cookie: Guard against possible NULL ptr deref | Daniel Gustafsson |
2019-04-30 | os400: Add CURLOPT_MAXAGE_CONN to ILE/RPG bindings | Patrick Monnerat |
2019-04-29 | nss: provide more specific error messages on failed init | Kamil Dudka |
2019-04-29 | docs: minor polish to the bug bounty / security docs | Reed Loden |
2019-04-29 | CURL_MAX_INPUT_LENGTH: largest acceptable string input size | Daniel Stenberg |
2019-04-28 | curlver.h: use parenthesis in CURL_VERSION_BITS macro | Tseng Jun |