- 24 May, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 23 May, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Write PID in temporary file first. Then rename it as the real destination. It will avoid the issue that the external process may read the empty PID file because of race condition.
-
- 22 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 21 May, 2016 12 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
SETTINGS timeout can be configurable using --frontend-http2-settings-timeout and --backend-http2-settings-timeout.
-
Tatsuhiro Tsujikawa authored
Since we only use it once, we don't have to use ev_timer_again, and stop timer manually.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We don't have to check activeness of SETTINGS ACK timer since we only send SETTINGS frame without ACK only once per session at the moment.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Also, we say connection succeeded only when we got SETTINGS ACK from peer, rather than when we just connected to the peer in TCP or TLS.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 19 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 17 May, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 15 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 14 May, 2016 6 commits
-
-
Tatsuhiro Tsujikawa authored
The difference between them are former has const qualifier to the |in| parameter, which is desirable since it is effectively read-only.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 13 May, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 07 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
* don't use CRYPTO_LOCK stuff (they are sorted out by openssl, and no application intervention is required, just like boringSSL) * don't use OPENSSL_config * use provided API to access BIO member
-
- 06 May, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We enabled libev kqueue backend in nghttpx by default. Since it might not work on some platforms, we also added --no-kqueue option to disable it.
-
- 05 May, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 02 May, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-