nghttp2/lib
Tatsuhiro Tsujikawa 4f28698572 Fixed: if bytes of one frame are received in several chunks, unpacking fails. 2012-02-19 00:05:52 +09:00
..
includes Send GOAWAY when spdylay_frame_unpack_* is failed with non-fatal error. 2012-02-18 21:55:40 +09:00
Makefile.am Moved spdylay_submit_* functions to spdylay_submit.c 2012-02-12 17:41:55 +09:00
libspdylay.pc.in Added libtool files 2012-01-18 00:53:12 +09:00
spdylay_buffer.c Reuse buffers when unpacking frames. 2012-02-16 22:01:34 +09:00
spdylay_buffer.h Reuse buffers when unpacking frames. 2012-02-16 22:01:34 +09:00
spdylay_frame.c Check frame length strictly for GOAWAY, RST_STREAM and PING. 2012-02-18 21:51:57 +09:00
spdylay_frame.h Fixed spdylay_frame_count_nv_space() bug. Check all data is processed in spdylay_frame_count_unpack_nv_space() 2012-02-18 17:25:13 +09:00
spdylay_helper.c Allocate bytes divisible by 4KiB when expanding buffer 2012-02-16 22:54:08 +09:00
spdylay_helper.h Reuse buffers when packing frames. 2012-02-16 20:54:30 +09:00
spdylay_int.h Added spdylay_map. Added missing tests/main.c 2012-01-19 21:36:13 +09:00
spdylay_map.c Added spdylay_map_size() 2012-01-26 02:28:58 +09:00
spdylay_map.h Added spdylay_map_size() 2012-01-26 02:28:58 +09:00
spdylay_npn.c For non-overlap case, made out and outlen left untouched 2012-02-09 22:46:26 +09:00
spdylay_npn.h Merge branch 'master' of https://github.com/sorced-jim/spdylay into sorced-jim-master 2012-02-03 23:53:43 +09:00
spdylay_pq.c Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_pq.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_queue.c Added spdylay_queue 2012-01-19 21:57:26 +09:00
spdylay_queue.h Added spdylay_queue 2012-01-19 21:57:26 +09:00
spdylay_session.c Fixed: if bytes of one frame are received in several chunks, unpacking fails. 2012-02-19 00:05:52 +09:00
spdylay_session.h Send GOAWAY when spdylay_frame_unpack_* is failed with non-fatal error. 2012-02-18 21:55:40 +09:00
spdylay_stream.c Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
spdylay_stream.h Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
spdylay_submit.c Ensure read_callback is non-NULL for request bodies. 2012-02-15 14:30:36 -08:00
spdylay_submit.h Moved spdylay_submit_* functions to spdylay_submit.c 2012-02-12 17:41:55 +09:00
spdylay_zlib.c Queue RST_STREAM if invalid stream ID is received in SYN_STREAM or SYN_REPLY. 2012-01-25 21:31:28 +09:00
spdylay_zlib.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00