Tatsuhiro Tsujikawa
|
506de55475
|
src: Less strlen
|
2016-01-17 01:29:52 +09:00 |
Tatsuhiro Tsujikawa
|
045578989c
|
src: Update doc
|
2016-01-17 01:21:58 +09:00 |
Tatsuhiro Tsujikawa
|
d16ff1f519
|
nghttpx: Use StringAdaptor for Config::server_name
|
2016-01-17 01:15:11 +09:00 |
Tatsuhiro Tsujikawa
|
34d5382d66
|
nghttpx: Use VString for DownstreamAddr::host and hostport to remember size
|
2016-01-17 00:52:41 +09:00 |
Tatsuhiro Tsujikawa
|
c6ef1c02b9
|
Switch to clang-format-3.6
|
2015-11-13 00:53:29 +09:00 |
Tatsuhiro Tsujikawa
|
b832caccd4
|
Fix typo
|
2015-10-25 11:31:55 +09:00 |
Tatsuhiro Tsujikawa
|
20ac0e3e48
|
src: Print out exception type
|
2015-10-22 01:34:01 +09:00 |
Tatsuhiro Tsujikawa
|
b9a9e3a596
|
src: s/custom/unknown/
|
2015-10-18 00:10:08 +09:00 |
Tatsuhiro Tsujikawa
|
eff3dfd50b
|
src: Move exception handling code to one function
|
2015-10-17 23:34:05 +09:00 |
Tatsuhiro Tsujikawa
|
22a89ff7a6
|
Fix compile error and warning with gcc
|
2015-09-29 23:38:26 +09:00 |
Tatsuhiro Tsujikawa
|
8acf9a2802
|
nghttpx: Trie based routing
|
2015-09-26 22:19:10 +09:00 |
Tatsuhiro Tsujikawa
|
bff59e09dc
|
src: Robust make_array implementation
This is meant to be used for ints, but unfortunately std::forward is
not constexpr in C++11.
|
2015-09-24 23:43:07 +09:00 |
Tatsuhiro Tsujikawa
|
cebfdacc5a
|
src: Use user-defined literals for time (hours and minutes)
|
2015-06-21 14:51:32 +09:00 |
Tatsuhiro Tsujikawa
|
39f89f4a60
|
src: Use user-defined literals for k, m, and g.
|
2015-06-21 14:32:47 +09:00 |
Tatsuhiro Tsujikawa
|
d46e50b112
|
nghttpx: Refactor DownstreamQueue to avoid expensive std::map
|
2015-03-12 01:13:55 +09:00 |
Tatsuhiro Tsujikawa
|
0f87cedc2d
|
nghttpx: Use doubly linked list for dconns_ and streams_
|
2015-03-11 21:35:47 +09:00 |
Tatsuhiro Tsujikawa
|
c976a0fcd1
|
asio: Add server::response::write_trailer()
|
2015-03-07 19:26:42 +09:00 |
Tatsuhiro Tsujikawa
|
ab93a700ce
|
src: Announce h2 ALPN
|
2015-02-20 23:50:17 +09:00 |
Tatsuhiro Tsujikawa
|
795a22a320
|
src: Remove ringbuf.h, use buffer.h instead
|
2015-02-06 23:40:34 +09:00 |
Tatsuhiro Tsujikawa
|
b4b2ddad3b
|
src: Rewrite defer function template
|
2015-02-06 23:27:15 +09:00 |
Tatsuhiro Tsujikawa
|
6ff67ae869
|
src: Move array_size to nghttp2 namespace
|
2015-02-06 22:44:09 +09:00 |
Tatsuhiro Tsujikawa
|
ab6663c785
|
src: Use std::array instead of std::vector if size is compile time constant
|
2015-02-06 00:15:43 +09:00 |
Tatsuhiro Tsujikawa
|
54851ef7a6
|
src: Move make_unique to nghttp2 namespace
|
2015-02-06 00:15:43 +09:00 |