nghttp2/src
Tatsuhiro Tsujikawa a15fc5fbb4 nghttpx: Send acceptable list of CAs when client cert auth is enabled 2014-01-09 00:07:51 +09:00
..
http-parser src/http-parser: Update to latest HEAD 2013-11-14 23:53:48 +09:00
.gitignore Update .gitignore 2013-09-14 21:18:08 +09:00
HtmlParser.cc src/HtmlParser: Code cleanup 2013-10-02 23:08:47 +09:00
HtmlParser.h src/HtmlParser: Code cleanup 2013-10-02 23:08:47 +09:00
HttpServer.cc src: Call SSL_set_shutdown(ssl, SSL_RECEIVED_SHUTDOWN) 2014-01-08 23:32:47 +09:00
HttpServer.h src: Support ALPN 2014-01-02 00:15:08 +09:00
Makefile.am src: Add test for shrpx_config 2014-01-06 16:06:02 +09:00
app_helper.cc src: Rename verbose callback functions 2013-12-20 23:48:56 +09:00
app_helper.h src: Rename verbose callback functions 2013-12-20 23:48:56 +09:00
base64.h lib, src, hdtest: Ensure that config.h is included 2014-01-08 23:30:02 +09:00
http-parser.patch Add patch for http-parser to handle tunneling connection transparently 2012-12-20 01:05:51 +09:00
http2.cc src: Omit \r\n sanitization on header value 2013-12-26 00:08:42 +09:00
http2.h src: Omit \r\n sanitization on header value 2013-12-26 00:08:42 +09:00
http2_test.cc src: Omit \r\n sanitization on header value 2013-12-26 00:08:42 +09:00
http2_test.h nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
nghttp.cc src: Call SSL_set_shutdown(ssl, SSL_RECEIVED_SHUTDOWN) 2014-01-08 23:32:47 +09:00
nghttp2_config.h Replace steady_clock with monotonic_clock if steady_clock is not available 2013-09-17 22:48:30 +09:00
nghttpd.cc lib, src, hdtest: Ensure that config.h is included 2014-01-08 23:30:02 +09:00
shrpx-unittest.cc src: Add test for shrpx_config 2014-01-06 16:06:02 +09:00
shrpx.cc nghttpx: Add --tls-proto-list option to enable SSL/TLS protocol selectively 2014-01-02 13:08:54 +09:00
shrpx.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_accesslog.cc nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_accesslog.h nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_client_handler.cc src: Call SSL_set_shutdown(ssl, SSL_RECEIVED_SHUTDOWN) 2014-01-08 23:32:47 +09:00
shrpx_client_handler.h nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
shrpx_config.cc nghttpx: Add --tls-proto-list option to enable SSL/TLS protocol selectively 2014-01-02 13:08:54 +09:00
shrpx_config.h nghttpx: Add --tls-proto-list option to enable SSL/TLS protocol selectively 2014-01-02 13:08:54 +09:00
shrpx_config_test.cc src: Add test for shrpx_config 2014-01-06 16:06:02 +09:00
shrpx_config_test.h src: Add test for shrpx_config 2014-01-06 16:06:02 +09:00
shrpx_downstream.cc nghttpx: No string copy if no cookie crumbling occurs 2013-12-22 15:42:12 +09:00
shrpx_downstream.h nghttpx: Remove downstream_port from location rewrite code 2013-12-21 18:35:53 +09:00
shrpx_downstream_connection.cc nghttpx: Code cleanup 2013-11-26 22:57:29 +09:00
shrpx_downstream_connection.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_downstream_queue.cc nghttpx: Code cleanup 2013-11-26 22:57:29 +09:00
shrpx_downstream_queue.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_test.cc nghttpx: Remove downstream_port from location rewrite code 2013-12-21 18:35:53 +09:00
shrpx_downstream_test.h nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
shrpx_error.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_http.cc nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_http.h nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_http2_downstream_connection.cc nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
shrpx_http2_downstream_connection.h nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_http2_session.cc src: Call SSL_set_shutdown(ssl, SSL_RECEIVED_SHUTDOWN) 2014-01-08 23:32:47 +09:00
shrpx_http2_session.h Rename nghttp2_session_fail_session as nghttp2_session_terminate_session 2013-12-26 00:23:07 +09:00
shrpx_http2_upstream.cc nghttpx: Don't rewrite location if proxy mode is used 2013-12-28 17:02:43 +09:00
shrpx_http2_upstream.h Rename nghttp2_session_fail_session as nghttp2_session_terminate_session 2013-12-26 00:23:07 +09:00
shrpx_http_downstream_connection.cc nghttpx: Check failure of evbuffer_* and bufferevent_* functions 2013-12-20 23:28:54 +09:00
shrpx_http_downstream_connection.h shrpx_http_downstream_connection: Embed http_parser 2013-09-24 21:31:48 +09:00
shrpx_https_upstream.cc nghttpx: Don't rewrite location if proxy mode is used 2013-12-28 17:02:43 +09:00
shrpx_https_upstream.h nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_io_control.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_io_control.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_listen_handler.cc Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_listen_handler.h Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_log.cc Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_log.h Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_spdy_upstream.cc nghttpx: Don't rewrite location if proxy mode is used 2013-12-28 17:02:43 +09:00
shrpx_spdy_upstream.h Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_ssl.cc nghttpx: Send acceptable list of CAs when client cert auth is enabled 2014-01-09 00:07:51 +09:00
shrpx_ssl.h nghttpx: Don't allow application protocol not listed in --npn-list option 2014-01-02 00:53:07 +09:00
shrpx_ssl_test.cc src: Use SSLv23_method for tests 2014-01-06 16:07:18 +09:00
shrpx_ssl_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_thread_event_receiver.cc nghttpx: Code cleanup 2013-12-20 23:36:24 +09:00
shrpx_thread_event_receiver.h Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_upstream.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_worker.cc Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_worker.h Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
timegm.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
timegm.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
util.cc nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
util.h nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
util_test.cc nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
util_test.h src: Fix token68 decoding 2013-11-09 16:18:01 +09:00