nghttp2/tests
Tatsuhiro Tsujikawa 21d5986157 Fail nghttp2_submit_settings if there is pending SETTINGS frame in-flight
pending_local_max_concurrent_stream is now set in
nghttp2_session_add_settings, rather than after frame was sent.
2014-03-30 18:07:52 +09:00
..
testdata Rebranding nghttp2 2013-07-13 00:43:06 +09:00
.gitignore Update .gitignore 2013-11-04 18:39:48 +09:00
Makefile.am Add nghttp2_buf tests 2014-03-14 21:40:14 +09:00
end_to_end.py Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
failmalloc.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
failmalloc_test.c Replace NGHTTP2_FRAME_HEAD_LENGTH with NGHTTP2_FRAME_HDLEN 2014-03-11 01:55:42 +09:00
failmalloc_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
main.c Retain incoming closed streams for dependency tree 2014-03-30 17:41:54 +09:00
malloc_wrapper.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
malloc_wrapper.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_buf_test.c nghttp2_bufs: Add chunk_keep to specify the number of buffers to keep on reset 2014-03-16 21:38:13 +09:00
nghttp2_buf_test.h Add nghttp2_buf tests 2014-03-14 21:40:14 +09:00
nghttp2_frame_test.c Implement dependency based priority 2014-03-30 01:24:16 +09:00
nghttp2_frame_test.h Callback based padding from application 2014-02-11 15:28:44 +09:00
nghttp2_gzip_test.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_gzip_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_hd_test.c Rework outbound frame buffers 2014-03-13 22:11:02 +09:00
nghttp2_hd_test.h HPACK post -05 updates 2014-02-13 23:22:52 +09:00
nghttp2_helper_test.c Add nghttp2_check_header_name and nghttp2_check_header_value APIs 2014-02-01 19:31:50 +09:00
nghttp2_helper_test.h Add nghttp2_check_header_name and nghttp2_check_header_value APIs 2014-02-01 19:31:50 +09:00
nghttp2_map_test.c nghttp2_map: Implement hash table 2013-12-05 00:53:03 +09:00
nghttp2_map_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_npn_test.c Change protocol identifier to h2-10 2014-02-05 23:37:27 +09:00
nghttp2_npn_test.h Implement HTTP-draft-04/2.0 2013-07-15 21:45:59 +09:00
nghttp2_pq_test.c Rewrite re-prioritization with PRIORITY 2013-08-09 23:40:41 +09:00
nghttp2_pq_test.h Rewrite re-prioritization with PRIORITY 2013-08-09 23:40:41 +09:00
nghttp2_queue_test.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_queue_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_session_test.c Fail nghttp2_submit_settings if there is pending SETTINGS frame in-flight 2014-03-30 18:07:52 +09:00
nghttp2_session_test.h Retain incoming closed streams for dependency tree 2014-03-30 17:41:54 +09:00
nghttp2_stream_test.c Remove push related members from nghttp2_stream 2013-07-23 00:46:55 +09:00
nghttp2_stream_test.h Remove push related members from nghttp2_stream 2013-07-23 00:46:55 +09:00
nghttp2_test_helper.c Implement dependency based priority 2014-03-30 01:24:16 +09:00
nghttp2_test_helper.h Implement dependency based priority 2014-03-30 01:24:16 +09:00