nghttp2/lib
Tatsuhiro Tsujikawa bc6d952361 Check max SETTINGS_HEADER_TABLE_SIZE in nghttp2_iv_check()
Hide NGHTTP2_MAX_HEADER_TABLE_SIZE from public API.  Now it is defined
as ((1u << 31) - 1) in nghttp2_frame.h, which is sufficiently big
enough.
2014-05-12 21:28:49 +09:00
..
includes Check max SETTINGS_HEADER_TABLE_SIZE in nghttp2_iv_check() 2014-05-12 21:28:49 +09:00
Makefile.am libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
libnghttp2.pc.in libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
nghttp2_buf.c nghttp2_bufs_remove: Prevent NULL from being passed to memcpy 2014-05-11 13:51:46 +09:00
nghttp2_buf.h Fix compile error on 32-bit systems 2014-04-06 17:34:44 +09:00
nghttp2_frame.c Check max SETTINGS_HEADER_TABLE_SIZE in nghttp2_iv_check() 2014-05-12 21:28:49 +09:00
nghttp2_frame.h Check max SETTINGS_HEADER_TABLE_SIZE in nghttp2_iv_check() 2014-05-12 21:28:49 +09:00
nghttp2_hd.c Fix bug HPACK deflater does not send context update after table size change 2014-05-11 21:25:27 +09:00
nghttp2_hd.h Add NGHTTP2_DEFAULT_HEADER_TABLE_SIZE macro 2014-05-11 21:38:30 +09:00
nghttp2_hd_huffman.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_hd_huffman.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_hd_huffman_data.c Update huffman codes 2014-04-02 01:44:39 +09:00
nghttp2_helper.c Remove NGHTTP2_ERR_GZIP error code 2014-05-06 23:42:57 +09:00
nghttp2_helper.h Fix typo 2014-05-06 17:05:47 +02:00
nghttp2_int.h Fix GCC when use -Wpedantic 2014-04-30 17:09:05 +02:00
nghttp2_map.c Code cleanup 2014-05-10 18:27:53 +09:00
nghttp2_map.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_net.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_npn.c Check protocol length so that scanner don't overrun buffer 2014-04-22 23:20:33 +09:00
nghttp2_npn.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_option.c Hide session option from public API 2014-04-04 21:57:47 +09:00
nghttp2_option.h Hide session option from public API 2014-04-04 21:57:47 +09:00
nghttp2_outbound_item.c Implement ALTSVC frame 2014-04-01 21:47:51 +09:00
nghttp2_outbound_item.h Interleave stream DATA more naturally 2014-05-08 23:07:29 +09:00
nghttp2_pq.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_pq.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_priority_spec.c Allow exclusive dependency to stream 0 2014-04-17 21:18:18 +09:00
nghttp2_priority_spec.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_queue.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_queue.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_session.c Check max SETTINGS_HEADER_TABLE_SIZE in nghttp2_iv_check() 2014-05-12 21:28:49 +09:00
nghttp2_session.h Interleave stream DATA more naturally 2014-05-08 23:07:29 +09:00
nghttp2_stream.c Interleave stream DATA more naturally 2014-05-08 23:07:29 +09:00
nghttp2_stream.h Interleave stream DATA more naturally 2014-05-08 23:07:29 +09:00
nghttp2_submit.c Remove nghttp2_ prefix from static function, part 2 2014-05-08 23:54:07 +09:00
nghttp2_submit.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_version.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00