Age | Commit message (Expand) | Author |
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 |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-29 | setopt: add TLS 1.3 ciphersuites | Daniel Stenberg |
2018-05-28 | psl: use latest psl and refresh it periodically | Patrick Monnerat |
2018-05-18 | docs: mention HAproxy protocol "version 1" | Aleks |
2018-05-14 | http2: use the correct function pointer typedef | Daniel Stenberg |
2018-04-20 | http2: handle GOAWAY properly | Daniel Stenberg |
2018-04-16 | ntlm_sspi: fix authentication using Credential Manager | toughengineer |
2018-04-16 | urldata: make service names unconditional | Marcel Raad |
2018-03-17 | resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES | Rick Deist |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-08 | progress: calculate transfer speed on milliseconds if possible | Daniel Stenberg |
2017-12-07 | CONNECT: keep close connection flag in http_connect_state struct | Zachary Seguin |
2017-12-06 | configure: check for netinet/in6.h | Randall S. Becker |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-12-01 | SSL: Avoid magic allocation of SSL backend specific data | Johannes Schindelin |
2017-11-27 | url: fix alignment of ssl_backend_data struct | Jay Satiro |