Tatsuhiro Tsujikawa
|
8b8d79eeff
|
Include text/html in content-type for error status response
|
2012-05-19 17:01:11 +09:00 |
|
Tatsuhiro Tsujikawa
|
ca5ccae927
|
Prefer spdy/3 to spdy/2 in spdyd
|
2012-05-12 21:19:38 +09:00 |
|
Tatsuhiro Tsujikawa
|
5c187b950f
|
spdylay_data_source_read_callback can return
SPDYLAY_ERR_TEMPORAL_CALLBACK_FAILURE to signal stream error.
|
2012-05-12 18:19:05 +09:00 |
|
Tatsuhiro Tsujikawa
|
c1d360469a
|
Return SPDYLAY_ERR_EOF when SSL_read() returned 0
|
2012-05-11 21:40:51 +09:00 |
|
Tatsuhiro Tsujikawa
|
f45e68e05b
|
Added debug output for incoming invalid frames to SpdyServer
|
2012-05-09 23:35:06 +09:00 |
|
Tatsuhiro Tsujikawa
|
c009b1e65c
|
Call ERR_clear_error() before SSL I/O functions.
|
2012-05-07 23:22:40 +09:00 |
|
Tatsuhiro Tsujikawa
|
4d8273a052
|
In event loop condition, only consider spdylay_session_want_{read,write}.
|
2012-04-28 01:07:36 +09:00 |
|
Tatsuhiro Tsujikawa
|
b8d485d3a2
|
Added client certificates options (--cert and --key) to spdycat.
Added --verify-client option to spdyd.
|
2012-04-22 23:04:55 +09:00 |
|
Jim Morrison
|
9638dc8b0a
|
Compress status responses. spdy clients must support gzip decoding.
|
2012-04-11 13:15:56 -07:00 |
|
Jim Morrison
|
f7d1ca2740
|
Move timeout checking into the query parameter condition. Copy last_modified date string for file responses.
|
2012-04-05 11:11:02 -07:00 |
|
Jim Morrison
|
310d88c787
|
Add a timeout parameter to spdycat and add a crazy parameter to spdyd to test it (or test other clients)
|
2012-04-04 10:19:00 -07:00 |
|
Tatsuhiro Tsujikawa
|
94c7e89742
|
Renamed SPDYLAY_CONCURRENT_STREAMS_MAX as
SPDYLAY_INITIAL_MAX_CONCURRENT_STREAMS
|
2012-03-10 18:49:25 +09:00 |
|
Tatsuhiro Tsujikawa
|
3918d7fa7d
|
spdyd: Send SETTINGS frame after connection is established.
|
2012-03-10 18:45:38 +09:00 |
|
Tatsuhiro Tsujikawa
|
185d929d86
|
Translate received SPDY/2 name/value pairs into SPDY/3 style.
The callback functions receives SPDY/3 style name/value pairs.
|
2012-03-07 00:42:47 +09:00 |
|
Jim Morrison
|
541b6e9bce
|
Ensure that date and content length strings are still valid when they are put into the name values list.
|
2012-03-02 14:30:35 -08:00 |
|
Tatsuhiro Tsujikawa
|
70ebf673fc
|
Added experimental spdy/3 support to spdyd, spdynative and spdycat
|
2012-02-26 01:31:45 +09:00 |
|
Tatsuhiro Tsujikawa
|
8693874340
|
Added SPDY/3 flow control.
|
2012-02-26 00:12:32 +09:00 |
|
Tatsuhiro Tsujikawa
|
54e4c80b96
|
Added stream_id argument to spdylay_data_source_read_callback
|
2012-02-19 23:48:39 +09:00 |
|
Tatsuhiro Tsujikawa
|
e4ad446261
|
Fixed busy loop: remove marked handler.
|
2012-02-16 02:51:46 +09:00 |
|
Tatsuhiro Tsujikawa
|
4dc3214222
|
Added example of node.native style spdy server
|
2012-02-14 23:54:23 +09:00 |
|
Tatsuhiro Tsujikawa
|
a761d97bed
|
Fixed compiler warning
|
2012-02-14 23:06:08 +09:00 |
|
Tatsuhiro Tsujikawa
|
b507db7c9b
|
Extracted core server code to SpdyServer.{h,cc} for reuse.
Reorganized source entries in examples/Makefile.am
|
2012-02-14 21:49:22 +09:00 |
|