nghttp2 - HTTP/2 C Library and tools
Go to file
Tatsuhiro Tsujikawa 24e932dfa2 Iterative treap implementation
This change implements spdylay_map functions in iterative approach
instead of original recursive approach. The iterative version is
overall faster than recursive one. The traversal function
(spdylay_map_each) is slightly slower but it is not noticeable.
2012-10-05 00:46:03 +09:00
doc Update doc 2012-09-12 22:37:05 +09:00
examples Removed trailing spaces 2012-10-01 21:51:24 +09:00
lib Iterative treap implementation 2012-10-05 00:46:03 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
python python: Escape '\' in server example code 2012-09-13 23:10:47 +09:00
src spdycat: Rewritten time_delta 2012-10-04 23:54:39 +09:00
tests Iterative treap implementation 2012-10-05 00:46:03 +09:00
.gitignore Added tests for malloc failures 2012-04-24 22:51:06 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
NEWS Updated NEWS 2012-10-02 21:45:52 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Update README.rst 2012-09-12 22:40:59 +09:00
configure.ac Bump up version number to 0.3.7-DEV 2012-10-02 23:04:41 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

README

See README.rst