nghttp2/src
Tatsuhiro Tsujikawa f360b5c1e3 src: Prefer std::equal 2015-02-11 00:20:33 +09:00
..
includes
.gitignore
HtmlParser.cc
HtmlParser.h
HttpServer.cc src: Store token in Header object to avoid additional lookups 2015-02-08 16:10:01 +09:00
HttpServer.h src: Remove ringbuf.h, use buffer.h instead 2015-02-06 23:40:34 +09:00
Makefile.am src: Remove ringbuf.h, use buffer.h instead 2015-02-06 23:40:34 +09:00
app_helper.cc
app_helper.h
asio_connection.h
asio_http2_handler.cc src: Rewrite defer function template 2015-02-06 23:27:15 +09:00
asio_http2_handler.h src: Use std::copy_n 2015-02-06 21:35:03 +09:00
asio_http2_impl.cc src: Rewrite defer function template 2015-02-06 23:27:15 +09:00
asio_http2_impl.h
asio_io_service_pool.cc
asio_io_service_pool.h
asio_server.cc
asio_server.h
base64.h
buffer.h src: Use std::copy_n 2015-02-06 21:35:03 +09:00
buffer_test.cc src: Remove ringbuf.h, use buffer.h instead 2015-02-06 23:40:34 +09:00
buffer_test.h nghttpx: Replace RingBuf with sequential Buffer 2015-01-29 22:57:56 +09:00
comp_helper.c
comp_helper.h
deflatehd.cc
h2load.cc src: Remove ringbuf.h, use buffer.h instead 2015-02-06 23:40:34 +09:00
h2load.h src: Remove ringbuf.h, use buffer.h instead 2015-02-06 23:40:34 +09:00
h2load_http2_session.cc src: Rewrite defer function template 2015-02-06 23:27:15 +09:00
h2load_http2_session.h h2load: Add request stats (time for request min, max, mean and sd) 2015-01-31 23:49:30 +09:00
h2load_session.h h2load: Add request stats (time for request min, max, mean and sd) 2015-01-31 23:49:30 +09:00
h2load_spdy_session.cc src: Move array_size to nghttp2 namespace 2015-02-06 22:44:09 +09:00
h2load_spdy_session.h h2load: Add request stats (time for request min, max, mean and sd) 2015-01-31 23:49:30 +09:00
http-parser.patch
http2.cc src: Use case-insensitive match when parsing Link header field 2015-02-10 23:29:45 +09:00
http2.h nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
http2_test.cc src: Use case-insensitive match when parsing Link header field 2015-02-10 23:29:45 +09:00
http2_test.h nghttpx: Support server push using Link header field 2015-02-08 16:10:00 +09:00
inflatehd.cc
libevent_util.cc
libevent_util.h
libnghttp2_asio.pc.in
memchunk.h src: Use std::copy_n 2015-02-06 21:35:03 +09:00
memchunk_test.cc src: Move array_size to nghttp2 namespace 2015-02-06 22:44:09 +09:00
memchunk_test.h src: Add test for memchunk.h 2015-01-10 23:01:03 +09:00
nghttp.cc src: Store token in Header object to avoid additional lookups 2015-02-08 16:10:01 +09:00
nghttp.h src: Store token in Header object to avoid additional lookups 2015-02-08 16:10:01 +09:00
nghttp2_config.h
nghttp2_gzip.c
nghttp2_gzip.h
nghttp2_gzip_test.c
nghttp2_gzip_test.h
nghttpd.cc nghttpd: Shut up travis 2015-02-05 22:49:19 +09:00
shrpx-unittest.cc src: Clean up string utlity functions 2015-02-10 23:16:34 +09:00
shrpx.cc nghttpx: Add --no-server-push option 2015-02-08 16:19:12 +09:00
shrpx.h Compile with android NDK 2015-01-11 00:28:00 +09:00
shrpx_accept_handler.cc nghttpx: Remove --accept-delay and --num-accept options 2015-01-29 20:58:47 +09:00
shrpx_accept_handler.h nghttpx: Rename ListenHandler as ConnectionHandler 2015-01-08 21:48:39 +09:00
shrpx_client_handler.cc nghttpx: Fix compile error with OpenSSL 1.0.2 2015-02-06 21:14:04 +09:00
shrpx_client_handler.h Share I/O code with all upstreams/downstream objects 2015-02-05 03:05:34 +09:00
shrpx_config.cc nghttpx: Add --no-server-push option 2015-02-08 16:19:12 +09:00
shrpx_config.h nghttpx: Add --no-server-push option 2015-02-08 16:19:12 +09:00
shrpx_config_test.cc nghttpx: Add --tls-ticket-key-file option 2015-01-08 01:26:30 +09:00
shrpx_config_test.h nghttpx: Add --tls-ticket-key-file option 2015-01-08 01:26:30 +09:00
shrpx_connect_blocker.cc nghttpx: Don't call ev_TYPE_set macro while watcher is active 2015-01-21 21:43:49 +09:00
shrpx_connect_blocker.h
shrpx_connection.cc nghttpx: Connection: Explicit assignment to double field 2015-02-05 21:26:55 +09:00
shrpx_connection.h Share I/O code with all upstreams/downstream objects 2015-02-05 03:05:34 +09:00
shrpx_connection_handler.cc src: Move make_unique to nghttp2 namespace 2015-02-06 00:15:43 +09:00
shrpx_connection_handler.h nghttpx: Add --tls-ctx-per-worker option 2015-01-13 00:25:02 +09:00
shrpx_downstream.cc nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_downstream.h nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_downstream_connection.cc
shrpx_downstream_connection.h nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_downstream_connection_pool.cc
shrpx_downstream_connection_pool.h
shrpx_downstream_queue.cc Compile with g++-4.7 2015-01-17 15:32:49 +09:00
shrpx_downstream_queue.h
shrpx_downstream_test.cc nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_downstream_test.h nghttpd, nghttpx: Rework incoming header handling 2015-01-05 01:46:41 +09:00
shrpx_error.h Share I/O code with all upstreams/downstream objects 2015-02-05 03:05:34 +09:00
shrpx_http.cc nghttpx: Make error page modern 2015-01-22 23:51:22 +09:00
shrpx_http.h
shrpx_http2_downstream_connection.cc nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_http2_downstream_connection.h nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_http2_session.cc src: Store token in Header object to avoid additional lookups 2015-02-08 16:10:01 +09:00
shrpx_http2_session.h Share I/O code with all upstreams/downstream objects 2015-02-05 03:05:34 +09:00
shrpx_http2_upstream.cc nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_http2_upstream.h nghttpx: Support server push using Link header field 2015-02-08 16:10:00 +09:00
shrpx_http_downstream_connection.cc nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_http_downstream_connection.h nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_https_upstream.cc nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_https_upstream.h nghttpx: Return 503 on hard disconnect in HTTP/2 backend 2015-01-21 23:30:48 +09:00
shrpx_io_control.cc
shrpx_io_control.h
shrpx_log.cc src: Move array_size to nghttp2 namespace 2015-02-06 22:44:09 +09:00
shrpx_log.h nghttpx: Avoid std::chrono::high_resolution_clock as wall clock 2015-01-06 23:10:11 +09:00
shrpx_rate_limit.cc nghttpx: RateLimit: Use ev_timer_again for clarity 2015-01-11 00:32:08 +09:00
shrpx_rate_limit.h
shrpx_spdy_upstream.cc nghttpx: Fix location rewrite, take 2 2015-02-08 21:26:47 +09:00
shrpx_spdy_upstream.h nghttpx: Return 503 on hard disconnect in HTTP/2 backend 2015-01-21 23:30:48 +09:00
shrpx_ssl.cc src: Rewrite defer function template 2015-02-06 23:27:15 +09:00
shrpx_ssl.h nghttpx: Refactor CertLookupTree 2015-02-06 21:25:43 +09:00
shrpx_ssl_test.cc src: Move array_size to nghttp2 namespace 2015-02-06 22:44:09 +09:00
shrpx_ssl_test.h
shrpx_upstream.h nghttpx: Return 503 on hard disconnect in HTTP/2 backend 2015-01-21 23:30:48 +09:00
shrpx_worker.cc src: Move make_unique to nghttp2 namespace 2015-02-06 00:15:43 +09:00
shrpx_worker.h nghttpx: Refactor CertLookupTree 2015-02-06 21:25:43 +09:00
shrpx_worker_config.cc nghttpx: Cache string representation of time for logging 2015-01-21 23:52:30 +09:00
shrpx_worker_config.h nghttpx: Refactor CertLookupTree 2015-02-06 21:25:43 +09:00
ssl.cc
ssl.h
template.h src: Remove ringbuf.h, use buffer.h instead 2015-02-06 23:40:34 +09:00
timegm.c
timegm.h
util.cc src: Prefer std::equal 2015-02-11 00:20:33 +09:00
util.h src: Clean up string utlity functions 2015-02-10 23:16:34 +09:00
util_test.cc src: Clean up string utlity functions 2015-02-10 23:16:34 +09:00
util_test.h src: Clean up string utlity functions 2015-02-10 23:16:34 +09:00