nghttp2/src
Tatsuhiro Tsujikawa 2ae788eddd Replace nghttp2_set_option with nghttp2_session_{client,server}_new2
nghttp2_session_client_new2 and nghttp2_session_server_new2 take
additional parameters which specifies session options.
nghttp2_set_option is somewhat crumsy because of type checking.
Now we use nghttp2_opt_set, which specifies individual options with
types. We changed the value of nghttp2_opt, so this change will
require re-compile.
2013-11-08 00:12:39 +09:00
..
http-parser Use unmodified http-parser 2013-07-31 21:48:37 +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 nghttpd: Fix -c option 2013-11-06 23:32:32 +09:00
HttpServer.h nghttpd: Add -c, --header-table-size option 2013-11-05 23:44:20 +09:00
Makefile.am nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
app_helper.cc Update error code 2013-10-27 19:31:24 +09:00
app_helper.h nghttpx: More replacement of spdy with http2 2013-11-04 18:22:29 +09:00
base64.h Rebranding nghttp2 2013-07-13 00:43:06 +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 new API to return effective recv data/win size for connection 2013-10-30 00:51:01 +09:00
http2.h Add new API to return effective recv data/win size for connection 2013-10-30 00:51:01 +09:00
http2_test.cc src: Use std::vector to store name/value pairs 2013-10-23 23:18:24 +09:00
http2_test.h nghttpx: Replace \r\n with space when constructing HTTP/1 headers 2013-09-11 23:24:32 +09:00
nghttp.cc Replace nghttp2_set_option with nghttp2_session_{client,server}_new2 2013-11-08 00:12:39 +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 nghttpd: Add -c, --header-table-size option 2013-11-05 23:44:20 +09:00
shrpx-unittest.cc nghttpx: Replace \r\n with space when constructing HTTP/1 headers 2013-09-11 23:24:32 +09:00
shrpx.cc nghttpx: More replacement of spdy with http2 2013-11-04 18:22:29 +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: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_client_handler.h nghttpx: More replacement of spdy with http2 2013-11-04 18:22:29 +09:00
shrpx_config.cc nghttpx: Replace "spdy" in option name with "http2" 2013-11-04 18:14:05 +09:00
shrpx_config.h nghttpx: Rename PROTO_SPDY with PROTO_HTTP2 for backend protocol name 2013-11-04 18:15:56 +09:00
shrpx_downstream.cc nghttpx: Set "dconn_ is null" log in INFO 2013-10-30 01:26:28 +09:00
shrpx_downstream.h nghttpx: More replacement of spdy with http2 2013-11-04 18:22:29 +09:00
shrpx_downstream_connection.cc Rebranding nghttp2 2013-07-13 00:43:06 +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 Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_queue.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_test.cc nghttpx: Rewrite header handling 2013-08-28 00:09:46 +09:00
shrpx_downstream_test.h nghttpx: Rewrite header handling 2013-08-28 00:09:46 +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: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +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 Replace nghttp2_set_option with nghttp2_session_{client,server}_new2 2013-11-08 00:12:39 +09:00
shrpx_http2_session.h nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_http2_upstream.cc Replace nghttp2_set_option with nghttp2_session_{client,server}_new2 2013-11-08 00:12:39 +09:00
shrpx_http2_upstream.h nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_http_downstream_connection.cc nghttpx: Replace "spdy" in option name with "http2" 2013-11-04 18:14:05 +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: More replacement of spdy with http2 2013-11-04 18:22:29 +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 nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_listen_handler.h nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_log.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_log.h nghttpx: More replacement of spdy with http2 2013-11-04 18:22:29 +09:00
shrpx_spdy_upstream.cc nghttpx: More replacement of spdy with http2 2013-11-04 18:22:29 +09:00
shrpx_spdy_upstream.h nghttpx: More replacement of spdy with http2 2013-11-04 18:22:29 +09:00
shrpx_ssl.cc nghttpx: Add --client-private-key-file and --client-cert-file options 2013-11-02 23:34:25 +09:00
shrpx_ssl.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_ssl_test.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_ssl_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_thread_event_receiver.cc nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_thread_event_receiver.h nghttpx: Rename Spdy{Session,DownstreamConnection} to Http2{*} 2013-11-04 17:53:57 +09:00
shrpx_upstream.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_worker.cc nghttpx: Rename PROTO_SPDY with PROTO_HTTP2 for backend protocol name 2013-11-04 18:15:56 +09:00
shrpx_worker.h src: Use std::thread 2013-08-23 03:33:05 +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 header handling 2013-08-28 00:09:46 +09:00
util.h nghttpx: Rewrite header handling 2013-08-28 00:09:46 +09:00
util_test.cc nghttpx: Rewrite header handling 2013-08-28 00:09:46 +09:00
util_test.h nghttpx: Rewrite header handling 2013-08-28 00:09:46 +09:00