summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [mox_proxy] copy patched config data to gw contextpersonal/stbuehler/1.4.48-mod-proxy-fixStefan Bühler2018-08-181-0/+5
* [doc] NEWSlighttpd-1.4.48Glenn Strauss2017-11-111-0/+31
* [doc] fix doc/config/conf.d/fastcgi.conf exampleGlenn Strauss2017-11-091-9/+6
* [scons] fix various python2/3 incompatibilitiesStefan Bühler2017-11-082-8/+19
* [core] fix dup typedef compiler warningGlenn Strauss2017-11-071-2/+1
* [mod_openssl] quiet trace from TCP probes (#2784)Glenn Strauss2017-11-061-0/+8
* [mod_authn_sasl] SASL auth (new) (fixes #2275)Glenn Strauss2017-11-059-3/+387
* [mod_authn_ldap] replace use of deprecated funcsGlenn Strauss2017-11-057-31/+78
* [doc] NEWS - fix improper format line breaksGlenn Strauss2017-11-051-5/+2
* [mod_openssl] ssl.openssl.ssl-conf-cmd (fixes #2758)Glenn Strauss2017-11-041-0/+77
* [mod_openssl] allow specifying server cert chain (fixes #2692)Glenn Strauss2017-11-041-1/+2
* [mod_openssl] more pedantic check of return valuesGlenn Strauss2017-11-041-4/+4
* [core] quiet coverity false positiveGlenn Strauss2017-11-032-1/+2
* [build] fix link of test_configfile.cGlenn Strauss2017-11-032-0/+2
* [mod_cgi] quiet trace if mod_cgi sends SIGTERM (fixes #2838)Glenn Strauss2017-11-031-1/+1
* [core] fix lighttpd -1 one-shot graceful shutdownGlenn Strauss2017-11-031-1/+1
* [mod_openssl] error if ssl.engine in wrong section (fixes #2837)Glenn Strauss2017-11-031-1/+8
* [core] isolate backend fdevent handler defsGlenn Strauss2017-11-0314-341/+328
* [core] quiet pedantic cc warning for excess commaGlenn Strauss2017-11-021-1/+1
* [autobuild] allow sendfile() in cross-compile (fixes #2836)Glenn Strauss2017-11-021-3/+0
* [core] consolidate backend network write handlersGlenn Strauss2017-11-0219-1103/+743
* [core] cleanup: consolidate FAM code in stat_cacheGlenn Strauss2017-10-294-286/+336
* [core] cleanup unused ifndefGlenn Strauss2017-10-292-8/+0
* [stat_cache] remove debug code littered in fileGlenn Strauss2017-10-291-91/+0
* [core] isolate sock_addr manipulationGlenn Strauss2017-10-2922-719/+817
* [autobuild] remove obsolete warning about mmap useGlenn Strauss2017-10-281-4/+3
* [core] fix implicit wildcard IPv4 and IPv6 listenGlenn Strauss2017-10-281-6/+13
* [core] fix var.CWD (regression in 1.4.46) (fixes #2835)Glenn Strauss2017-10-281-1/+1
* [meson] new build systemStefan Bühler2017-10-288-6/+1029
* [autobuild] Merge branch 'personal/stbuehler/autobuild-cleanup'Glenn Strauss2017-10-281-838/+1054
|\
| * [autobuild] generate version id with m4 instead of awkStefan Bühler2017-10-281-2/+1
| * [autobuild] improve feature+module countingStefan Bühler2017-10-281-125/+50
| * [autobuild] simple check for forkStefan Bühler2017-10-281-3/+1
| * [autobuild] improve crypt[_r]Stefan Bühler2017-10-281-14/+12
| * [autobuild] improve opensslStefan Bühler2017-10-281-27/+36
| * [autobuild] kerberos improvementsStefan Bühler2017-10-281-19/+29
| * [autobuild] move some checks to the topStefan Bühler2017-10-281-24/+23
| * [autobuild] lots of small cleanupsStefan Bühler2017-10-281-247/+276
| * [autobuild] m4 and shell quoting, whitespace changes, sort some listsStefan Bühler2017-10-281-619/+893
| * [autobuild] require autoconf >= 2.60, automake >= 1.14Stefan Bühler2017-10-281-30/+5
|/
* [scons] Merge branch 'personal/stbuehler/scons-cleanup'Glenn Strauss2017-10-283-311/+543
|\
| * [scons] parse config programs output in a generic wayStefan Bühler2017-10-281-44/+31
| * [scons] break some lines in Append(...) callsStefan Bühler2017-10-281-23/+83
| * [scons] move LIB* initializing blockStefan Bühler2017-10-281-24/+24
| * [scons] split function names, break some linesStefan Bühler2017-10-281-12/+73
| * [scons] wrap Configure in local Autoconf classStefan Bühler2017-10-281-176/+263
| * [scons] add some generic defintions earlyStefan Bühler2017-10-281-1/+7
| * [scons] fix warnings with deprecated ldap apiStefan Bühler2017-10-281-0/+1
| * [scons] explicit fails when wanted features are missingStefan Bühler2017-10-281-36/+51
| * [scons] check all features in autoconf block and sort themStefan Bühler2017-10-281-100/+102