Age | Commit message (Expand) | Author |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-16 | http_ntlm_wb: Move the type-2 message processing into a dedicated function | Steve Holme |
2019-05-15 | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme |
2019-05-15 | http_ntlm: Move the NTLM state out of the ntlmdata structure | Steve Holme |
2019-05-13 | proxy: acknowledge DISABLE_PROXY more | Daniel Stenberg |
2019-05-13 | parsedate: CURL_DISABLE_PARSEDATE | Daniel Stenberg |
2019-05-13 | mime: acknowledge CURL_DISABLE_MIME | Daniel Stenberg |
2019-05-13 | http: CURL_DISABLE_HTTP_AUTH | Daniel Stenberg |
2019-05-08 | http: Ignore HTTP/2 prior knowledge setting for HTTP proxies | Jay Satiro |
2019-05-01 | http: mark bundle as not for multiuse on < HTTP/2 response | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-14 | Negotiate: fix for HTTP POST with Negotiate | Dominik Hölzl |
2019-03-13 | http: send payload when (proxy) authentication is done | Marc Schlatter |
2019-03-03 | alt-svc: add test 355 and 356 to verify with command line curl | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-28 | http: set state.infilesize when sending formposts | Daniel Stenberg |
2019-02-27 | urldata: convert bools to bitfields and move to end | Daniel Stenberg |
2019-02-19 | http: make adding a blank header thread-safe | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-01-09 | cookies: skip custom cookies when redirecting cross-site | Katsuhiko YOSHIDA |
2019-01-07 | Revert "http_negotiate: do not close connection until negotiation is completed" | Daniel Stenberg |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-13 | cookies: leave secure cookies alone | Daniel Gustafsson |
2018-12-11 | http: fix HTTP auth to include query in URI | Jay Satiro |
2018-12-11 | http: don't set CURLINFO_CONDITION_UNMET for http status code 204 | Michael Kaufmann |
2018-12-07 | NTLM: force the connection to HTTP/1.1 | Johannes Schindelin |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-16 | http_negotiate: do not close connection until negotiation is completed | Elia Tufarolo |
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats |
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 |