aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
AgeCommit message (Expand)Author
2012-04-20HTTP: empty chunked POST ended up in two zero size chunksDaniel Stenberg
2012-04-18Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse
2012-04-04IPv6 cookie domain: get rid of the first bracket before the second.Andrei Cipu
2012-03-22cookies: strip the numerical ipv6 host properlyAndrei Cipu
2012-03-22CONNECT: fix multi interface regressionDaniel Stenberg
2012-03-10Curl_http: strip off [brackets] from ipv6-only host headersAndrei Cipu
2012-03-08CONNECT: made generically not per-protocolDaniel Stenberg
2011-11-06HTTP auth: fix proxy Negotiate bugRene Bernhardt
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-20Curl_http_input_auth: handle multiple auths in WWW-AuthenticateDaniel Stenberg
2011-10-12OOM handling/cleanup slight adjustmentsYang Tse
2011-09-24http header: allow Content-Length to be replacedDaniel Stenberg
2011-09-22NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse
2011-09-21lib/http: add missing whitespace in verbose outputDave Reisner
2011-09-13Curl_add_custom_headers: support headers with no datawarp kawada
2011-09-05fix bool variables checking and assignmentYang Tse
2011-08-28NTLM: END of refactoring/splitting/movingYang Tse
2011-08-27NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse
2011-08-27NTLM_WB: final congruency naming adjustmentsYang Tse
2011-08-27NTLM single-sign on adjustments (XI)Yang Tse
2011-08-26NTLM single-sign on adjustments (X)Yang Tse
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-08-13http NTLM: change return type of Curl_input_ntlm() to CURLcodeYang Tse
2011-07-31NTLM single-sign on adjustments (VIII)Yang Tse
2011-07-26fix compiler warningYang Tse
2011-07-26fix compiler warningYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-25WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse
2011-07-25time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse
2011-07-20http error response: stop sending when error is receivedDaniel Stenberg
2011-07-18NTLM single-sign on supportedMandy Wu
2011-07-01Curl_http_readwrite_headers: minor indent fixDaniel Stenberg
2011-06-21http: fix compiler warningYang Tse
2011-06-03privatise: make private functions staticDaniel Stenberg
2011-05-05RTSP: cleanupsDaniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05SSL: check for SSL, not specific protocolsDaniel Stenberg
2011-05-05http_perhapsrewind: remove HTTP checkDaniel Stenberg
2011-05-05http_perhapsrewind:Daniel Stenberg
2011-04-28cleanup: remove old unused debug codeDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-20Curl_http_connect: detect HTTPS properly after CONNECTDaniel Stenberg
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2011-04-18transfer-encoding: added new option and cmdlineDaniel Stenberg
2011-04-18TE: do the Connection: headerDaniel Stenberg
2011-04-18TE: rename struct field content_encodingDaniel Stenberg
2011-04-18HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg
2011-04-04http-proxy: move proxy code to http_proxy.cDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg