Age | Commit message (Expand) | Author |
2018-09-25 | http: fix memleak in rewind error path | Daniel Stenberg |
2018-09-23 | http: add missing return code check | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-16 | http: made Curl_add_buffer functions take a pointer-pointer | Daniel Stenberg |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-08-11 | CURLINFO_SIZE_UPLOAD: fix missing counter update | Daniel Stenberg |
2018-07-24 | auth: pick Bearer authentication whenever a token is available | Johannes Schindelin |
2018-07-24 | auth: only ever pick CURLAUTH_BEARER if we *have* a Bearer token | Johannes Schindelin |
2018-07-20 | http2: several cleanups | Daniel Stenberg |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-05-24 | httpauth: add support for Bearer tokens | Linus Lewandowski |
2018-05-22 | http resume: skip body if http code 416 (range error) is ignored. | Patrick Monnerat |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-14 | lib: Fix format specifiers | Rikard Falkeborn |
2018-05-14 | http: restore buffer pointer when bad response-line is parsed | Daniel Stenberg |
2018-05-04 | http: don't set the "rewind" flag when not uploading anything | Daniel Stenberg |
2018-04-09 | lib: silence null-dereference warnings | Marcel Raad |
2018-04-02 | cookies: when reading from a file, only remove_expired once | Lauri Kasanen |
2018-03-17 | CURLOPT_HAPROXYPROTOCOL: support the HAProxy PROXY protocol | Lawrence Matthews |
2018-03-11 | HTTP: allow "header;" to replace an internal header with a blank one | Daniel Stenberg |
2018-02-16 | http: fix the max header length detection logic | Daniel Stenberg |
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 |