1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-12-21 23:28:52 -05:00

Commit Graph

  • b95e9a8c4c Made spdylay_submit_window_update() not be bounded by recv_window_size Tatsuhiro Tsujikawa 2012-05-20 16:03:01 +0900
  • 80ab232060 Guard include of config.h with HAVE_CONFIG_H Tatsuhiro Tsujikawa 2012-05-19 22:11:51 +0900
  • 14f5c463e9 Added missing examples/HtmlParser.{cc,h} Tatsuhiro Tsujikawa 2012-05-19 22:10:07 +0900
  • a1085610cd Updated README.rst Tatsuhiro Tsujikawa 2012-05-19 22:07:51 +0900
  • 1f74979629 Include README.rst in manual Tatsuhiro Tsujikawa 2012-05-19 22:05:56 +0900
  • 84b94aa6d7 Updated README.rst Tatsuhiro Tsujikawa 2012-05-19 22:05:42 +0900
  • e2332abc1d Added -s, --stat option to print statistics Tatsuhiro Tsujikawa 2012-05-19 21:49:00 +0900
  • 991ded912d Added -a, --get-asserts option to spdycat Tatsuhiro Tsujikawa 2012-05-19 17:05:12 +0900
  • 8b8d79eeff Include text/html in content-type for error status response Tatsuhiro Tsujikawa 2012-05-19 17:01:11 +0900
  • 3be09efbde Fixed the bug that erase_rotate_recur() erases parent node. Tatsuhiro Tsujikawa 2012-05-19 00:49:15 +0900
  • f96c7f8720 Updated doc Tatsuhiro Tsujikawa 2012-05-16 23:48:27 +0900
  • 85182254e7 Updated NEWS for 0.2.0 release release-0.2.0 Tatsuhiro Tsujikawa 2012-05-13 18:24:09 +0900
  • c53e7613c9 Renamed index in spdylay_get_credential_cert prototype to idx Tatsuhiro Tsujikawa 2012-05-13 17:40:18 +0900
  • e778f268de Fixed compiler warning with stricter warning options Tatsuhiro Tsujikawa 2012-05-13 17:38:29 +0900
  • d8e7d1a112 Updated Examples section. Tatsuhiro Tsujikawa 2012-05-13 17:13:36 +0900
  • 9ef6e5ef0d Documented how to build html documents Tatsuhiro Tsujikawa 2012-05-13 16:33:30 +0900
  • a831938a43 Updated LT version Tatsuhiro Tsujikawa 2012-05-12 21:25:18 +0900
  • a7c08e54a0 Bump up version number to 0.2.0 Tatsuhiro Tsujikawa 2012-05-12 21:21:49 +0900
  • caf592402c Added -2 option to spdycat Tatsuhiro Tsujikawa 2012-05-12 21:20:19 +0900
  • ca5ccae927 Prefer spdy/3 to spdy/2 in spdyd Tatsuhiro Tsujikawa 2012-05-12 21:19:38 +0900
  • 9b22165072 Updated usage output for example programs Tatsuhiro Tsujikawa 2012-05-12 21:13:56 +0900
  • 164312d857 Added test for EOF from recv_callback. Tatsuhiro Tsujikawa 2012-05-12 18:32:37 +0900
  • 88599228f8 Prefer spdy/3 to spdy/2 in spdylay_select_next_protocol() Tatsuhiro Tsujikawa 2012-05-12 18:23:17 +0900
  • 5c187b950f spdylay_data_source_read_callback can return SPDYLAY_ERR_TEMPORAL_CALLBACK_FAILURE to signal stream error. Tatsuhiro Tsujikawa 2012-05-12 18:19:05 +0900
  • 42c0e3c758 Renamed error as error_code in spdylay_on_ctrl_not_send_callback prototype Tatsuhiro Tsujikawa 2012-05-11 23:33:46 +0900
  • 93593a76ec spdylay_session_pack_data() now returns error code as specified in the doc. Tatsuhiro Tsujikawa 2012-05-11 23:23:46 +0900
  • ef2bd10d94 Check window size is positive when bringing back deferred DATA frame when WINDOW_UPDATE is received. Tatsuhiro Tsujikawa 2012-05-11 23:02:13 +0900
  • 9b619e5dd7 Bring back deferred DATA to the outbound queue when SETTINGS with INITIAL_WINDOW_SIZE is received and the window size becomes positive. Tatsuhiro Tsujikawa 2012-05-11 22:58:12 +0900
  • 5789f35f5e Print error message using spdylay_strerror in spdycli Tatsuhiro Tsujikawa 2012-05-11 21:43:37 +0900
  • c1d360469a Return SPDYLAY_ERR_EOF when SSL_read() returned 0 Tatsuhiro Tsujikawa 2012-05-11 21:40:51 +0900
  • b0761a3eba Don't print "Fatal" if EOF is received and all requests has been responded. Tatsuhiro Tsujikawa 2012-05-11 00:23:52 +0900
  • aba18f4ba7 Return SPDYLAY_ERR_EOF when SSL/TLS or underlying TCP connection is closed. Tatsuhiro Tsujikawa 2012-05-11 00:22:38 +0900
  • 3e2dc04264 Fixed the bug that spdylay_recv does not return SPDYLAY_ERR_EOF. Tatsuhiro Tsujikawa 2012-05-11 00:21:36 +0900
  • d3a670a924 Updated README.rst Tatsuhiro Tsujikawa 2012-05-09 23:49:11 +0900
  • aca4269610 Updated help output of spdycat Tatsuhiro Tsujikawa 2012-05-09 23:41:15 +0900
  • f45e68e05b Added debug output for incoming invalid frames to SpdyServer Tatsuhiro Tsujikawa 2012-05-09 23:35:06 +0900
  • 0288bedabb Renamed FRAME_TOO_LARGE as SPDYLAY_FRAME_TOO_LARGE Tatsuhiro Tsujikawa 2012-05-09 23:29:33 +0900
  • 21e85281fa Added debug output using on_invalid_ctrl_recv_callback to spdycat. Tatsuhiro Tsujikawa 2012-05-09 23:27:44 +0900
  • b371a0ae19 Updated doc Tatsuhiro Tsujikawa 2012-05-09 23:25:31 +0900
  • 1158de22a3 Added status_code argument to spdylay_on_invalid_ctrl_recv_callback Tatsuhiro Tsujikawa 2012-05-09 23:10:52 +0900
  • 649e62bd33 Updated doc Tatsuhiro Tsujikawa 2012-05-09 23:03:16 +0900
  • d377fe0dc6 Added spdylay_strerror() public API. Tatsuhiro Tsujikawa 2012-05-09 23:01:46 +0900
  • c68a0b5e6d Added spdylay_on_unknown_ctrl_recv_callback. Tatsuhiro Tsujikawa 2012-05-09 22:41:08 +0900
  • 171bede1fa Added spdylay_session_on_ctrl_recv_parse_error_callback. Tatsuhiro Tsujikawa 2012-05-09 21:55:21 +0900
  • b7429e7c2d Added spdylay_submit_window_update() public API. Tatsuhiro Tsujikawa 2012-05-08 23:41:59 +0900
  • fa04757ff4 Don't send WINDOW_UPDATE automatically if SPDYLAY_OPT_NO_AUTO_WINDOW_UPDATE is set. Tatsuhiro Tsujikawa 2012-05-08 23:29:24 +0900
  • d6a03f74b7 Updated doc Tatsuhiro Tsujikawa 2012-05-08 23:00:32 +0900
  • 13ea7c60ba Added spdylay_session_set_option() public API. Tatsuhiro Tsujikawa 2012-05-08 22:59:34 +0900
  • 5d1937927c Added -w, --window-bits option to spdycat. Tatsuhiro Tsujikawa 2012-05-08 21:46:44 +0900
  • 02e4440e4a Having the number of server and client streams be limited separately using SETTINGS_MAX_CONCURRENT_STREAMS Tatsuhiro Tsujikawa 2012-05-08 00:59:26 +0900
  • 67eca8d078 Use local_settings' INITIAL_WINDOW_SIZE when deciding to send WINDOW_UPDATE. Tatsuhiro Tsujikawa 2012-05-08 00:08:24 +0900
  • c009b1e65c Call ERR_clear_error() before SSL I/O functions. Tatsuhiro Tsujikawa 2012-05-07 23:22:40 +0900
  • 7972bd79b9 Initialized opaque with Z_NULL Tatsuhiro Tsujikawa 2012-05-07 22:57:07 +0900
  • 5412ccf129 Renamed spdylay_gzip API. Added test for them. Tatsuhiro Tsujikawa 2012-05-07 22:56:28 +0900
  • 1a384a6000 Move inflate functions to libspdylay from examples. Jim Morrison 2012-04-30 12:36:37 -0700
  • bbac4fea8d Added C SPDY client example Tatsuhiro Tsujikawa 2012-04-28 01:20:56 +0900
  • 4d8273a052 In event loop condition, only consider spdylay_session_want_{read,write}. Tatsuhiro Tsujikawa 2012-04-28 01:07:36 +0900
  • a87303a731 Added zlib to Requires.private and updated Description Tatsuhiro Tsujikawa 2012-04-26 23:32:17 +0900
  • 7b239cc7b0 Packaging fix release-0.1.0 Tatsuhiro Tsujikawa 2012-04-25 22:27:50 +0900
  • b7392acf46 Document markup fix Tatsuhiro Tsujikawa 2012-04-25 21:33:38 +0900
  • 9c40b5cce6 Updated doc Tatsuhiro Tsujikawa 2012-04-25 21:25:51 +0900
  • 333514021d Updated README.rst Tatsuhiro Tsujikawa 2012-04-25 02:46:40 +0900
  • fa0ab174e1 Inflate response body if content-encoding: gzip is used. Erase Request from stream2req when stream is closed. Tatsuhiro Tsujikawa 2012-04-24 23:48:05 +0900
  • c91a4ec091 Added tests for malloc failures Tatsuhiro Tsujikawa 2012-04-24 22:51:06 +0900
  • f21c0ee3d9 Don't call spdylay_zlib_inflate_free when inflateInit failed. Tatsuhiro Tsujikawa 2012-04-24 22:40:59 +0900
  • b8d485d3a2 Added client certificates options (--cert and --key) to spdycat. Added --verify-client option to spdyd. Tatsuhiro Tsujikawa 2012-04-22 23:04:55 +0900
  • 9638dc8b0a Compress status responses. spdy clients must support gzip decoding. Jim Morrison 2012-04-11 13:15:56 -0700
  • f74bfae451 Merge remote-tracking branch 'original_master/master' Jim Morrison 2012-04-11 12:45:46 -0700
  • 6c32c50e23 Include spdylay_net.h instead of arpa/inet.h Tatsuhiro Tsujikawa 2012-04-06 23:37:25 +0900
  • 36ba636e30 Fixed memory leak in out of memory situation Tatsuhiro Tsujikawa 2012-04-06 23:36:10 +0900
  • c89fc13c80 Fixed segmentation fault in out of memory situation Tatsuhiro Tsujikawa 2012-04-06 23:35:30 +0900
  • d2b189e573 Updated doc Tatsuhiro Tsujikawa 2012-04-06 21:29:37 +0900
  • f7d1ca2740 Move timeout checking into the query parameter condition. Copy last_modified date string for file responses. Jim Morrison 2012-04-05 11:11:02 -0700
  • 9f8a988370 Updated README.rst Tatsuhiro Tsujikawa 2012-04-06 02:34:55 +0900
  • 08d53318cd Updated doc Tatsuhiro Tsujikawa 2012-04-06 02:34:45 +0900
  • 828b57c937 Merge branch 'master' of github.com:tatsuhiro-t/spdylay Tatsuhiro Tsujikawa 2012-04-06 02:25:49 +0900
  • dec472d6c7 Merge pull request #17 from sorced-jim/master Tatsuhiro Tsujikawa 2012-04-05 10:25:26 -0700
  • 94650de16e Exposed spdylay_session_fail_session() to the public API. Tatsuhiro Tsujikawa 2012-04-06 02:16:01 +0900
  • ab0bd62b14 Changed SPDYLAY_ERR_CREDENTIAL_PENDING code Tatsuhiro Tsujikawa 2012-04-06 02:07:29 +0900
  • a5c7301f4b Updated doc Tatsuhiro Tsujikawa 2012-04-06 02:07:08 +0900
  • 9627d5355a Moved SPDYLAY_SETTINGS_MAX inside spdylay_settings_id. Tatsuhiro Tsujikawa 2012-04-06 02:04:54 +0900
  • d1d0a16fba Wrote SETTINGS ID pack/unpack without WORDS_BIGENDIAN Tatsuhiro Tsujikawa 2012-04-06 02:02:19 +0900
  • cb7c0ba142 Fixed typo in union selection Tatsuhiro Tsujikawa 2012-04-06 01:50:48 +0900
  • d83d1cd33a Added CREDENTIAL frame support. Tatsuhiro Tsujikawa 2012-04-06 01:45:39 +0900
  • 310d88c787 Add a timeout parameter to spdycat and add a crazy parameter to spdyd to test it (or test other clients) Jim Morrison 2012-04-04 10:19:00 -0700
  • 93953c102b Fixed memory leak in unittest Tatsuhiro Tsujikawa 2012-04-04 00:56:21 +0900
  • 4456d2506d Added callbacks for CREDENTIAL frame. Tatsuhiro Tsujikawa 2012-04-02 22:44:37 +0900
  • 169857742b Call on_ctrl_send_callback and before_ctrl_send_callback for WINDOW_UPDATE. Tatsuhiro Tsujikawa 2012-03-30 00:14:20 +0900
  • 90c2739a9c Renamed spdylay_frame.common as spdylay_frame.ctrl Tatsuhiro Tsujikawa 2012-03-30 00:07:27 +0900
  • b8f1851aff Updated README.rst Tatsuhiro Tsujikawa 2012-03-30 00:04:08 +0900
  • db04143f32 Use assert instead of abort Tatsuhiro Tsujikawa 2012-03-30 00:02:42 +0900
  • ba56ed6c48 Hide spdylay_data from public API. Tatsuhiro Tsujikawa 2012-03-29 23:59:51 +0900
  • 67e83e09a6 Fixed duplicate name/value header block detection Tatsuhiro Tsujikawa 2012-03-29 23:50:08 +0900
  • dea8a484b2 Documented required packages. Tatsuhiro Tsujikawa 2012-03-29 02:33:34 +0900
  • 8251fa1315 Made OpenSSL not mandatory. Don't build examples if OpenSSL is not found. Tatsuhiro Tsujikawa 2012-03-29 02:13:33 +0900
  • efebc1e1af Made SPDYLAY_PROTO_SPDY2 and SPDYLAY_PROTO_SPDY3 enum Tatsuhiro Tsujikawa 2012-03-27 18:23:05 +0900
  • c23a86510e Made spdynative noinst Tatsuhiro Tsujikawa 2012-03-27 00:11:47 +0900
  • 31286d9326 Updated README.rst Tatsuhiro Tsujikawa 2012-03-26 23:46:02 +0900
  • 200012f1b5 Removed SPDYLAY_SPDY2_PRI_LOWEST and SPDYLAY_SPDY3_PRI_LOWEST macros. Made spdylay_session_get_pri_lowest() to get the lowest priority value for the current session. Tatsuhiro Tsujikawa 2012-03-26 23:35:20 +0900
  • 262cda86e8 Issue RST_STREAM with PROTOCOL_ERROR if invalid header block is received. Tatsuhiro Tsujikawa 2012-03-26 23:19:58 +0900