summaryrefslogtreecommitdiff
path: root/lib/http.h
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: Support trailer fieldsTatsuhiro Tsujikawa2015-12-151-0/+1
* http2: discard frames with no SessionHandleAnders Bakken2015-08-111-1/+0
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-241-1/+4
* http2: setup the new pushed stream properlyDaniel Stenberg2015-06-241-0/+1
* http: Add some include guards for the new HTTP/2 stuffJay Satiro2015-05-181-0/+4
* http2: store upload state per streamDaniel Stenberg2015-05-181-3/+4
* http2: rename s/data/pausedataDaniel Stenberg2015-05-181-2/+2
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-181-0/+1
* http2: Don't call nghttp2_session_mem_recv while it is paused by a streamTatsuhiro Tsujikawa2015-05-181-0/+2
* http2: Read data left in connection buffer after pauseTatsuhiro Tsujikawa2015-05-181-0/+2
* http2: store incoming h2 SETTINGSDaniel Stenberg2015-05-181-0/+8
* 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