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
/
http2.c
Age
Commit message (
Expand
)
Author
2019-12-09
conncache: fix multi-thread use of shared connection cache
Daniel Stenberg
2019-12-01
build: Disable Visual Studio warning "conditional expression is constant"
Jay Satiro
2019-10-30
url: make Curl_close() NULLify the pointer too
Daniel Stenberg
2019-10-18
http2_recv: a closed stream trumps pause state
Daniel Stenberg
2019-10-18
http2: expire a timeout at end of stream
Daniel Stenberg
2019-10-03
http2: move state-init from creation to pre-transfer
Daniel Stenberg
2019-10-02
CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt
Kunal Ekawde
2019-09-23
http2: Expression 'stream->stream_id != - 1' is always true
Daniel Stenberg
2019-09-23
http2: A value is being subtracted from the unsigned variable
Daniel Stenberg
2019-09-23
http: lowercase headernames for HTTP/2 and HTTP/3
Barry Pollard
2019-09-16
http2: relax verification of :authority in push promise requests
Christoph M. Becker
2019-08-26
http2: when marked for closure and wanted to close == OK
Daniel Stenberg
2019-08-01
timediff: make it 64 bit (if possible) even with 32 bit time_t
Daniel Stenberg
2019-07-30
cleanup: remove the 'numsocks' argument used in many places
Daniel Stenberg
2019-07-29
http2_recv: trigger another read when the last data is returned
Daniel Stenberg
2019-07-10
headers: Remove no longer exported functions
Daniel Gustafsson
2019-06-24
http2: call done_sending on end of upload
Daniel Stenberg
2019-06-21
http2: don't call stream-close on already closed streams
Daniel Stenberg
2019-06-11
http2: remove CURL_DISABLE_TYPECHECK define
Daniel Stenberg
2019-05-30
http2: Stop drain from being permanently set on
Josie Huddleston
2019-05-16
cleanup: remove FIXME and TODO comments
Daniel Stenberg
2019-04-06
pipelining: removed
Daniel Stenberg
2019-04-03
documentation: Fix several typos
Tim Rühsen
2019-02-20
http2: verify :athority in push promise requests
Daniel Stenberg
2019-02-12
http2: multi_connchanged() moved from multi.c, only used for h2
Daniel Stenberg
2019-02-10
cleanup: make local functions static
Daniel Stenberg
2019-01-11
urldata: rename easy_conn to just conn
Daniel Stenberg
2018-12-20
http2: clear pause stream id if it gets closed
Daniel Stenberg
2018-12-08
Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1
Johannes Schindelin
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-10-18
travis: add build for "configure --disable-verbose"
Daniel Stenberg
2018-10-03
memory: ensure to check allocation results
Daniel Gustafsson
2018-09-25
Curl_http2_done: fix memleak in error path
Daniel Stenberg
2018-09-16
http: made Curl_add_buffer functions take a pointer-pointer
Daniel Stenberg
2018-09-16
http2: fix memory leaks on error-path
Daniel Stenberg
2018-09-10
misc: fix typos in comments
Daniel Gustafsson
2018-09-07
upkeep: add a connection upkeep API: curl_easy_conn_upkeep()
Max Dymond
2018-09-02
http2: Use correct format identifier for stream_id
Rikard Falkeborn
2018-08-22
http2: abort the send_callback if not setup yet
Daniel Stenberg
2018-08-21
http2: remove four unused nghttp2 callbacks
Daniel Stenberg
2018-08-21
http2: avoid set_stream_user_data() before stream is assigned
Daniel Stenberg
2018-08-17
http2: make sure to send after RST_STREAM
Daniel Stenberg
2018-08-15
http2: check nghttp2_session_set_stream_user_data return code
Daniel Stenberg
2018-08-13
http: fix for tiny "HTTP/0.9" response
Daniel Stenberg
2018-07-30
http2: clear the drain counter in Curl_http2_done
Daniel Stenberg
2018-07-20
http2: several cleanups
Daniel Stenberg
2018-05-31
strictness: correct {infof, failf} format specifiers
Rikard Falkeborn
2018-05-21
checksrc: make sure sizeof() is used *with* parentheses
Daniel Stenberg
2018-05-14
http2: remove unused variable
steini2000
2018-05-14
http2: use easy handle of stream for logging
steini2000
[next]