Tatsuhiro Tsujikawa 102ea7c0bb nghttpd: Cache fd
Implement fd caching for static files.  The response body for such as
404 was dynamically generated previously, but now it is written in
temporally file and its fd is cached.  Currently, cache is reference
counted and expired when count becomes 0.  This makes caching is not
effective other than "busy" period, but we don't need this feature if
we are not busy.
2015-04-19 17:38:06 +09:00
2014-11-23 19:32:54 +09:00
2015-04-17 23:14:23 +09:00
2012-10-27 14:54:06 -07:00
2015-04-18 16:49:34 +09:00
2015-04-03 21:10:11 +09:00
2015-04-19 17:38:06 +09:00
2015-03-29 18:40:37 +09:00
2015-01-03 00:25:19 +09:00
2015-04-09 23:30:12 +09:00
2014-03-30 19:26:37 +09:00
2012-01-18 00:53:12 +09:00
2012-01-18 00:53:12 +09:00
2014-10-27 21:27:41 +09:00
2014-10-27 21:27:41 +09:00
2014-10-27 21:27:41 +09:00
2015-04-17 23:13:42 +09:00
2015-01-10 00:37:42 +09:00
2014-02-05 23:12:53 +09:00
2014-10-27 21:24:41 +09:00
2014-10-27 21:24:41 +09:00
2013-07-13 00:43:06 +09:00
2015-03-25 21:04:49 +08:00
2014-11-27 23:56:29 +09:00
2012-01-18 00:53:12 +09:00
2015-03-31 23:31:24 +09:00

See README.rst
Description
No description provided
Readme 34 MiB
Languages
C++ 50.2%
C 40%
Go 4%
Python 2%
M4 1.6%
Other 2.2%