summaryrefslogtreecommitdiff
path: root/src/mod_userdir.c
Commit message (Expand)AuthorAgeFilesLines
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [mod_secdownload] add required algorithm option; old behaviour available as "...Stefan Bühler2015-11-221-1/+1
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-2/+2
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-10/+10
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ...Stefan Bühler2014-01-101-0/+2
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* [mod_userdir] add userdir.active option, "enabled" by defaultStefan Bühler2013-06-291-2/+11
* fix some gcc warningsStefan Bühler2011-07-301-3/+0
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-6/+6
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Fix bug with case-insensitive filenames in mod_userdir (#1589)Stefan Bühler2008-08-181-1/+20
* workaround #1587: require userdir.path to be set to enable mod_userdir (empty...Stefan Bühler2008-03-101-0/+5
* - support letterhomes in mod_userdir (#1473)Elan Ruusamäe2008-01-181-0/+11
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-51/+51
* added support for userdir without a passwd entryJan Kneschke2005-10-311-18/+81
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-2/+0
* the userdir module builds a physical path by hand, the same as mod_aliasJan Kneschke2005-08-181-2/+3
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-24/+8
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+248