Commit Graph

  • 3a39745784 Add via header field to SPDY upstream response Tatsuhiro Tsujikawa 2012-06-07 02:29:00 +0900
  • c240368ee5 Change severity level of getaddrinfo failure to INFO Tatsuhiro Tsujikawa 2012-06-07 02:16:30 +0900
  • 5f5fb18b77 Option value fixes. Tatsuhiro Tsujikawa 2012-06-07 02:09:59 +0900
  • 673f9c7df0 Merge branch 'rproxy' Tatsuhiro Tsujikawa 2012-06-07 01:59:20 +0900
  • 6b5beeac14 Updated README.rst Tatsuhiro Tsujikawa 2012-06-07 01:58:36 +0900
  • 18f557f743 Conditional compilation with libevent-openssl Tatsuhiro Tsujikawa 2012-06-07 01:36:49 +0900
  • b189e291a9 Added htparse library Tatsuhiro Tsujikawa 2012-06-07 01:25:43 +0900
  • e37ec7b765 Append Via header field. Don't modify Server header field. Tatsuhiro Tsujikawa 2012-06-07 00:43:18 +0900
  • 908ec2e695 Made -D option work. Get private key and certificate file from cmd-line Tatsuhiro Tsujikawa 2012-06-07 00:03:05 +0900
  • 8e0a1c91a3 Added command-line options Tatsuhiro Tsujikawa 2012-06-06 23:58:19 +0900
  • 8da4938031 Listen both on IPv6 and IPv4 if possible Tatsuhiro Tsujikawa 2012-06-06 22:43:35 +0900
  • 28ed887463 Don't sleep. Just log the error Tatsuhiro Tsujikawa 2012-06-06 21:44:08 +0900
  • faee23a925 Fixed assertion failure. Resume downstream read on SPDY stream close. Tatsuhiro Tsujikawa 2012-06-06 21:39:55 +0900
  • 4ac689526b Don't modify user-agent Tatsuhiro Tsujikawa 2012-06-06 21:10:44 +0900
  • ac84b68189 Enable SSL partial write Tatsuhiro Tsujikawa 2012-06-06 21:10:13 +0900
  • c0b5009d99 Merge pull request #26 from sorced-jim/master Tatsuhiro Tsujikawa 2012-06-05 10:41:11 -0700
  • 117a39d35b Zeroed wev Tatsuhiro Tsujikawa 2012-06-06 02:30:20 +0900
  • 71a3a70c02 Handle error when fd runs out Tatsuhiro Tsujikawa 2012-06-06 02:23:07 +0900
  • 8f1c49e75c Added multi thread support Tatsuhiro Tsujikawa 2012-06-06 01:26:04 +0900
  • c0b564abe4 Tidied up Tatsuhiro Tsujikawa 2012-06-05 22:55:19 +0900
  • 67669bf3ca Delete downstream if SPDY stream has been already closed Tatsuhiro Tsujikawa 2012-06-05 22:46:47 +0900
  • e8cefa9238 Handle too long upstream request headers Tatsuhiro Tsujikawa 2012-06-05 22:13:22 +0900
  • be1c6bb968 Removed commented send() Tatsuhiro Tsujikawa 2012-06-05 21:25:05 +0900
  • b1c0287c84 Enable writing partial buffers. Jim Morrison 2012-06-04 13:01:36 -0700
  • c04c09ff3e Avoid too large buffering in upstream output. Tatsuhiro Tsujikawa 2012-06-05 03:11:43 +0900
  • fad7f51f8d Initial commit of shrpx: SPDY/HTTPS to HTTP reverse proxy Tatsuhiro Tsujikawa 2012-06-04 23:48:31 +0900
  • d654ad0cc6 Fixed bug on_ctrl_recv_callback not called for RST_STREAM Tatsuhiro Tsujikawa 2012-06-04 23:44:18 +0900
  • 245c7ff1b3 Return nonzero exit status if test fails. Fixed failmalloc tests. Tatsuhiro Tsujikawa 2012-05-31 21:55:21 +0900
  • 3c49a31a07 Fixed typo Tatsuhiro Tsujikawa 2012-05-30 21:20:38 +0900
  • 55b75625c8 Updated NEWS for 0.3.0 release Tatsuhiro Tsujikawa 2012-05-30 00:06:41 +0900
  • 65048d17fb Updated README.rst Tatsuhiro Tsujikawa 2012-05-28 21:25:44 +0900
  • 69de020b5c Fixed typo Tatsuhiro Tsujikawa 2012-05-27 23:52:48 +0900
  • 6b76b4d7d5 Added more summary output Tatsuhiro Tsujikawa 2012-05-27 23:52:08 +0900
  • f070cec057 Bump up pkg version number to 0.3.0. Bump up LT version to 2.0.1. Tatsuhiro Tsujikawa 2012-05-27 23:26:24 +0900
  • 08f76b09e3 Aded included <functional> from spdy.h Tatsuhiro Tsujikawa 2012-05-25 21:55:15 +0900
  • ad13e56617 Removed unused variable Tatsuhiro Tsujikawa 2012-05-25 19:07:01 +0900
  • e13152c0a5 Made spdylay_strerror(0) return "Success" Tatsuhiro Tsujikawa 2012-05-25 14:44:25 +0900
  • 4dd9c32c25 Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option. Tatsuhiro Tsujikawa 2012-05-25 13:49:18 +0900
  • a6ae4fc72c Incremental name/value block decompression Tatsuhiro Tsujikawa 2012-05-25 10:46:40 +0900
  • a18f04e8c7 Fixed buffer overrun in spdylay_pq_push Tatsuhiro Tsujikawa 2012-05-24 21:35:27 +0900
  • 31ff69ed07 Bump up version number to 0.2.1. LT version is now 1.1.0. Tatsuhiro Tsujikawa 2012-05-20 22:31:07 +0900
  • faca4d4443 Updated NEWS for 0.2.1 release Tatsuhiro Tsujikawa 2012-05-20 22:30:51 +0900
  • b06fa25ad2 Fixed compile error with -Wshadow. Fixed const cast. Tatsuhiro Tsujikawa 2012-05-20 17:40:29 +0900
  • 6f066d7f64 Avoid overflow of spdylay_stream.recv_window_size Tatsuhiro Tsujikawa 2012-05-20 16:13:26 +0900
  • 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 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