nghttp2/lib
Tatsuhiro Tsujikawa 7f92b1e0e8
Merge pull request #1489 from tomaskrizek/doc-session-send
doc: nghttp2_session_send is also affected by max concurrent streams
2020-07-19 12:14:53 +09:00
..
includes doc: nghttp2_session_send is also affected by max concurrent streams 2020-06-19 17:22:55 +02:00
.gitignore
CMakeLists.txt lib/CMakeLists.txt: Make hard-coded static lib suffix optional 2019-11-15 20:53:50 +00:00
Makefile.am
Makefile.msvc
libnghttp2.pc.in
nghttp2_buf.c fix ubsan errors 2020-06-05 23:13:08 +09:00
nghttp2_buf.h
nghttp2_callbacks.c
nghttp2_callbacks.h
nghttp2_debug.c
nghttp2_debug.h
nghttp2_frame.c Fix ubsan applying zero offset to null pointer occurred in unit test 2020-06-05 23:13:08 +09:00
nghttp2_frame.h
nghttp2_hd.c Fail fast if huffman decoding context is in failure state 2019-11-09 17:18:11 +09:00
nghttp2_hd.h Fail fast if huffman decoding context is in failure state 2019-11-09 17:18:11 +09:00
nghttp2_hd_huffman.c Fail fast if huffman decoding context is in failure state 2019-11-09 17:18:11 +09:00
nghttp2_hd_huffman.h Faster huffman decoding 2019-10-12 14:30:31 +09:00
nghttp2_hd_huffman_data.c Faster huffman decoding 2019-10-12 14:30:31 +09:00
nghttp2_helper.c Implement max settings option 2020-05-05 11:55:32 -07:00
nghttp2_helper.h
nghttp2_http.c Add nghttp2_check_authority as public API 2019-11-02 00:33:59 +09:00
nghttp2_http.h
nghttp2_int.h
nghttp2_map.c
nghttp2_map.h
nghttp2_mem.c
nghttp2_mem.h
nghttp2_net.h
nghttp2_npn.c
nghttp2_npn.h
nghttp2_option.c Implement max settings option 2020-05-05 11:55:32 -07:00
nghttp2_option.h Implement max settings option 2020-05-05 11:55:32 -07:00
nghttp2_outbound_item.c
nghttp2_outbound_item.h
nghttp2_pq.c
nghttp2_pq.h
nghttp2_priority_spec.c
nghttp2_priority_spec.h
nghttp2_queue.c
nghttp2_queue.h
nghttp2_rcbuf.c
nghttp2_rcbuf.h
nghttp2_session.c Don't send RST_STREAM to idle stream 2020-06-18 11:59:06 +09:00
nghttp2_session.h Implement max settings option 2020-05-05 11:55:32 -07:00
nghttp2_stream.c
nghttp2_stream.h
nghttp2_submit.c Fix receiving stream data stall 2020-02-20 10:40:38 +09:00
nghttp2_submit.h
nghttp2_version.c
version.rc.in