spdylay/tests
Tatsuhiro Tsujikawa b8d0b4034c Eliminate malloc in spdylay_map
We use intrusive style pattern in spdylay_stream, which now has
spdylay_map_entry has its first member.
2012-09-12 00:13:02 +09:00
..
testdata Packaging fix 2012-04-25 22:27:50 +09:00
Makefile.am Add --enable-src configure option 2012-09-10 21:51:08 +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 Return nonzero exit status if test fails. Fixed failmalloc tests. 2012-05-31 21:55:21 +09:00
failmalloc_test.c Return nonzero exit status if test fails. Fixed failmalloc tests. 2012-05-31 21:55:21 +09:00
failmalloc_test.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
main.c Eliminate malloc in spdylay_map 2012-09-12 00:13:02 +09:00
malloc_wrapper.c Added tests for malloc failures 2012-04-24 22:51:06 +09:00
malloc_wrapper.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
spdylay_buffer_test.c Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_buffer_test.h Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_client_cert_vector_test.c Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_client_cert_vector_test.h Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_frame_test.c Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_frame_test.h Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_gzip_test.c Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
spdylay_gzip_test.h Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
spdylay_map_test.c Eliminate malloc in spdylay_map 2012-09-12 00:13:02 +09:00
spdylay_map_test.h Eliminate malloc in spdylay_map 2012-09-12 00:13:02 +09:00
spdylay_npn_test.c Add spdylay_npn_get_proto_list() public API function. 2012-08-27 23:16:44 +09:00
spdylay_npn_test.h Add spdylay_npn_get_proto_list() public API function. 2012-08-27 23:16:44 +09:00
spdylay_pq_test.c Fixed compile error with --enable-maintainer-mode 2012-06-11 23:12:23 +09:00
spdylay_pq_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_session_test.c Check that empty name and NULL value are not included in nv 2012-08-21 23:19:15 +09:00
spdylay_session_test.h Check that empty name and NULL value are not included in nv 2012-08-21 23:19:15 +09:00
spdylay_stream_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_stream_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_test_helper.c Return nonzero exit status if test fails. Fixed failmalloc tests. 2012-05-31 21:55:21 +09:00
spdylay_test_helper.h Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_zlib_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_zlib_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00