Commit Graph

  • 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 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
  • c45726b9e1 Add AC_SYS_LARGEFILE Tatsuhiro Tsujikawa 2013-01-11 00:17:43 +0900
  • ae8e5b7a95 spdycat: Add -d option to POST data Tatsuhiro Tsujikawa 2013-01-11 00:15:45 +0900
  • 28489fd6a8 shrpx: Set TCP_NODELAY to downstream sockets Tatsuhiro Tsujikawa 2013-01-11 00:11:41 +0900
  • e454cc1301 shrpx: Remove warn log from upstream_{read,write}cb Tatsuhiro Tsujikawa 2013-01-11 00:10:08 +0900
  • c306402a20 shrpx: Capitalize header field name in HTTP downstream connection Tatsuhiro Tsujikawa 2013-01-09 22:55:29 +0900
  • c45fa16f94 shrpx: Add --no-via option Tatsuhiro Tsujikawa 2013-01-09 22:01:25 +0900
  • 4d1f1f2395 shrpx: Log IP version number when getaddrinfo failed Tatsuhiro Tsujikawa 2013-01-09 21:30:57 +0900
  • 6da492c4e8 Remove uri.{cc,h} and use http_parser_parse_url() instead Tatsuhiro Tsujikawa 2013-01-09 00:42:06 +0900
  • 633e85246f Include http-parser/http_parser.h locally Tatsuhiro Tsujikawa 2013-01-05 23:21:09 +0900
  • 6a4a0e7f8c Remove useless extern "C" Tatsuhiro Tsujikawa 2013-01-05 23:20:18 +0900
  • 58f92d48c9 Add remarks about callbacks and spdylay_session_{recv,send} Tatsuhiro Tsujikawa 2012-12-23 01:24:56 +0900
  • be5066c450 Updated http-parser Tatsuhiro Tsujikawa 2012-12-23 01:13:02 +0900
  • 92260ccc81 Add patch for http-parser to handle tunneling connection transparently Tatsuhiro Tsujikawa 2012-12-20 01:05:51 +0900
  • 9425f8a45f shrpx: Handle graceful shutdown in SPDY backend Tatsuhiro Tsujikawa 2012-12-17 01:10:45 +0900
  • 3ba73db7d7 shrpx: Remove unused function modify_location_header_value Tatsuhiro Tsujikawa 2012-12-14 01:14:42 +0900
  • 4d80a26188 spdycat: Log error when no supported SPDY version was negotiated Tatsuhiro Tsujikawa 2012-12-12 23:28:32 +0900
  • 8c456674cf shrpx: Remove upstream_spdy_stream and upstream_spdy_stream_close Tatsuhiro Tsujikawa 2012-12-09 23:30:11 +0900
  • 90eebbc88c shrpx: Log status code, method, path and HTTP version in accesslog Tatsuhiro Tsujikawa 2012-12-09 23:19:48 +0900
  • 6ef9b7430d shrpx: Color HTTP headers in console log Tatsuhiro Tsujikawa 2012-12-09 21:36:02 +0900
  • 9b1f36d274 shrpx: Color severity level in terminal Tatsuhiro Tsujikawa 2012-12-09 21:02:48 +0900
  • bbf6c18575 shrpx: Log format change Tatsuhiro Tsujikawa 2012-12-09 19:15:14 +0900
  • 4d0db62f1d examples: Remove unused htparse Tatsuhiro Tsujikawa 2012-12-08 00:38:53 +0900
  • 65e965791f shrpx: Replace strncpy + putting null with memcpy in ssl_pem_passwd_cb Tatsuhiro Tsujikawa 2012-12-07 23:42:58 +0900
  • 06220f7fdf shrpx: Make is_secure() static Tatsuhiro Tsujikawa 2012-12-07 23:14:20 +0900
  • cbf8ccf7d1 [shrpx] read private key's passwd from a file Raul Gutierrez Segales 2012-12-02 22:33:04 -0800
  • f97110f092 spdycat, spdyd: Support SPDY without SSL/TLS Tatsuhiro Tsujikawa 2012-11-25 21:58:44 +0900
  • 58b1da39e3 Update REAME.rst Tatsuhiro Tsujikawa 2012-11-24 20:28:07 +0900
  • 50211bc1ad shrpx: Replace "https" with "http" in log message in shrpx_https_upstream.cc Tatsuhiro Tsujikawa 2012-11-23 21:30:57 +0900
  • 282b8b567a shrpx: Log upstream https request headers Tatsuhiro Tsujikawa 2012-11-23 21:30:17 +0900
  • 8f62441112 src: Rewrite util::stripIter Tatsuhiro Tsujikawa 2012-11-23 21:14:39 +0900
  • baf2dc3ddf shrpx: Add --backend-ipv4 and --backend-ipv6 options. Tatsuhiro Tsujikawa 2012-11-23 21:11:01 +0900
  • df7023bd92 Update README.rst Tatsuhiro Tsujikawa 2012-11-23 00:26:48 +0900
  • 7a21905312 shrpx: Remove Config ctor and fill all initial values in fill_default_config() Tatsuhiro Tsujikawa 2012-11-22 23:35:10 +0900
  • c1332a35a5 shrpx: Add -v, --version option Tatsuhiro Tsujikawa 2012-11-22 23:08:36 +0900
  • 774e64d2b4 shrpx: Group up options in -h output Tatsuhiro Tsujikawa 2012-11-22 23:04:27 +0900
  • 9c70c1b867 shrpx: Code cleanup Tatsuhiro Tsujikawa 2012-11-22 22:05:52 +0900
  • 4349d42988 shrpx: Add usage for <PRIVATE_KEY> <CERT> Tatsuhiro Tsujikawa 2012-11-22 22:00:38 +0900
  • 9aa7af2c7f shrpx: Use SNI TLS extension in client mode Tatsuhiro Tsujikawa 2012-11-22 21:51:11 +0900
  • d589f4c74c shrpx: Verify backend server's certificate in client mode Tatsuhiro Tsujikawa 2012-11-22 21:46:15 +0900
  • 8a5db1751e shrpx: Check the length of output buffer in write callback Tatsuhiro Tsujikawa 2012-11-22 03:13:30 +0900
  • 81adb6bc7f shrpx: Implement downstream SPDY flow control Tatsuhiro Tsujikawa 2012-11-21 23:47:48 +0900
  • 0bf15a7694 Rename --client-mode as --client and add --client-proxy Tatsuhiro Tsujikawa 2012-11-21 22:10:35 +0900
  • fa552c6788 shrpx: Share SPDY session among multiple frontend connections per thread Tatsuhiro Tsujikawa 2012-11-21 01:29:39 +0900
  • ae30e7f71b shrpx: Split request path into SPDY specific headers Tatsuhiro Tsujikawa 2012-11-19 21:40:59 +0900
  • bebea5e16a Update http-parser Tatsuhiro Tsujikawa 2012-11-19 02:16:42 +0900
  • 542fd6420b Fix recursive HttpsUpstream::on_read() call Tatsuhiro Tsujikawa 2012-11-19 02:11:46 +0900
  • 077275e783 Fix typo SPDY/3 Tatsuhiro Tsujikawa 2012-11-19 02:10:58 +0900
  • aa07076f29 shrpx: Don't propagate expect: 100-continue to backend Tatsuhiro Tsujikawa 2012-11-18 23:49:41 +0900
  • 52c4d26927 shrpx: Deadlock with upload data in clinet mode Tatsuhiro Tsujikawa 2012-11-18 23:48:55 +0900
  • 19bf97b3e5 Support x-forwarded-proto and x-forwarded-for in SpdyDownstreamConnection Tatsuhiro Tsujikawa 2012-11-18 23:04:14 +0900
  • d29d033830 Update README.rst Tatsuhiro Tsujikawa 2012-11-18 22:08:49 +0900
  • b2d530783e Update README.rst Tatsuhiro Tsujikawa 2012-11-18 21:57:04 +0900
  • 026f4ca3a2 Add --client-mode option Tatsuhiro Tsujikawa 2012-11-18 21:23:13 +0900
  • aa64a7f7f5 Don't send response-body for 304 response Tatsuhiro Tsujikawa 2012-11-18 21:22:08 +0900
  • d81827c073 Update GOAWAY INTERNAL_ERROR value according to SPDY/3 spec change Tatsuhiro Tsujikawa 2012-11-14 21:17:04 +0900
  • 4748443899 shrpx: Log detailed error description in SSL code Tatsuhiro Tsujikawa 2012-11-14 21:14:11 +0900