summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [WIP] build systems cleanuppersonal/stbuehler/cleanup-buildStefan Bühler2017-11-0750-749/+743
* [cmake] removeStefan Bühler2017-11-079-1237/+1
* [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
| * [scons] add with_uuid option, document webdav relationsStefan Bühler2017-10-281-5/+6
| * [scons] fix dbiStefan Bühler2017-10-281-4/+4
| * [scons] don't screw env[LIBS]Stefan Bühler2017-10-282-31/+32
| * [scons] link -static-libgcc instead of gcc_sStefan Bühler2017-10-281-0/+3
| * [scons] don't link pthread twice in --whole-archive workaroundStefan Bühler2017-10-281-0/+1
| * [scons] fix some lib dependenciesStefan Bühler2017-10-281-3/+11
| * [scons] sort modulesStefan Bühler2017-10-281-22/+22
| * [scons] fix with_pgsqlStefan Bühler2017-10-281-4/+1
| * [scons] add with_all optionStefan Bühler2017-10-281-0/+11
| * [scons] rename with_gzip to with_zlibStefan Bühler2017-10-281-2/+2
| * [scons] config.py(-sample) not used, remove themStefan Bühler2017-10-282-16/+1
| * [scons] sort with_* options, document missing optionsStefan Bühler2017-10-281-13/+19
|/
* [core] fix build --disable-ipv6 (fixes #2832)nicorac2017-10-251-0/+4
* [mod_webdav] fix crash if stat fails, not ENOENTMarco Angaroni2017-10-251-0/+8
* - next is 1.4.48Glenn Strauss2017-10-224-4/+6
* [doc] NEWSlighttpd-1.4.47Glenn Strauss2017-10-221-0/+7
* [core] fix 1.4.46 regression in Last-ModifiedGlenn Strauss2017-10-221-0/+1
* [doc] use https:// URLs to .lighttpd.net resourcesGlenn Strauss2017-10-2233-47/+47
* [core] normalize config addrs for eq and ne (#2830)Glenn Strauss2017-10-221-92/+15
* [core] normalize config addrs for != match (#2830)Glenn Strauss2017-10-221-0/+77
* [core] fix 1.4.46 regression in config match (fixes #2830)Glenn Strauss2017-10-221-1/+8
* [core] stricter validation of request-URI beginGlenn Strauss2017-10-211-1/+7
* [mod_authn_gssapi] needs -lcom_err under DarwinGlenn Strauss2017-10-211-1/+1