index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http.c
Age
Commit message (
Expand
)
Author
2015-08-20
rtsp: stop reading empty DESCRIBE responses
Erik Janssen
2015-08-11
http2: discard frames with no SessionHandle
Anders Bakken
2015-07-30
http: move HTTP/2 cleanup code off http_disconnect()
Kamil Dudka
2015-07-25
HTTP: ignore "Content-Encoding: compress"
Michael Kaufmann
2015-07-07
http2: Fix memory leak in push header array
Tatsuhiro Tsujikawa
2015-06-24
http2: fixed the header accessor functions for the push callback
Daniel Stenberg
2015-06-24
http2: setup the new pushed stream properly
Daniel Stenberg
2015-06-17
http: do not leak basic auth credentials on re-used connections
Kamil Dudka
2015-06-14
urldata: store POST size in state.infilesize too
Daniel Stenberg
2015-05-31
HTTP-NTLM: fail auth on connection close instead of looping
Isaac Boukris
2015-05-22
http: removed self assignment
Daniel Stenberg
2015-05-20
read_callback: move to SessionHandle from connectdata
Daniel Stenberg
2015-05-19
http: silence compile-time warnings without USE_NGHTTP2
Kamil Dudka
2015-05-18
http: Add some include guards for the new HTTP/2 stuff
Jay Satiro
2015-05-18
http2: fix build when NOT h2-enabled
Daniel Stenberg
2015-05-18
pipeline: switch some code over to functions
Daniel Stenberg
2015-05-18
Curl_http_readwrite_headers: minor code simplification
Daniel Stenberg
2015-05-18
http2: rename s/data/pausedata
Daniel Stenberg
2015-05-18
http2: set default concurrency, fix ConnectionExists for multiplex
Daniel Stenberg
2015-05-18
bundles: store no/default/pipeline/multiplex
Daniel Stenberg
2015-05-18
http2: lazy init header_recvbuf
Daniel Stenberg
2015-05-18
http2: separate multiplex/pipelining + cleanup memory leaks
Daniel Stenberg
2015-05-18
http2: force "drainage" of streams
Daniel Stenberg
2015-05-18
http2: move the mem+len pair to the stream struct
Daniel Stenberg
2015-05-18
http2: more stream-oriented data, stream ID 0 is for connections
Daniel Stenberg
2015-05-18
http2: move lots of state data to the 'stream' struct
Daniel Stenberg
2015-05-18
http: switch on "pipelining" (multiplexing) for HTTP/2 servers
Daniel Stenberg
2015-05-12
bundles: merged into conncache.c
Daniel Stenberg
2015-04-21
http_done: close Negotiate connections when done
Daniel Stenberg
2015-04-17
Revert "HTTP: don't abort connections with pending Negotiate authentication"
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
HTTP: don't use Expect: headers when on HTTP/2
Daniel Stenberg
2015-03-17
checksrc: detect and remove space before trailing semicolons
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-12
http: always send Host: header as first header
Daniel Stenberg
2015-03-07
http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
Daniel Stenberg
2015-03-05
openssl: remove all uses of USE_SSLEAY
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-01-17
http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int
Steve Holme
2014-12-04
http_perhapsrewind: don't abort CONNECT requests
Stefan Bühler
2014-12-04
HTTP: Free (proxy)userpwd for NTLM/Negotiate after sending a request
Stefan Bühler
2014-12-04
HTTP: don't abort connections with pending Negotiate authentication
Stefan Bühler
2014-11-27
http.c: Fixed compilation warnings from features being disabled
Steve Holme
2014-11-20
http.c: log if it notices HTTP 1.1 after a upgrade to http2
Daniel Stenberg
2014-11-20
http: Disable pipelining for HTTP/2 and upgraded connections
Tatsuhiro Tsujikawa
2014-11-15
http2: Don't send Upgrade headers when we already do HTTP/2
Tatsuhiro Tsujikawa
2014-11-13
http2: Deal with HTTP/2 data inside response header buffer
Tatsuhiro Tsujikawa
2014-11-05
http_digest: Use CURLcode instead of CURLdigest
Steve Holme
2014-10-27
HTTP: return larger than 3 digit response codes too
Daniel Stenberg
[next]