nghttp2/lib
Tatsuhiro Tsujikawa d22ced77c0 Return fatal error if flooding is detected to close session immediately
This change adds new return error code from nghttp2_session_mem_recv
and nghttp2_session_recv functions, namely NGHTTP2_ERR_FLOODED.  It is
fatal error, and is returned when flooding was detected.
2015-09-30 22:19:03 +09:00
..
includes Return fatal error if flooding is detected to close session immediately 2015-09-30 22:19:03 +09:00
.gitignore
Makefile.am Define NGHTTP2_EXTERN to __declspec(dllimport) when using nghttp2 2015-05-28 22:36:43 +09:00
Makefile.msvc msvc build fixes and enchantments. 2015-07-04 23:12:55 +03:00
libnghttp2.pc.in
nghttp2_buf.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_buf.h Fix warning with gcc 2015-09-23 18:26:02 +09:00
nghttp2_callbacks.c
nghttp2_callbacks.h
nghttp2_frame.c Fix bug that headers in CONTINUATION were ignored after HEADERS with padding 2015-09-25 22:28:03 +09:00
nghttp2_frame.h Fix bug that headers in CONTINUATION were ignored after HEADERS with padding 2015-09-25 22:28:03 +09:00
nghttp2_hd.c Don't expect NULL terminated name/value in nghttp2_hd_deflate_hd 2015-09-26 22:41:05 +09:00
nghttp2_hd.h Use hash table for dynamic table lookup 2015-09-19 21:29:40 +09:00
nghttp2_hd_huffman.c Fix compile error with Android NDK and --enable-werror 2015-09-25 01:45:28 +09:00
nghttp2_hd_huffman.h More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_hd_huffman_data.c
nghttp2_helper.c Return fatal error if flooding is detected to close session immediately 2015-09-30 22:19:03 +09:00
nghttp2_helper.h Remove unused nghttp2_memdup 2015-09-26 22:44:08 +09:00
nghttp2_http.c Fix warning with gcc 2015-09-23 18:26:02 +09:00
nghttp2_http.h
nghttp2_int.h Return fatal error if flooding is detected to close session immediately 2015-09-30 22:19:03 +09:00
nghttp2_map.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_map.h More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_mem.c
nghttp2_mem.h
nghttp2_net.h
nghttp2_npn.c Fix warning with gcc 2015-09-23 18:26:02 +09:00
nghttp2_npn.h
nghttp2_option.c Limit the number of incoming reserved (remote) streams 2015-08-23 21:43:41 +09:00
nghttp2_option.h More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_outbound_item.c Fix compile error with --enable-werror 2015-04-25 02:23:01 +09:00
nghttp2_outbound_item.h Rewrite priority handling 2015-08-17 22:35:50 +09:00
nghttp2_pq.c Remove nghttp2_pq_increase_key 2015-08-21 23:35:17 +09:00
nghttp2_pq.h Remove nghttp2_pq_increase_key 2015-08-21 23:35:17 +09:00
nghttp2_priority_spec.c remove redundant function decorators. 2015-07-05 07:09:27 +03:00
nghttp2_priority_spec.h
nghttp2_queue.c
nghttp2_queue.h
nghttp2_session.c Return fatal error if flooding is detected to close session immediately 2015-09-30 22:19:03 +09:00
nghttp2_session.h Return fatal error if flooding is detected to close session immediately 2015-09-30 22:19:03 +09:00
nghttp2_stream.c Fix warning with gcc 2015-09-23 18:26:02 +09:00
nghttp2_stream.h Add stream public API 2015-08-19 23:04:06 +09:00
nghttp2_submit.c Return type of nghttp2_submit_trailer is int 2015-09-29 00:06:20 +09:00
nghttp2_submit.h
nghttp2_version.c