Commit Graph

  • 2266b102e3 Adding arbitrary headers form the command line Stephen Ludin 2012-08-20 12:03:55 -0700
  • 558e27ac9e Fix intptr_t check in configure.ac Tatsuhiro Tsujikawa 2012-08-21 21:11:53 +0900
  • dabe39dd1d python: add Spdylay Python extension API doc Tatsuhiro Tsujikawa 2012-08-21 01:10:10 +0900
  • 288962f3e6 python: send_cb returns 0 to indicate SPDYLAY_ERR_WOULDBLOCK. Reorder cbs. Tatsuhiro Tsujikawa 2012-08-21 01:05:45 +0900
  • 5dcdf95a67 Fix doc Tatsuhiro Tsujikawa 2012-08-21 01:03:22 +0900
  • a69b61c40c shrpx: add --ciphers option to specify allowed cipher list Tatsuhiro Tsujikawa 2012-08-20 21:50:03 +0900
  • 6eba7b4af5 python: add on_stream_close_cb and on_request_recv_cb Tatsuhiro Tsujikawa 2012-08-17 23:39:48 +0900
  • 2a5b7bc2a2 python: check rv == 0 first. read_cb return data or status code Tatsuhiro Tsujikawa 2012-08-17 23:19:50 +0900
  • d8ffa70532 Updated README.rst Tatsuhiro Tsujikawa 2012-08-17 01:38:44 +0900
  • 8ce1925609 Add Python wrapper for spdylay Tatsuhiro Tsujikawa 2012-08-17 01:36:30 +0900
  • 8561ef72ed Updated README.rst Tatsuhiro Tsujikawa 2012-08-03 22:57:11 +0900
  • c644322d89 manual: Include enum value in manual Tatsuhiro Tsujikawa 2012-08-03 22:35:55 +0900
  • 7cc1c73120 Updated doc Tatsuhiro Tsujikawa 2012-08-03 22:35:38 +0900
  • fce4be9555 shrpx: Change default values of -f and -b option Tatsuhiro Tsujikawa 2012-08-03 22:20:59 +0900
  • 6aa30b6a77 Updated README.rst Tatsuhiro Tsujikawa 2012-08-03 22:16:20 +0900
  • 5815d83414 Bump up LT revision to 2:2:1 Tatsuhiro Tsujikawa 2012-08-03 21:45:10 +0900
  • 4c55caa635 Bump up version number to 0.3.2 Tatsuhiro Tsujikawa 2012-08-03 21:44:27 +0900
  • 60f2b23f9b Updated NEWS for 0.3.2 release Tatsuhiro Tsujikawa 2012-08-03 21:44:00 +0900
  • d0bb03fea7 Updated sample shrpx.conf Tatsuhiro Tsujikawa 2012-08-02 23:58:52 +0900
  • dff2e14149 Include shrpx.conf.sample in distribution Tatsuhiro Tsujikawa 2012-08-02 02:17:20 +0900
  • 50b0eeb273 Updated README.rst Tatsuhiro Tsujikawa 2012-08-02 02:12:17 +0900
  • 0b3eca7d40 shrpx: Fix netbsd compile warning Tatsuhiro Tsujikawa 2012-08-02 02:07:51 +0900
  • fd9f5991f5 shrpx: Fill initial values for flags Tatsuhiro Tsujikawa 2012-08-02 01:32:33 +0900
  • 4623413a99 shrpx: Added --backlog option Tatsuhiro Tsujikawa 2012-08-02 01:28:59 +0900
  • 0c10528ca3 shrpx: Add syslog support Tatsuhiro Tsujikawa 2012-08-02 01:20:18 +0900
  • 7962c1bf6c shrpx: drop root priviledgs after loading private key Tatsuhiro Tsujikawa 2012-08-02 00:29:37 +0900
  • 75c9840644 shrpx:: Use LOG() instead of std::cerr Tatsuhiro Tsujikawa 2012-08-02 00:26:24 +0900
  • 1dd61d5973 shrpx: Support configuration file Tatsuhiro Tsujikawa 2012-08-02 00:06:41 +0900
  • 28e477eb3a Check availability of pwd.h and getpwnam() Tatsuhiro Tsujikawa 2012-08-01 02:06:27 +0900
  • f3587e1591 shrpx: Added --pid-file and --user option Tatsuhiro Tsujikawa 2012-08-01 01:51:16 +0900
  • 05e6d527b1 Fix compile error on netbsd Tatsuhiro Tsujikawa 2012-07-27 22:11:13 +0900
  • 51c4f4f5b0 shrpx: Added --frontend-spdy-window-bits option Tatsuhiro Tsujikawa 2012-07-26 23:18:37 +0900
  • f89112b5e9 shrpx: Added --backend-keep-alive-timeout option Tatsuhiro Tsujikawa 2012-07-26 23:08:51 +0900
  • 17802de7f7 spdyd: Use SSL_CTX_use_certificate_chain_file Tatsuhiro Tsujikawa 2012-07-26 21:46:05 +0900
  • 24453cf0bd Don't add X-Forwarded-Spdy in SPDY proxy mode Tatsuhiro Tsujikawa 2012-07-24 00:08:12 +0900
  • 75f93d8333 shrpx: Check spdylay_session_want_{read,write} Tatsuhiro Tsujikawa 2012-07-19 01:59:55 +0900
  • 4bc200f9dc Added simple accesslog Tatsuhiro Tsujikawa 2012-07-18 01:08:05 +0900
  • b7335a949f shrpx: Log stream id for spdy connection Tatsuhiro Tsujikawa 2012-07-18 00:16:52 +0900
  • c7fe718dcf Added read/write timeout options for both upstream and downstream Tatsuhiro Tsujikawa 2012-07-18 00:13:11 +0900
  • f10848febd shrpx: Handle the case when evbuffer_add() returned -1 Tatsuhiro Tsujikawa 2012-07-17 00:12:31 +0900
  • a95981f3da shrpx: Check the fatal error inside downstream http-parser callback Tatsuhiro Tsujikawa 2012-07-16 23:55:08 +0900
  • f56cfc920e shrpx: fixed read/write timeouts of upstream are interchanged. Tatsuhiro Tsujikawa 2012-07-16 23:48:02 +0900
  • 6fb76831c0 shrpx: Increased default downstream timeout to 60s Tatsuhiro Tsujikawa 2012-07-16 23:43:43 +0900
  • 0f5a37fa2a shrpx: Added error handling when error_reply() failed Tatsuhiro Tsujikawa 2012-07-16 23:29:48 +0900
  • e817995063 shrpx: Log fatal error in spdy upstream Tatsuhiro Tsujikawa 2012-07-16 23:03:07 +0900
  • 2afc50bf49 shrpx: Specify long enough timeout to emulate removing timeout Tatsuhiro Tsujikawa 2012-07-16 18:42:42 +0900
  • d36f9f1c5b shrpx: Load certificate chain from file Tatsuhiro Tsujikawa 2012-07-16 18:31:52 +0900
  • 83b3827b51 Updated README Tatsuhiro Tsujikawa 2012-07-15 21:54:55 +0900
  • 06eac680e8 Prefer SPDY/2 for spdy proxy connection Tatsuhiro Tsujikawa 2012-07-15 21:39:19 +0900
  • 7f2b9ae75d Ensure that upstream->send() is called in callback. Tatsuhiro Tsujikawa 2012-07-15 21:15:28 +0900
  • 317ad6f4ad Fixed free() for new. Any 2xx status means success in CONNECT response Tatsuhiro Tsujikawa 2012-07-15 03:32:05 +0900
  • 7465289919 Enable SSL/TLS session caching. Share SSL_CTX access workers. Tatsuhiro Tsujikawa 2012-07-14 23:24:03 +0900
  • 06ed17ff26 shrpx: fixed timeout change is not triggered when tunneling. Tatsuhiro Tsujikawa 2012-07-14 21:47:28 +0900
  • 17699b1fdf shrpx: Create absoluteURI only when path starts with '/' Tatsuhiro Tsujikawa 2012-07-14 17:36:55 +0900
  • 3fc0e4dd6b spdycat: Use TLSv1_client_method Tatsuhiro Tsujikawa 2012-07-13 23:05:24 +0900
  • 39a2e74392 Updated README Tatsuhiro Tsujikawa 2012-07-12 23:59:05 +0900
  • a47feb22cb Don't prepend scheme and host to path if path starts with scheme. Tatsuhiro Tsujikawa 2012-07-12 23:44:30 +0900
  • e5249538a6 Added --add-x-forwarded-for option. Tatsuhiro Tsujikawa 2012-07-12 23:39:11 +0900
  • 63adaad93a Updated usage Tatsuhiro Tsujikawa 2012-07-11 22:13:36 +0900
  • e5de9c9708 Issue RST_STREAM if the remote end of tunnel is closed. Tatsuhiro Tsujikawa 2012-07-11 19:48:07 +0900
  • a143133d43 Use http_parser for tunneling connection transparently Tatsuhiro Tsujikawa 2012-07-11 18:46:00 +0900
  • 12ab6863c4 Use http-parser instead of htparse Tatsuhiro Tsujikawa 2012-07-11 18:32:04 +0900
  • 9fd49121ee Added http-parser Tatsuhiro Tsujikawa 2012-07-11 18:31:32 +0900
  • 2c5f40b175 Added SPDY proxy mode. Tatsuhiro Tsujikawa 2012-07-11 16:20:16 +0900
  • db8a62c0d7 htparse: enhancements and bug fixes Tatsuhiro Tsujikawa 2012-07-11 16:02:08 +0900
  • fe5dfe533f Updated htparse Tatsuhiro Tsujikawa 2012-07-01 18:37:12 +0900
  • ebfc313a26 spdycat: add support for Server Name Indication (SNI). Piotr Sikora 2012-06-25 15:05:12 +0000
  • 27dd0b7405 Don't forward keep-alive, connection and proxy-connection header fields Tatsuhiro Tsujikawa 2012-06-15 20:56:30 +0900
  • 9d84db230d Enclose downstream IPv6 numeric address in hostport with square blackets Tatsuhiro Tsujikawa 2012-06-14 23:01:47 +0900
  • 5236394c1c Take into account shut_flags when accepting DATA frame Tatsuhiro Tsujikawa 2012-06-14 22:39:44 +0900
  • 14d1a5a547 Reverted accidental chagnes in spdycat.cc Tatsuhiro Tsujikawa 2012-06-14 20:07:00 +0900
  • 9893b7e2b0 Modify Location header field if redirect URI refers to downstream Tatsuhiro Tsujikawa 2012-06-13 00:08:28 +0900
  • eb9458bba9 Adjust read/write timeout depending on the request/response state Tatsuhiro Tsujikawa 2012-06-12 23:02:01 +0900
  • 22f5bb3ebb Added implementation note for deletion of downstream Tatsuhiro Tsujikawa 2012-06-12 22:43:28 +0900
  • 6702d34651 Enable EV_READ for downstream connection. Tatsuhiro Tsujikawa 2012-06-12 21:56:41 +0900
  • 0ffa4bcb46 Added missing shrpx.h and shrpx_error.h to shrpx_SOURCES Tatsuhiro Tsujikawa 2012-06-11 23:32:24 +0900
  • 59eeee05c4 Updated NEWS for 0.3.1 release Tatsuhiro Tsujikawa 2012-06-11 23:28:37 +0900
  • f68619e2e9 Bump up version number to 0.3.1. LT revision is now 2.1.1 Tatsuhiro Tsujikawa 2012-06-11 23:19:09 +0900
  • 7b8768bd3a Fixed compile error with --enable-maintainer-mode Tatsuhiro Tsujikawa 2012-06-11 23:12:23 +0900
  • d12217a1c5 Removed redundant CFLAGS Tatsuhiro Tsujikawa 2012-06-11 23:12:02 +0900
  • 03ee1e327f Added --enable-maintainer-mode configure option Tatsuhiro Tsujikawa 2012-06-11 23:08:18 +0900
  • d8637958dd Added missing \r\n after chunk Tatsuhiro Tsujikawa 2012-06-10 02:51:42 +0900
  • 1fa784c709 Handle Expect: 100-continue Tatsuhiro Tsujikawa 2012-06-10 02:33:34 +0900
  • e871768d84 Disable read for downstream by default to avoid timeout before request Tatsuhiro Tsujikawa 2012-06-10 01:46:33 +0900
  • c29dd0b80f Added SPDY/3 flow control Tatsuhiro Tsujikawa 2012-06-10 01:36:30 +0900
  • c2785955ca HTTPS: Flow control in request chain Tatsuhiro Tsujikawa 2012-06-10 00:49:33 +0900
  • bff22fd1e9 Check upstream header length only in Downstream::INITIAL state. Tatsuhiro Tsujikawa 2012-06-10 00:30:44 +0900
  • 9d19e2bfe9 Rewrite connection pooling Tatsuhiro Tsujikawa 2012-06-09 23:14:00 +0900
  • adefcad530 Don't call on_data_recv_callback and on_data_chunk_recv_callback if stream was closed or being closed. Tatsuhiro Tsujikawa 2012-06-08 23:48:35 +0900
  • 183cce1707 Use bitmask instead of std::vector Tatsuhiro Tsujikawa 2012-06-08 22:52:08 +0900
  • 6df709b441 Added -pthread to AM_LDFLAGS for examples Tatsuhiro Tsujikawa 2012-06-08 22:44:09 +0900
  • f2a6b3c9d6 Set OpenSSL locking_function. Tatsuhiro Tsujikawa 2012-06-08 22:41:24 +0900
  • 1199db690e gcc-4.7 fix Tatsuhiro Tsujikawa 2012-06-08 21:40:03 +0900
  • 5ea6ea476e Rewritten to_uint32 using shift Tatsuhiro Tsujikawa 2012-06-08 02:10:02 +0900
  • 01c6f7af4c Code cleanup Tatsuhiro Tsujikawa 2012-06-08 00:39:55 +0900
  • 17025a96d9 SPDY: Use keep-alive connection to downstream server Tatsuhiro Tsujikawa 2012-06-08 00:36:19 +0900
  • 695dd50612 HTTPS: Keep-Alive connection to downstream servers. Tatsuhiro Tsujikawa 2012-06-07 23:42:11 +0900
  • 9303cca430 Send back Connection: keep-alive for the request with http/1.0 keep-alive Tatsuhiro Tsujikawa 2012-06-07 22:40:42 +0900
  • 7319620160 Added SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION and TCP_NODELAY Tatsuhiro Tsujikawa 2012-06-07 22:39:57 +0900
  • 49c9e01f3e Updated README.rst Tatsuhiro Tsujikawa 2012-06-07 02:32:15 +0900