1. 06 Apr, 2012 3 commits
  2. 05 Apr, 2012 11 commits
  3. 04 Apr, 2012 1 commit
  4. 03 Apr, 2012 1 commit
  5. 02 Apr, 2012 1 commit
  6. 29 Mar, 2012 6 commits
  7. 28 Mar, 2012 2 commits
  8. 27 Mar, 2012 1 commit
  9. 26 Mar, 2012 4 commits
    • Tatsuhiro Tsujikawa's avatar
      Made spdynative noinst · c23a8651
      Tatsuhiro Tsujikawa authored
      c23a8651
    • Tatsuhiro Tsujikawa's avatar
      Updated README.rst · 31286d93
      Tatsuhiro Tsujikawa authored
      31286d93
    • Tatsuhiro Tsujikawa's avatar
      Removed SPDYLAY_SPDY2_PRI_LOWEST and SPDYLAY_SPDY3_PRI_LOWEST macros. · 200012f1
      Tatsuhiro Tsujikawa authored
      Made spdylay_session_get_pri_lowest() to get the lowest priority value
      for the current session.
      
      This change allows the application code to get the lowest priority value
      without knowing the protocol version which the current session uses.
      200012f1
    • Tatsuhiro Tsujikawa's avatar
      Issue RST_STREAM with PROTOCOL_ERROR if invalid header block is received. · 262cda86
      Tatsuhiro Tsujikawa authored
      We say the header block is invalid if at least one of the following
      condition is true:
      There are duplicate header names; or the header names are not
      encoded in US-ASCII character set and not lower cased; or the
      header name is zero-length string; or the header value contains
      multiple in-sequence NUL bytes.
      
      spdylay_frame_unpack_nv() returns SPDYLAY_ERR_INVALID_HEADER_BLOCK
      if the unpacking suceeded but it found the header block is invalid.
      This means that caller treats it as success, but do additional
      processing for invalid header block if it wants.
      The functions calling spdylay_frame_unpack_nv() also return
      SPDYLAY_ERR_INVALID_HEADER_BLOCK.
      262cda86
  10. 23 Mar, 2012 3 commits
  11. 22 Mar, 2012 1 commit
  12. 21 Mar, 2012 1 commit
  13. 18 Mar, 2012 1 commit
  14. 17 Mar, 2012 3 commits
  15. 15 Mar, 2012 1 commit