nghttp2/lib
Dusan Cervenka (nxa14949) c390d6faed Replaced config.h with more unique name nghttp_user_config.h
-- Merged two solution into one (use everywhere nghttp2_config.h).
-- replace config.h with nghttp2_user_config.h
2019-02-21 14:18:03 +01:00
..
includes make clang-format 2018-11-09 22:29:18 +09:00
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
CMakeLists.txt Explicitly set install location when building shared libs 2019-02-06 10:26:30 -08:00
Makefile.am MSVC version resource support 2016-10-28 22:24:22 +09:00
Makefile.msvc Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
libnghttp2.pc.in libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
nghttp2_buf.c Rename functions and nghttp2_debug.h to move debug macro there 2016-10-14 22:59:05 +09:00
nghttp2_buf.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_callbacks.c Add nghttp2_error_callback2 2017-11-19 16:51:52 +09:00
nghttp2_callbacks.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_debug.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
nghttp2_debug.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_frame.c Add SETTINGS_ENABLE_CONNECT_PROTOCOL 2018-09-23 10:36:30 +09:00
nghttp2_frame.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_hd.c Add NGHTTP2_TOKEN__PROTOCOL 2018-09-23 10:36:30 +09:00
nghttp2_hd.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_hd_huffman.c Use whole chunk when performing huffman encoding 2016-08-17 21:05:04 +09:00
nghttp2_hd_huffman.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_hd_huffman_data.c clang-format-3.9 2016-10-15 18:36:04 +09:00
nghttp2_helper.c Make VALID_HD_NAME_CHARS and VALID_HD_VALUE_CHARS const qualified 2018-09-13 23:50:31 +09:00
nghttp2_helper.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_http.c Fix bug that regular CONNECT does not work 2018-10-04 12:02:46 +09:00
nghttp2_http.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_int.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_map.c Refactor map remove 2016-05-14 11:34:51 +09:00
nghttp2_map.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_mem.c Eliminate _U_ macro 2017-03-11 18:45:49 +09:00
nghttp2_mem.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_net.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_npn.c clang-format-3.9 2016-10-15 18:36:04 +09:00
nghttp2_npn.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_option.c Implement ORIGIN frame 2018-05-12 12:35:08 +09:00
nghttp2_option.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_outbound_item.c Implement ORIGIN frame 2018-05-12 12:35:08 +09:00
nghttp2_outbound_item.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_pq.c Optimize nghttp2_pq swap 2015-12-15 22:07:51 +09:00
nghttp2_pq.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_priority_spec.c Add API to change stream priority without sending PRIORITY frame 2015-11-21 18:32:42 +09:00
nghttp2_priority_spec.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_queue.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_queue.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_rcbuf.c lib: add nghttp2_rcbuf_is_static() 2017-08-12 17:48:14 +02:00
nghttp2_rcbuf.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_session.c Fix bug that regular CONNECT does not work 2018-10-04 12:02:46 +09:00
nghttp2_session.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_stream.c clang-format-5.0 2017-11-23 14:19:12 +09:00
nghttp2_stream.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_submit.c Implement ORIGIN frame 2018-05-12 12:35:08 +09:00
nghttp2_submit.h Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
nghttp2_version.c Replaced config.h with more unique name nghttp_user_config.h 2019-02-21 14:18:03 +01:00
version.rc.in MSVC version resource support 2016-10-28 22:24:22 +09:00