summaryrefslogtreecommitdiff
path: root/lib/http.h
Commit message (Expand)AuthorAgeFilesLines
* http-proxy: move proxy code to http_proxy.cDaniel Stenberg2011-04-041-7/+22
* add_buffer_send: fix compiler warningDaniel Stenberg2010-07-241-5/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-0/+32
* removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg2010-01-071-3/+0
* removed Curl_http_header_append() prototype as it isn't used anymore, theDaniel Stenberg2010-01-071-5/+1
* move HTTP-specific functions to http.c where they belongDaniel Stenberg2009-12-291-0/+12
* split out more protocol-specific structs from urldata.h into their ownDaniel Stenberg2009-12-121-2/+37
* - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 andDaniel Stenberg2008-08-041-1/+2
* Factored out Curl_copy_header_valueDan Fandrich2008-07-301-0/+2
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-4/+7
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-2/+2
* Fixed some minor mismatched types found by splint.Dan Fandrich2007-08-261-2/+2
* update copyright year noticeYang Tse2007-01-271-1/+1
* - Armel Asselin improved libcurl to behave a lot better when an easy handleDaniel Stenberg2007-01-161-1/+1
* Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn'tDaniel Stenberg2006-08-181-1/+5
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-5/+4
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-0/+5
* Andrew Bushnell provided enough info for me to tell that we badly needed toDaniel Stenberg2005-07-031-3/+3
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-3/+3
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-6/+13
* Tim Sneddon's VMS fix for huge HTTP POSTsDaniel Stenberg2004-11-051-0/+9
* Fix the auth code to enable us to i.e set DIGEST and then find out that theDaniel Stenberg2004-06-151-5/+12
* Curl_done() and the protocol-specific conn->curl_done() functions now allDaniel Stenberg2004-05-121-1/+1
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-041-3/+3
* David Byron made CURLOPT_FAILONERROR work with authentications such as NTLMDaniel Stenberg2004-03-301-0/+4
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Re-arranged code to make the proxy-CONNECT loop able to do some of theDaniel Stenberg2003-09-031-0/+3
* Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxiesDaniel Stenberg2003-08-111-0/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* added compareheader protoDaniel Stenberg2002-11-281-0/+4
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-2/+2
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* removed Curl_http_close()Daniel Stenberg2001-09-181-1/+0
* "Transfer-Encoding: chunked" support addedDaniel Stenberg2001-03-071-0/+5
* modified the Curl_ConnectHTTPProxyTunnel protoDaniel Stenberg2001-01-251-1/+2
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-6/+6
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* more "anything through http proxy tunnel" fixesDaniel Stenberg2000-09-151-1/+2
* introduced 'tunnel through http proxy' for ftpDaniel Stenberg2000-09-141-1/+3
* Added http_close()Daniel Stenberg2000-07-251-0/+3
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* moved here from the newlib branchDaniel Stenberg2000-05-221-1/+4
* Initial revisionDaniel Stenberg1999-12-291-0/+45