nghttp2/lib
Tatsuhiro Tsujikawa 3e3d51842b Interleave stream DATA more naturally
We simulate resource sharing by decreasing weight.  The thing is if
weight is wrapped, that item continues to send DATA until its weight
gets lowered under the other items.  This commits fix this issue.
2014-05-08 23:07:29 +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 Interleave stream DATA more naturally 2014-05-08 23:07:29 +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 Interleave stream DATA more naturally 2014-05-08 23:07:29 +09:00
nghttp2_session.h Interleave stream DATA more naturally 2014-05-08 23:07:29 +09:00
nghttp2_stream.c Interleave stream DATA more naturally 2014-05-08 23:07:29 +09:00
nghttp2_stream.h Interleave stream DATA more naturally 2014-05-08 23:07:29 +09: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