| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_http_files: Only match on modification date when if-none-match is not pre... | Kim Alvefur | 2012-12-21 | 1 | -1/+1 |
* | mod_http_files: Only serve cached data if etag is unchanged. | Kim Alvefur | 2012-12-21 | 1 | -3/+3 |
* | mod_http_files: Make sure file extensions are not nil or empty string | Kim Alvefur | 2012-12-21 | 1 | -2/+2 |
* | mod_http_files: Avoid a bunch of table lookups | Kim Alvefur | 2012-12-21 | 1 | -8/+12 |
* | mod_http_files: No use in closing a file handle if we couldn't open it | Kim Alvefur | 2012-12-21 | 1 | -3/+5 |
* | mod_http_files: Compare If-Modified-Since to last modification date | Kim Alvefur | 2012-12-16 | 1 | -4/+7 |
* | mod_http_files: Fix caching the stringified directory index | Kim Alvefur | 2012-12-16 | 1 | -1/+1 |
* | mod_http_files: Generate simple directory index. | Kim Alvefur | 2012-12-11 | 1 | -2/+23 |
* | mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mim... | Kim Alvefur | 2012-12-11 | 1 | -10/+28 |
* | mod_http_files: Cache data read from disk in a weak table | Kim Alvefur | 2012-12-11 | 1 | -13/+18 |
* | mod_http_files: Add Last-Modified header | Kim Alvefur | 2012-12-11 | 1 | -0/+2 |
* | mod_http_files: Add ETag and check If-None-Match to allow client-side cache | Kim Alvefur | 2012-12-11 | 1 | -0/+7 |
* | mod_http_files: Return 404 faster if file does not exist | Kim Alvefur | 2012-12-11 | 1 | -3/+9 |
* | mod_http_files: Configurable number of index files to check for | Kim Alvefur | 2012-12-11 | 1 | -2/+5 |
* | mod_http_files: Respond with a 301 redirect for directories to append a / (fi... | Kim Alvefur | 2012-05-12 | 1 | -2/+9 |
* | mod_http_files: Specify method in HTTP route | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | mod_http_files, net.http.parser: Move path normalization to net.http.parser s... | Matthew Wild | 2012-04-26 | 1 | -23/+1 |
* | mod_http_files: Change option name from http_path to http_files_dir | Matthew Wild | 2012-04-26 | 1 | -1/+1 |
* | mod_http_files: Log 404 failure reason | Matthew Wild | 2012-04-26 | 1 | -0/+1 |
* | mod_http_files: Return numeric error codes instead of custom error responses | Matthew Wild | 2012-04-26 | 1 | -12/+4 |
* | mod_http_files: Rename argument to reflect what it actually is | Kim Alvefur | 2012-04-24 | 1 | -3/+3 |
* | mod_httpserver: Rename to mod_http_files | Kim Alvefur | 2012-04-23 | 1 | -0/+86 |