1. 28 Oct, 2013 3 commits
  2. 25 Oct, 2013 2 commits
  3. 23 Oct, 2013 1 commit
  4. 18 Oct, 2013 4 commits
  5. 12 Oct, 2013 1 commit
  6. 10 Oct, 2013 5 commits
  7. 04 Oct, 2013 3 commits
  8. 03 Oct, 2013 2 commits
  9. 02 Oct, 2013 3 commits
  10. 29 Sep, 2013 2 commits
  11. 28 Sep, 2013 3 commits
    • Tatsuhiro Tsujikawa's avatar
      Update doc · f30a238e
      Tatsuhiro Tsujikawa authored
      f30a238e
    • Tatsuhiro Tsujikawa's avatar
    • 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
  12. 26 Sep, 2013 5 commits
  13. 24 Sep, 2013 6 commits