- 18 Mar, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 17 Mar, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
spdylay_session_mem_recv() processes input bytes as the received data from the remote endpoint. spdylay_session_recv() uses it internally. The spdylay_inbound_buffer and ibuf member in spdylay_session is removed. The buffer is allocated in the stack when spdylay_session_recv() is called.
-
Tatsuhiro Tsujikawa authored
-
- 15 Mar, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 14 Mar, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 13 Mar, 2012 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
it is passed to spdylay_session_{client,server}_new().
-
Tatsuhiro Tsujikawa authored
Formatted the public APIs with Sphinx syntax.
-
Tatsuhiro Tsujikawa authored
-
- 11 Mar, 2012 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
-
Tatsuhiro Tsujikawa authored
frames are received for the same active stream ID.
-
Tatsuhiro Tsujikawa authored
which is less than any previously received SYN_STREAM.
-
Tatsuhiro Tsujikawa authored
Associated-To-Stream-ID is specified. Check the Associated-To-Stream is active before sending SYN_STREAM.
-
- 10 Mar, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
SPDYLAY_INITIAL_MAX_CONCURRENT_STREAMS
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 Mar, 2012 2 commits
-
-
Tatsuhiro Tsujikawa authored
Now remote and local settings are stored separately. The initial window size is included in SETTINGS frame, all active stream's window sizes are now updated. Removed the initial_window_size member from spdylay_stream because it is the same as remote_settings's initial window size.
-
Tatsuhiro Tsujikawa authored
Added SPDYLAY_SETTINGS_CLIENT_CERTIFICATE_VECTOR_SIZE.
-
- 08 Mar, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
Added accept header field. Use SPDYLAY_VERSION in user-agent header field. Some sites do not like 443 is in host header field.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 07 Mar, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Added doc for spdylay_error values
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This callback function is invoked after the control frame is not sent because of the error. The error is indicated by the error argument, which is one of the values defined in spdylay_error.
-
- 06 Mar, 2012 5 commits
-
-
Jim Morrison authored
-
Tatsuhiro Tsujikawa authored
The callback functions receives SPDY/3 style name/value pairs.
-
Tatsuhiro Tsujikawa authored
translate them into SPDY/2 as needed.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
of the request submitted by spdylay_submit_request().
-
- 05 Mar, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
spdycat should fail for failed requests
-
- 02 Mar, 2012 2 commits
-
-
Jim Morrison authored
Ensure that date and content length strings are still valid when they are put into the name values list.
-
Jim Morrison authored
-