summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+3506
* build: rename 93 lib/*.c filesYang Tse2013-01-031-3506/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-10/+10
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-25/+25
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-6/+0
* Introducing a new persistent connection caching system using "bundles".Linus Nielsen Feltzing2012-12-071-0/+1
* Remove stray CRLF in chunk-encoded content-free request bodiesFabian Keil2012-11-261-6/+10
* http_perhapsrewind: consider NTLM over proxy tooDaniel Stenberg2012-11-071-2/+3
* darwinssl: fixed freeze involving the multi interfaceNick Zitzmann2012-07-251-3/+4
* http: print reason phrase from HTTP status line on errorKamil Dudka2012-07-221-2/+37
* HEAD: don't force-close after response-headersDaniel Stenberg2012-07-121-1/+2
* https_getsock: provided for schannel backend as wellChristian Hägele2012-07-091-4/+4
* Fix bad failf() and info() usageYang Tse2012-06-141-1/+1
* http: Replaced specific SSL libraries list in https_getsock fallbackMarc Hoersken2012-06-111-3/+2
* HTTP: empty chunked POST ended up in two zero size chunksDaniel Stenberg2012-04-201-6/+8
* Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse2012-04-181-2/+2
* IPv6 cookie domain: get rid of the first bracket before the second.Andrei Cipu2012-04-041-3/+3
* cookies: strip the numerical ipv6 host properlyAndrei Cipu2012-03-221-1/+5
* CONNECT: fix multi interface regressionDaniel Stenberg2012-03-221-2/+9
* Curl_http: strip off [brackets] from ipv6-only host headersAndrei Cipu2012-03-101-3/+13
* CONNECT: made generically not per-protocolDaniel Stenberg2012-03-081-18/+1
* HTTP auth: fix proxy Negotiate bugRene Bernhardt2011-11-061-17/+18
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+2
* Curl_http_input_auth: handle multiple auths in WWW-AuthenticateDaniel Stenberg2011-10-201-88/+98
* OOM handling/cleanup slight adjustmentsYang Tse2011-10-121-2/+4
* http header: allow Content-Length to be replacedDaniel Stenberg2011-09-241-64/+68
* NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse2011-09-221-1/+1
* lib/http: add missing whitespace in verbose outputDave Reisner2011-09-211-1/+1
* Curl_add_custom_headers: support headers with no datawarp kawada2011-09-131-0/+25
* fix bool variables checking and assignmentYang Tse2011-09-051-10/+10
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-1/+1
* NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse2011-08-271-0/+1
* NTLM_WB: final congruency naming adjustmentsYang Tse2011-08-271-2/+2
* NTLM single-sign on adjustments (XI)Yang Tse2011-08-271-6/+2
* NTLM single-sign on adjustments (X)Yang Tse2011-08-261-10/+10
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-15/+21
* http NTLM: change return type of Curl_input_ntlm() to CURLcodeYang Tse2011-08-131-2/+2
* NTLM single-sign on adjustments (VIII)Yang Tse2011-07-311-1/+5
* fix compiler warningYang Tse2011-07-261-1/+1
* fix compiler warningYang Tse2011-07-261-1/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+0
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-5/+0
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-10/+0
* http error response: stop sending when error is receivedDaniel Stenberg2011-07-201-12/+55
* NTLM single-sign on supportedMandy Wu2011-07-181-4/+39
* Curl_http_readwrite_headers: minor indent fixDaniel Stenberg2011-07-011-6/+6
* http: fix compiler warningYang Tse2011-06-211-2/+2
* privatise: make private functions staticDaniel Stenberg2011-06-031-8/+10
* RTSP: cleanupsDaniel Stenberg2011-05-051-3/+1
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+2