spdylay/tests
Tatsuhiro Tsujikawa 4e5e741907 Add spdylay_npn_get_proto_list() public API function.
spdylay_npn_get_proto_list() returns a pointer to the supported SPDY
version list. The element of the list is spdylay_npn_proto struct. It
contains all SPDY version information this library supports. The
application can use this information to configure NPN protocol
offerings/selection.
2012-08-27 23:16:44 +09:00
..
testdata Packaging fix 2012-04-25 22:27:50 +09:00
Makefile.am Fix compile error on netbsd 2012-07-27 22:11:13 +09:00
end_to_end.py Move timeout checking into the query parameter condition. Copy last_modified date string for file responses. 2012-04-05 11:11:02 -07: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 Add spdylay_npn_get_proto_list() public API function. 2012-08-27 23:16:44 +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 Fixed compiler warning with stricter warning options 2012-05-13 17:38:29 +09:00
spdylay_map_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +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