Age | Commit message (Expand) | Author |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-01 | time_t-fixes: remove typecasts to 'long' for info.filetime | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-13 | HTTP: bail out on negative Content-Length: values | Daniel Stenberg |
2017-11-05 | HTTP: support multiple Content-Encodings | Patrick Monnerat |
2017-11-01 | include: remove conncache.h inclusion from where its not needed | Daniel Stenberg |
2017-10-09 | RTSP: avoid integer overflow on funny RTSP response | Daniel Stenberg |
2017-09-28 | http: add custom empty headers to repeated requests | Michael Kaufmann |
2017-09-12 | code style: remove wrong uses of multiple spaces | Daniel Stenberg |
2017-09-12 | code style: use space after semicolon | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-11 | Curl_checkheaders: make it available for IMAP and SMTP too | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-09-02 | http: fix a memory leakage in checkrtspprefix(). | Patrick Monnerat |
2017-08-18 | http: Don't wait on CONNECT when there is no proxy | Jan Alexander Steffens (heftig) |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-07-31 | http: fix response code parser to avoid integer overflow | Daniel Stenberg |
2017-07-06 | http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLD | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
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-14 | http-proxy: do the HTTP CONNECT process entirely non-blocking | Daniel Stenberg |
2017-05-30 | transfer: init the infilesize from the postfields... | Daniel Stenberg |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-05-01 | http: don't clobber the receive buffer for timecond | Daniel Stenberg |
2017-05-01 | http: use private user:password output buffer | Daniel Stenberg |
2017-03-28 | http: do not treat FTPS over CONNECT as HTTPS | Kamil Dudka |
2017-03-28 | http: Fix proxy connection reuse with basic-auth | Isaac Boukris |
2017-03-26 | spelling fixes | klemens |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-11 | proxy: skip SSL initialization for closed connections | Michael Kaufmann |
2017-03-11 | authneg: clear auth.multi flag at http_done | Isaac Boukris |
2017-03-07 | http2: Fix assertion error on redirect with CL=0 | Tatsuhiro Tsujikawa |
2017-02-17 | http: fix missing 'Content-Length: 0' while negotiating auth | Isaac Boukris |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2017-01-14 | http: print correct HTTP string in verbose output when using HTTP/2 | Alessandro Ghedini |
2016-12-23 | http: remove "Curl_http_done: called premature" message | Daniel Stenberg |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | cookies: getlist() now holds deep copies of all cookies | Daniel Stenberg |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann |
2016-09-16 | http: accept "Transfer-Encoding: chunked" for HTTP/2 as well | Daniel Stenberg |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-25 | HTTP: stop parsing headers when switching to unknown protocols | Michael Kaufmann |