.. |
includes
|
Added spdylay_strerror() public API.
|
2012-05-09 23:01:46 +09:00 |
libspdylay.pc.in
|
Added zlib to Requires.private and updated Description
|
2012-04-26 23:32:17 +09:00 |
Makefile.am
|
Move inflate functions to libspdylay from examples.
|
2012-04-30 12:36:37 -07: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_client_cert_vector.c
|
Added CREDENTIAL frame support.
|
2012-04-06 01:45:39 +09:00 |
spdylay_client_cert_vector.h
|
Added CREDENTIAL frame support.
|
2012-04-06 01:45:39 +09:00 |
spdylay_frame.c
|
Wrote SETTINGS ID pack/unpack without WORDS_BIGENDIAN
|
2012-04-06 02:02:19 +09:00 |
spdylay_frame.h
|
Added CREDENTIAL frame support.
|
2012-04-06 01:45:39 +09:00 |
spdylay_gzip.c
|
Renamed spdylay_gzip API. Added test for them.
|
2012-05-07 22:56:28 +09:00 |
spdylay_gzip.h
|
Renamed spdylay_gzip API. Added test for them.
|
2012-05-07 22:56:28 +09:00 |
spdylay_helper.c
|
Added spdylay_strerror() public API.
|
2012-05-09 23:01:46 +09:00 |
spdylay_helper.h
|
Added functions to process received SETTINGS frame.
|
2012-03-10 00:10:11 +09:00 |
spdylay_int.h
|
Changed SPDYLAY_ERR_CREDENTIAL_PENDING code
|
2012-04-06 02:07:29 +09:00 |
spdylay_map.c
|
Fixed segmentation fault in out of memory situation
|
2012-04-06 23:35:30 +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
|
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
|
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
|
Added spdylay_queue
|
2012-01-19 21:57:26 +09:00 |
spdylay_session.c
|
Added spdylay_on_unknown_ctrl_recv_callback.
|
2012-05-09 22:41:08 +09:00 |
spdylay_session.h
|
Added spdylay_session_set_option() public API.
|
2012-05-08 22:59:34 +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
|
Added spdylay_submit_window_update() public API.
|
2012-05-08 23:41:59 +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 |