summaryrefslogtreecommitdiff
path: root/src/configfile.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchang...Stefan Bühler2011-03-131-0/+18
* bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/...Stefan Bühler2010-08-071-0/+5
* don't overwrite global server.force-lowercase-filenames setting (fixes #2042)Stefan Bühler2010-08-071-19/+23
* add libev fdevent handler: server.event-handler = "libev"Stefan Bühler2010-08-071-2/+4
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-3/+0
* export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx pr...Stefan Bühler2009-11-051-0/+6
* Fix compile problems without sslStefan Bühler2009-10-141-0/+4
* Add SSL Client Certificate verification (#1288)Stefan Bühler2009-10-141-1/+28
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...Peter Colberg2009-10-141-0/+2
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-12/+9
* Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)Stefan Bühler2009-08-121-3/+3
* Fix config evaluation for debug.log-timeouts option (#1529)Stefan Bühler2009-07-011-0/+1
* Add server.breakagelog, a "special" stderr (fixes #1863)Stefan Bühler2009-06-211-4/+7
* Use unsigned int (and T_CONFIG_INT) for max_request_sizeStefan Bühler2009-06-211-3/+3
* Add option to enable TCP_DEFER_ACCEPT (fixes #1447)Stefan Bühler2009-04-261-0/+3
* Fix some problems with more strict compilers (#1923)Stefan Bühler2009-03-071-4/+2
* Silenced the annoying "request timed out" warning, enable with the "debug.log...Stefan Bühler2009-02-051-3/+7
* Add option to ignore the "Expect: 100-continue" header instead of returning 4...Stefan Bühler2009-02-041-0/+2
* Disable SSLv2 by defaultStefan Bühler2009-02-031-1/+1
* Fix leaving zombie process with include_shell (#1777)Stefan Bühler2008-09-301-2/+1
* Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)Stefan Bühler2008-08-191-34/+39
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-27/+27
* merged [2170] from trunk: fixed include basedir within include_shell, thanks ...mOo2008-05-151-4/+4
* Do not rely on PATH_MAX (POSIX does not require it) (#580)Stefan Bühler2008-04-291-2/+28