1. 08 May, 2014 3 commits
  2. 07 May, 2014 7 commits
  3. 06 May, 2014 13 commits
  4. 05 May, 2014 1 commit
  5. 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
  6. 01 May, 2014 4 commits
  7. 30 Apr, 2014 10 commits