Mike Lothian
16320a0f81
Reduce libxml2 version requirement to 2.6.26
...
It's currently set at 2.7.7 but reducing this down to 2.6.26 allows
nghttp2 to be built on RHEL5
2017-10-04 14:25:12 +01:00
Simone Basso
0f1320109f
README.rst: fix typo
2017-06-22 17:03:05 +02:00
Tapanito
255037264a
updated docs
2017-05-12 16:35:44 +01:00
Tatsuhiro Tsujikawa
7d53866157
Update doc
2017-04-06 20:14:49 +09:00
Tatsuhiro Tsujikawa
9a2e948c42
Update doc
...
Add section to promote the build from tar archives.
2017-04-06 20:13:00 +09:00
Tatsuhiro Tsujikawa
6ca515ea70
Fix sphinx warning about README markup
2017-03-12 23:46:21 +09:00
Tatsuhiro Tsujikawa
dc7c12d474
Document pkg-config path usage
2017-03-02 23:09:56 +09:00
Tatsuhiro Tsujikawa
6b286e0d94
Add SPDY support deprecation warning in README
2017-02-21 22:31:51 +09:00
Tatsuhiro Tsujikawa
54ba1bebf2
Update doc
2017-02-10 22:40:57 +09:00
Tatsuhiro Tsujikawa
786f52a81c
Document about systemd support in README
2017-02-10 17:02:52 +09:00
makovich
1d2f008656
Update README file
2017-01-03 23:00:32 +03:00
Tatsuhiro Tsujikawa
ecc05e0a1a
Add `git submodule` to required build step
2016-12-21 23:34:28 +09:00
Tatsuhiro Tsujikawa
7c11d2d9bb
Require c-ares >= 1.7.5
2016-12-10 21:40:50 +09:00
Tatsuhiro Tsujikawa
5ed9e4c83b
Document that c-ares is a required library for nghttpx
2016-12-10 21:09:51 +09:00
Tatsuhiro Tsujikawa
8099dd9558
Mention --enable-lib-only configure option in README
2016-09-11 13:34:34 +09:00
Tatsuhiro Tsujikawa
cd471a989a
python: Support ALPN, require Python 3.5
...
This commit also fixes the bug that SETTINGS timer continues after
connection was closed.
2016-08-28 00:11:59 +09:00
Tatsuhiro Tsujikawa
6ae58cc22e
Document how to report vulnerability
2016-08-21 12:18:31 +09:00
Tatsuhiro Tsujikawa
874ef1ac54
Add License section in README
2016-08-21 11:29:21 +09:00
Tatsuhiro Tsujikawa
53e1623ab3
Update doc
...
It was markdown, we should use reST.
2016-07-16 12:51:04 +09:00
Tatsuhiro Tsujikawa
2c500b62fd
Update doc
2016-07-07 23:26:15 +09:00
Tatsuhiro Tsujikawa
73740477fb
Update doc
2016-04-16 18:58:18 +09:00
Tatsuhiro Tsujikawa
4ac9417d8d
Update doc
2016-03-26 21:45:38 +09:00
Tatsuhiro Tsujikawa
75110320ab
Update doc
2016-03-26 21:43:34 +09:00
Tatsuhiro Tsujikawa
7ec50e55c9
Update doc
2016-03-25 23:53:59 +09:00
Peter Wu
7c55c335cc
Merge branches 'master' and 'cmake-updated' into cmake
...
Update to latest master with appropriate cmake changes at the same time.
2016-03-14 17:26:15 +01:00
Peter Wu
a45540fd79
Lower libev version requirement
...
libev 4.11 seems to build fine as demonstrated by Travis with autotools.
2016-03-13 13:15:50 +01:00
Tatsuhiro Tsujikawa
df6466cfbd
nghttpx: Update doc
2016-02-28 23:15:57 +09:00
Tatsuhiro Tsujikawa
7adfa5dea7
Add note about --enable-app automatic behaviour
2016-02-13 22:39:24 +09:00
Tatsuhiro Tsujikawa
396dde1347
Mention libspdylay-dev package availability
2016-02-10 21:42:32 +09:00
David Beitey
b8717208c7
Document compiling apps and include h2load in configure
2016-02-10 08:37:43 +10:00
Tatsuhiro Tsujikawa
64ffc1fc73
Update README.rst
2016-02-07 21:20:05 +09:00
Tatsuhiro Tsujikawa
703c77ec89
Fix markdown style linking
2016-01-29 12:36:15 +09:00
Tatsuhiro Tsujikawa
a06af3fa85
Add doc about release scheduling and versioning scheme
2016-01-29 12:35:09 +09:00
kumagi
f3a37b2ef1
fix typos: heder->header alreay->already reponse->response
2016-01-05 22:19:33 +09:00
Tatsuhiro Tsujikawa
6ff9c4d8f9
Update doc
...
With 4825009e42
, static lib is no longer
required for unit tests.
2015-10-29 23:13:11 +09:00
Tatsuhiro Tsujikawa
8770c82832
Merge pull request #407 from 187j3x1/doc-update
...
Update doc for Debian 7.0 or above and add g++ requirement
2015-10-25 16:25:01 +09:00
187j3x1
4e6eed9189
Update doc: rename python3.4-dev and add g++ build requirement
2015-10-25 10:55:36 +08:00
Tatsuhiro Tsujikawa
166433f780
Update README.rst
2015-10-25 11:33:29 +09:00
Tatsuhiro Tsujikawa
509c515575
integration: Update go's http2 package URI
2015-10-09 00:09:45 +09:00
Tatsuhiro Tsujikawa
c2eacc8b10
Update doc
2015-09-26 22:24:44 +09:00
Tatsuhiro Tsujikawa
510dff4c39
Add mruby requirements
2015-09-08 02:37:51 +09:00
Tatsuhiro Tsujikawa
75b98662be
Don't use `git submodule update --init` in Makefile
...
This is because when we make tar ball, we are no longer under git
control. git submodule does not work there. We instead bundle mruby
source tree in archive. git submodule command is only required when
building from git repository.
2015-09-06 01:23:11 +09:00
Tatsuhiro Tsujikawa
98c959291f
Update README.rst
2015-09-05 22:46:55 +09:00
Tatsuhiro Tsujikawa
2135c87f94
Update README.rst
2015-09-05 21:39:26 +09:00
bxshi
4f090d90c0
add `iostream` library to the example code snippet of nghttp2_asio server.
2015-08-24 02:59:25 -04:00
Tatsuhiro Tsujikawa
9331dc755e
Add python-setuptools to apt-get line
2015-08-07 22:27:26 +09:00
Tatsuhiro Tsujikawa
1940413eb3
Document that python-setuptools is required for python bindings
2015-07-09 21:12:25 +09:00
José F. Calcerrada
81cc550eb9
Update README.rst
...
Typo
2015-06-20 11:02:33 +01:00
Tatsuhiro Tsujikawa
17ec30e45c
Mention LibreSSL in README.rst
2015-06-17 18:27:27 +09:00
Tatsuhiro Tsujikawa
59e6272ba4
integration: Add WebSocket upgrade test
2015-05-26 23:28:45 +09:00