nghttp2/lib
Tatsuhiro Tsujikawa 24eb3a3b36 SETTINGS ID is little endian in wire format despite the fact that spec/2 says it is network byte order. 2012-02-01 01:13:17 +09:00
..
includes Added SETTINGS frame and its pack/unpack functions. 2012-02-01 00:26:26 +09:00
Makefile.am Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
libspdylay.pc.in Added libtool files 2012-01-18 00:53:12 +09:00
spdylay_buffer.c Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_buffer.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_frame.c SETTINGS ID is little endian in wire format despite the fact that spec/2 says it is network byte order. 2012-02-01 01:13:17 +09:00
spdylay_frame.h Added SETTINGS frame and its pack/unpack functions. 2012-02-01 00:26:26 +09:00
spdylay_helper.c Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_helper.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +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_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 Added SETTINGS send/recv. Added missing RST_STREAM send. 2012-02-01 01:12:26 +09:00
spdylay_session.h Added SETTINGS send/recv. Added missing RST_STREAM send. 2012-02-01 01:12:26 +09:00
spdylay_stream.c More explicit handling of shutdown status of read and write in each stream. 2012-01-29 00:08:51 +09:00
spdylay_stream.h More explicit handling of shutdown status of read and write in each stream. 2012-01-29 00:08:51 +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