Tatsuhiro Tsujikawa
|
b15045d60e
|
Merge pull request #1040 from nghttp2/nghttpx-mruby-add-more-tls-vars
nghttpx: Add more TLS related attributes to mruby Env object
|
2017-10-29 23:14:16 +09:00 |
Tatsuhiro Tsujikawa
|
03084f7517
|
examples: Make client and server work with libevent-2.1.8
|
2017-10-29 23:09:23 +09:00 |
Tatsuhiro Tsujikawa
|
60baca27e4
|
nghttpx: Add more TLS related attributes to mruby Env object
The added attributes are:
* tls_cipher
* tls_protocol
* tls_session_id
* tls_session_reused
* alpn
|
2017-10-29 22:42:30 +09:00 |
Tatsuhiro Tsujikawa
|
86990db236
|
Merge pull request #1038 from nghttp2/nghttpx-add-more-logging-vars
nghttpx: Add client fingerprint and subject name to accesslog
|
2017-10-29 22:21:10 +09:00 |
Tatsuhiro Tsujikawa
|
cb376bcd80
|
nghttpx: Add client fingerprint and subject name to accesslog
|
2017-10-29 21:47:00 +09:00 |
Tatsuhiro Tsujikawa
|
f2b8edd1e2
|
nghttpx: Fix memory leak
|
2017-10-29 21:46:12 +09:00 |
Tatsuhiro Tsujikawa
|
c4f8afcfde
|
nghttpx: Get TLS info only when it is necessary when writing accesslog
|
2017-10-29 21:22:33 +09:00 |
Tatsuhiro Tsujikawa
|
1a1a216d5a
|
Merge pull request #1037 from nghttp2/nghttpx-mruby-tls-client-vars
nghttpx: Add client fingerprint and subject name to mruby env
|
2017-10-29 21:13:20 +09:00 |
Tatsuhiro Tsujikawa
|
9f80a82c1a
|
nghttpx: Add client fingerprint and subject name to mruby env
|
2017-10-29 19:54:42 +09:00 |
Tatsuhiro Tsujikawa
|
c573c80bd3
|
nghttpx: Pass a pointer to SSL instead of TLSSessionInfo to LogSpec
|
2017-10-29 19:47:39 +09:00 |
Tatsuhiro Tsujikawa
|
3cd6817e21
|
Fix typos
|
2017-10-29 16:54:21 +09:00 |
Tatsuhiro Tsujikawa
|
d4a69658a1
|
Add another warning about mruby
|
2017-10-29 16:18:20 +09:00 |
Tatsuhiro Tsujikawa
|
8e06fe4971
|
Fix typo
|
2017-10-29 16:14:30 +09:00 |
Tatsuhiro Tsujikawa
|
aaeeec8f1c
|
Fix typos
|
2017-10-28 22:25:42 +09:00 |
Tatsuhiro Tsujikawa
|
66d5e24606
|
Bump up version number to 1.28.0-DEV
|
2017-10-25 21:20:16 +09:00 |
Tatsuhiro Tsujikawa
|
e8907a073f
|
Update manual pages
|
2017-10-24 23:10:37 +09:00 |
Tatsuhiro Tsujikawa
|
9656ac0254
|
Fix sphinx warnings
|
2017-10-24 23:10:23 +09:00 |
Tatsuhiro Tsujikawa
|
75624617ce
|
Bump up version number to 1.27.0
|
2017-10-24 22:51:17 +09:00 |
Tatsuhiro Tsujikawa
|
1a8f6578b3
|
Update AUTHORS
|
2017-10-24 22:49:51 +09:00 |
Tatsuhiro Tsujikawa
|
4f0548b018
|
travis: Compile mruby and neverbleed in `make distcheck`
gcc is upgraded to gcc-7.
|
2017-10-24 21:41:10 +09:00 |
Tatsuhiro Tsujikawa
|
5119e82b93
|
src: Fix memory leak in unit test
|
2017-10-24 21:40:30 +09:00 |
Tatsuhiro Tsujikawa
|
3be5856c82
|
nghttpx: Fix unused function warnings
|
2017-10-24 21:40:30 +09:00 |
Tatsuhiro Tsujikawa
|
a319143901
|
nghttpx: Fix bug that header fields are missing in HTTP/1.0 response
|
2017-10-22 01:11:32 +09:00 |
Tatsuhiro Tsujikawa
|
17c88d60c7
|
Compile with g++ 7.2.1
|
2017-10-19 23:04:12 +09:00 |
Tatsuhiro Tsujikawa
|
7601511fdf
|
Merge pull request #1029 from lazyhamster/master
Fixed accidental compiler flags concatenation for MSVC.
|
2017-10-19 21:21:46 +09:00 |
Tatsuhiro Tsujikawa
|
f507b5eee4
|
nghttpx: Use an existing h2 backend connection as much as possible
h2load measurement reveals that this strategy is 3 times faster than
the previous implementations.
|
2017-10-19 21:15:08 +09:00 |
LazyHamster
|
93821165be
|
Fixed accidental compiler flags concatenation for MSVC.
|
2017-10-18 15:25:17 +03:00 |
Tatsuhiro Tsujikawa
|
aaa0b858e4
|
Amend some macro comments
|
2017-10-14 11:50:16 +09:00 |
Tatsuhiro Tsujikawa
|
5fa1938691
|
clang-format
|
2017-10-14 11:45:41 +09:00 |
Tatsuhiro Tsujikawa
|
56ee3d4820
|
Merge pull request #1027 from dermojo/mingw
Support for Windows / MinGW
|
2017-10-14 11:44:57 +09:00 |
Daniel Evers
|
c2d9a1ed6f
|
Support for Windows / MinGW
|
2017-10-12 18:15:12 +02:00 |
Tatsuhiro Tsujikawa
|
fcf9ab2798
|
Merge pull request #1023 from nckx/fix-fuzz-typo
fuzz: Fix typo (‘-fsanitize=adres’) in README.rst
|
2017-10-12 21:00:18 +09:00 |
Tobias Geerinckx-Rice
|
35e445bd04
|
fuzz: Fix typo (‘-fsanitize=adres’) in README.rst
|
2017-10-10 22:14:25 +02:00 |
Tatsuhiro Tsujikawa
|
88ce3c31b7
|
Merge pull request #1020 from FireBurn/master
Reduce libxml2 version requirement to 2.6.26
|
2017-10-07 21:17:33 +09:00 |
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 |
Tatsuhiro Tsujikawa
|
8c72fb3539
|
Merge pull request #1018 from nghttp2/h2load-verbose-h2-headers
h2load: Print out h2 header fields with --verbose option
|
2017-10-01 12:49:13 +09:00 |
Tatsuhiro Tsujikawa
|
8ffe389daa
|
h2load: Print out h2 header fields with --verbose option
|
2017-09-22 18:12:20 +09:00 |
Tatsuhiro Tsujikawa
|
189a4516a1
|
Merge pull request #1016 from nghttp2/nghttpx-non-final-response
nghttpx: Send non-final response to HTTP/1.1 or HTTP/2 client only
|
2017-09-21 22:28:51 +09:00 |
Tatsuhiro Tsujikawa
|
2576855ded
|
nghttpx: Send non-final response to HTTP/1.1 or HTTP/2 client only
|
2017-09-21 21:42:56 +09:00 |
Tatsuhiro Tsujikawa
|
7d4d48a35e
|
Add timing-based load-testing section to h2load howto
|
2017-09-21 17:57:32 +09:00 |
Tatsuhiro Tsujikawa
|
cc6f759190
|
src: Add static to constexpr char[]
|
2017-09-20 23:54:10 +09:00 |
Tatsuhiro Tsujikawa
|
c23fc86a23
|
Bump up version number to 1.27.0-DEV
|
2017-09-20 22:52:43 +09:00 |
Tatsuhiro Tsujikawa
|
d2324bdda1
|
Update bash_completion
|
2017-09-20 22:42:14 +09:00 |
Tatsuhiro Tsujikawa
|
6f0ae9d49a
|
Update manual pages
|
2017-09-20 22:41:56 +09:00 |
Tatsuhiro Tsujikawa
|
0389af5724
|
Bump up version number to 1.26.0
|
2017-09-20 22:29:38 +09:00 |
Tatsuhiro Tsujikawa
|
1766e25f45
|
Update AUTHORS
|
2017-09-20 22:28:43 +09:00 |
Tatsuhiro Tsujikawa
|
323001238a
|
clang-format
|
2017-09-20 22:08:22 +09:00 |
Tatsuhiro Tsujikawa
|
91f062f873
|
src: Fix compile error
|
2017-09-20 22:08:08 +09:00 |
Tatsuhiro Tsujikawa
|
650a0cfbff
|
Merge pull request #1013 from marcbachmann/patch-1
Fix some typos in the nghttpx how-to doc
|
2017-09-13 23:59:07 +09:00 |
Marc Bachmann
|
e6b8b3d1d3
|
docs: Fix some typos in the nghttpx how-to
|
2017-09-11 22:10:03 +02:00 |