Age | Commit message (Expand) | Author |
2019-03-12 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-03-12 | travis: actually use updated compiler versions | Marcel Raad |
2019-03-12 | travis: update clang to version 7 | Marcel Raad |
2019-03-11 | examples/externalsocket: add missing close socket calls | Andre Guibert de Bruet |
2019-03-11 | multi: removed unused code for request retries | Daniel Stenberg |
2019-03-11 | doh: inherit some SSL options from user's easy handle | Jay Satiro |
2019-03-09 | test331: verify set-cookie for dotless host name | Daniel Stenberg |
2019-03-09 | Revert "cookies: extend domain checks to non psl builds" | Daniel Stenberg |
2019-03-08 | memdebug: make debug-specific functions use curl_dbg_ prefix | Daniel Stenberg |
2019-03-08 | cmdline-opts/proxytunnel.d: the option tunnnels all protocols | Daniel Stenberg |
2019-03-07 | KNOWN_BUGS: Client cert (MTLS) issues with Schannel | Daniel Stenberg |
2019-03-07 | ROADMAP: updated to some more current things to work on | Daniel Stenberg |
2019-03-05 | tests: fix multiple may be used uninitialized warnings | Daniel Stenberg |
2019-03-05 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-03-05 | source: fix two 'nread' may be used uninitialized warnings | Daniel Stenberg |
2019-03-05 | gopher: remove check for path == NULL | Daniel Stenberg |
2019-03-05 | examples: only include <curl/curl.h> | Daniel Stenberg |
2019-03-05 | ssh: loop the state machine if not done and not blocking | Daniel Stenberg |
2019-03-05 | multi: support verbose conncache closure handle | Jay Satiro |
2019-03-04 | CURLU: fix NULL dereference when used over proxy | Daniel Stenberg |
2019-03-03 | altsvc_out: check the return code from Curl_gmtime | Daniel Stenberg |
2019-03-03 | docs/ALTSVC.md: docs describing the approach | Daniel Stenberg |
2019-03-03 | alt-svc: add a travis build | Daniel Stenberg |
2019-03-03 | alt-svc: add test 355 and 356 to verify with command line curl | Daniel Stenberg |
2019-03-03 | alt-svc: the curl command line bits | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-03-02 | travis: add build using gnutls | Daniel Stenberg |
2019-03-02 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-03-02 | scripts/completion.pl: also generate fish completion file | Simon Legner |
2019-03-02 | gnutls: remove call to deprecated gnutls_compression_get_name | Daniel Stenberg |
2019-03-02 | system_win32: move win32_init here from easy.c | Jay Satiro |
2019-03-01 | curl_easy_duphandle.3: clarify that a duped handle has no shares | Daniel Stenberg |
2019-03-01 | 10-at-a-time.c: fix too long line | Daniel Stenberg |
2019-03-01 | examples: various fixes in ephiperfifo.c | Arnaud Rebillout |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-03-01 | examples/10-at-a-time.c: improve readability and simplify | Daniel Stenberg |
2019-03-01 | threaded-resolver: shutdown the resolver thread without error message | Daniel Stenberg |
2019-03-01 | docs: update max-redirs.d phrasing | Ԝеѕ |
2019-03-01 | ssh: fix Condition '!status' is always true | Daniel Stenberg |
2019-02-28 | test578: make it read data from the correct test | Daniel Stenberg |
2019-02-28 | Curl_easy: remove req.maxfd - never used! | Daniel Stenberg |
2019-02-28 | http: set state.infilesize when sending formposts | Daniel Stenberg |
2019-02-28 | INSTALL: refer to the current TLS library names and configure options | Daniel Stenberg |
2019-02-28 | FAQ: minor updates and spelling fixes | Daniel Stenberg |
2019-02-28 | GOVERNANCE.md: minor spelling fixes | Daniel Stenberg |
2019-02-28 | Secure Transport: no more "darwinssl" | Daniel Stenberg |
2019-02-27 | AppVeyor: add classic MinGW build | Marcel Raad |
2019-02-27 | AppVeyor: add MinGW-w64 build | Marcel Raad |
2019-02-27 | cookies: only save the cookie file if the engine is enabled | Daniel Stenberg |
2019-02-27 | cacertinmem.c: use multiple certificates for loading CA-chain | DaVieS |