spdylay/lib
Tatsuhiro Tsujikawa 185d929d86 Translate received SPDY/2 name/value pairs into SPDY/3 style.
The callback functions receives SPDY/3 style name/value pairs.
2012-03-07 00:42:47 +09:00
..
includes Always accept SPDY/3 style name/value pairs from spdylay_submit_* and 2012-03-07 00:38:27 +09:00
Makefile.am Added ability to postpone DATA frames for asynchronous I/O. 2012-02-19 23:42:25 +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 Updated doc 2012-02-21 23:24:16 +09:00
spdylay_frame.c Always accept SPDY/3 style name/value pairs from spdylay_submit_* and 2012-03-07 00:38:27 +09:00
spdylay_frame.h Always accept SPDY/3 style name/value pairs from spdylay_submit_* and 2012-03-07 00:38:27 +09:00
spdylay_helper.c Allocate bytes divisible by 4KiB when expanding buffer 2012-02-16 22:54:08 +09:00
spdylay_helper.h Updated doc 2012-02-21 23:24:16 +09:00
spdylay_int.h Added spdylay_map. Added missing tests/main.c 2012-01-19 21:36:13 +09:00
spdylay_map.c Made return value of spdylay_map_init() void. Updated doc. 2012-02-21 23:23:47 +09:00
spdylay_map.h Made return value of spdylay_map_init() void. Updated doc. 2012-02-21 23:23:47 +09:00
spdylay_npn.c Made spdylay_select_next_protocol() return SPDY protocol version if one of 2012-03-02 22:52:01 +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 Fixed memory leak 2012-02-28 23:25:44 +09:00
spdylay_outbound_item.h Added ability to postpone DATA frames for asynchronous I/O. 2012-02-19 23:42:25 +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 Updated doc 2012-02-21 23:24:16 +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 Translate received SPDY/2 name/value pairs into SPDY/3 style. 2012-03-07 00:42:47 +09:00
spdylay_session.h Added status_code handling to GOAWAY 2012-02-26 16:26:38 +09:00
spdylay_stream.c Added SPDY/3 flow control. 2012-02-26 00:12:32 +09:00
spdylay_stream.h Added SPDY/3 flow control. 2012-02-26 00:12:32 +09:00
spdylay_submit.c Added convenient function spdylay_frame_nv_norm_copy() 2012-02-28 23:38:40 +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