Tatsuhiro Tsujikawa
|
3a41e4dd1a
|
nghttpx: Add encryption support for TLS ticket key retrieval
|
2016-02-13 18:46:07 +09:00 |
Tatsuhiro Tsujikawa
|
3297a303bf
|
nghttpx: Add client auth options for session cache memcached TLS connection
|
2016-02-13 18:46:07 +09:00 |
Tatsuhiro Tsujikawa
|
f1580f95d4
|
nghttpx: Add TLS support for session cache memcached connection
|
2016-02-13 18:46:07 +09:00 |
Tatsuhiro Tsujikawa
|
1e150bcf61
|
Merge branch 'jay-refactor-blacklist'
|
2016-02-13 17:46:11 +09:00 |
Jay Satiro
|
ca371e3ba9
|
nghttpx: Refactor blacklisted cipher suite check
|
2016-02-12 21:46:29 -05:00 |
Tatsuhiro Tsujikawa
|
61dda40b44
|
Don't pass NULL to memcpy
|
2016-02-12 22:31:47 +09:00 |
Tatsuhiro Tsujikawa
|
5ad753b90c
|
Merge branch 'limit-incoming-headers'
|
2016-02-11 23:21:02 +09:00 |
Tatsuhiro Tsujikawa
|
0a1beea13a
|
asio: client: Limit incoming response header field buffer size
|
2016-02-11 23:20:31 +09:00 |
Tatsuhiro Tsujikawa
|
00e722f02c
|
Add warning
|
2016-02-11 23:20:31 +09:00 |
Tatsuhiro Tsujikawa
|
ff22862b9d
|
nghttp: Limit incoming header field buffer
|
2016-02-11 23:20:31 +09:00 |
Tatsuhiro Tsujikawa
|
b2264ad57e
|
asio: server: Limit incoming request header field buffer size
|
2016-02-11 23:20:31 +09:00 |
Tatsuhiro Tsujikawa
|
b0227d4051
|
nghttpd: Limit request header buffer
|
2016-02-11 23:20:31 +09:00 |
Tatsuhiro Tsujikawa
|
28b643e531
|
Fix configure script for non-gcc, clang build
|
2016-02-11 23:05:16 +09:00 |
Tatsuhiro Tsujikawa
|
82f942c3a3
|
nghttpx: Parameterize configuration values for client side TLS context
|
2016-02-11 18:34:31 +09:00 |
Tatsuhiro Tsujikawa
|
e4a727f86c
|
nghttpx: Cache TLS client session after initial handshake was done
|
2016-02-11 17:56:20 +09:00 |
Tatsuhiro Tsujikawa
|
b624ca6dcd
|
nghttpx: Rename client TLS session cache field
|
2016-02-11 17:12:57 +09:00 |
Tatsuhiro Tsujikawa
|
ba4c268172
|
nghttpx: Single SSL_SESSION cache entry for each address
|
2016-02-11 17:07:48 +09:00 |
Tatsuhiro Tsujikawa
|
00175eac33
|
nghttpx: Use Address* as a key for client side session cache
|
2016-02-11 12:40:15 +09:00 |
Tatsuhiro Tsujikawa
|
396dde1347
|
Mention libspdylay-dev package availability
|
2016-02-10 21:42:32 +09:00 |
Tatsuhiro Tsujikawa
|
042a59117d
|
Merge pull request #504 from davidjb/master
Document compiling apps and include h2load in configure
|
2016-02-10 21:35:54 +09:00 |
David Beitey
|
b8717208c7
|
Document compiling apps and include h2load in configure
|
2016-02-10 08:37:43 +10:00 |
Tatsuhiro Tsujikawa
|
c3a5fe7185
|
Update bash_completion
|
2016-02-07 21:24:29 +09:00 |
Tatsuhiro Tsujikawa
|
c8b6a79225
|
Update man pages
|
2016-02-07 21:24:11 +09:00 |
Tatsuhiro Tsujikawa
|
92e66fc167
|
Bump up version number to 1.8.0-DEV
|
2016-02-07 21:20:44 +09:00 |
Tatsuhiro Tsujikawa
|
64ffc1fc73
|
Update README.rst
|
2016-02-07 21:20:05 +09:00 |
Tatsuhiro Tsujikawa
|
304ff6a6f9
|
Don't send extension frame in closing state
|
2016-02-07 21:12:36 +09:00 |
Tatsuhiro Tsujikawa
|
fc39f2d9d2
|
Merge branch 'master' into simple-extensions
|
2016-02-07 21:09:08 +09:00 |
Tatsuhiro Tsujikawa
|
0d806978e6
|
nghttpx: Set HTTP/1 backend read buffer to 16k
|
2016-02-07 21:07:27 +09:00 |
Tatsuhiro Tsujikawa
|
62c43ce2be
|
nghttpx: Remove rb_ from HTTP/2 backend session
|
2016-02-07 19:20:17 +09:00 |
Tatsuhiro Tsujikawa
|
88eaeb5d1c
|
nghttpx: Use memchunks for HTTP/2 backend
|
2016-02-07 18:54:44 +09:00 |
Tatsuhiro Tsujikawa
|
60c0c2dd56
|
src: Code cleanup
|
2016-02-07 18:41:38 +09:00 |
Tatsuhiro Tsujikawa
|
6c147aa1c5
|
nghttpx: Remove unnecessary condition
|
2016-02-07 18:39:06 +09:00 |
Tatsuhiro Tsujikawa
|
2a9b23bfab
|
nghttpx: Store pointer to DownstreamAddr
|
2016-02-07 18:38:06 +09:00 |
Tatsuhiro Tsujikawa
|
4fb4617d20
|
src: Parameterize CharT
|
2016-02-07 18:16:47 +09:00 |
Tatsuhiro Tsujikawa
|
ede0f6aa32
|
src: Remove verbose const
|
2016-02-07 18:12:57 +09:00 |
Tatsuhiro Tsujikawa
|
4e7271a88f
|
nghttpx: Fix regression which breaks WebSocket upgrade
|
2016-02-07 17:59:38 +09:00 |
Tatsuhiro Tsujikawa
|
6d49110a33
|
Rename FrontendAddr as UpstreamAddr
|
2016-02-07 17:51:53 +09:00 |
Tatsuhiro Tsujikawa
|
b540aa34d0
|
Merge branch 'nghttpx-backend-h1-tls'
|
2016-02-07 17:43:40 +09:00 |
Tatsuhiro Tsujikawa
|
15fa38c72f
|
nghttpx: Rename backend_session_cache_per_worker as downstream_session_cache_per_worker
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
e7de5e9f6c
|
nghttpx: Rename cl_tls_session as downstream_tls_session
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
5c10534b88
|
nghttpx: Fix crash when reusing cached SSL session
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
b3e5d49a3e
|
Update doc
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
6806196404
|
nghttpx: Update doc for HTTP/1 TLS backend connections
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
2e38208d74
|
nghttpx: Fixups for HTTP/1 backend TLS support
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
cde79052dd
|
nghttpx: Slightly faster version of HTTP/1 backend
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
e763770f3e
|
nghttpx: Add option to specify maximum number of session cache
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
26d49c1dc3
|
nghttpx: Cache client session
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
bb4e2f6a24
|
nghttpx: Add TLS support for HTTP/1 backend
|
2016-02-07 17:43:30 +09:00 |
Tatsuhiro Tsujikawa
|
344cc1b5c3
|
Merge branch 'Sp1l-master'
|
2016-02-07 17:41:04 +09:00 |
Tatsuhiro Tsujikawa
|
21f9b6d8bb
|
Merge branch 'master' of https://github.com/Sp1l/nghttp2 into Sp1l-master
|
2016-02-07 17:35:57 +09:00 |