- 06 May, 2014 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Also updates docs
-
- 05 May, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 02 May, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
Currently, nghttpd server only compresses files whose extensions are one of .html, .js, .css and .txt. nghttp advertises its support of per-frame compression in SETTINGS frame. To implement this feature, we added 2 public API: nghttp2_session_get_remote_settings() and nghttp2_gzip_inflate_finished().
-
Nicholas Hurley authored
This allows users of OS X 10.9 to run nghttpd (and friends) with threading entirely disabled, to avoid crashes on startup related to std::mutex.
-
- 01 May, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
-
-
Tatsuhiro Tsujikawa authored
-
- 30 Apr, 2014 25 commits
-
-
Tatsuhiro Tsujikawa authored
-
Alexis La Goutte authored
libevent-server.c:552:43: error: missing field 'recv_callback' initializer [-Werror,-Wmissing-field-initializers]
-
Alexis La Goutte authored
libevent-client.c:355:43: error: missing field 'recv_callback' initializer [-Werror,-Wmissing-field-initializers]
-
Alexis La Goutte authored
libevent-server.c:691:8: error: C++ style comments are not allowed in ISO C90
-
Alexis La Goutte authored
nghttp2_session.c:1615:9: error: C++ style comments are not allowed in ISO C90 [-Werror]
-
Alexis La Goutte authored
nghttp2_stream.h:94:43: error: comma at end of enumerator list [-Werror=pedantic]
-
Alexis La Goutte authored
nghttp2_hd.h:115:30: error: comma at end of enumerator list [-Werror=pedantic]
-
Alexis La Goutte authored
nghttp2_int.h:50:33: error: comma at end of enumerator list [-Werror=pedantic]
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Alexis La Goutte authored
referred to by the global variable 'long_options' upon returning to the caller. This will be a dangling reference Found by Clang Analyzer
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
Alexis La Goutte authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 29 Apr, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-