- 24 Mar, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 23 Mar, 2016 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Like frontend and backend options, encryption for memcached connections is configured using tls keyword in tls-session-cache-memcached and tls-ticket-key-memcached options. tls-session-cache-memcached-tls and tls-ticket-key-memcached-tls options are deprecated.
-
Tatsuhiro Tsujikawa authored
This change allows user to disable TLS per frontend address using no-tls keyword in --frontend option. We removed --frontend-no-tls in favor of this new feature.
-
Tatsuhiro Tsujikawa authored
We added "tls" parameter to --backend option to enable TLS on that backend connection. --backend-tls options was deprecated, now is noop.
-
Tatsuhiro Tsujikawa authored
-
- 22 Mar, 2016 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 21 Mar, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
This reverts commit 6680d8b7.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Mar, 2016 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 19 Mar, 2016 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
-
- 17 Mar, 2016 2 commits
- 16 Mar, 2016 5 commits
-
-
Peter Wu authored
Fix Windows build by defining `ssize_t` when missing and adjusting the install commands. Add support for ENABLE_WERROR=1 while at it. Tested with MSVC 2013 on Windows 7 x64.
-
Peter Wu authored
Avoid adding a LIBXML2_LIBRARIES-NOTFOUND to the libraries list when it is not found. Likewise for OpenSSL.
-
Peter Wu authored
Matches autotools behavior. The m4_if logic was misread...
-
Peter Wu authored
Do not add _U_ and NGHTTP2_NORETURN definitions to the command line, instead add it to config.h. This matches what autotools does.
-
Peter Wu authored
Users can disable this by setting -DCMAKE_C_FLAGS=-DNDEBUG or -DCMAKE_CXX_FLAGS=-DNDEBUG to disable assertions as desired.
-
- 15 Mar, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
src/Makefile.am: fix missing allocator.h
-
Peter Wu authored
Build type-specific flags are added before other flags, reflect this in the output.
-