aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
AgeCommit message (Expand)Author
2017-05-01http: use private user:password output bufferDaniel Stenberg
2017-03-28http: do not treat FTPS over CONNECT as HTTPSKamil Dudka
2017-03-28http: Fix proxy connection reuse with basic-authIsaac Boukris
2017-03-26spelling fixesklemens
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-11proxy: skip SSL initialization for closed connectionsMichael Kaufmann
2017-03-11authneg: clear auth.multi flag at http_doneIsaac Boukris
2017-03-07http2: Fix assertion error on redirect with CL=0Tatsuhiro Tsujikawa
2017-02-17http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris
2017-01-19CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim
2017-01-14http: print correct HTTP string in verbose output when using HTTP/2Alessandro Ghedini
2016-12-23http: remove "Curl_http_done: called premature" messageDaniel Stenberg
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-31cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg
2016-09-22New libcurl option to keep sending on errorMichael Kaufmann
2016-09-16http: accept "Transfer-Encoding: chunked" for HTTP/2 as wellDaniel Stenberg
2016-08-28http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg
2016-08-25HTTP: stop parsing headers when switching to unknown protocolsMichael Kaufmann
2016-08-21http.c: Remove duplicate (authp->avail & CURLAUTH_DIGEST) checkSteve Holme
2016-08-20http.c: Corrected indentation change from commit 2708d4259bSteve Holme
2016-08-20http: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme
2016-08-16Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg
2016-06-28cleanup: minor code cleanup in Curl_http_readwrite_headers()Michael Kaufmann
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-06-21cleanup: fix method names in code commentsMichael Kaufmann
2016-06-05http: Fix HTTP/2 connection reuseJay Satiro
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-05-02http: make sure a blank header overrides accept_decodingDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-26CONNECT_ONLY: don't close connection on GSS 401/407 reponsesMarcel Raad
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-03code: style updatesDaniel Stenberg
2016-03-31http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes
2016-03-31http: remove ((expression)) double parenthesesDaniel Stenberg
2016-03-31Curl_add_buffer_send: avoid possible NULL dereferenceDaniel Stenberg
2016-03-30multi: turn Curl_done into file local multi_doneDaniel Stenberg
2016-03-27http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme
2016-03-26vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme
2016-03-24http: Minor update based on CODE_STYLE guidelinesSteve Holme
2016-03-20connect/ntlm/http: Fixed compilation warnings when verbose strings disabledSteve Holme
2016-02-17http2: don't decompress gzip decoding automaticallyDaniel Stenberg
2016-02-16http: Don't break the header into chunks if HTTP/2Tatsuhiro Tsujikawa
2016-02-08Proxy-Connection: stop sending this header by defaultDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-15http2: Support trailer fieldsTatsuhiro Tsujikawa