nghttp2/lib
Tatsuhiro Tsujikawa 252c77f775 Return NGHTTP2_ERR_INVALID_STREAM_STATE for DATA, WINDOW_UPDATE to reserved
Use NGHTTP2_ERR_INVALID_STREAM_STATE when trying to send DATA or
WINDOW_UPDATE to reserved stream.
Also a bit refactored nghttp2_session_predicate_window_update_send
and nghttp2_session_predicate_data_send
2013-10-04 21:59:44 +09:00
..
includes Update doc 2013-09-28 23:13:55 +09:00
Makefile.am nghttp2_version: new function, returns info about this nghttp2 2013-09-04 21:30:00 +09:00
libnghttp2.pc.in Fix typo 2013-09-03 21:44:18 +09:00
nghttp2_buffer.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_buffer.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_frame.c Add nghttp2_submit_request2 2013-09-11 00:55:35 +09:00
nghttp2_frame.h Add nghttp2_submit_request2 2013-09-11 00:55:35 +09:00
nghttp2_gzip.c Return error if nghttp2_gzip_inflate is invoked after Z_STREAM_END 2013-08-21 01:03:24 +09:00
nghttp2_gzip.h Return error if nghttp2_gzip_inflate is invoked after Z_STREAM_END 2013-08-21 01:03:24 +09:00
nghttp2_hd.c Update doc 2013-09-07 15:28:43 +09:00
nghttp2_hd.h Make hd encoder ordering aware and one-pass 2013-09-06 21:53:28 +09:00
nghttp2_helper.c Check incoming header field name strictly 2013-08-25 17:39:29 +09:00
nghttp2_helper.h Update doc 2013-08-29 00:29:25 +09:00
nghttp2_int.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_map.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_map.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_net.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_npn.c Define HTTP/2.0 protocol version ID 2013-07-26 01:38:04 +09:00
nghttp2_npn.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_outbound_item.c Implement server push 2013-07-25 01:59:48 +09:00
nghttp2_outbound_item.h Rewrite re-prioritization with PRIORITY 2013-08-09 23:40:41 +09:00
nghttp2_pq.c Rewrite re-prioritization with PRIORITY 2013-08-09 23:40:41 +09:00
nghttp2_pq.h Rewrite re-prioritization with PRIORITY 2013-08-09 23:40:41 +09:00
nghttp2_queue.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_queue.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_session.c Return NGHTTP2_ERR_INVALID_STREAM_STATE for DATA, WINDOW_UPDATE to reserved 2013-10-04 21:59:44 +09:00
nghttp2_session.h Add nghttp2_session_continue API function 2013-09-28 17:59:24 +09:00
nghttp2_stream.c Code cleanup 2013-08-09 01:46:07 +09:00
nghttp2_stream.h Support increment/reduction of local window size by WINDOW_UPDATE 2013-08-09 00:58:52 +09:00
nghttp2_submit.c Add nghttp2_submit_request2 2013-09-11 00:55:35 +09:00
nghttp2_submit.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttp2_version.c nghttp2_version: new function, returns info about this nghttp2 2013-09-04 21:30:00 +09:00