Commit Graph

  • 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 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
  • 5deef03687 Moved include of arpa/inet.h to spdylay_net.h Tatsuhiro Tsujikawa 2012-03-24 00:14:04 +0900
  • e9b56ab1f6 Added @DEFS@ to CPPFLAGS/CFLAGS. Tatsuhiro Tsujikawa 2012-03-24 00:07:56 +0900
  • 54fbae7fe0 Check netinet/in.h. Disable AC_FUNC_MALLOC on cross-compiling. Added AC_CANONICAL_{BUILD,HOST,TARGET} Tatsuhiro Tsujikawa 2012-03-23 23:49:07 +0900
  • 9e716eb635 Code cleanup: C89 and old-style-prototypes and definition. Tatsuhiro Tsujikawa 2012-03-23 02:17:48 +0900
  • 72b6c7a1db Moved LT_PREREQ after AC_INIT. Use LT_INIT instead of AC_PROG_LIBTOOL Tatsuhiro Tsujikawa 2012-03-22 00:51:36 +0900
  • f40615a3dc Updated doc Tatsuhiro Tsujikawa 2012-03-19 00:47:15 +0900
  • 33e86024d9 Updated doc Tatsuhiro Tsujikawa 2012-03-17 23:44:49 +0900
  • 742a8bbac9 Added spdylay_session_mem_recv() Tatsuhiro Tsujikawa 2012-03-17 23:39:38 +0900
  • 425a9558d7 Fixed memory leak in unit test Tatsuhiro Tsujikawa 2012-03-17 23:03:11 +0900
  • 8f038ae4b6 Added spdylay_session_get_outbound_queue_size() Tatsuhiro Tsujikawa 2012-03-15 23:06:28 +0900
  • b8e4116f9a Updated doc Tatsuhiro Tsujikawa 2012-03-15 22:39:26 +0900
  • 488b5acec7 Sort nv after 3to2 and 2to3 translation. Tatsuhiro Tsujikawa 2012-03-14 22:53:14 +0900
  • 9a4be04c79 Fixed heading level Tatsuhiro Tsujikawa 2012-03-14 02:20:53 +0900
  • 1dcab9352e Updated README.rst Tatsuhiro Tsujikawa 2012-03-14 00:49:16 +0900
  • 5275b66e42 Added URIs to project/code hosting sites. Tatsuhiro Tsujikawa 2012-03-14 00:47:03 +0900
  • a01b63b37a Added doc about the required members for spdylay_session_callbacks when it is passed to spdylay_session_{client,server}_new(). Tatsuhiro Tsujikawa 2012-03-14 00:36:53 +0900
  • 07b02404c3 Added API reference generator script. Formatted the public APIs with Sphinx syntax. Tatsuhiro Tsujikawa 2012-03-14 00:32:52 +0900
  • 1c09a69d58 Set default_role and domain Tatsuhiro Tsujikawa 2012-03-13 21:36:25 +0900
  • f346b8f88b Added sphinx doc Tatsuhiro Tsujikawa 2012-03-11 23:18:09 +0900
  • 686c2ea95d Merge git://github.com/sorced-jim/spdylay into sorced-jim-master Tatsuhiro Tsujikawa 2012-03-11 22:44:39 +0900
  • 6024106695 Issue stream error with the status code STREAM_IN_USE if multiple SYN_REPLY frames are received for the same active stream ID. Tatsuhiro Tsujikawa 2012-03-11 22:42:22 +0900
  • ce6dc1303e Issue session error with PROTOCOL_ERROR if SYN_STREAM with a stream ID which is less than any previously received SYN_STREAM. Tatsuhiro Tsujikawa 2012-03-11 19:27:33 +0900
  • 8284746163 spdylay_submit_syn_stream: Return SPDYLAY_ERR_INVALID_ARGUMENT if even Associated-To-Stream-ID is specified. Check the Associated-To-Stream is active before sending SYN_STREAM. Tatsuhiro Tsujikawa 2012-03-11 18:52:42 +0900
  • bee873712a Updated README.rst Tatsuhiro Tsujikawa 2012-03-11 00:21:00 +0900
  • 94c7e89742 Renamed SPDYLAY_CONCURRENT_STREAMS_MAX as SPDYLAY_INITIAL_MAX_CONCURRENT_STREAMS Tatsuhiro Tsujikawa 2012-03-10 18:49:25 +0900
  • 3918d7fa7d spdyd: Send SETTINGS frame after connection is established. Tatsuhiro Tsujikawa 2012-03-10 18:45:38 +0900
  • 02924b6dd0 Added spdylay_submit_settings Tatsuhiro Tsujikawa 2012-03-10 18:41:01 +0900
  • 82e20192d8 Added functions to process received SETTINGS frame. Tatsuhiro Tsujikawa 2012-03-10 00:10:11 +0900
  • 6c9e79e8ca Use SPDY/3 name in spdylay_settings_flag. Added SPDYLAY_SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE. Tatsuhiro Tsujikawa 2012-03-09 21:34:50 +0900
  • 2568fb95b6 spdycat: Don't include port in host header field if port == 443. Added accept header field. Use SPDYLAY_VERSION in user-agent header field. Tatsuhiro Tsujikawa 2012-03-09 02:36:55 +0900
  • d05d29b507 Added SPDY/3 SETTINGS frame pack/unpack Tatsuhiro Tsujikawa 2012-03-08 23:49:26 +0900
  • 643238813d Added doc for spdylay_error values. Tatsuhiro Tsujikawa 2012-03-08 22:44:17 +0900
  • e2092966ef Mentioned on_ctrl_not_send_callback in spdylay_session_send doc. Tatsuhiro Tsujikawa 2012-03-08 22:02:48 +0900
  • fcde841cab Added spdylay_is_fatal Tatsuhiro Tsujikawa 2012-03-08 00:40:17 +0900
  • 0a7c510147 Renamed SPDYLAY_ERR_STREAM_ALREADY_CLOSED as SPDYLAY_ERR_STREAM_CLOSED Added doc for spdylay_error values Tatsuhiro Tsujikawa 2012-03-08 00:37:18 +0900
  • 0e86cec673 Fixed memory leak in unit tests Tatsuhiro Tsujikawa 2012-03-08 00:25:00 +0900
  • 11020146f5 Added on_ctrl_not_send_callback. Tatsuhiro Tsujikawa 2012-03-08 00:18:18 +0900
  • dc1e79f409 Fix a typo. Jim Morrison 2012-03-06 09:02:38 -0800
  • 185d929d86 Translate received SPDY/2 name/value pairs into SPDY/3 style. Tatsuhiro Tsujikawa 2012-03-07 00:42:47 +0900
  • 00abfc8dd3 Always accept SPDY/3 style name/value pairs from spdylay_submit_* and translate them into SPDY/2 as needed. Tatsuhiro Tsujikawa 2012-03-06 23:43:45 +0900
  • 7d9a7b3069 Don't return on partial write Tatsuhiro Tsujikawa 2012-03-06 23:43:45 +0900
  • e2658ca757 Added doc about callback time chart and about how to get stream ID of the request submitted by spdylay_submit_request(). Tatsuhiro Tsujikawa 2012-03-06 23:00:17 +0900
  • fabfc0b239 Merge pull request #13 from sorced-jim/master Tatsuhiro Tsujikawa 2012-03-05 05:32:44 -0800
  • 541b6e9bce Ensure that date and content length strings are still valid when they are put into the name values list. Jim Morrison 2012-03-02 14:30:35 -0800
  • ac7b87c7a5 Check Return non-zero for failed spdy requests. Jim Morrison 2012-03-02 10:59:07 -0800
  • 8fd2fabef8 Made spdylay_select_next_protocol() return SPDY protocol version if one of SPDY versions is selected. Tatsuhiro Tsujikawa 2012-03-02 22:52:01 +0900
  • 4bb3c9370d Make examples before tests Tatsuhiro Tsujikawa 2012-03-02 22:40:50 +0900
  • cee79961f6 Update documentation for spdylay_select_next_protocol. Jim Morrison 2012-03-01 13:26:51 -0800
  • 4e085a21ea Verify that the expected version of spdy is used. Jim Morrison 2012-03-01 12:41:24 -0800
  • 3b1b4a6ca0 Add a test for spdy version 3. Jim Morrison 2012-03-01 12:09:31 -0800
  • 9c50bd4c29 Add a simple test between spdycat and spdyd. Jim Morrison 2012-03-01 12:04:16 -0800
  • 097f59e3d3 Fix tests build when building outside the source tree. Jim Morrison 2012-03-01 11:07:39 -0800
  • e29bb449e9 Exposed spdylay_frame_alloc_{pack,unpack}_nv for easy performance test Tatsuhiro Tsujikawa 2012-03-01 23:52:15 +0900
  • aded9420af Fixed: configure options LIBS and CFLAGS do not work Tatsuhiro Tsujikawa 2012-03-01 23:39:55 +0900
  • 7bea01d0ce Fixed use of uninitialized deflater Tatsuhiro Tsujikawa 2012-03-01 22:40:09 +0900
  • a9d9126229 Assign 0 to GOAWAY status_code for SPDY/2 Tatsuhiro Tsujikawa 2012-03-01 22:39:26 +0900