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
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
2016-09-05
http2: return EOF when done uploading without known size
Daniel Stenberg
2016-09-05
http2: skip the content-length parsing, detect unknown size
Daniel Stenberg
2016-09-05
http2: minor white space edit
Daniel Stenberg
2016-09-05
http2: use named define instead of magic constant in read callback
Daniel Stenberg
2016-08-28
http2: return CURLE_HTTP2_STREAM for unexpected stream close
Daniel Stenberg
2016-08-28
http2: handle closed streams when uploading
Tatsuhiro Tsujikawa
2016-08-28
http2: make sure stream errors don't needlessly close the connection
Daniel Stenberg
2016-08-25
http2: Remove incorrect comments
Jay Satiro
2016-08-05
http2: always wait for readable socket
Daniel Stenberg
2016-08-05
CURLOPT_TCP_NODELAY: now enabled by default
Daniel Stenberg
2016-08-04
multi: make Curl_expire() work with 0 ms timeouts
Daniel Stenberg
2016-06-22
typedefs: use the full structs in internal code...
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-05-19
http2: use HTTP/2 in the HTTP/1.1-alike header
Daniel Stenberg
2016-05-12
http2: Add space between colon and header value
Cory Benfield
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-12
http2: Use size_t type for data drain count
Jay Satiro
2016-04-11
http2: Improve header parsing
Jay Satiro
2016-04-11
http2: Add Curl_http2_strerror for HTTP/2 error codes
Jay Satiro
2016-04-11
http2: Don't increment drain when one header field is received
Tatsuhiro Tsujikawa
2016-04-11
http2: Ensure that http2_handle_stream_close is called
Tatsuhiro Tsujikawa
2016-04-11
http2: Process paused data first before tear down http2 session
Tatsuhiro Tsujikawa
2016-04-11
http2: Check session closure early in http2_recv
Tatsuhiro Tsujikawa
2016-04-11
http2: Add handling stream level error
Tatsuhiro Tsujikawa
2016-04-11
http2: drain the socket better...
Daniel Stenberg
2016-04-06
HTTP2: Add a space character after the status code
Michael Kaufmann
2016-04-05
http2: fix connection reuse when PING comes after last DATA
Daniel Stenberg
2016-04-02
http2: make use of the nghttp2 error callback
Daniel Stenberg
2016-03-29
http2: set correct scheme in handler structs [regression]
Daniel Stenberg
[prev]
[next]