Revert changes relative to lib/*.[ch] recent renaming
[platform/upstream/curl.git] / lib / http.c
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...
2012-11-26 Fabian KeilRemove stray CRLF in chunk-encoded content-free request...
2012-11-07 Daniel Stenberghttp_perhapsrewind: consider NTLM over proxy too
2012-07-25 Nick Zitzmanndarwinssl: fixed freeze involving the multi interface
2012-07-22 Kamil Dudkahttp: print reason phrase from HTTP status line on...
2012-07-11 Daniel StenbergHEAD: don't force-close after response-headers
2012-07-09 Christian Hägelehttps_getsock: provided for schannel backend as well
2012-06-14 Yang TseFix bad failf() and info() usage
2012-06-11 Marc Hoerskenhttp: Replaced specific SSL libraries list in https_get...
2012-04-20 Daniel StenbergHTTP: empty chunked POST ended up in two zero size...
2012-04-18 Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-04 Andrei CipuIPv6 cookie domain: get rid of the first bracket before...
2012-03-22 Andrei Cipucookies: strip the numerical ipv6 host properly
2012-03-21 Daniel StenbergCONNECT: fix multi interface regression
2012-03-10 Andrei CipuCurl_http: strip off [brackets] from ipv6-only host...
2012-03-08 Daniel StenbergCONNECT: made generically not per-protocol
2011-11-06 Rene BernhardtHTTP auth: fix proxy Negotiate bug
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-20 Daniel StenbergCurl_http_input_auth: handle multiple auths in WWW...
2011-10-12 Yang TseOOM handling/cleanup slight adjustments
2011-09-23 Daniel Stenberghttp header: allow Content-Length to be replaced
2011-09-21 Yang TseNTLM_WB: fix disabling of NTLM_WB when NTLM is disabled
2011-09-21 Dave Reisnerlib/http: add missing whitespace in verbose output
2011-09-13 warp kawadaCurl_add_custom_headers: support headers with no data
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-08-28 Yang TseNTLM: END of refactoring/splitting/moving
2011-08-27 Yang TseNTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
2011-08-27 Yang TseNTLM_WB: final congruency naming adjustments
2011-08-26 Yang TseNTLM single-sign on adjustments (XI)
2011-08-26 Yang TseNTLM single-sign on adjustments (X)
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-08-13 Yang Tsehttp NTLM: change return type of Curl_input_ntlm()...
2011-07-31 Yang TseNTLM single-sign on adjustments (VIII)
2011-07-26 Yang Tsefix compiler warning
2011-07-26 Yang Tsefix compiler warning
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-25 Yang TseWIN32 io.h and fcntl.h inclusion done in setup_once.h
2011-07-25 Yang Tsetime.h and sys/time.h inclusion conditionally done...
2011-07-19 Daniel Stenberghttp error response: stop sending when error is received
2011-07-18 Mandy WuNTLM single-sign on supported
2011-07-01 Daniel StenbergCurl_http_readwrite_headers: minor indent fix
2011-06-21 Yang Tsehttp: fix compiler warning
2011-06-03 Daniel Stenbergprivatise: make private functions static
2011-05-05 Daniel StenbergRTSP: cleanups
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-05-05 Daniel StenbergSSL: check for SSL, not specific protocols
2011-05-05 Daniel Stenberghttp_perhapsrewind: remove HTTP check
2011-05-05 Daniel Stenberghttp_perhapsrewind:
2011-04-28 Daniel Stenbergcleanup: remove old unused debug code
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-20 Daniel StenbergCurl_http_connect: detect HTTPS properly after CONNECT
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-18 Daniel Stenbergtransfer-encoding: added new option and cmdline
2011-04-18 Daniel StenbergTE: do the Connection: header
2011-04-18 Daniel StenbergTE: rename struct field content_encoding
2011-04-18 Daniel StenbergHTTP: add support for gzip and deflate Transfer-Encoding
2011-04-04 Daniel Stenberghttp-proxy: move proxy code to http_proxy.c
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-12 Marcus SundbergGSS: handle reuse fix
2011-03-08 Todd A OuskaSSL: (part 2) Added CyaSSL to SSL abstraction layer
2011-02-26 Julien Chaffraixhttp: removed wrong unused comment.
2011-02-26 Julien Chaffraixhttp: removed code duplication for stubbed https_getsoc...
2011-02-07 Daniel StenbergCurl_gmtime: added a portable gmtime
2011-01-25 Daniel StenbergHTTP: memory leak on multiple Location:
2011-01-07 Marcel RoelofsHTTP: HTTP Negotiate authentication using SSPI
2010-12-15 Eric HuPreparing for axTLS. Actual SSL API functions are only...
2010-12-04 Yang Tsefix compiler warning: conversion may lose significant...
2010-11-05 Daniel StenbergRevert: use Host: name for SNI and cert name checks
2010-11-04 Daniel Stenberghost: get the custom Host: name more genericly
2010-10-20 Daniel Stenbergformdata: provide error message
2010-10-01 Daniel StenbergHTTP: remove special case for 416
2010-08-25 Daniel Stenberghttp: handle trailer headers in all chunked responses
2010-08-16 Julien Chaffraixprogress: callback for POSTs less than MAX_INITIAL_POST...
2010-08-09 Daniel Stenbergindent: white space fixes only
2010-07-24 Daniel Stenbergadd_buffer_send: fix compiler warning
2010-07-06 Daniel Stenberghttp: don't enable chunked during authentication negoti...
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-05-05 Hoi-Ho ChanPolarSSL: initial support added
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-16 Jerome VouillonGnuTLS: make the connection phase non-blocking
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-23 Daniel Stenbergchunked-encoding with Content-Length: header problem
2010-02-25 Yang Tsefix compiler warning
2010-02-04 Yang Tsefix printf-style format strings
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2010-01-22 Yang Tsefix compilation when http is disabled
2010-01-21 Yang Tsefix compiler warning
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2010-01-07 Daniel Stenbergremoved a parameter from the Curl_http_readwrite_header...
2009-12-29 Daniel Stenbergmove HTTP-specific functions to http.c where they belong
next