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-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
2017-01-15
http2: disable server push if not requested
Alessandro Ghedini
2017-01-11
http2_send: avoid unsigned integer wrap around
Daniel Stenberg
2016-11-28
http2: check nghttp2_session_set_local_window_size exists
Jay Satiro
2016-11-28
http2: Fix crashes when parent stream gets aborted
Anders Bakken
2016-11-24
checksrc: move open braces to comply with function declaration style
Daniel Stenberg
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-16
http2: Use huge HTTP/2 windows
Jay Satiro
2016-11-16
http2: Fix address sanitizer memcpy warning
Jay Satiro
2016-11-11
realloc: use Curl_saferealloc to avoid common mistakes
Daniel Stenberg
2016-11-07
http2: Don't send header fields prohibited by HTTP/2 spec
Tatsuhiro Tsujikawa
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-09-16
http2: debug ouput sent HTTP/2 request headers
Daniel Stenberg
2016-09-09
http2: support > 64bit sized uploads
Daniel Stenberg
[prev]
[next]