..
.gitignore
src: Update .gitignore
2014-01-10 23:22:23 +09:00
HtmlParser.cc
src: Use static_cast instead of reinterpret_cast if possible
2014-01-19 21:18:37 +09:00
HtmlParser.h
Refactor configure options
2014-01-10 23:19:36 +09:00
HttpServer.cc
src: Remove redundant SETTINGS_ENABLE_PUSH from server side
2014-02-16 16:05:26 +09:00
HttpServer.h
src: Add at most N bytes as padding if --padding option is used
2014-02-15 16:40:32 +09:00
Makefile.am
nghttpx: Add --frontend-frame-debug option to debug HTTP/2 frame in upstream
2014-02-09 18:47:26 +09:00
app_helper.cc
src: Don't output priority if NGHTTP2_FLAG_PRIORITY is not set
2014-02-09 21:34:28 +09:00
app_helper.h
nghttpx: Add --frontend-frame-debug option to debug HTTP/2 frame in upstream
2014-02-09 18:47:26 +09:00
base64.h
lib, src, hdtest: Ensure that config.h is included
2014-01-08 23:30:02 +09:00
comp_helper.c
HPACK post -05 updates
2014-02-13 23:22:52 +09:00
comp_helper.h
HPACK post -05 updates
2014-02-13 23:22:52 +09:00
deflatehd.c
HPACK post -05 updates
2014-02-13 23:22:52 +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
Add nghttp2_check_header_name and nghttp2_check_header_value APIs
2014-02-01 19:31:50 +09:00
http2.h
Add nghttp2_check_header_name and nghttp2_check_header_value APIs
2014-02-01 19:31:50 +09:00
http2_test.cc
Add nghttp2_check_header_name and nghttp2_check_header_value APIs
2014-02-01 19:31:50 +09:00
http2_test.h
Add nghttp2_check_header_name and nghttp2_check_header_value APIs
2014-02-01 19:31:50 +09:00
inflatehd.c
HPACK post -05 updates
2014-02-13 23:22:52 +09:00
nghttp.cc
src: Format help message and add --version to make man page generation easier
2014-02-16 19:39:41 +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
src: Format help message and add --version to make man page generation easier
2014-02-16 19:39:41 +09:00
shrpx-unittest.cc
Add nghttp2_check_header_name and nghttp2_check_header_value APIs
2014-02-01 19:31:50 +09:00
shrpx.cc
src: Format help message and add --version to make man page generation easier
2014-02-16 19:39:41 +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
nghttpx: Call upstream_writecb when underlying bufferevent buffer gets empty
2014-01-19 23:32:07 +09:00
shrpx_client_handler.h
nghttpx: Rename ClientHandler::get_pending_write_length to get_outbuf_length
2014-01-19 17:49:04 +09:00
shrpx_config.cc
nghttpx: Add --padding option for debugging purpose
2014-02-11 17:23:22 +09:00
shrpx_config.h
nghttpx: Add --padding option for debugging purpose
2014-02-11 17:23:22 +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: Fix runtime errors due to uninitialized values
2014-01-29 00:59:12 +09:00
shrpx_downstream.h
nghttpx: Limit the maximum header block size (again)
2014-01-28 01:17:54 +09:00
shrpx_downstream_connection.cc
nghttpx: Code cleanup
2013-11-26 22:57:29 +09:00
shrpx_downstream_connection.h
nghttpx: Propagate upstream priority change to downstream
2014-01-18 16:12:03 +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
src: Add at most N bytes as padding if --padding option is used
2014-02-15 16:40:32 +09:00
shrpx_http.h
nghttpx: Add --padding option for debugging purpose
2014-02-11 17:23:22 +09:00
shrpx_http2_downstream_connection.cc
src: Use static_cast instead of reinterpret_cast if possible
2014-01-19 21:18:37 +09:00
shrpx_http2_downstream_connection.h
nghttpx: Propagate upstream priority change to downstream
2014-01-18 16:12:03 +09:00
shrpx_http2_session.cc
Add nghttp2_session_mem_send() API function
2014-02-18 23:23:11 +09:00
shrpx_http2_session.h
nghttpx: Move backend outbuf threshold to each downstream type
2014-01-19 18:07:50 +09:00
shrpx_http2_upstream.cc
Add nghttp2_session_mem_send() API function
2014-02-18 23:23:11 +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: Limit the maximum header block size (again)
2014-01-28 01:17:54 +09:00
shrpx_http_downstream_connection.h
nghttpx: Propagate upstream priority change to downstream
2014-01-18 16:12:03 +09:00
shrpx_https_upstream.cc
nghttpx: Limit the maximum header block size (again)
2014-01-28 01:17:54 +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
src: Use static_cast instead of reinterpret_cast if possible
2014-01-19 21:18:37 +09:00
shrpx_spdy_upstream.h
Adjust struct/class alignment
2013-12-06 23:17:38 +09:00
shrpx_ssl.cc
src: Use static_cast instead of reinterpret_cast if possible
2014-01-19 21:18:37 +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
src: Use static_cast instead of reinterpret_cast if possible
2014-01-19 21:18:37 +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
Emit header name/value pair using callback functions
2014-01-17 01:49:43 +09:00
util.h
src: Add command-line option guess
2014-01-09 01:27:56 +09:00
util_test.cc
Emit header name/value pair using callback functions
2014-01-17 01:49:43 +09:00
util_test.h
Emit header name/value pair using callback functions
2014-01-17 01:49:43 +09:00