- 20 Feb, 2012 1 commit
-
-
Jim Morrison authored
-
- 19 Feb, 2012 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 18 Feb, 2012 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
SPDYLAY_ERR_ZLIB is now moved back to non-fatal error and it is subject to GOAWAY if it occurred.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fixed spdylay_frame_count_nv_space() bug. Check all data is processed in spdylay_frame_count_unpack_nv_space()
-
- 17 Feb, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
If SPDYLAY_ERR_ZLIB is encountered, zlib context is out of sync. So we cannot further SYN_STREAM/SYN_REPLY/HEADERS frames. I'm not sure we should send GOAWAY in this case. So bail out with fatal error and drop connection for now.
-
- 16 Feb, 2012 10 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
-
Tatsuhiro Tsujikawa authored
Ensure that if flags contains SPDYLAY_FLAG_FIN, only the last DATA frame has FLAG_FIN set.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Temporal name/value buffer will be shared by unpacking frame.
-
- 15 Feb, 2012 10 commits
-
-
Jim Morrison authored
-
Jim Morrison authored
-
Jim Morrison authored
-
Jim Morrison authored
-
Jim Morrison authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The intention is make spdylay_submit_data() more generic, allowing trailing DATA and/or HEADERS frames.
-
Tatsuhiro Tsujikawa authored
-
- 14 Feb, 2012 10 commits
-
-
Jim Morrison authored
Conflicts: configure.ac examples/.gitignore
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Don't mix status code and return value in spdylay_session_on_syn_stream_received.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Reorganized source entries in examples/Makefile.am
-
Tatsuhiro Tsujikawa authored
We chooses the way to just add -lncurses to CUNIT_LIBS only for Mac OS X. This is because currently only Mac's cunit requires ncurses and adding a flag is simpler than erabolate checking.
-
Jim Morrison authored
-
- 13 Feb, 2012 1 commit
-
-
Tatsuhiro Tsujikawa authored
-