- 17 Dec, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 Dec, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 14 Dec, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
examples: Delete tiny-nghttpd
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpd does the better job in this area.
-
- 12 Dec, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
Fix bug that fetch-ocsp-response does not work with OpenSSL 1.1.0
-
Tatsuhiro Tsujikawa authored
The syntax of openssl ocsp -header option has been changed in OpenSSL 1.1.0. And it now does not require -header option anymore. It looks like that it is workaround for 1.0.x versions.
-
- 11 Dec, 2016 10 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx: Dynamic DNS
-
Tatsuhiro Tsujikawa authored
Add Windows CI via AppVeyor
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
At the moment, we use both resolvers, and if either one is not DNS_STATUS_IDLE, the other one is also not DNS_STATUS_IDLE. This may change if we are going to configure DNS so that either A or AAAA lookup is done. In that case, it is better to just return DNS_STATUS_ERROR in the diff. This is because the calling side does not expect DNS_STATUS_IDLE in that case.
-
- 10 Dec, 2016 11 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
-
Tatsuhiro Tsujikawa authored
This option controls how long cached DNS entries remain valid.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We have added "dns" parameter to backend option. If specified, name lookup is done dynamically. If not, name lookup is done at start up, or configuration reloading. nghttpx caches DNS result including error case in 30 seconds in this commit. Later commit makes this configurable. DNS resolution is done asynchronously using c-ares library.
-
- 08 Dec, 2016 1 commit
-
-
Alexis La Goutte authored
-
- 04 Dec, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
Accept content-length: 0 in 204 response
-
- 03 Dec, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 30 Nov, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
Normally, we don't have wait for child process to exit, since init can take care of them. But in containerized environment, pid 0 init might not be available, and defunct processes can be piled up. This commit ensures that OCSP and neverbleed processes are waited for before worker process exits.
-
- 29 Nov, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 27 Nov, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-