nghttp2/src
Tatsuhiro Tsujikawa 8585599b4b nghttpx: Add doc 2015-07-16 00:03:34 +09:00
..
includes asio: Document asynchronous parameter for listen_and_serve 2015-04-22 22:25:16 +09:00
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
HtmlParser.cc nghttp: Remove --dep-idle option 2015-04-17 22:24:06 +09:00
HtmlParser.h nghttp: Remove --dep-idle option 2015-04-17 22:24:06 +09:00
HttpServer.cc Fix compile error with gcc-4.7 2015-06-27 11:19:54 +09:00
HttpServer.h src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
Makefile.am asio: Fix custom OpenSSL build 2015-07-11 19:37:04 +09:00
app_helper.cc src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
app_helper.h Merge branch 'master' into v1.0.0 2015-05-15 23:24:19 +09:00
asio_client_request.cc asio: Add client::request::write_trailer() 2015-03-07 23:04:31 +09:00
asio_client_request_impl.cc asio: Add client::request::write_trailer() 2015-03-07 23:04:31 +09:00
asio_client_request_impl.h asio: Add client::request::write_trailer() 2015-03-07 23:04:31 +09:00
asio_client_response.cc asio: Make impl() const 2015-03-05 02:12:31 +09:00
asio_client_response_impl.cc Use header_map instead of wrapping it 2015-03-05 02:12:31 +09:00
asio_client_response_impl.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +09:00
asio_client_session.cc asio: Add noexcept for move constructor and move assignment operator 2015-03-07 01:10:49 +09:00
asio_client_session_impl.cc src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
asio_client_session_impl.h src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
asio_client_session_tcp_impl.cc asio: Pass connected address to connect_cb 2015-03-05 02:12:31 +09:00
asio_client_session_tcp_impl.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +09:00
asio_client_session_tls_impl.cc asio: Pass connected address to connect_cb 2015-03-05 02:12:31 +09:00
asio_client_session_tls_impl.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +09:00
asio_client_stream.cc asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_client_stream.h asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_client_tls_context.cc asio: client::configure_tls_context takes error_code 2015-03-07 01:10:49 +09:00
asio_client_tls_context.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +09:00
asio_common.cc asio: Add host_service_from_uri() to extract remote address from URI 2015-03-07 01:10:49 +09:00
asio_common.h asio: Rename *_reader as *_generator and read_cb as generator_cb 2015-03-06 01:47:55 +09:00
asio_io_service_pool.cc clang-format 2015-04-24 00:17:13 +09:00
asio_io_service_pool.h Graceful shutdown and joinable server 2015-04-22 17:51:28 +08:00
asio_server.cc clang-format 2015-04-24 00:17:13 +09:00
asio_server.h Graceful shutdown and joinable server 2015-04-22 17:51:28 +08:00
asio_server_connection.h src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
asio_server_http2.cc clang-format 2015-04-24 00:17:13 +09:00
asio_server_http2_handler.cc Deal with 24 bytes client connection preface by default 2015-04-05 23:15:20 +09:00
asio_server_http2_handler.h asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
asio_server_http2_impl.cc clang-format 2015-04-24 00:17:13 +09:00
asio_server_http2_impl.h clang-format 2015-04-24 00:17:13 +09:00
asio_server_request.cc asio: Add dtor to API classes 2015-03-05 21:51:44 +09:00
asio_server_request_handler.cc asio: Rewrite response body handling if response body is not expected 2015-03-06 21:36:40 +09:00
asio_server_request_handler.h asio: Make redirect_handler and status_handler part of public API 2015-03-05 23:32:21 +09:00
asio_server_request_impl.cc asio: Move server classes to dedicated files 2015-03-05 21:42:48 +09:00
asio_server_request_impl.h asio: Move server classes to dedicated files 2015-03-05 21:42:48 +09:00
asio_server_response.cc asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
asio_server_response_impl.cc asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
asio_server_response_impl.h Fix compile error "chosen constructor is explicit in copy-initialization" 2015-03-14 15:54:55 +09:00
asio_server_serve_mux.cc asio: Fix path matching in server 2015-03-07 01:10:49 +09:00
asio_server_serve_mux.h asio: Add serve_mux class to route incoming requet by path 2015-03-05 02:12:32 +09:00
asio_server_stream.cc asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_server_stream.h asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_server_tls_context.cc src: Disable SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 2015-06-22 23:26:45 +09:00
asio_server_tls_context.h asio: Clean up server API to explicitly set error code 2015-03-07 01:10:49 +09:00
base64.h
buffer.h
buffer_test.cc
buffer_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
comp_helper.c clang-format 2015-04-24 00:17:13 +09:00
comp_helper.h
deflatehd.cc src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
h2load.cc h2load: Add --ciphers option 2015-07-08 23:14:41 +09:00
h2load.h h2load: Add --ciphers option 2015-07-08 23:14:41 +09:00
h2load_http2_session.cc Merge branch 'master' into v1.0.0 2015-04-19 23:13:38 +09:00
h2load_http2_session.h
h2load_session.h Include inttypes.h (or cintypes for C++) instead of stdint.h 2015-05-14 00:17:45 +09:00
h2load_spdy_session.cc h2load_spdy_session errno include 2015-05-02 19:33:04 +00:00
h2load_spdy_session.h
http-parser.patch
http2.cc Fix scan-build error 2015-06-10 00:29:03 +09:00
http2.h nghttpx: Normalize path when setting it to Downstream 2015-07-11 16:12:35 +09:00
http2_test.cc nghttpx: Normalize path when setting it to Downstream 2015-07-11 16:12:35 +09:00
http2_test.h nghttpx: Normalize path when setting it to Downstream 2015-07-11 16:12:35 +09:00
inflatehd.cc inflatehd: Fix crash if 'wire' value is not string 2015-05-15 22:29:57 +09:00
libevent_util.cc
libevent_util.h
libnghttp2_asio.pc.in
memchunk.h src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
memchunk_test.cc
memchunk_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
nghttp.cc clang-format src/nghttp.cc 2015-07-14 21:37:34 +09:00
nghttp.h nghttp: Add --max-concurrent-streams option 2015-07-08 00:22:21 +09:00
nghttp2_config.h
nghttp2_gzip.c
nghttp2_gzip.h
nghttp2_gzip_test.c
nghttp2_gzip_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
nghttpd.cc Compile with IRIX gcc-4.7 2015-07-01 21:30:27 +09:00
shrpx-unittest.cc nghttpx: Normalize path when setting it to Downstream 2015-07-11 16:12:35 +09:00
shrpx.cc nghttpx: Update doc 2015-07-14 23:44:58 +09:00
shrpx.h nghttpx: Remove unused 2015-05-29 22:20:46 +09:00
shrpx_accept_handler.cc Check more headers and funcs 2015-05-13 23:29:20 +09:00
shrpx_accept_handler.h
shrpx_client_handler.cc nghttpx: Pin frontend to specific HTTP/2 session object per group 2015-07-13 21:31:37 +09:00
shrpx_client_handler.h nghttpx: Pin frontend to specific HTTP/2 session object per group 2015-07-13 21:31:37 +09:00
shrpx_config.cc nghttpx: Update doc 2015-07-14 23:45:50 +09:00
shrpx_config.h nghttpx: Supply template version strcopy 2015-07-14 22:40:33 +09:00
shrpx_config_test.cc nghttpx: Allow log variable to be enclosed by curly braces 2015-07-14 22:25:52 +09:00
shrpx_config_test.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_connect_blocker.cc
shrpx_connect_blocker.h
shrpx_connection.cc Revert "nghttpx: Remove last write/read fields for TLS" 2015-05-15 22:20:15 +09:00
shrpx_connection.h Revert "nghttpx: Remove last write/read fields for TLS" 2015-05-15 22:20:15 +09:00
shrpx_connection_handler.cc nghttpx: Fix crash with --http2-bridge and both frontend and backend TLS 2015-06-24 21:31:17 +09:00
shrpx_connection_handler.h nghttpx: Delete SSL_CTX on quit 2015-06-10 21:31:58 +09:00
shrpx_downstream.cc nghttpx: Delete DownstreamConnection from Downstream explicitly 2015-07-15 23:31:32 +09:00
shrpx_downstream.h nghttpx: Delete DownstreamConnection from Downstream explicitly 2015-07-15 23:31:32 +09:00
shrpx_downstream_connection.cc
shrpx_downstream_connection.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_downstream_connection_pool.cc Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_downstream_connection_pool.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_downstream_queue.cc nghttpx: Add doc 2015-07-16 00:03:34 +09:00
shrpx_downstream_queue.h src: Use using instead of typedef 2015-06-21 19:37:50 +09:00
shrpx_downstream_test.cc Pool Memchunk per worker 2015-04-08 00:10:48 +09:00
shrpx_downstream_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
shrpx_error.h
shrpx_http.cc src: Add missing dquote in HTML 2015-03-05 23:34:42 +09:00
shrpx_http.h
shrpx_http2_downstream_connection.cc nghttpx: Delete DownstreamConnection from Downstream explicitly 2015-07-15 23:31:32 +09:00
shrpx_http2_downstream_connection.h nghttpx: Enable host-path backend routing in HTTP/2 backend 2015-07-12 23:02:30 +09:00
shrpx_http2_session.cc nghttpx: Pin frontend to specific HTTP/2 session object per group 2015-07-13 21:31:37 +09:00
shrpx_http2_session.h nghttpx: Pin frontend to specific HTTP/2 session object per group 2015-07-13 21:31:37 +09:00
shrpx_http2_upstream.cc nghttpx: Remove dead handling of Downstream::STREAM_CLOSED 2015-07-15 23:33:44 +09:00
shrpx_http2_upstream.h Pool Memchunk per worker 2015-04-08 00:10:48 +09:00
shrpx_http_downstream_connection.cc nghttpx: Delete DownstreamConnection from Downstream explicitly 2015-07-15 23:31:32 +09:00
shrpx_http_downstream_connection.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_https_upstream.cc nghttpx: Enable host-path backend routing in HTTP/2 backend 2015-07-12 23:02:30 +09:00
shrpx_https_upstream.h Include inttypes.h (or cintypes for C++) instead of stdint.h 2015-05-14 00:17:45 +09:00
shrpx_io_control.cc
shrpx_io_control.h
shrpx_log.cc Fix compiler warning 2015-06-30 21:33:54 +09:00
shrpx_log.h nghttpx: Add inline LogFragment ctor 2015-07-14 22:43:02 +09:00
shrpx_log_config.cc Merge branch 'pthread-getspecific' of https://github.com/icing/nghttp2 into icing-pthread-getspecific 2015-03-05 02:04:56 +09:00
shrpx_log_config.h replacing thread_local, which does not exist on OS X, with pthread_getspecific call 2015-03-03 17:09:15 +01:00
shrpx_rate_limit.cc nghttpx: Fix bug that data buffered in SSL object are not read 2015-04-06 22:31:36 +09:00
shrpx_rate_limit.h nghttpx: Fix bug that data buffered in SSL object are not read 2015-04-06 22:31:36 +09:00
shrpx_spdy_upstream.cc nghttpx: Remove dead handling of Downstream::STREAM_CLOSED 2015-07-15 23:33:44 +09:00
shrpx_spdy_upstream.h Pool Memchunk per worker 2015-04-08 00:10:48 +09:00
shrpx_ssl.cc nghttpx: Enable host-path backend routing in HTTP/2 backend 2015-07-12 23:02:30 +09:00
shrpx_ssl.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_ssl_test.cc
shrpx_ssl_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
shrpx_upstream.h Pool Memchunk per worker 2015-04-08 00:10:48 +09:00
shrpx_worker.cc nghttpx: Pin frontend to specific HTTP/2 session object per group 2015-07-13 21:31:37 +09:00
shrpx_worker.h nghttpx: Enable host-path backend routing in HTTP/2 backend 2015-07-12 23:02:30 +09:00
ssl.cc nghttpx: Add $ssl_session_reused log variable 2015-06-28 22:15:04 +09:00
ssl.h nghttpx: Add $ssl_session_reused log variable 2015-06-28 22:15:04 +09:00
template.h src: Use user-defined literals for time (hours and minutes) 2015-06-21 14:51:32 +09:00
timegm.c src: Rename timegm as nghttp2_timegm 2015-07-15 23:44:24 +09:00
timegm.h src: Rename timegm as nghttp2_timegm 2015-07-15 23:44:24 +09:00
util.cc src: Rename timegm as nghttp2_timegm 2015-07-15 23:44:24 +09:00
util.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
util_test.cc src: Always use our own faster simpler timegm, use it to calculate gmtoff 2015-06-29 23:14:54 +09:00
util_test.h src: Always use our own faster simpler timegm, use it to calculate gmtoff 2015-06-29 23:14:54 +09:00