summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-7/+7
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg2016-10-311-1/+1
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-6/+15
* http: accept "Transfer-Encoding: chunked" for HTTP/2 as wellDaniel Stenberg2016-09-161-30/+34
* http2: make sure stream errors don't needlessly close the connectionDaniel Stenberg2016-08-281-30/+9
* HTTP: stop parsing headers when switching to unknown protocolsMichael Kaufmann2016-08-251-10/+23
* http.c: Remove duplicate (authp->avail & CURLAUTH_DIGEST) checkSteve Holme2016-08-211-4/+2
* http.c: Corrected indentation change from commit 2708d4259bSteve Holme2016-08-201-3/+3
* http: Added calls to Curl_auth_is_<mechansism>_supported()Steve Holme2016-08-201-48/+59
* Revert "Proxy-Connection: stop sending this header by default"Daniel Stenberg2016-08-161-1/+6
* cleanup: minor code cleanup in Curl_http_readwrite_headers()Michael Kaufmann2016-06-281-45/+43
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-23/+23
* cleanup: fix method names in code commentsMichael Kaufmann2016-06-211-1/+1
* http: Fix HTTP/2 connection reuseJay Satiro2016-06-051-0/+7
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-1/+1
* http: make sure a blank header overrides accept_decodingDaniel Stenberg2016-05-021-0/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* CONNECT_ONLY: don't close connection on GSS 401/407 reponsesMarcel Raad2016-04-261-2/+4
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-0/+2
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* http2: support "prior knowledge", no upgrade from HTTP/1.1Diego Bes2016-03-311-8/+12
* http: remove ((expression)) double parenthesesDaniel Stenberg2016-03-311-3/+3
* Curl_add_buffer_send: avoid possible NULL dereferenceDaniel Stenberg2016-03-311-4/+4
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-2/+2
* http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme2016-03-271-1/+1
* vauth: Moved the Negotiate authentication code to the new vauth directorySteve Holme2016-03-261-0/+1
* http: Minor update based on CODE_STYLE guidelinesSteve Holme2016-03-241-27/+25
* connect/ntlm/http: Fixed compilation warnings when verbose strings disabledSteve Holme2016-03-201-2/+4
* http2: don't decompress gzip decoding automaticallyDaniel Stenberg2016-02-171-2/+1
* http: Don't break the header into chunks if HTTP/2Tatsuhiro Tsujikawa2016-02-161-1/+1
* Proxy-Connection: stop sending this header by defaultDaniel Stenberg2016-02-081-6/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: Support trailer fieldsTatsuhiro Tsujikawa2015-12-151-0/+2
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-7/+9
* fix b6d5cb40d7038feDaniel Stenberg2015-12-091-2/+0
* build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGSChristian Stewart2015-12-081-1/+1
* timecond: do not add if-modified-since without timeconditionDaniel Stenberg2015-11-251-7/+12
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-1/+6
* http2: http_done: don't free already-freed push headersDaniel Stenberg2015-11-171-4/+7
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-6/+1
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-1/+2
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-13/+13
* rtsp: stop reading empty DESCRIBE responsesErik Janssen2015-08-201-0/+10
* http2: discard frames with no SessionHandleAnders Bakken2015-08-111-1/+8
* http: move HTTP/2 cleanup code off http_disconnect()Kamil Dudka2015-07-301-23/+2
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-251-11/+0
* http2: Fix memory leak in push header arrayTatsuhiro Tsujikawa2015-07-071-0/+6
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-241-0/+4