summaryrefslogtreecommitdiff
path: root/lib/http.h
Commit message (Expand)AuthorAgeFilesLines
...
* http2: force "drainage" of streamsDaniel Stenberg2015-05-181-0/+1
* http2: move the mem+len pair to the stream structDaniel Stenberg2015-05-181-2/+3
* http2: more stream-oriented data, stream ID 0 is for connectionsDaniel Stenberg2015-05-181-2/+2
* http2: move lots of state data to the 'stream' structDaniel Stenberg2015-05-181-6/+5
* HTTP: partial start at fixing up hash-lookups on http2 frame receivalDaniel Stenberg2015-05-181-5/+5
* http: a stream hash for h2 multiplexingDaniel Stenberg2015-05-181-0/+3
* http2: move stream_id to the HTTP struct (per-stream)Daniel Stenberg2015-05-181-1/+3
* http2: Return error if stream was closed with other than NO_ERRORTatsuhiro Tsujikawa2015-02-271-1/+2
* HTTP2: Support expect: 100-continueTatsuhiro Tsujikawa2014-08-021-1/+4
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-2/+7
* http2: Support HTTP POST/PUTTatsuhiro Tsujikawa2014-02-171-1/+9
* http2: handle incoming data larger than remaining bufferTatsuhiro Tsujikawa2014-02-041-0/+4
* http2: Check stream ID we are interested inTatsuhiro Tsujikawa2014-02-041-0/+1
* http2: store response header in temporary bufferTatsuhiro Tsujikawa2014-02-041-0/+3
* HTTP2: add layer between existing http and socket(TLS) layerTatsuhiro Tsujikawa2014-02-041-0/+6
* http2: add CRLF when first data arrivesDaniel Stenberg2014-01-301-1/+1
* http2: convert HEADER frames to HTTP1-like headersDaniel Stenberg2014-01-301-1/+1
* http2: do the POST Upgrade dance properlyDaniel Stenberg2014-01-301-1/+4
* http2: switch recv/send functions to http2 ones after 101Daniel Stenberg2014-01-291-0/+3
* http: Post base64 decoding tidy upSteve Holme2013-11-031-4/+4
* http: Added proxy tunnel authentication message header value extractionSteve Holme2013-11-021-1/+2
* http: fix build warning under LLVMNick Zitzmann2013-09-071-0/+2
* http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg2013-09-071-0/+12
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-1/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+171
* build: rename 76 lib/*.h filesYang Tse2012-12-281-171/+0
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-4/+4
* privatise: make private functions staticDaniel Stenberg2011-06-031-5/+0
* 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