nghttp2/tests
Tatsuhiro Tsujikawa 4f027c1562 libnghttp2: Remove dependency to zlib
We inherited gzip compression API from spdylay codebase.  In spdylay,
the cost of having such API is almost free because spdylay requires
zlib for header compression.  nghttp2 no longer uses gzip to header
compression.  zlib dependency exists just for gzip compression API,
which is not an essential.  So we decided to move gzip code to under
src and remove zlib dependency from libnghttp2 itself.  As nghttp2
package, we depend on zlib to compile tools under src.
2014-05-06 23:10:50 +09:00
..
testdata Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
.gitignore Update .gitignore 2013-11-04 18:39:48 +09:00
Makefile.am Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +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 Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
failmalloc_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
failmalloc_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
main.c libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
malloc_wrapper.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
malloc_wrapper.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_buf_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_buf_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_frame_test.c Extend namelen and valuelen in nghttp2_nv to size_t 2014-04-30 23:08:34 +09:00
nghttp2_frame_test.h Implement ALTSVC frame 2014-04-01 21:47:51 +09:00
nghttp2_hd_test.c Fix crash when indexed repr index=0 2014-05-01 09:06:54 +09:00
nghttp2_hd_test.h Fix crash when indexed repr index=0 2014-05-01 09:06:54 +09:00
nghttp2_helper_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_helper_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_map_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_map_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_npn_test.c Declare h2-12 for now 2014-04-25 01:33:29 +09:00
nghttp2_npn_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_pq_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_pq_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_queue_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_queue_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_session_test.c Implement compressed DATA 2014-04-25 01:27:18 +09:00
nghttp2_session_test.h Distribute effective weight among only streams with marked as top 2014-04-24 23:37:40 +09:00
nghttp2_stream_test.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_stream_test.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_test_helper.c Distribute effective weight among only streams with marked as top 2014-04-24 23:37:40 +09:00
nghttp2_test_helper.h Distribute effective weight among only streams with marked as top 2014-04-24 23:37:40 +09:00