1. 16 Feb, 2017 2 commits
  2. 15 Feb, 2017 5 commits
  3. 14 Feb, 2017 5 commits
  4. 13 Feb, 2017 2 commits
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Specify TLS protocol by version range · b36e53cc
      Tatsuhiro Tsujikawa authored
      This commit deprecates --tls-proto-list option, and adds 2 new
      options: --tls-min-proto-version and --tls-max-proto-version to
      specify minimum and maximum protocol version respectively.  Versions
      between the two are enabled.  The deprecated --tls-proto-list has
      empty default value, and acts like enabling only specific protocol
      versions in the range for now.
      b36e53cc
    • Tatsuhiro Tsujikawa's avatar
      Add nghttp2_option_no_closed_streams · f3a5a0a0
      Tatsuhiro Tsujikawa authored
      nghttp2_option_no_closed_streams controls whether closed streams are
      retained or not.  If nonzero is passed to that function's parameter
      val, a session does not retain closed streams.  It may hurt the shape
      of priority tree, but can save memory.
      f3a5a0a0
  5. 12 Feb, 2017 3 commits
  6. 11 Feb, 2017 4 commits
  7. 10 Feb, 2017 9 commits
  8. 09 Feb, 2017 3 commits
  9. 08 Feb, 2017 3 commits
  10. 07 Feb, 2017 2 commits
  11. 06 Feb, 2017 2 commits