1. 08 May, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Interleave stream DATA more naturally · 3e3d5184
      Tatsuhiro Tsujikawa authored
      We simulate resource sharing by decreasing weight.  The thing is if
      weight is wrapped, that item continues to send DATA until its weight
      gets lowered under the other items.  This commits fix this issue.
      3e3d5184
  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 12 commits