Age | Commit message (Expand) | Author |
2019-05-22 | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme |
2019-05-17 | libcurl: #ifdef away more code for disabled features/protocols | Daniel Stenberg |
2019-05-15 | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme |
2019-05-15 | http_ntlm: Move the NTLM state out of the ntlmdata structure | Steve Holme |
2019-05-15 | url: Move the negotiate state type into a dedicated enum | Steve Holme |
2019-05-13 | wildcard: disable from build when FTP isn't present | Daniel Stenberg |
2019-05-13 | http: CURL_DISABLE_HTTP_AUTH | Daniel Stenberg |
2019-05-13 | doh: CURL_DISABLE_DOH | Daniel Stenberg |
2019-05-06 | ssh: define USE_SSH if SSH is enabled (any backend) | Daniel Stenberg |
2019-05-01 | process_pending_handles: mark queued transfers as previously pending | Daniel Stenberg |
2019-04-29 | CURL_MAX_INPUT_LENGTH: largest acceptable string input size | Daniel Stenberg |
2019-04-21 | CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse | Daniel Stenberg |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-27 | resolve: apply Happy Eyeballs philosophy to parallel c-ares queries | Brad Spencer |
2019-03-14 | Negotiate: fix for HTTP POST with Negotiate | Dominik Hölzl |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-28 | Curl_easy: remove req.maxfd - never used! | Daniel Stenberg |
2019-02-27 | urldata: convert bools to bitfields and move to end | Daniel Stenberg |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
2019-02-14 | gssapi: fix deprecated header warnings | Daniel Stenberg |
2019-02-12 | pretransfer: don't strlen() POSTFIELDS set for GET requests | Daniel Stenberg |
2019-02-01 | spnego_sspi: add support for channel binding | georgeok |
2019-01-19 | ntlm_sspi: add support for channel binding | georgeok |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2019-01-10 | multi: multiplexing improvements | Daniel Stenberg |
2018-12-27 | hostip: support wildcard hosts | Claes Jakobsson |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-17 | pingpong: change default response timeout to 120 seconds | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-11-22 | host names: allow trailing dot in name resolve, then strip it | Tobias Hintze |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-10-25 | urldata: Fix comment in header | Michael Kaufmann |
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-06 | setopt: add CURLOPT_DOH_URL | Daniel Stenberg |
2018-09-05 | tests: add unit tests for url.c | Jim Fuller |
2018-08-18 | upload: change default UPLOAD_BUFSIZE to 64KB | Daniel Stenberg |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-18 | vtls: reinstantiate engine on duplicated handles | Laurent Bonnans |
2018-08-16 | urldata: remove unused pipe_broke struct field | Daniel Stenberg |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-07-20 | http2: several cleanups | Daniel Stenberg |
2018-07-11 | conn: remove the boolean 'inuse' field | Daniel Stenberg |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-11 | openssl: assume engine support in 1.0.1 or later | Daniel Stenberg |