Age | Commit message (Expand) | Author |
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 |
2017-05-01 | buffer_size: make sure it always has the correct size | Daniel Stenberg |
2017-05-01 | CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size | Daniel Stenberg |
2017-04-25 | transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload() | Daniel Stenberg |
2017-04-22 | schannel: Don't treat encrypted partial record as pending data | Jay Satiro |
2017-04-22 | llist: no longer uses malloc | Daniel Stenberg |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-06 | nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d | Marcel Raad |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-03-28 | pause: handle mixed types of data when paused | Daniel Stenberg |
2017-03-26 | spelling fixes | klemens |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-11 | authneg: clear auth.multi flag at http_done | Isaac Boukris |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-02-21 | urldata: include curl_sspi.h when Windows SSPI is enabled | Viktor Szakats |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-18 | proxy: fix hostname resolution and IDN conversion | Michael Kaufmann |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2017-01-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-11-28 | http2: Fix crashes when parent stream gets aborted | Anders Bakken |
2016-11-25 | HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEY | Thomas Glanzmann |
2016-11-25 | add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} | Frank Gevaerts |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-11-17 | Don't mix unix domain sockets with regular ones | Isaac Boukris |
2016-11-12 | timeval: prefer time_t to hold seconds instead of long | Daniel Stenberg |
2016-11-05 | easy: Initialize info variables on easy init and duphandle | Jay Satiro |
2016-10-13 | vtls: only re-use session-ids using the same scheme | Daniel Stenberg |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann |
2016-09-20 | easy: Reset all statistical session info in curl_easy_reset | Jay Satiro |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-26 | schannel: Disable ALPN for Wine since it is causing problems | Jay Satiro |
2016-08-20 | urldata.h: Corrected comment for httpcode which is also populated by SMTP | Steve Holme |
2016-08-03 | TLS: switch off SSL session id when client cert is used | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-21 | cleanup: fix method names in code comments | Michael Kaufmann |
2016-06-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |