Tatsuhiro Tsujikawa
|
1a05caf847
|
src: Use util::utos instead of std::to_string
Some platform (e.g., freebsd) does not define _GLIBCXX_USE_C99
and it hides std::to_string functions.
|
2013-09-08 14:29:18 +09:00 |
Tatsuhiro Tsujikawa
|
c751a6e935
|
Fix cosmetic errors
|
2013-09-07 16:38:21 +09:00 |
Tatsuhiro Tsujikawa
|
92a6549f78
|
nghttp: Initialize flag to 0
|
2013-09-07 01:46:20 +09:00 |
Tatsuhiro Tsujikawa
|
bb7361cd9b
|
nghttp: Code cleanup
|
2013-09-06 00:18:43 +09:00 |
Tatsuhiro Tsujikawa
|
dd4151330e
|
nghttp: Use before_frame_send_callback to check stream_id
|
2013-09-03 21:27:33 +09:00 |
Tatsuhiro Tsujikawa
|
d960cf8953
|
Add const to read-only nghttp2_frame* parameter in callbacks
|
2013-09-03 21:24:14 +09:00 |
Tatsuhiro Tsujikawa
|
e818d098ec
|
nghttp: Fix off-by-one error when allocating space for request headers
|
2013-08-30 21:30:04 +09:00 |
Tatsuhiro Tsujikawa
|
81653c1d1b
|
Add int return value to nghttp2_on_stream_close_callback
|
2013-08-29 22:58:05 +09:00 |
Tatsuhiro Tsujikawa
|
d4852b0f11
|
Add int return value to on_frame_send_callback
|
2013-08-29 21:48:34 +09:00 |
Tatsuhiro Tsujikawa
|
972b47d6af
|
Add int return value to nghttp2_on_data_chunk_recv_callback
|
2013-08-29 21:39:32 +09:00 |
Tatsuhiro Tsujikawa
|
a59cd3be82
|
Add int return value to nghttp2_on_frame_recv_callback
|
2013-08-29 21:33:52 +09:00 |
Tatsuhiro Tsujikawa
|
47ee8e3c79
|
src: Code cleanup
|
2013-08-23 03:33:05 +09:00 |
Tatsuhiro Tsujikawa
|
0c9703fa2c
|
Remove NGHTTP2_FLAG_END_FLOW_CONTROL
|
2013-08-23 03:33:05 +09:00 |
Tatsuhiro Tsujikawa
|
3e1aad60b7
|
nghttp: Remove --no-tls option and detect TLS requirement using URI scheme
|
2013-08-12 22:33:51 +09:00 |
Tatsuhiro Tsujikawa
|
fadbdbae0b
|
nghttp: Add -p option to specify stream priority
|
2013-08-04 18:55:26 +09:00 |
Tatsuhiro Tsujikawa
|
690349009d
|
nghttp: Call on_read() to process all data in buffer after upgrade succeeded
|
2013-08-04 18:43:10 +09:00 |
Tatsuhiro Tsujikawa
|
f613f68a13
|
src: Make window size - 1
To match the -w16 to 65535, which is HTTP/2.0 default initial window
size, decrement 1 from (1 << window_bits).
|
2013-08-03 19:53:07 +09:00 |
Tatsuhiro Tsujikawa
|
079f867d68
|
nghttp: Ignore -u if --no-tls is not given
|
2013-08-03 19:08:52 +09:00 |
Tatsuhiro Tsujikawa
|
f620655d08
|
nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0
nghttpx does not perform upgrade if the request has request body.
|
2013-08-03 18:51:01 +09:00 |
Tatsuhiro Tsujikawa
|
fec566aa23
|
src: Send out data in output buffer before HTTP2/SPDY session tear down
|
2013-08-01 20:31:29 +09:00 |
Tatsuhiro Tsujikawa
|
56db10cb5e
|
nghttp: Add -F and -f option to disable connection/stream level flow controls
|
2013-07-28 19:29:11 +09:00 |
Tatsuhiro Tsujikawa
|
3cc71a707e
|
Rename nghttp2_headers_category members
Add NGHTTP2_HCAT_PUSH_RESPONSE
|
2013-07-25 20:57:50 +09:00 |
Tatsuhiro Tsujikawa
|
42ff5b5c04
|
Rename nghttp2_ssl as app_helper
|
2013-07-22 22:12:54 +09:00 |
Tatsuhiro Tsujikawa
|
ec79d70bd0
|
Code cleanup
|
2013-07-22 22:08:52 +09:00 |
Tatsuhiro Tsujikawa
|
9e9a7fb160
|
Add nghttpd and 24 bytes client connection header support
|
2013-07-22 21:56:19 +09:00 |
Tatsuhiro Tsujikawa
|
6bc7e7bd0b
|
Add nghttp client backed by libevent
|
2013-07-22 00:01:33 +09:00 |