An error occurred fetching the project authors.
  1. 30 Mar, 2014 2 commits
  2. 29 Mar, 2014 1 commit
  3. 10 Mar, 2014 1 commit
  4. 05 Mar, 2014 1 commit
  5. 14 Feb, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Allow always max 1024 padding for HEADERS · 1e95c8b3
      Tatsuhiro Tsujikawa authored
      We need paddings regardless of payload and frame boundary to mitigate
      certain attacks.
      
      Since we handles CONTINUATION internally, we don't show FLAG_PAD_HIGH
      and PAD_LOW flags of HEADERS in nghttp/nghttpd. We just show the
      total paddings in HEADERS + CONTINUATION.
      1e95c8b3
  6. 11 Feb, 2014 2 commits
  7. 07 Feb, 2014 1 commit
  8. 05 Feb, 2014 1 commit
  9. 29 Jan, 2014 1 commit
  10. 26 Jan, 2014 2 commits
  11. 08 Dec, 2013 1 commit
  12. 28 Nov, 2013 1 commit
  13. 29 Oct, 2013 1 commit
  14. 27 Oct, 2013 1 commit
  15. 28 Sep, 2013 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Add nghttp2_session_continue API function · 21d76dcc
      Tatsuhiro Tsujikawa authored
      The NGHTTP2_ERR_PAUSE library error code is introduced to pause
      the execution of nghttp2_session_mem_recv() when that error code
      is returned from nghttp2_on_frame_recv_callback or
      nghttp2_on_data_chunk_recv_callback. If this happens, the parameters
      available for both callbacks are retained until the application
      calls nghttp2_session_continue(). The application must retain
      input bytes which was used to produce the frame.
      After successful call of nghttp2_session_continue, the application
      can continue to call nghttp2_session_mem_recv() to process
      additional data.
      21d76dcc
  16. 10 Sep, 2013 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Add nghttp2_submit_request2 · 94263216
      Tatsuhiro Tsujikawa authored
      This function is similar to nghttp2_submit_request and the
      difference is it takes an array of nghttp2_nv as name/value pairs.
      It is useful if name/value pairs is not NULL-terminated in the
      application code.
      94263216
  17. 27 Aug, 2013 1 commit
  18. 09 Aug, 2013 1 commit
  19. 08 Aug, 2013 1 commit
  20. 07 Aug, 2013 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Fix connection-level flow control (local) · dcfa421d
      Tatsuhiro Tsujikawa authored
      Fix the bug that connection-level local window is not updated
      for the data is the last part of the stream. For the stream
      level window may ignore this, connection-level window must
      be updated. Also this change fixes the bug that connection-level
      window is not updated for the ignored DATA frames.
      dcfa421d
  21. 03 Aug, 2013 1 commit
  22. 28 Jul, 2013 1 commit
  23. 25 Jul, 2013 1 commit
  24. 24 Jul, 2013 1 commit
  25. 23 Jul, 2013 1 commit
  26. 22 Jul, 2013 1 commit
  27. 16 Jul, 2013 1 commit
  28. 15 Jul, 2013 1 commit
  29. 12 Jul, 2013 1 commit