nghttp2/lib
Tatsuhiro Tsujikawa 708379dcab Tweak nghttp2_session_set_stream_user_data
nghttp2_session_set_stream_user_data now works for a stream which is
not created yet, but the request which creates the stream is queued.
2018-08-25 16:43:47 +09:00
..
includes Tweak nghttp2_session_set_stream_user_data 2018-08-25 16:43:47 +09:00
.gitignore
CMakeLists.txt cmake: add ENABLE_STATIC_LIB option to build static lib 2018-03-12 22:41:37 +00:00
Makefile.am
Makefile.msvc Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
libnghttp2.pc.in
nghttp2_buf.c
nghttp2_buf.h Fix typos 2017-10-28 22:25:42 +09:00
nghttp2_callbacks.c Add nghttp2_error_callback2 2017-11-19 16:51:52 +09:00
nghttp2_callbacks.h Add nghttp2_error_callback2 2017-11-19 16:51:52 +09:00
nghttp2_debug.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
nghttp2_debug.h
nghttp2_frame.c Fix frame handling 2018-04-07 00:27:55 +09:00
nghttp2_frame.h clang-format-5.0 2017-11-23 14:19:12 +09:00
nghttp2_hd.c Use clang-format-4.0 2017-04-30 15:45:53 +09:00
nghttp2_hd.h clang-format-5.0 2017-11-23 14:19:12 +09:00
nghttp2_hd_huffman.c
nghttp2_hd_huffman.h
nghttp2_hd_huffman_data.c
nghttp2_helper.c Add nghttp2_error_callback2 2017-11-19 16:51:52 +09:00
nghttp2_helper.h
nghttp2_http.c Don't allow 101 HTTP status code because HTTP/2 removes HTTP Upgrade 2018-03-11 15:37:30 +09:00
nghttp2_http.h
nghttp2_int.h
nghttp2_map.c
nghttp2_map.h
nghttp2_mem.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
nghttp2_mem.h
nghttp2_net.h
nghttp2_npn.c
nghttp2_npn.h
nghttp2_option.c
nghttp2_option.h
nghttp2_outbound_item.c
nghttp2_outbound_item.h Fix typos 2017-10-28 22:25:42 +09:00
nghttp2_pq.c
nghttp2_pq.h clang-format-5.0 2017-11-23 14:19:12 +09:00
nghttp2_priority_spec.c
nghttp2_priority_spec.h
nghttp2_queue.c
nghttp2_queue.h clang-format-5.0 2017-11-23 14:19:12 +09:00
nghttp2_rcbuf.c lib: add nghttp2_rcbuf_is_static() 2017-08-12 17:48:14 +02:00
nghttp2_rcbuf.h
nghttp2_session.c Tweak nghttp2_session_set_stream_user_data 2018-08-25 16:43:47 +09:00
nghttp2_session.h Fix typos 2017-10-28 22:25:42 +09:00
nghttp2_stream.c clang-format-5.0 2017-11-23 14:19:12 +09:00
nghttp2_stream.h
nghttp2_submit.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
nghttp2_submit.h
nghttp2_version.c
version.rc.in