Tatsuhiro Tsujikawa
|
90b4b48c7e
|
nghttpx: Add shared session cache using memcached
|
2015-07-26 23:33:06 +09:00 |
Tatsuhiro Tsujikawa
|
4956bdc4da
|
src: Use std::copy_n
|
2015-02-06 21:35:03 +09:00 |
Tatsuhiro Tsujikawa
|
9a2d36fc6c
|
src: Use std::copy instead of std::copy_n since gcc-4.7 does not have it
|
2015-02-06 00:15:43 +09:00 |
Tatsuhiro Tsujikawa
|
6774fa6e07
|
buffer: Refactor
|
2015-02-06 00:15:43 +09:00 |
Tatsuhiro Tsujikawa
|
b4ad0a30af
|
Fix typo
|
2015-01-30 21:32:41 +09:00 |
Tatsuhiro Tsujikawa
|
6b1ef95d3f
|
nghttpx: Replace RingBuf with sequential Buffer
It turns out that we don't need circular buffer functionality. We
replaced RingBuf with simple sequential Buffer.
|
2015-01-29 22:57:56 +09:00 |