| Commit message (Expand) | Author | Age | Files | Lines |
* | fix segfaults in many plugins if they failed configuration | Stefan Bühler | 2015-05-14 | 1 | -0/+2 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -7/+7 |
* | Remove chunkqueue_get_{append,prepend}* API | Stefan Bühler | 2015-02-08 | 1 | -7/+6 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -8/+8 |
* | fix/silence bugs reported by ccc-analyzer (clang) | Stefan Bühler | 2013-11-13 | 1 | -1/+1 |
* | Add static-file.disable-pathinfo option to prevent handling of urls like .../... | Stefan Bühler | 2011-08-30 | 1 | -1/+15 |
* | fix some gcc warnings | Stefan Bühler | 2011-07-30 | 1 | -3/+0 |
* | mod_staticfile: add debug output if we ignore a file with static-file.exclude... | Stefan Bühler | 2010-07-04 | 1 | -0/+3 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -5/+5 |
* | Added some extra warning options in cmake and fix the resulting warnings (unu... | Stefan Bühler | 2009-03-07 | 1 | -0/+1 |
* | Replace buffer_{append,copy}_string with the _len variant where possible (#17... | Stefan Bühler | 2008-07-30 | 1 | -10/+10 |
* | fixed missing initialization | Jan Kneschke | 2008-02-27 | 1 | -1/+1 |
* | r2095@chromobil: stefan | 2008-02-26 17:11:21 +0100 | Stefan Bühler | 2008-02-26 | 1 | -1/+3 |
* | added support for If-Range: <date> (fixes #1346) | Jan Kneschke | 2007-09-09 | 1 | -1/+17 |
* | - fix the frigging 404-handler bugs: | Marcus Rückert | 2007-08-13 | 1 | -0/+1 |
* | - only generate the etag_flags once and store them in the connections | Marcus Rückert | 2007-07-03 | 1 | -5/+1 |
* | added static-file.etags, etag.use-inode, etag.use-mtime, | Jan Kneschke | 2007-06-15 | 1 | -5/+18 |
* | don't allow caching of file without a content-type | Jan Kneschke | 2007-04-09 | 1 | -18/+23 |
* | added possible for the caching of the invalid content-type | Jan Kneschke | 2007-04-09 | 1 | -0/+9 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -110/+110 |
* | - backport symlink patch in hard version to 1.4.11 | Marcus Rückert | 2006-09-07 | 1 | -0/+13 |
* | removed warning | Jan Kneschke | 2006-02-08 | 1 | -1/+1 |
* | ok, rel_path is not updated by mod_indexfile or the pathinfo handling | Jan Kneschke | 2006-01-06 | 1 | -8/+2 |
* | use physical.rel_path instead url.path to handle case-insensitive file-system... | Jan Kneschke | 2006-01-06 | 1 | -1/+1 |
* | added handling of If-Range | Jan Kneschke | 2006-01-03 | 1 | -5/+19 |
* | the range-request options was not handled at all, added test case | Jan Kneschke | 2005-10-05 | 1 | -1/+1 |
* | remove warning for strptime | mOo | 2005-10-01 | 1 | -3/+0 |
* | moved last-modifed handling to response.c and let mod_cml_lua.c use it. | Jan Kneschke | 2005-08-31 | 1 | -81/+3 |
* | added large-file support for Range-Requests again. | Jan Kneschke | 2005-08-26 | 1 | -5/+5 |
* | fix merging of auto-indexing element, and make autoload modules hack to use a... | mOo | 2005-08-23 | 1 | -0/+2 |
* | on SEGFAULT tell were we where | Jan Kneschke | 2005-08-21 | 1 | -0/+1 |
* | let mod_compress prepare etag, last-modified and content-type | Jan Kneschke | 2005-08-18 | 1 | -41/+28 |
* | moved code to mod_staticfile, mod_dirlisting and mod_indexfile | Jan Kneschke | 2005-08-15 | 1 | -0/+575 |