nghttp2/lib
Tatsuhiro Tsujikawa ba56ed6c48 Hide spdylay_data from public API.
The spdylay_data contains full of implementation details and is not
used in public API. It should be hidden.
The spdylay_frame union now only contains the control frame.
2012-03-29 23:59:51 +09:00
..
includes Hide spdylay_data from public API. 2012-03-29 23:59:51 +09:00
Makefile.am Moved include of arpa/inet.h to spdylay_net.h 2012-03-24 00:14:04 +09:00
libspdylay.pc.in
spdylay_buffer.c Reuse buffers when unpacking frames. 2012-02-16 22:01:34 +09:00
spdylay_buffer.h Updated doc 2012-02-21 23:24:16 +09:00
spdylay_frame.c Fixed duplicate name/value header block detection 2012-03-29 23:50:08 +09:00
spdylay_frame.h Hide spdylay_data from public API. 2012-03-29 23:59:51 +09:00
spdylay_helper.c Moved include of arpa/inet.h to spdylay_net.h 2012-03-24 00:14:04 +09:00
spdylay_helper.h Added functions to process received SETTINGS frame. 2012-03-10 00:10:11 +09:00
spdylay_int.h
spdylay_map.c Added functions to process received SETTINGS frame. 2012-03-10 00:10:11 +09:00
spdylay_map.h Added functions to process received SETTINGS frame. 2012-03-10 00:10:11 +09:00
spdylay_net.h Moved include of arpa/inet.h to spdylay_net.h 2012-03-24 00:14:04 +09:00
spdylay_npn.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_npn.h
spdylay_outbound_item.c Hide spdylay_data from public API. 2012-03-29 23:59:51 +09:00
spdylay_outbound_item.h Hide spdylay_data from public API. 2012-03-29 23:59:51 +09:00
spdylay_pq.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_pq.h Added spdylay_session_get_outbound_queue_size() 2012-03-15 23:06:28 +09:00
spdylay_queue.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue.h
spdylay_session.c Hide spdylay_data from public API. 2012-03-29 23:59:51 +09:00
spdylay_session.h Hide spdylay_data from public API. 2012-03-29 23:59:51 +09:00
spdylay_stream.c Added functions to process received SETTINGS frame. 2012-03-10 00:10:11 +09:00
spdylay_stream.h Added functions to process received SETTINGS frame. 2012-03-10 00:10:11 +09:00
spdylay_submit.c Hide spdylay_data from public API. 2012-03-29 23:59:51 +09:00
spdylay_submit.h Moved spdylay_submit_* functions to spdylay_submit.c 2012-02-12 17:41:55 +09:00
spdylay_zlib.c Added ability to pack/unpack SPDY/3 frames. 2012-02-25 01:17:03 +09:00
spdylay_zlib.h Added ability to pack/unpack SPDY/3 frames. 2012-02-25 01:17:03 +09:00