..
includes
Add spdylay_npn_get_proto_list() public API function.
2012-08-27 23:16:44 +09:00
Makefile.am
Move inflate functions to libspdylay from examples.
2012-04-30 12:36:37 -07:00
libspdylay.pc.in
Added zlib to Requires.private and updated Description
2012-04-26 23:32:17 +09:00
spdylay_buffer.c
Removed unused variable
2012-05-25 19:07:01 +09:00
spdylay_buffer.h
Incremental name/value block decompression
2012-05-25 10:46:40 +09:00
spdylay_client_cert_vector.c
Fixed compile error with -Wshadow. Fixed const cast.
2012-05-20 17:40:29 +09:00
spdylay_client_cert_vector.h
Added CREDENTIAL frame support.
2012-04-06 01:45:39 +09:00
spdylay_frame.c
Check that empty name and NULL value are not included in nv
2012-08-21 23:19:15 +09:00
spdylay_frame.h
Check that empty name and NULL value are not included in nv
2012-08-21 23:19:15 +09:00
spdylay_gzip.c
Fix error with w64-mingw32 cross compiler. Add --enable-example option.
2012-08-24 02:15:57 +09:00
spdylay_gzip.h
Renamed spdylay_gzip API. Added test for them.
2012-05-07 22:56:28 +09:00
spdylay_helper.c
Made spdylay_strerror(0) return "Success"
2012-05-25 14:44:25 +09:00
spdylay_helper.h
Added functions to process received SETTINGS frame.
2012-03-10 00:10:11 +09:00
spdylay_int.h
Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option.
2012-05-25 13:49:18 +09:00
spdylay_map.c
Fixed the bug that erase_rotate_recur() erases parent node.
2012-05-19 00:49:15 +09:00
spdylay_map.h
Bring back deferred DATA to the outbound queue when SETTINGS with
2012-05-11 23:01:40 +09:00
spdylay_net.h
Fix error with w64-mingw32 cross compiler. Add --enable-example option.
2012-08-24 02:15:57 +09:00
spdylay_npn.c
Add spdylay_npn_get_proto_list() public API function.
2012-08-27 23:16:44 +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_outbound_item.c
Added CREDENTIAL frame support.
2012-04-06 01:45:39 +09:00
spdylay_outbound_item.h
Added CREDENTIAL frame support.
2012-04-06 01:45:39 +09:00
spdylay_pq.c
Fixed buffer overrun in spdylay_pq_push
2012-05-24 21:35:27 +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
Added spdylay_queue
2012-01-19 21:57:26 +09:00
spdylay_session.c
Fix error with w64-mingw32 cross compiler. Add --enable-example option.
2012-08-24 02:15:57 +09:00
spdylay_session.h
Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option.
2012-05-25 13:49:18 +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
Check that empty name and NULL value are not included in nv
2012-08-21 23:19:15 +09:00
spdylay_submit.h
Moved spdylay_submit_* functions to spdylay_submit.c
2012-02-12 17:41:55 +09:00
spdylay_zlib.c
Initialized opaque with Z_NULL
2012-05-07 22:57:07 +09:00
spdylay_zlib.h
Added ability to pack/unpack SPDY/3 frames.
2012-02-25 01:17:03 +09:00