Age | Commit message (Expand) | Author |
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 |
2017-11-13 | zlib/brotli: only include header files in modules needing them | Patrick Monnerat |
2017-11-05 | HTTP: implement Brotli content encoding | Patrick Monnerat |
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat |
2017-10-28 | auth: add support for RFC7616 - HTTP Digest access authentication | Florin |
2017-10-26 | wildcards: don't use with non-supported protocols | Max Dymond |
2017-10-05 | build: fix --disable-crypto-auth | Daniel Stenberg |
2017-10-03 | vtls: compare and clone ssl configs properly | Michael Kaufmann |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-05 | mime: unified to use the typedef'd mime structs everywhere | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-08-28 | vtls: encapsulate SSL backend-specific data | Johannes Schindelin |
2017-08-28 | urldata.h: move SSPI-specific #include to correct location | Johannes Schindelin |
2017-08-28 | urldata.h: remove support for obsolete PolarSSL version | Johannes Schindelin |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-15 | progress: Track total times following redirects | Ryan Winograd |
2017-08-10 | digest_sspi: Don't reuse context if the user/passwd has changed | Jay Satiro |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-28 | CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth | Kamil Dudka |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
2017-06-16 | http-proxy: fix chunked-encoded CONNECT responses | Daniel Stenberg |
2017-06-15 | http-proxy: only attempt FTP over HTTP proxy | Daniel Stenberg |
2017-06-14 | http-proxy: do the HTTP CONNECT process entirely non-blocking | Daniel Stenberg |
2017-06-14 | timers: store internal time stamps as time_t instead of doubles | Daniel Stenberg |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-02 | gtls: fixed a lingering BUFSIZE reference | Dan Fandrich |
2017-05-01 | BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE | Daniel Stenberg |
2017-05-01 | upload: UPLOAD_BUFSIZE is now for the upload buffer | Daniel Stenberg |
2017-05-01 | http-proxy: use a dedicated CONNECT response buffer | Daniel Stenberg |