summaryrefslogtreecommitdiff
path: root/src/mod_dirlisting.c
Commit message (Expand)AuthorAgeFilesLines
* [mod_dirlisting] custom js date parse func (fixes #2823)Glenn Strauss2017-10-141-2/+22
* [mod_dirlisting] treat README and HEADER as paths (fixes #2818)Glenn Strauss2017-07-281-8/+16
* [mod_dirlisting] sort "../" to top of namesGlenn Strauss2017-05-201-1/+9
* [core] perf: stat_cache_mimetype_by_ext()Glenn Strauss2017-04-151-18/+2
* [core] remove some unused header includesGlenn Strauss2017-03-281-3/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-5/+5
* [mod_dirlisting] render dirlisting as HTML (fixes #2767)Glenn Strauss2016-12-101-19/+21
* remove #include "stream.h" where not usedGlenn Strauss2016-12-051-1/+0
* [mod_dirlisting] config header and readme filesGlenn Strauss2016-10-211-17/+36
* [mod_dirlisting] js column sort for dirlist table (fixes #613, fixes #2315)Glenn Strauss2016-08-111-1/+202
* [mod_dirlisting] dirlist does not handle POSTGlenn Strauss2016-08-101-2/+1
* minor: spelling changes in some comments/messagesGlenn Strauss2016-07-181-1/+1
* fix some warnings reported by cppcheckGlenn Strauss2016-07-171-2/+2
* use con->conf.server_tag in modulesGlenn Strauss2016-06-251-4/+0
* fix errors detected by Coverity ScanGlenn Strauss2016-06-231-2/+2
* fix errors detected by Coverity ScanGlenn Strauss2016-06-211-0/+1
* fallback to lseek()/read() if mmap() fails (#fixes 2666)Glenn Strauss2016-04-281-22/+36
* fix some warnings reported by static analysis toolGlenn Strauss2016-04-241-10/+11
* [mod_dirlisting] class for dir <tr> (fixes #2304)Glenn Strauss2016-04-131-2/+2
* use li_[iu]tostrn() instead of li_[iu]tostr()Glenn Strauss2016-04-011-1/+1
* [stat] mimetype.xattr-name global config option (fixes #2631)Glenn Strauss2016-03-261-2/+2
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [mod_dirlisting] dir-listing.hide-dotfiles = "enabled" by default (fixes #1081)Stefan Bühler2016-03-041-1/+1
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-4/+3
* [mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.hStefan Bühler2015-08-231-5/+0
* [mod_dirlisting] fix dir-listing.set-footer not showingStefan Bühler2015-08-091-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-11/+11
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-1/+3
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-8/+9
* [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compil...Stefan Bühler2014-10-161-42/+38
* add support for (Free)BSD extended attributesMoritz Wilhelmy2014-05-221-3/+14
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-4/+4
* [mod_dirlisting] fix memory leak if pcre failsStefan Bühler2014-02-141-1/+5
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes...Stefan Bühler2011-07-301-1/+2
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-10/+10
* Fix issues found with clang analyzerStefan Bühler2009-07-211-1/+1
* Add some dirlisting enhancements (fixes #1458)Stefan Bühler2009-04-261-69/+106
* Add revision number to package version for svn/git checkoutsStefan Bühler2009-04-101-1/+3
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-3/+4
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+2
* Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)Stefan Bühler2008-07-301-0/+10
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-40/+38
* Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614),...Stefan Bühler2008-04-231-2/+2
* renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)Jan Kneschke2007-08-181-1/+1
* added dir-listing.set-footer = <string> to set a footer under theJan Kneschke2007-08-151-1/+13
* - backported fix from trunkMarcus Rückert2007-08-131-4/+2
* reduced default PATH_MAX to 255 (fixes #826)Jan Kneschke2007-04-091-1/+1
* fixed conditional dir-listing.exclude (fixes #930)Jan Kneschke2007-04-091-21/+32