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
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
2018-05-14
http2: use the correct function pointer typedef
Daniel Stenberg
2018-05-14
http2: getsock fix for uploads
Daniel Stenberg
2018-04-26
http2: fix null pointer dereference in http2_connisdead
Daniel Stenberg
2018-04-26
http2: get rid of another strstr()
Daniel Stenberg
2018-04-23
http2: convert an assert to run-time check
Daniel Stenberg
2018-04-20
http2: handle GOAWAY properly
Daniel Stenberg
2018-04-20
http2: clear the "drain counter" when a stream is closed
Daniel Stenberg
2018-04-20
http2: avoid strstr() on data not zero terminated
Daniel Stenberg
2018-04-19
http2: handle on_begin_headers() called more than once
Daniel Stenberg
2018-03-22
http2: read pending frames (including GOAWAY) in connection-check
Daniel Stenberg
2018-03-15
http2: fixes typo
Kobi Gurkan
2018-03-12
http2: mark the connection for close on GOAWAY
Daniel Stenberg
2018-03-10
http2: verbose output new MAX_CONCURRENT_STREAMS values
Daniel Stenberg
2018-02-15
TODO fixed: Detect when called from within callbacks
Björn Stenberg
2018-01-30
http2: set DEBUG_HTTP2 to enable more HTTP/2 logging
Daniel Stenberg
2018-01-11
http2: fix incorrect trailer buffer size
Zhouyihai Ding
2017-11-21
http2: fix "Value stored to 'end' is never read" scan-build error
Daniel Stenberg
2017-11-21
http2: fix "Value stored to 'hdbuf' is never read" scan-build error
Daniel Stenberg
2017-11-01
http2: Fixed OOM handling in upgrade request
Dan Fandrich
2017-11-01
include: remove conncache.h inclusion from where its not needed
Daniel Stenberg
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-02
mime: new MIME API.
Patrick Monnerat
2017-08-18
http2_recv: return error better on fatal h2 errors
Daniel Stenberg
2017-06-30
http2: handle PING frames
Max Dymond
2017-06-30
handler: refactor connection checking
Max Dymond
2017-06-18
http2: fix OOM crash
Daniel Stenberg
2017-06-05
test1521: test *all* curl_easy_setopt options
Daniel Stenberg
2017-05-22
assert: avoid, use DEBUGASSERT instead!
Daniel Stenberg
2017-05-10
multi: use a fixed array of timers instead of malloc
Daniel Stenberg
2017-05-10
multi: assign IDs to all timers and make each timer singleton
Daniel Stenberg
2017-05-01
http2: use the correct set buffer size
Daniel Stenberg
2017-04-30
http2: declare TU-local variables static
Marcel Raad
2017-04-15
http2: fix handle leak in error path
Larry Stefani
2017-03-30
http2: silence unused parameter warnings
Marcel Raad
2017-02-13
http2: fix memory-leak when denying push streams
Daniel Stenberg
2017-02-07
http2: reset push header counter fixes crash
Daniel Stenberg
[next]