1
0
mirror of https://github.com/moparisthebest/spdylay synced 2025-03-11 07:30:54 -04:00

Commit Graph

  • e817995063 shrpx: Log fatal error in spdy upstream Tatsuhiro Tsujikawa 2012-07-16 23:03:07 +09:00
  • 2afc50bf49 shrpx: Specify long enough timeout to emulate removing timeout Tatsuhiro Tsujikawa 2012-07-16 18:42:42 +09:00
  • d36f9f1c5b shrpx: Load certificate chain from file Tatsuhiro Tsujikawa 2012-07-16 18:31:52 +09:00
  • 83b3827b51 Updated README Tatsuhiro Tsujikawa 2012-07-15 21:54:55 +09:00
  • 06eac680e8 Prefer SPDY/2 for spdy proxy connection Tatsuhiro Tsujikawa 2012-07-15 21:39:19 +09:00
  • 7f2b9ae75d Ensure that upstream->send() is called in callback. Tatsuhiro Tsujikawa 2012-07-15 21:15:28 +09:00
  • 317ad6f4ad Fixed free() for new. Any 2xx status means success in CONNECT response Tatsuhiro Tsujikawa 2012-07-15 03:32:05 +09:00
  • 7465289919 Enable SSL/TLS session caching. Share SSL_CTX access workers. Tatsuhiro Tsujikawa 2012-07-14 23:24:03 +09:00
  • 06ed17ff26 shrpx: fixed timeout change is not triggered when tunneling. Tatsuhiro Tsujikawa 2012-07-14 21:47:28 +09:00
  • 17699b1fdf shrpx: Create absoluteURI only when path starts with '/' Tatsuhiro Tsujikawa 2012-07-14 17:36:55 +09:00
  • 3fc0e4dd6b spdycat: Use TLSv1_client_method Tatsuhiro Tsujikawa 2012-07-13 23:05:24 +09:00
  • 39a2e74392 Updated README Tatsuhiro Tsujikawa 2012-07-12 23:59:05 +09:00
  • a47feb22cb Don't prepend scheme and host to path if path starts with scheme. Tatsuhiro Tsujikawa 2012-07-12 23:44:30 +09:00
  • e5249538a6 Added --add-x-forwarded-for option. Tatsuhiro Tsujikawa 2012-07-12 23:39:11 +09:00
  • 63adaad93a Updated usage Tatsuhiro Tsujikawa 2012-07-11 22:13:36 +09:00
  • e5de9c9708 Issue RST_STREAM if the remote end of tunnel is closed. Tatsuhiro Tsujikawa 2012-07-11 19:48:07 +09:00
  • a143133d43 Use http_parser for tunneling connection transparently Tatsuhiro Tsujikawa 2012-07-11 18:46:00 +09:00
  • 12ab6863c4 Use http-parser instead of htparse Tatsuhiro Tsujikawa 2012-07-11 18:32:04 +09:00
  • 9fd49121ee Added http-parser Tatsuhiro Tsujikawa 2012-07-11 18:31:32 +09:00
  • 2c5f40b175 Added SPDY proxy mode. Tatsuhiro Tsujikawa 2012-07-11 16:20:16 +09:00
  • db8a62c0d7 htparse: enhancements and bug fixes Tatsuhiro Tsujikawa 2012-07-11 16:02:08 +09:00
  • fe5dfe533f Updated htparse Tatsuhiro Tsujikawa 2012-07-01 18:37:12 +09:00
  • ebfc313a26 spdycat: add support for Server Name Indication (SNI). Piotr Sikora 2012-06-25 15:05:12 +00:00
  • 27dd0b7405 Don't forward keep-alive, connection and proxy-connection header fields Tatsuhiro Tsujikawa 2012-06-15 20:56:30 +09:00
  • 9d84db230d Enclose downstream IPv6 numeric address in hostport with square blackets Tatsuhiro Tsujikawa 2012-06-14 23:01:47 +09:00
  • 5236394c1c Take into account shut_flags when accepting DATA frame Tatsuhiro Tsujikawa 2012-06-14 22:39:44 +09:00
  • 14d1a5a547 Reverted accidental chagnes in spdycat.cc Tatsuhiro Tsujikawa 2012-06-14 20:07:00 +09:00
  • 9893b7e2b0 Modify Location header field if redirect URI refers to downstream Tatsuhiro Tsujikawa 2012-06-13 00:08:28 +09:00
  • eb9458bba9 Adjust read/write timeout depending on the request/response state Tatsuhiro Tsujikawa 2012-06-12 23:02:01 +09:00
  • 22f5bb3ebb Added implementation note for deletion of downstream Tatsuhiro Tsujikawa 2012-06-12 22:43:28 +09:00
  • 6702d34651 Enable EV_READ for downstream connection. Tatsuhiro Tsujikawa 2012-06-12 21:56:41 +09:00
  • 0ffa4bcb46 Added missing shrpx.h and shrpx_error.h to shrpx_SOURCES release-0.3.1 Tatsuhiro Tsujikawa 2012-06-11 23:32:24 +09:00
  • 59eeee05c4 Updated NEWS for 0.3.1 release Tatsuhiro Tsujikawa 2012-06-11 23:28:37 +09:00
  • f68619e2e9 Bump up version number to 0.3.1. LT revision is now 2.1.1 Tatsuhiro Tsujikawa 2012-06-11 23:19:09 +09:00
  • 7b8768bd3a Fixed compile error with --enable-maintainer-mode Tatsuhiro Tsujikawa 2012-06-11 23:12:23 +09:00
  • d12217a1c5 Removed redundant CFLAGS Tatsuhiro Tsujikawa 2012-06-11 23:12:02 +09:00
  • 03ee1e327f Added --enable-maintainer-mode configure option Tatsuhiro Tsujikawa 2012-06-11 23:08:18 +09:00
  • d8637958dd Added missing \r\n after chunk Tatsuhiro Tsujikawa 2012-06-10 02:51:42 +09:00
  • 1fa784c709 Handle Expect: 100-continue Tatsuhiro Tsujikawa 2012-06-10 02:33:34 +09:00
  • e871768d84 Disable read for downstream by default to avoid timeout before request Tatsuhiro Tsujikawa 2012-06-10 01:46:33 +09:00
  • c29dd0b80f Added SPDY/3 flow control Tatsuhiro Tsujikawa 2012-06-10 01:36:30 +09:00
  • c2785955ca HTTPS: Flow control in request chain Tatsuhiro Tsujikawa 2012-06-10 00:49:33 +09:00
  • bff22fd1e9 Check upstream header length only in Downstream::INITIAL state. Tatsuhiro Tsujikawa 2012-06-10 00:30:44 +09:00
  • 9d19e2bfe9 Rewrite connection pooling Tatsuhiro Tsujikawa 2012-06-09 23:14:00 +09:00
  • 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 +09:00
  • 183cce1707 Use bitmask instead of std::vector Tatsuhiro Tsujikawa 2012-06-08 22:52:08 +09:00
  • 6df709b441 Added -pthread to AM_LDFLAGS for examples Tatsuhiro Tsujikawa 2012-06-08 22:44:09 +09:00
  • f2a6b3c9d6 Set OpenSSL locking_function. Tatsuhiro Tsujikawa 2012-06-08 22:41:24 +09:00
  • 1199db690e gcc-4.7 fix Tatsuhiro Tsujikawa 2012-06-08 21:40:03 +09:00
  • 5ea6ea476e Rewritten to_uint32 using shift Tatsuhiro Tsujikawa 2012-06-08 02:10:02 +09:00
  • 01c6f7af4c Code cleanup Tatsuhiro Tsujikawa 2012-06-08 00:39:55 +09:00
  • 17025a96d9 SPDY: Use keep-alive connection to downstream server Tatsuhiro Tsujikawa 2012-06-08 00:36:19 +09:00
  • 695dd50612 HTTPS: Keep-Alive connection to downstream servers. Tatsuhiro Tsujikawa 2012-06-07 23:42:11 +09:00
  • 9303cca430 Send back Connection: keep-alive for the request with http/1.0 keep-alive Tatsuhiro Tsujikawa 2012-06-07 22:40:42 +09:00
  • 7319620160 Added SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION and TCP_NODELAY Tatsuhiro Tsujikawa 2012-06-07 22:39:57 +09:00
  • 49c9e01f3e Updated README.rst Tatsuhiro Tsujikawa 2012-06-07 02:32:15 +09:00
  • 3a39745784 Add via header field to SPDY upstream response Tatsuhiro Tsujikawa 2012-06-07 02:29:00 +09:00
  • c240368ee5 Change severity level of getaddrinfo failure to INFO Tatsuhiro Tsujikawa 2012-06-07 02:16:30 +09:00
  • 5f5fb18b77 Option value fixes. Tatsuhiro Tsujikawa 2012-06-07 02:09:59 +09:00
  • 673f9c7df0 Merge branch 'rproxy' Tatsuhiro Tsujikawa 2012-06-07 01:59:20 +09:00
  • 6b5beeac14 Updated README.rst Tatsuhiro Tsujikawa 2012-06-07 01:58:36 +09:00
  • 18f557f743 Conditional compilation with libevent-openssl Tatsuhiro Tsujikawa 2012-06-07 01:36:49 +09:00
  • b189e291a9 Added htparse library Tatsuhiro Tsujikawa 2012-06-07 01:25:43 +09:00
  • e37ec7b765 Append Via header field. Don't modify Server header field. Tatsuhiro Tsujikawa 2012-06-07 00:43:18 +09:00
  • 908ec2e695 Made -D option work. Get private key and certificate file from cmd-line Tatsuhiro Tsujikawa 2012-06-07 00:03:05 +09:00
  • 8e0a1c91a3 Added command-line options Tatsuhiro Tsujikawa 2012-06-06 23:58:19 +09:00
  • 8da4938031 Listen both on IPv6 and IPv4 if possible Tatsuhiro Tsujikawa 2012-06-06 22:43:35 +09:00
  • 28ed887463 Don't sleep. Just log the error Tatsuhiro Tsujikawa 2012-06-06 21:44:08 +09:00
  • faee23a925 Fixed assertion failure. Resume downstream read on SPDY stream close. Tatsuhiro Tsujikawa 2012-06-06 21:39:55 +09:00
  • 4ac689526b Don't modify user-agent Tatsuhiro Tsujikawa 2012-06-06 21:10:44 +09:00
  • ac84b68189 Enable SSL partial write Tatsuhiro Tsujikawa 2012-06-06 21:10:13 +09:00
  • c0b5009d99 Merge pull request #26 from sorced-jim/master Tatsuhiro Tsujikawa 2012-06-05 10:41:11 -07:00
  • 117a39d35b Zeroed wev Tatsuhiro Tsujikawa 2012-06-06 02:30:20 +09:00
  • 71a3a70c02 Handle error when fd runs out Tatsuhiro Tsujikawa 2012-06-06 02:23:07 +09:00
  • 8f1c49e75c Added multi thread support Tatsuhiro Tsujikawa 2012-06-06 01:26:04 +09:00
  • c0b564abe4 Tidied up Tatsuhiro Tsujikawa 2012-06-05 22:55:19 +09:00
  • 67669bf3ca Delete downstream if SPDY stream has been already closed Tatsuhiro Tsujikawa 2012-06-05 22:46:47 +09:00
  • e8cefa9238 Handle too long upstream request headers Tatsuhiro Tsujikawa 2012-06-05 22:13:22 +09:00
  • be1c6bb968 Removed commented send() Tatsuhiro Tsujikawa 2012-06-05 21:25:05 +09:00
  • b1c0287c84 Enable writing partial buffers. Jim Morrison 2012-06-04 13:01:36 -07:00
  • c04c09ff3e Avoid too large buffering in upstream output. Tatsuhiro Tsujikawa 2012-06-05 03:11:43 +09:00
  • fad7f51f8d Initial commit of shrpx: SPDY/HTTPS to HTTP reverse proxy Tatsuhiro Tsujikawa 2012-06-04 23:48:31 +09:00
  • d654ad0cc6 Fixed bug on_ctrl_recv_callback not called for RST_STREAM Tatsuhiro Tsujikawa 2012-06-04 23:44:18 +09:00
  • 245c7ff1b3 Return nonzero exit status if test fails. Fixed failmalloc tests. Tatsuhiro Tsujikawa 2012-05-31 21:55:21 +09:00
  • 3c49a31a07 Fixed typo Tatsuhiro Tsujikawa 2012-05-30 21:20:38 +09:00
  • 55b75625c8 Updated NEWS for 0.3.0 release release-0.3.0 Tatsuhiro Tsujikawa 2012-05-30 00:06:41 +09:00
  • 65048d17fb Updated README.rst Tatsuhiro Tsujikawa 2012-05-28 21:25:44 +09:00
  • 69de020b5c Fixed typo Tatsuhiro Tsujikawa 2012-05-27 23:52:48 +09:00
  • 6b76b4d7d5 Added more summary output Tatsuhiro Tsujikawa 2012-05-27 23:52:08 +09:00
  • 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 +09:00
  • 08f76b09e3 Aded included <functional> from spdy.h Tatsuhiro Tsujikawa 2012-05-25 21:55:15 +09:00
  • ad13e56617 Removed unused variable Tatsuhiro Tsujikawa 2012-05-25 19:07:01 +09:00
  • e13152c0a5 Made spdylay_strerror(0) return "Success" Tatsuhiro Tsujikawa 2012-05-25 14:44:25 +09:00
  • 4dd9c32c25 Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option. Tatsuhiro Tsujikawa 2012-05-25 13:49:18 +09:00
  • a6ae4fc72c Incremental name/value block decompression Tatsuhiro Tsujikawa 2012-05-25 10:46:40 +09:00
  • a18f04e8c7 Fixed buffer overrun in spdylay_pq_push Tatsuhiro Tsujikawa 2012-05-24 21:35:27 +09:00
  • 31ff69ed07 Bump up version number to 0.2.1. LT version is now 1.1.0. release-0.2.1 Tatsuhiro Tsujikawa 2012-05-20 22:31:07 +09:00
  • faca4d4443 Updated NEWS for 0.2.1 release Tatsuhiro Tsujikawa 2012-05-20 22:30:51 +09:00
  • b06fa25ad2 Fixed compile error with -Wshadow. Fixed const cast. Tatsuhiro Tsujikawa 2012-05-20 17:40:29 +09:00
  • 6f066d7f64 Avoid overflow of spdylay_stream.recv_window_size Tatsuhiro Tsujikawa 2012-05-20 16:13:26 +09:00