- 29 Oct, 2015 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 28 Oct, 2015 7 commits
-
-
Tatsuhiro Tsujikawa authored
User can change file name using --mime-types-file option.
-
Tatsuhiro Tsujikawa authored
It seems that using ev_feed_event to signal write operation is much faster than starting watcher. This is probably due to the fact that we don't need to wait in event loop. The same thing cannot be done in HTTP/2 frontend, since this will raise write operation for each stream HEADER/DATA write, which leads to very small packets, hurting performance. Interestingly, HTTP/1 frontend also suffers the same performance hit.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Revert "add PIDFile directive to systemd service"
-
Tatsuhiro Tsujikawa authored
h2load: do not overwrite protocol value
-
Lucas Pardue authored
-
Janusz Dziemidowicz authored
This reverts commit 19c095a8. See discussion at #375 for details.
-
- 27 Oct, 2015 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit also fixes the problem that application protocol is not shown if cleartext spdy is used.
-
Tatsuhiro Tsujikawa authored
-
- 26 Oct, 2015 4 commits
-
-
Kamil Dudka authored
-
Tatsuhiro Tsujikawa authored
-
-
Alexis La Goutte authored
-
- 25 Oct, 2015 14 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
-
Tatsuhiro Tsujikawa authored
Update doc for Debian 7.0 or above and add g++ requirement
-
Tatsuhiro Tsujikawa authored
-
187j3x1 authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 24 Oct, 2015 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The encoder is not required to send dynamic table size update if the table size is not changed from the previous value after accepting new maximum value.
-
Tatsuhiro Tsujikawa authored
-
- 22 Oct, 2015 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This will improve performance since we can avoid indirect call of internal functions. The downside is we now require libnghttp2 static library to run unit tests.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Merge branch 'nghttpx-tls-dyn-rec-config' of https://github.com/LPardue/nghttp2 into LPardue-nghttpx-tls-dyn-rec-config
-