summaryrefslogtreecommitdiff
path: root/src/configfile.c
Commit message (Expand)AuthorAgeFilesLines
...
* [core] server.max-request-field-size (fixes #2130)Glenn Strauss2016-10-061-0/+2
* [core] make server.max-request-size scopeable (#1901)Glenn Strauss2016-10-051-1/+1
* [mod_auth] mod_authn_mysql.c MySQL auth backend (fixes #752, fixes #1845)Glenn Strauss2016-09-111-0/+13
* [core] better DragonFlyBSD support (fixes #2746)Glenn Strauss2016-08-201-2/+2
* [mod_auth] extensible interface for auth backendsGlenn Strauss2016-08-201-1/+37
* [core] set chunkqueue tempdirs at startup /var/tmpGlenn Strauss2016-07-291-1/+1
* [core] set chunkqueue tempdirs at startupGlenn Strauss2016-07-281-0/+12
* [config] inherit server.use-ipv6 and server.set-v6only (fixes #678)Glenn Strauss2016-07-161-2/+2
* remove long-deprecated, non-functional config optsGlenn Strauss2016-07-161-28/+0
* [mod_accesslog] %a %A %C %D %k %{}t %{}T (fixes #1145, fixes #1415, fixes #2081)Glenn Strauss2016-07-121-0/+1
* [core] make server.max-request-size scopeable (fixes #1901)Glenn Strauss2016-07-091-1/+5
* use con->conf.server_tag in modulesGlenn Strauss2016-06-251-1/+2
* [config] config options to stream request/response (#949, #376)Glenn Strauss2016-06-191-0/+20
* [config] server.bsd-accept-filter optionGlenn Strauss2016-06-041-1/+12
* [config] opts for http header parsing strictness (fixes #551, fixes #1086, fi...Glenn Strauss2016-05-191-0/+18
* [config] support include file glob (fixes #1221)Glenn Strauss2016-05-131-14/+53
* [core] add default modules while processing server configGlenn Strauss2016-05-101-95/+62
* [core] server.error-handler new directive for error pages (fixes #2702)Glenn Strauss2016-04-251-2/+8
* [config] server.listen-backlog option (fixes #1825, #2116)Glenn Strauss2016-04-181-0/+8
* [stat] mimetype.xattr-name global config option (fixes #2631)Glenn Strauss2016-03-261-0/+2
* [core] fixed the loading for default modules if they are specified explicitlyJan Kneschke2016-03-261-3/+29
* [config] warn if server.upload-dirs has non-existent dirs (fixes #2508)Glenn Strauss2016-03-261-0/+25
* [core] replace array weakref with vectorStefan Bühler2016-03-191-4/+3
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [core] improve array API to prevent theoretical memory leaksStefan Bühler2016-03-151-1/+0
* [core] improve conditional enabling (thx Gwenlliana, #2598)Stefan Bühler2016-02-211-3/+1
* [core] revert increase of temp file size back to 1MB, provide a configure opt...Stefan Bühler2015-11-071-0/+3
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-116/+129
* [core] check configparserAlloc() result with force_assertGaurav2015-09-261-0/+1
* fix some warnings found by coverity ("leak" in setup phase, not catching too ...Stefan Bühler2015-08-301-3/+5
* fix some unchecked return value warningsStefan Bühler2015-08-221-4/+12
* [configfile] fix reading uninitialized variable (found by Willian B.)Stefan Bühler2015-07-191-8/+3
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-2/+2
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-2/+2
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-13/+13
* [ssl] disable SSL3.0 by defaultStefan Bühler2014-10-161-1/+1
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-7/+7
* fix resource leaks in error cases on config parsing and other initializationsStefan Bühler2014-02-141-0/+2
* add two asserts to help parfait (#2530)Stefan Bühler2014-01-101-0/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+4
* [ssl] fix SNI handling; only use key+cert+verify-client from SNI specific con...Stefan Bühler2013-11-051-2/+10
* [core] check whether server.chroot existsStefan Bühler2013-08-301-0/+12
* [core] remove requirement that default doc-root has to exist, there are reaso...Stefan Bühler2013-08-301-21/+0
* [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)Stefan Bühler2013-08-301-0/+6
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-311-6/+6
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-1/+1
* [ssl] fix segfault on "ssl.honor-cipher-order" option while parsing the configStefan Bühler2011-12-061-1/+1
* [ssl] add option to honor server cipher order, true by default (fixes #2364)Stefan Bühler2011-11-301-0/+6
* [ssl] count renegotiations to prevent client renegotiationsStefan Bühler2011-11-301-0/+7
* fdevent: add solaris eventports (fixes #2171)lighttpd-1.4.29Stefan Bühler2011-06-131-0/+3