Tatsuhiro Tsujikawa
ebbe065716
Update .gitignore
2015-03-29 18:23:55 +09:00
Tatsuhiro Tsujikawa
3a97f21383
Reorder fields
2015-03-29 18:10:38 +09:00
Tatsuhiro Tsujikawa
12ced1cddc
nghttpx: Add flag to track connection state in HTTP/1 backend
2015-03-29 01:47:22 +09:00
Tatsuhiro Tsujikawa
3576f20e5a
nghttpx: Revert part of 6f58434d89
...
The reverted part of the change may use not connected socket in HTTP/1
backend.
2015-03-29 01:32:27 +09:00
Tatsuhiro Tsujikawa
7ae6e6b4c5
Exclude num_idle_streams when counting active stream
2015-03-29 00:59:15 +09:00
Tatsuhiro Tsujikawa
a2486daee1
nghttpd: Rename Http2Handler::on_connect as connection_made
2015-03-28 20:21:12 +09:00
Tatsuhiro Tsujikawa
8bf440b89c
nghttpx: Rename Http2Session::on_connect as connection_made
2015-03-28 20:19:17 +09:00
Tatsuhiro Tsujikawa
e9cdb9c896
h2load: Remove unused fields in Client class
2015-03-28 20:17:30 +09:00
Tatsuhiro Tsujikawa
c4804ee50b
h2load: Remove Client::noop
2015-03-28 20:14:12 +09:00
Tatsuhiro Tsujikawa
95cb284e27
h2load: Rename Client::on_connect as connection_made
2015-03-28 20:13:37 +09:00
Tatsuhiro Tsujikawa
c4ccc376df
nghttp: Refactor function names
...
on_SOMETHING should be used only for I/O callback functions
2015-03-28 20:07:12 +09:00
Tatsuhiro Tsujikawa
6133110386
Remove dependency on libws2_32 on Windows build
2015-03-28 19:58:44 +09:00
Tatsuhiro Tsujikawa
6f58434d89
nghttpx, h2load: Perform write whenever read succeeds
2015-03-28 19:13:14 +09:00
Tatsuhiro Tsujikawa
3fd5d0af79
Don't consider num_active_streams in nghttp2_session_want_write()
2015-03-28 19:00:24 +09:00
Tatsuhiro Tsujikawa
1a6855ea7d
Merge branch 'remoe-fix/win_build'
2015-03-28 18:41:03 +09:00
remoe
0312521ac9
- source file list updated
...
- zlib removed
- build of .def files removed
2015-03-27 21:54:44 +01:00
Tatsuhiro Tsujikawa
67b0e0c2d6
Fix "redefine WIN32" bug
2015-03-28 02:16:37 +09:00
Tatsuhiro Tsujikawa
966e3a1308
Define NGHTTP2_EXTERN macro to export function for Windows build
2015-03-28 01:58:59 +09:00
Tatsuhiro Tsujikawa
fd8f8e2708
Bump up version number to 0.7.10-DEV
2015-03-27 01:06:42 +09:00
Tatsuhiro Tsujikawa
d7fdcbb3d6
Update man pages
2015-03-27 00:37:12 +09:00
Tatsuhiro Tsujikawa
de2c2ad65c
src: Update hexdump usage output so that help2rst.py can produce good output
2015-03-27 00:36:19 +09:00
Tatsuhiro Tsujikawa
862a0ee66b
Bump up version number to 0.7.9, LT revision to 12:2:7
2015-03-27 00:27:49 +09:00
Tatsuhiro Tsujikawa
c2510a01a5
examples: Place AM_CPPFLAGS first to use in-package header files first
...
Fixes GH-192
2015-03-26 23:09:39 +09:00
Tatsuhiro Tsujikawa
dc85623060
nghttpx: Fix PUSH_PROMISE header field corruption
...
Fixes GH-194
2015-03-26 22:52:51 +09:00
Tatsuhiro Tsujikawa
8afbb6ca26
h2load: Fix crash if -t > -c
2015-03-26 19:57:37 +09:00
Tatsuhiro Tsujikawa
ed79637737
h2load: Add -d option to upload data to server
2015-03-26 19:53:42 +09:00
Tatsuhiro Tsujikawa
faa2c4467a
Merge branch 'wzyboy-patch-1'
2015-03-25 23:26:20 +09:00
Zhuoyun Wei
c87fae463e
Fix comments, too
2015-03-25 21:04:49 +08:00
Zhuoyun Wei
29b4b11e78
Change --spdy-proxy to --http2-proxy
2015-03-25 20:42:12 +08:00
Tatsuhiro Tsujikawa
3b24be3bcd
src: Fix compile error with clang-3.6
2015-03-25 01:27:18 +09:00
Tatsuhiro Tsujikawa
ece8289aaf
nghttpx: Forward only "trailers" keyword in te when forwarding HTTP/2 backend
2015-03-25 01:20:41 +09:00
Tatsuhiro Tsujikawa
4042ff0fc4
nghttpx: Fix te header field is duplicated when forwarding HTTP/2 backend
2015-03-25 01:17:06 +09:00
Tatsuhiro Tsujikawa
d3d6c5e314
Fix bug that inflater->nvbufs is not reset
2015-03-24 21:54:05 +09:00
Tatsuhiro Tsujikawa
125e32eb56
src: Refactor a bit
2015-03-24 21:45:59 +09:00
Tatsuhiro Tsujikawa
94bf8dcd4e
src: Refactor util::hexdump
2015-03-24 21:43:28 +09:00
Tatsuhiro Tsujikawa
89b8039466
nghttp, nghttpd: Add --hexdump option to hexdump incoming traffic
...
The output format is similar to `hexdump -C`
2015-03-24 02:30:51 +09:00
Tatsuhiro Tsujikawa
72843b33d0
Bump up version number to 0.7.9-DEV
2015-03-24 00:14:56 +09:00
Tatsuhiro Tsujikawa
03e699e013
Update man pages
2015-03-24 00:04:07 +09:00
Tatsuhiro Tsujikawa
fcf99fa8fc
Bump up version number to 0.7.8, LT revision to 12:1:7
2015-03-24 00:00:22 +09:00
Tatsuhiro Tsujikawa
661fb2eb0e
NULL-terminate name and value in nghttp2_nv
...
Guaranteeing NULL-termination is very useful when name or value are
used with C functions which requires NULL-terminated string.
2015-03-23 23:25:57 +09:00
Tatsuhiro Tsujikawa
42496d638b
Merge branch 'Lekensteyn-documentation'
2015-03-22 17:03:31 +09:00
Peter Wu
c0a6a0a6d1
README.rst: OpenSSL 1.0.2 has already been released
...
OpenSSL 1.0.2 is already released. Avoid the confusing wording that
seems to suggest that a development version of OpenSSL 1.0.2 provides
ALPN support.
2015-03-21 23:16:56 +01:00
Tatsuhiro Tsujikawa
b7bda783c5
Update doc
2015-03-21 23:09:17 +09:00
Tatsuhiro Tsujikawa
6893608ae2
Use literal instead of computed value in token lookup
2015-03-21 23:03:37 +09:00
Tatsuhiro Tsujikawa
ef913bc929
Validate :path header field
...
For "http" or "https" URIs, :path header field must start with "/".
The only exception is OPTIONS method, which can contain "*" to
represent system-wide OPTIONS request.
2015-03-21 23:03:37 +09:00
Tatsuhiro Tsujikawa
a5ed70bcfe
Merge branch 'rasa-patch-1'
2015-03-21 19:47:27 +09:00
Tatsuhiro Tsujikawa
9bf2ca6916
Merge branch 'patch-1' of https://github.com/rasa/nghttp2 into rasa-patch-1
2015-03-21 19:46:22 +09:00
Ross Smith II
57729d0a23
Removed errant markdown
2015-03-20 08:37:06 -07:00
Tatsuhiro Tsujikawa
e86b81ec10
Merge branch 'icing-h2load-reserver-fix'
2015-03-20 23:32:43 +09:00
mod-h2-dev
076eefbed6
fix for segfault by reserving correct worker count
2015-03-16 17:42:22 +02:00