summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* RTSP: avoid integer overflow on funny RTSP responsebagder/rtsp-integer-overflowDaniel Stenberg2017-10-081-2/+4
* http: add custom empty headers to repeated requestsMichael Kaufmann2017-09-281-2/+6
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-2/+2
* code style: use space after semicolonDaniel Stenberg2017-09-121-1/+2
* code style: use spaces around plusesDaniel Stenberg2017-09-111-10/+10
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-21/+21
* Curl_checkheaders: make it available for IMAP and SMTP tooDaniel Stenberg2017-09-111-21/+0
* mime: new MIME API.Patrick Monnerat2017-09-021-114/+145
* http: fix a memory leakage in checkrtspprefix().Patrick Monnerat2017-09-021-6/+8
* http: Don't wait on CONNECT when there is no proxyJan Alexander Steffens (heftig)2017-08-181-1/+1
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-26/+30
* http: fix response code parser to avoid integer overflowDaniel Stenberg2017-07-311-4/+11
* http: s/TINY_INITIAL_POST_SIZE/EXPECT_100_THRESHOLDDaniel Stenberg2017-07-061-1/+1
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-2/+2
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+6
* http-proxy: do the HTTP CONNECT process entirely non-blockingDaniel Stenberg2017-06-141-1/+1
* transfer: init the infilesize from the postfields...Daniel Stenberg2017-05-301-8/+3
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-0/+3
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-3/+4
* http: don't clobber the receive buffer for timecondDaniel Stenberg2017-05-011-19/+21
* http: use private user:password output bufferDaniel Stenberg2017-05-011-11/+17
* http: do not treat FTPS over CONNECT as HTTPSKamil Dudka2017-03-281-1/+1
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-281-13/+3
* spelling fixesklemens2017-03-261-2/+2
* Improve code readbilitySylvestre Ledru2017-03-131-25/+22
* proxy: skip SSL initialization for closed connectionsMichael Kaufmann2017-03-111-0/+4
* authneg: clear auth.multi flag at http_doneIsaac Boukris2017-03-111-3/+8
* http2: Fix assertion error on redirect with CL=0Tatsuhiro Tsujikawa2017-03-071-3/+11
* http: fix missing 'Content-Length: 0' while negotiating authIsaac Boukris2017-02-171-2/+2
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-1/+2
* http: print correct HTTP string in verbose output when using HTTP/2http2_outputAlessandro Ghedini2017-01-141-3/+15
* http: remove "Curl_http_done: called premature" messageDaniel Stenberg2016-12-231-2/+0
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-2/+4
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-11/+11
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-41/+12
* 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