Base code merged to SPIN 2.4
[platform/upstream/curl.git] / lib / http2.c
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-06-13 Daniel Stenberghttp2: better return code error checking
2014-06-12 Daniel Stenberghttp2: avoid segfault when usint the plain-text http2
2014-05-20 Daniel Stenberghttp2: make connection re-use work
2014-05-07 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-04-27 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-05 Tatsuhiro Tsujikawahttp2: Compile with current nghttp2, which supports...
2014-03-10 Tatsuhiro Tsujikawahttp2: free resources on disconnect
2014-02-28 Tatsuhiro TsujikawaFix bug that HTTP/2 hangs if whole response body is...
2014-02-28 Daniel Stenberghttp2: build with current nghttp2 version
2014-02-17 Tatsuhiro Tsujikawahttp2: Support HTTP POST/PUT
2014-02-05 Fabian Frankhttp2: rely on content-encoding header
2014-02-04 Daniel Stenberghttp2: enforce gzip auto-decompress
2014-02-04 Tatsuhiro Tsujikawahttp2: handle incoming data larger than remaining buffer
2014-02-04 Tatsuhiro Tsujikawahttp2: Check stream ID we are interested in
2014-02-04 Tatsuhiro Tsujikawahttp2: store response header in temporary buffer
2014-02-04 Tatsuhiro TsujikawaHTTP2: add layer between existing http and socket(TLS...
2014-01-30 Daniel Stenberghttp2: fix size check in on_data_chunk_recv
2014-01-30 Daniel Stenberghttp2: add CRLF when first data arrives
2014-01-30 Tatsuhiro Tsujikawahttp2_recv: Return written length on CURLE_AGAIN
2014-01-30 Tatsuhiro Tsujikawahttp2: Use nghttp2_session_mem_recv and nghttp2_session...
2014-01-30 Daniel Stenberghttp2: basic version of receiving DATA
2014-01-30 Daniel Stenberghttp2: convert HEADER frames to HTTP1-like headers
2014-01-30 Daniel Stenberghttp2: fix EWOULDBLOCK in recv_callback()
2014-01-30 Daniel Stenberghttp2: do the POST Upgrade dance properly
2014-01-30 Fabian Frankhttp2: switch into http2 mode if NPN indicates
2014-01-30 Daniel Stenberghttp2: s/Curl_http2_request/Curl_http2_request_upgrade
2014-01-29 Daniel Stenberghttp2: added stubs for all nghttp2 callbacks
2014-01-29 Daniel Stenberghttp2: use FIRSTSOCKET instead of 0 to index the socket...
2014-01-29 Daniel Stenberghttp2: receive and log the received header frames
2014-01-29 Daniel Stenberghttp2_recv: log nghttp2 return codes for debugging...
2014-01-29 Daniel StenbergHTTP2: reject nghttp2 versions before 0.3.0
2014-01-29 Gisle Vanemhttp2: adjusted to newer nghttp2_session_callbacks...
2014-01-29 Gisle VanemHTTP2: Wrong NgHTTP2 user-data
2014-01-29 Daniel Stenberghttp2: switch recv/send functions to http2 ones after 101
2014-01-29 Daniel Stenberghttp2: handle 101 responses and switch to HTTP2
2013-09-10 Daniel Stenberghttp2: use the support HTTP2 draft version in the upgra...
2013-09-09 Daniel Stenberghttp2: adjust to new nghttp2_pack_settings_payload...
2013-09-07 Daniel Stenberghttp2: include curl_memory.h
2013-09-07 Daniel Stenberghttp2: actually init nghttp2 and send HTTP2-Settings...
2013-09-07 Daniel Stenberghttp2: first embryo toward Upgrade:
2013-09-06 Gisle Vanemhttp2: use correct include for snprintf
2013-09-04 Daniel Stenberghttp2: add http2.[ch] and add nghttp2 version output