nghttp2/lib
Tatsuhiro Tsujikawa 061a557839 Add nghttp2_option_set_user_recv_extension_type to opt-in incoming extension type 2015-10-15 00:17:07 +09:00
..
includes Add nghttp2_option_set_user_recv_extension_type to opt-in incoming extension type 2015-10-15 00:17:07 +09:00
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
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 libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
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 Add simple HTTP/2 extension framework 2015-10-11 17:46:23 +09:00
nghttp2_callbacks.h Add simple HTTP/2 extension framework 2015-10-11 17:46:23 +09:00
nghttp2_frame.c Add simple HTTP/2 extension framework 2015-10-11 17:46:23 +09:00
nghttp2_frame.h Add simple HTTP/2 extension framework 2015-10-11 17:46:23 +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 Merge branch 'master' of https://github.com/alagoutte/nghttp2 into alagoutte-master 2015-10-04 22:02:47 +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 Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_helper.c Add simple HTTP/2 extension framework 2015-10-11 17:46:23 +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 Rewrite static header table handling 2015-04-15 23:58:56 +09:00
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 Remove return in void function 2015-01-09 20:56:37 +09:00
nghttp2_mem.h Support custom memory allocator 2014-12-08 00:55:55 +09:00
nghttp2_net.h "static inline" fix for build with VS2013 2015-04-03 11:55:57 +02:00
nghttp2_npn.c Fix warning with gcc 2015-09-23 18:26:02 +09:00
nghttp2_npn.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_option.c Add nghttp2_option_set_user_recv_extension_type to opt-in incoming extension type 2015-10-15 00:17:07 +09:00
nghttp2_option.h Add nghttp2_option_set_user_recv_extension_type to opt-in incoming extension type 2015-10-15 00:17:07 +09:00
nghttp2_outbound_item.c Add simple HTTP/2 extension framework 2015-10-11 17:46:23 +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 Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_queue.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_queue.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_session.c Add nghttp2_option_set_user_recv_extension_type to opt-in incoming extension type 2015-10-15 00:17:07 +09:00
nghttp2_session.h Add nghttp2_option_set_user_recv_extension_type to opt-in incoming extension type 2015-10-15 00:17:07 +09:00
nghttp2_stream.c Avoid excessive WINDOW_UPDATE queuing 2015-10-01 01:19:57 +09:00
nghttp2_stream.h Avoid excessive WINDOW_UPDATE queuing 2015-10-01 01:19:57 +09:00
nghttp2_submit.c Add simple HTTP/2 extension framework 2015-10-11 17:46:23 +09:00
nghttp2_submit.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_version.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00