- 14 Oct, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Library code has not changed at all since the last release, so LT revision stays the same.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This is simply programming error, but it is interesting that using libstdc++ does not reveal this error. With clang++-libc++, we got std::system_error: mutex lock faild: Invalid argument. This is because we did not give a name to lock object, so it is immediately destructed. I think this will fix the reported crash on Mac OSX.
-
- 13 Oct, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 Oct, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 Oct, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 08 Oct, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
We may run into race condition if execve is called at the same time when fcntl is called. But we just does this for now to compile nghttp2 applications under older kernel.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 07 Oct, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
This also means that at least one stream whose dpri is NGHTTP2_STREAM_DPRI_TOP exists, its siblings descendants have no chance to send streams, even if their parent stream has NGHTTP2_STREAM_DPRI_NODATA.
-
- 06 Oct, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 05 Oct, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
Now we don't use std::future with --disable-threads, checking std::future in configure.ac was removed and building h2load is always enabled.
-
- 03 Oct, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Svante Signell authored
-
Tatsuhiro Tsujikawa authored
-
- 30 Sep, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 29 Sep, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Sep, 2014 8 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 27 Sep, 2014 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Since recently used headers are in dynamic header table, it is advantageous to search dynamic table first, saving time to search through static table.
-