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

Commit Graph

  • aa13b9b980 Drop priveleges only after listening on possibly priveleged port master moparisthebest 2013-04-19 07:58:58 -0400
  • 7dfa559bc4 Add --honor-cipher-order option to mitigate BEAST attacks moparisthebest 2013-04-18 14:25:48 -0400
  • 4c238c5b36 fix building on mac os x. "error: invalid suffix on literal; C++11 requires a space between literal and identifier" snnn 2013-04-17 14:33:55 +0800
  • f47bf214e5 Allow server initiated stream ID in associated-stream-id Tatsuhiro Tsujikawa 2013-04-05 23:24:28 +0900
  • 34e119fde2 shrpx: Remove useless backend spdy version check Tatsuhiro Tsujikawa 2013-03-29 22:16:50 +0900
  • a9f475fb88 spdycat, shrpx: TLS SNI enhancements Tatsuhiro Tsujikawa 2013-03-29 22:06:33 +0900
  • e543441ccc tests: Fix compiler warning Tatsuhiro Tsujikawa 2013-03-28 01:36:02 +0900
  • bdade00e68 cygwin build fix Tatsuhiro Tsujikawa 2013-03-28 01:25:42 +0900
  • 04c13560de doc: Update doc Tatsuhiro Tsujikawa 2013-03-24 21:24:14 +0900
  • 7d709fa3ff shrpx: Support non-TLS SPDY in frontend connection Tatsuhiro Tsujikawa 2013-03-24 21:03:39 +0900
  • 439b34f49f Don't allow control characters in outgoing name/value pairs Tatsuhiro Tsujikawa 2013-03-23 21:23:13 +0900
  • 10c54e44ba Don't pack multiple empty header values in one header field Tatsuhiro Tsujikawa 2013-03-23 19:31:22 +0900
  • 2ca7b51eb6 Fix the incoming last empty header value is not checked properly Tatsuhiro Tsujikawa 2013-03-23 18:11:21 +0900
  • ce58af0c8c Add android-config and android-make to EXTRA_DIST release-0.3.8 Tatsuhiro Tsujikawa 2013-03-11 00:35:09 +0900
  • adc9ab990a Bump up version number to 0.3.8 Tatsuhiro Tsujikawa 2013-03-11 00:32:00 +0900
  • 2c3195d300 doc: Update doc theme Tatsuhiro Tsujikawa 2013-03-11 00:29:33 +0900
  • 3012f63d8c Update NEWS Tatsuhiro Tsujikawa 2013-03-11 00:28:52 +0900
  • da83726b2f doc: Add android-spdy-proxy document Tatsuhiro Tsujikawa 2013-03-11 00:05:52 +0900
  • 0c539a7ea5 Add Android build scripts and document Tatsuhiro Tsujikawa 2013-03-09 00:10:50 +0900
  • 7264966bb5 shrpx: Check get_request_state() == MSG_COMPLETE when body is empty Tatsuhiro Tsujikawa 2013-03-08 01:50:46 +0900
  • 4461cb24ed shrpx: Fix assertion failure in SpdyDownstreamConnection::attach_stream_data Tatsuhiro Tsujikawa 2013-03-07 21:32:10 +0900
  • 11026a3eda android: Use zlib provided by NDK Tatsuhiro Tsujikawa 2013-03-07 21:24:40 +0900
  • add067ed7e Provide timegm replacement and android build fix Tatsuhiro Tsujikawa 2013-03-07 21:17:55 +0900
  • 61726d5e74 Add --without-libxml2 configure option Tatsuhiro Tsujikawa 2013-03-07 20:52:29 +0900
  • fc0cfc7faf Document about flags of spdylay_send_callback and spdylay_recv_callback Tatsuhiro Tsujikawa 2013-03-01 21:01:45 +0900
  • eddd48b783 shrpx: Don't issue RST_STREAM on downstream tunnel connection EOF Tatsuhiro Tsujikawa 2013-03-01 20:43:35 +0900
  • 2d23ae3741 shrpx: Fix missing delete Tatsuhiro Tsujikawa 2013-03-01 00:07:00 +0900
  • cf1cfca51f shrpx: Fix not send RST_STREAM when downstream gets valid EOF Tatsuhiro Tsujikawa 2013-03-01 00:05:57 +0900
  • da36fc3953 shrpx: Fix WINDOW_UPDATE may block until SpdyUpstream::send() Tatsuhiro Tsujikawa 2013-02-27 22:55:44 +0900
  • 7b3f57cef8 shrpx: Fix blocking upstream RST_STREAM and propagate REFUSED_STREAM Tatsuhiro Tsujikawa 2013-02-27 22:39:44 +0900
  • dbb0df5c5b Remove strerror(3) from code which may run in multi-thread Tatsuhiro Tsujikawa 2013-02-25 22:43:44 +0900
  • e0af8900bf Update README.rst Tatsuhiro Tsujikawa 2013-02-22 22:49:29 +0900
  • c487d152b2 shrpx: Add non-TLS SPDY backend connection support Tatsuhiro Tsujikawa 2013-02-22 21:54:07 +0900
  • fc26f08af2 shrpx: Fix Proxy-Authorization is alwasy sent even if userinfo is empty Tatsuhiro Tsujikawa 2013-02-22 21:23:59 +0900
  • 78523c6701 shrpx: Fix backend SPDY connection does not go through proxy Tatsuhiro Tsujikawa 2013-02-22 19:26:41 +0900
  • bae80e5667 doc: Specify static file explicitly Tatsuhiro Tsujikawa 2013-02-19 23:34:52 +0900
  • 555e158247 Update doc Tatsuhiro Tsujikawa 2013-02-19 22:08:39 +0900
  • 9735950a12 doc: Update css Tatsuhiro Tsujikawa 2013-02-18 00:28:03 +0900
  • 64fcac48b7 shrpx: Fix bug in building certificate lookup tree Tatsuhiro Tsujikawa 2013-02-16 17:51:38 +0900
  • c8167234fa shrpx: Fix bug in certificate lookup Tatsuhiro Tsujikawa 2013-02-16 02:33:16 +0900
  • 1b2315d241 Update README.rst Tatsuhiro Tsujikawa 2013-02-14 21:30:35 +0900
  • abe5fd1e39 spdycat: Fix -d option in usage Tatsuhiro Tsujikawa 2013-02-14 21:25:46 +0900
  • 54d5dda6c4 spdycat: Add --multiply option Tatsuhiro Tsujikawa 2013-02-14 21:24:57 +0900
  • ba8bc5cae7 spdycli: Fix missing last by with IPv6 addr and check argc Tatsuhiro Tsujikawa 2013-02-14 21:15:41 +0900
  • 3d2ef18afb spdycat: Fix error handling of spdylay_gzip_inflate() Tatsuhiro Tsujikawa 2013-02-14 21:12:16 +0900
  • 291cbc639b shrpx: Use patricia trie for cert lookup Tatsuhiro Tsujikawa 2013-02-14 00:28:55 +0900
  • e322af8a6f src: Add missing base64.h Tatsuhiro Tsujikawa 2013-02-11 21:49:04 +0900
  • e28f169228 shrpx: More backend EOF handling Tatsuhiro Tsujikawa 2013-02-11 17:20:52 +0900
  • d830e099a6 shrpx: Send pending response data before RST_STREAM in tunnel connection Tatsuhiro Tsujikawa 2013-02-11 02:05:11 +0900
  • 98d18e647f Add compile to .gitignore Tatsuhiro Tsujikawa 2013-02-10 18:30:22 +0900
  • 45a6b5098c Add AM_PROG_CC_C_O macro Tatsuhiro Tsujikawa 2013-02-10 18:28:53 +0900
  • 734d7bced8 shrpx: Handle downstream response_state == MSG_RESET case in SPDY upstream Tatsuhiro Tsujikawa 2013-02-09 23:20:29 +0900
  • 1973cec134 Update README.rst Tatsuhiro Tsujikawa 2013-02-09 21:17:49 +0900
  • 8b6fbbf3a6 shrpx: Update --backend-http-proxy-uri usage Tatsuhiro Tsujikawa 2013-02-09 19:08:02 +0900
  • 39df51188c shrpx: Log stream ID when submitting RST_STREAM to downstream Tatsuhiro Tsujikawa 2013-02-09 17:56:44 +0900
  • ceba5539a1 shrpx: Fix client mode does not work Tatsuhiro Tsujikawa 2013-02-09 17:45:57 +0900
  • 18dc6384d4 shrpx: Remove x-forwarded-proto header from SPDY downstream Tatsuhiro Tsujikawa 2013-02-09 17:22:33 +0900
  • b43b31c362 shrpx: Remove x-forwarded-spdy header field Tatsuhiro Tsujikawa 2013-02-09 17:21:46 +0900
  • 4876412f7d shrpx: Check return value of HttpsUpstream::resume_read() Tatsuhiro Tsujikawa 2013-02-09 17:03:03 +0900
  • 99b687ceca shrpx: Documented --spdy-bridge Tatsuhiro Tsujikawa 2013-02-09 16:54:50 +0900
  • cb8b8050b5 shprx: Add --backend-http-proxy-uri option Tatsuhiro Tsujikawa 2013-02-09 16:42:01 +0900
  • 9ba19df813 shrpx: Add --spdy-bridge option Tatsuhiro Tsujikawa 2013-02-08 21:46:58 +0900
  • 8925c58d71 shrpx: Send RST_STREAM when downstream becomes stale Tatsuhiro Tsujikawa 2013-02-08 00:22:22 +0900
  • 9b4245368a shrpx: Refactor spdy downstream header field handling Tatsuhiro Tsujikawa 2013-02-07 21:53:20 +0900
  • c707125839 shrpx: Explicitly hold server SSL_CTX and client SSL_CTX Tatsuhiro Tsujikawa 2013-02-07 21:13:36 +0900
  • b18af854af shrpx: Add --subcert option to add additional certificate/private key Tatsuhiro Tsujikawa 2013-02-06 23:27:05 +0900
  • 7b3d24bcc5 Don't install default2.css menu.html Tatsuhiro Tsujikawa 2013-02-02 20:54:54 +0900
  • bcf566a2f4 doc: Fix packaging and customize theme Tatsuhiro Tsujikawa 2013-02-02 18:52:09 +0900
  • e3401b0159 shrpx: Lowercase x-forwarded-proto Tatsuhiro Tsujikawa 2013-02-01 23:36:08 +0900
  • ae0533334c shrpx: Relay Connection: upgrade header field for HTTP/1.1 connections Tatsuhiro Tsujikawa 2013-02-01 23:30:12 +0900
  • d9611e65ac spdycat: Send "accept-encoding: gzip, deflate" header field Tatsuhiro Tsujikawa 2013-02-01 00:17:28 +0900
  • 2e3cd7d04f spdycat: Output error messages to std::cerr Tatsuhiro Tsujikawa 2013-01-30 21:50:36 +0900
  • 37cb94d154 src: Use clock_gettime instead of gettimeofday if available Tatsuhiro Tsujikawa 2013-01-27 17:16:13 +0900
  • c235800a1a Link -ldl with tests only Tatsuhiro Tsujikawa 2013-01-27 16:46:58 +0900
  • 09154c61f6 spdycat, spdyd: Color verbose output Tatsuhiro Tsujikawa 2013-01-27 16:27:17 +0900
  • 964c0d1005 shrpx: Don't return chunked response for pre-HTTP/1.1 request Tatsuhiro Tsujikawa 2013-01-27 16:20:14 +0900
  • 817f35f3e4 spdycat: Free fd and SSL object on error Tatsuhiro Tsujikawa 2013-01-25 23:15:34 +0900
  • 50bff9e647 spdycli: Handle error return from connect_to() Tatsuhiro Tsujikawa 2013-01-25 22:44:51 +0900
  • ac01e48f7a spdycat: Initialize SpdySession::sc Tatsuhiro Tsujikawa 2013-01-25 22:06:40 +0900
  • f6c0061117 spdycat: Log if set_tcp_nodelay() failed Tatsuhiro Tsujikawa 2013-01-25 22:02:27 +0900
  • f0fc026799 shrpx: Check return value of library functions Tatsuhiro Tsujikawa 2013-01-25 22:00:33 +0900
  • 9f28b3056f spdyd: Initialize Config::on_request_recv_callback Tatsuhiro Tsujikawa 2013-01-25 21:37:43 +0900
  • 6732219dc7 spdyd: ListenEventHandler creation fix Tatsuhiro Tsujikawa 2013-01-25 21:27:54 +0900
  • 5774f8110d shrpx: Fix resource leak Tatsuhiro Tsujikawa 2013-01-25 21:26:03 +0900
  • cbb819aed7 spdylay_session_prep_frame: Remove dead code Tatsuhiro Tsujikawa 2013-01-25 01:00:12 +0900
  • 258c7f1e65 spdylay_frame_pack_syn_reply: Make nv_offset ssize_t Tatsuhiro Tsujikawa 2013-01-25 00:55:30 +0900
  • b5d4120ae0 Bump up version number to 0.3.8-DEV Tatsuhiro Tsujikawa 2013-01-25 00:19:13 +0900
  • 0649a7ea61 Add spdylay_buffer_reader_count to replace bunch of 1 byte read Tatsuhiro Tsujikawa 2013-01-22 00:12:15 +0900
  • 29bec93eb9 shrpx: Don't run expensive INFO log code Tatsuhiro Tsujikawa 2013-01-21 22:42:49 +0900
  • 5adfd07e7c Fix SPDY/3 priority pack and unpack handling Tatsuhiro Tsujikawa 2013-01-20 19:04:04 +0900
  • 87c1f07013 shrpx: HttpsUpstream::error_reply() without std::stringstream Tatsuhiro Tsujikawa 2013-01-16 22:51:33 +0900
  • c48fb56d3f shrpx: Add content-length header field to SPDY upstream error page Tatsuhiro Tsujikawa 2013-01-16 22:43:11 +0900
  • 7342ce7145 Bump up version number to 0.3.7 and LT revision to 5:0:0 release-0.3.7 Tatsuhiro Tsujikawa 2013-01-12 21:30:38 +0900
  • 262d77f777 Update NEWS for 0.3.7 release Tatsuhiro Tsujikawa 2013-01-12 17:55:18 +0900
  • 0c8c6614d7 doc: Move links to sidebar Tatsuhiro Tsujikawa 2013-01-12 17:24:28 +0900
  • 7760929153 doc: Update copyright year Tatsuhiro Tsujikawa 2013-01-12 17:08:17 +0900
  • 84db4f256e Add proxy.pac.sample to EXTRA_DIST Tatsuhiro Tsujikawa 2013-01-12 17:06:12 +0900
  • 757e6d7066 Add sample pac file and release script Tatsuhiro Tsujikawa 2013-01-12 17:05:11 +0900
  • 040d1452ac Update README.rst Tatsuhiro Tsujikawa 2013-01-12 16:43:08 +0900
  • dc2fe52e57 shrpx: Add missing \n to help message Tatsuhiro Tsujikawa 2013-01-12 16:42:48 +0900