1. 11 May, 2014 2 commits
    • Alexis La Goutte's avatar
      Add some news CFLAGS: · 88234cba
      Alexis La Goutte authored
      * -Wpragmas
      * -Wunreachable-code
      * -Wpedantic
      * -Waddress
      * -Wattributes
      * -Wdiv-by-zero
      * -Wheader-guard
      88234cba
    • Alexis La Goutte's avatar
      Add AX_CHECK_COMPILE_FLAG (from Autotools packages) · 5b208c62
      Alexis La Goutte authored
      It's fix the build with Clang and --enable-werror, don't support -WClobberred and display error about unknown warning option
      error: unknown warning option '-Wclobbered'; did you mean '-Wconsumed'? [-Werror,-Wunknown-warning-option]
      5b208c62
  2. 10 May, 2014 6 commits
  3. 09 May, 2014 4 commits
  4. 08 May, 2014 3 commits
  5. 07 May, 2014 7 commits
  6. 06 May, 2014 13 commits
  7. 05 May, 2014 1 commit
  8. 02 May, 2014 2 commits
    • Tatsuhiro Tsujikawa's avatar
      src: Implement per-frame DATA compression · 9125499d
      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().
      9125499d
    • Nicholas Hurley's avatar
      Add --disable-threads option for configure · f3f9210d
      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.
      f3f9210d
  9. 01 May, 2014 2 commits