Tatsuhiro Tsujikawa
9eb554a843
configure.ac: Categorize configure result
2014-12-01 23:10:34 +09:00
Tatsuhiro Tsujikawa
7036859823
Do not change user variable CFLAGS in configure.ac
2014-12-01 23:06:11 +09:00
Tatsuhiro Tsujikawa
60cb3f67f2
Refactor nghttp2_adjust_local_window_size
2014-12-01 21:49:32 +09:00
Tatsuhiro Tsujikawa
6b59609f9b
Fix typo: s/.PONY/.PHONY/
2014-12-01 21:13:56 +09:00
Tatsuhiro Tsujikawa
a3c5ac4730
Bump up version number to 0.6.8-DEV
2014-11-30 23:43:24 +09:00
Tatsuhiro Tsujikawa
ed1ea91a6f
Update man pages
2014-11-30 23:14:02 +09:00
Tatsuhiro Tsujikawa
209d1b0946
Bump up version number to 0.6.7, LT revision to 7:2:2
2014-11-30 23:02:40 +09:00
Tatsuhiro Tsujikawa
761cb97090
Update README.rst
2014-11-30 22:54:55 +09:00
Tatsuhiro Tsujikawa
dcc7b23980
nghttpx: Remove cipher suite requirement
...
This makes the library h2-16 compatible now.
2014-11-30 22:52:34 +09:00
Tatsuhiro Tsujikawa
b9667fd209
asio: Listen to all resolved addresses
2014-11-30 22:39:16 +09:00
Tatsuhiro Tsujikawa
d23105ccb7
Add note about pseudo header ordering validation in on_header_callback
2014-11-30 21:30:48 +09:00
Tatsuhiro Tsujikawa
30499005f8
Reformat source code in libnghttp2_asio.rst
2014-11-30 21:26:13 +09:00
Tatsuhiro Tsujikawa
f2cd057e89
Update tutorial
2014-11-30 21:10:59 +09:00
Tatsuhiro Tsujikawa
2b465ee65f
libevent-client: Disable SSLv3
2014-11-30 21:09:23 +09:00
Tatsuhiro Tsujikawa
7e092a7658
Make sure that head_stream is not NULL
2014-11-30 19:52:05 +09:00
Tatsuhiro Tsujikawa
d39b56adaa
Remove unused nghttp2_stream.blocked_sent
2014-11-30 17:41:40 +09:00
Tatsuhiro Tsujikawa
152a20a416
Influence last_stream_id to nghttp2_session_want_{read,write}
2014-11-29 23:13:42 +09:00
Tatsuhiro Tsujikawa
7ff0797535
Rewrite session_is_new_peer_stream_id()
2014-11-29 17:24:49 +09:00
Tatsuhiro Tsujikawa
ca57c2f6b6
Rename NGHTTP2_GOAWAY_FAIL_ON_SEND with NGHTTP2_GOAWAY_TERM_ON_FAIL
2014-11-29 16:28:08 +09:00
Tatsuhiro Tsujikawa
d75ba74bbd
Return error if invalid stream_id is given to nghttp2_submit_push_promise
2014-11-29 16:17:02 +09:00
Tatsuhiro Tsujikawa
9ff1925538
Robust GOAWAY handling
...
This change will utilize last_stream_id in GOAWAY extensively. When
GOAWAY is received with a last_stream_id, library closes all outgoing
streams whose stream_id > received last_stream_id.
nghttp2_on_stream_callback is called for each stream to be closed.
When GOAWAY is sent with a last_stream_id, library closes all incoming
streams whose stream_id > sent last_stream_id.
nghttp2_on_stream_callback is called for each stream to be closed.
2014-11-29 16:02:13 +09:00
Tatsuhiro Tsujikawa
1915408096
doc: Add language attribute in asio_http2.h.rst.in
2014-11-28 02:01:59 +09:00
Tatsuhiro Tsujikawa
45801883ba
Cleanup previous commit
2014-11-28 01:35:12 +09:00
Tatsuhiro Tsujikawa
382a328ead
Issue connection error if client receives HEADERS with idle stream ID
...
If stream ID is not idle, it might be valid HEADERS. If stream ID is
idle, it is invalid regardless stream ID is even or odd, since client
is not expected to recieve request from server. nghttp2 library
historically allows this, but now we forbids this.
2014-11-28 01:22:57 +09:00
Tatsuhiro Tsujikawa
babfa41424
Just ignore HEADERS with non-idle stream ID and not found in stream map
2014-11-28 01:01:33 +09:00
Tatsuhiro Tsujikawa
204ff787fa
nghttpx: Submit RST_STREAM if HEADERS appears in the middle of a stream
2014-11-28 00:23:46 +09:00
Tatsuhiro Tsujikawa
2a68cc7076
Merge branch 'clang-format'
2014-11-27 23:56:53 +09:00
Tatsuhiro Tsujikawa
b1f807abd1
Reformat lines with clang-format-3.5
2014-11-27 23:56:30 +09:00
Tatsuhiro Tsujikawa
2c830a4698
Add make clang-format
2014-11-27 23:56:29 +09:00
Tatsuhiro Tsujikawa
87ce5068bb
Add pre-commit script
2014-11-27 23:56:29 +09:00
Tatsuhiro Tsujikawa
7c794b8d93
Add .clang-format config file and git-clang-format from clang project
2014-11-27 23:56:29 +09:00
Tatsuhiro Tsujikawa
0a406eab94
Add contribution guidelines
2014-11-27 23:56:29 +09:00
Tatsuhiro Tsujikawa
c67ccad74d
nghttpx: Use cached get_config()->pid in save_pid()
2014-11-27 22:41:14 +09:00
Tatsuhiro Tsujikawa
5d59adc52b
libevent-server: Disable SSLv3
2014-11-27 21:40:34 +09:00
Tatsuhiro Tsujikawa
770cfcaae9
libevent-server: Enable ECDHE ciphers
2014-11-27 21:38:54 +09:00
Tatsuhiro Tsujikawa
04dae32509
nghttpx: Store PID to Config again after daemon()
2014-11-27 21:32:34 +09:00
Tatsuhiro Tsujikawa
3e0813d407
Merge branch 'alagoutte-scan-build'
2014-11-27 21:27:52 +09:00
Tatsuhiro Tsujikawa
c8b83d7024
Merge branch 'scan-build' of https://github.com/alagoutte/nghttp2 into alagoutte-scan-build
2014-11-27 21:25:56 +09:00
Alexis La Goutte
d1285255eb
Fix last warning found by Clang Analyzer
...
nghttp2_session.c:636:3: warning: Branch condition evaluates to a garbage value
2014-11-26 18:20:16 +01:00
Tatsuhiro Tsujikawa
dfbc6e6a57
examples: Guard include config.h with HAVE_CONFIG_H
2014-11-27 00:12:42 +09:00
Tatsuhiro Tsujikawa
2eab5d03fd
Merge branch 'alagoutte-Wunused-parameter'
2014-11-26 01:20:21 +09:00
Tatsuhiro Tsujikawa
fe634e5326
Merge branch 'Wunused-parameter' of https://github.com/alagoutte/nghttp2 into alagoutte-Wunused-parameter
2014-11-26 01:16:52 +09:00
Alexis La Goutte
bac44d7ffb
Fix -Werror=unused-parameter using _U_ macro
2014-11-25 17:08:09 +01:00
Alexis La Goutte
51b59bc8f0
Remove -Wno-unused-parameter (and add _U_ macro)
2014-11-25 17:08:09 +01:00
Tatsuhiro Tsujikawa
2d10e31931
Merge branch 'andydavies-master'
2014-11-26 00:04:40 +09:00
Andy Davies
4cf7b3cebd
Fixed minor typo
...
turotial -> tutorial
2014-11-25 10:03:10 +00:00
Tatsuhiro Tsujikawa
e11834d1c9
src: Add code in case struct tm.tm_gmtoff is not available
2014-11-24 18:39:35 +09:00
Tatsuhiro Tsujikawa
8f22ff3032
Update man pages
2014-11-24 15:27:41 +09:00
Tatsuhiro Tsujikawa
8e94551881
Handle idle stream in priority field
2014-11-24 15:25:19 +09:00
Tatsuhiro Tsujikawa
6e1470c9d3
Remove duplicated code
2014-11-24 15:25:19 +09:00