nghttp2/lib
Tatsuhiro Tsujikawa d2890dfb91 Remove adjust_priority_callback
Since we have stream ID immediately available from nghttp2_submit_*,
we don't need adjust_priority_callback.
2014-05-07 23:43:45 +09:00
..
includes Remove adjust_priority_callback 2014-05-07 23:43:45 +09:00
Makefile.am libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
libnghttp2.pc.in libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
nghttp2_buf.c Fix 0 size malloc 2014-04-30 22:09:02 +09:00
nghttp2_buf.h Fix compile error on 32-bit systems 2014-04-06 17:34:44 +09:00
nghttp2_frame.c Return new stream ID from nghttp2_submit_{request, headers, push_promise} 2014-05-07 23:24:07 +09:00
nghttp2_frame.h Return new stream ID from nghttp2_submit_{request, headers, push_promise} 2014-05-07 23:24:07 +09:00
nghttp2_hd.c Fix crash when indexed repr index=0 2014-05-01 09:06:54 +09:00
nghttp2_hd.h Fix GCC when use -Wpedantic 2014-04-30 17:09:05 +02:00
nghttp2_hd_huffman.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_hd_huffman.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_hd_huffman_data.c Update huffman codes 2014-04-02 01:44:39 +09:00
nghttp2_helper.c Remove NGHTTP2_ERR_GZIP error code 2014-05-06 23:42:57 +09:00
nghttp2_helper.h Fix typo 2014-05-06 17:05:47 +02:00
nghttp2_int.h Fix GCC when use -Wpedantic 2014-04-30 17:09:05 +02:00
nghttp2_map.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_map.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_net.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_npn.c Check protocol length so that scanner don't overrun buffer 2014-04-22 23:20:33 +09:00
nghttp2_npn.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_option.c Hide session option from public API 2014-04-04 21:57:47 +09:00
nghttp2_option.h Hide session option from public API 2014-04-04 21:57:47 +09:00
nghttp2_outbound_item.c Implement ALTSVC frame 2014-04-01 21:47:51 +09:00
nghttp2_outbound_item.h Make group weight range [1, 256], inclusive 2014-04-01 22:54:20 +09:00
nghttp2_pq.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_pq.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_priority_spec.c Allow exclusive dependency to stream 0 2014-04-17 21:18:18 +09:00
nghttp2_priority_spec.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_queue.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_queue.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_session.c Remove adjust_priority_callback 2014-05-07 23:43:45 +09:00
nghttp2_session.h Implement BLOCKED frame 2014-04-25 00:38:24 +09:00
nghttp2_stream.c Remove debug output 2014-05-07 23:23:43 +09:00
nghttp2_stream.h Fix GCC when use -Wpedantic 2014-04-30 17:09:05 +02:00
nghttp2_submit.c Return new stream ID from nghttp2_submit_{request, headers, push_promise} 2014-05-07 23:24:07 +09:00
nghttp2_submit.h Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
nghttp2_version.c Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00