1. 20 Mar, 2017 1 commit
  2. 19 Mar, 2017 1 commit
  3. 18 Mar, 2017 2 commits
  4. 17 Mar, 2017 3 commits
  5. 15 Mar, 2017 8 commits
  6. 14 Mar, 2017 1 commit
  7. 12 Mar, 2017 1 commit
  8. 11 Mar, 2017 3 commits
  9. 10 Mar, 2017 1 commit
  10. 07 Mar, 2017 2 commits
    • Tatsuhiro Tsujikawa's avatar
      801869a5
    • Tatsuhiro Tsujikawa's avatar
      Fix nghttp2_session_want_write · 54f4b85b
      Tatsuhiro Tsujikawa authored
      This commit fixes the bug in nghttp2_session_want_write.  Previously,
      it may return 0 if there is pending frames after GOAWAY frame is
      submitted.
      
      To avoid the situation that nghttp2_session_want_write keeps returning
      nonzero after GOAWAY and the number of active streams is 0 (e.g., keep
      receiving SETTINGS or PING), nghttp2_session_mem_recv now just
      swallows the input data without parsing in this case.
      54f4b85b
  11. 06 Mar, 2017 1 commit
  12. 05 Mar, 2017 2 commits
  13. 02 Mar, 2017 1 commit
  14. 01 Mar, 2017 3 commits
  15. 28 Feb, 2017 1 commit
  16. 27 Feb, 2017 2 commits
  17. 26 Feb, 2017 5 commits
  18. 23 Feb, 2017 2 commits