- 22 Apr, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
Added --verify-client option to spdyd.
-
- 11 Apr, 2012 2 commits
-
-
Jim Morrison authored
-
Jim Morrison authored
-
- 06 Apr, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 05 Apr, 2012 12 commits
-
-
Jim Morrison authored
Move timeout checking into the query parameter condition. Copy last_modified date string for file responses.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Add a timeout to spdycat
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Apr, 2012 1 commit
-
-
Jim Morrison authored
Add a timeout parameter to spdycat and add a crazy parameter to spdyd to test it (or test other clients)
-
- 03 Apr, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 02 Apr, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 29 Mar, 2012 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The spdylay_data contains full of implementation details and is not used in public API. It should be hidden. The spdylay_frame union now only contains the control frame.
-
Tatsuhiro Tsujikawa authored
-
- 28 Mar, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Spdylay library itself does not depend on OpenSSL. The example programs in examples directory do. Spdylay library should be built without OpenSSL.
-
- 27 Mar, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 26 Mar, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
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.
-
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.
-
- 23 Mar, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
spdylay_net.h is compatibility layer for network related header files. In the nature of spdylay library it should not depend on the actual networking implementations, but we need some system headers for optimization. Currently, arpha/inet.h and netinet/in.h are needed for ntoh*/hton* functions.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Added AC_CANONICAL_{BUILD,HOST,TARGET}
-
- 22 Mar, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 21 Mar, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-