summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* - next is 1.4.47Glenn Strauss2017-10-214-4/+6
* [doc] NEWSlighttpd-1.4.46Glenn Strauss2017-10-211-0/+263
* [core] translate DNS to IP str for cond socket cmpGlenn Strauss2017-10-211-4/+9
* [core] perf: more efficient fdevent_sched_run()Glenn Strauss2017-10-214-18/+34
* [core] reproducible build: hide __DATE__ __TIME__ (fixes #2828)Glenn Strauss2017-10-211-2/+7
* [cmake] link mod_cml with memcachedStefan Bühler2017-10-211-0/+3
* [cmake] fix attr header detection and linkingStefan Bühler2017-10-211-1/+5
* [cmake] handle WITH_WEBDAV_LOCKS optionStefan Bühler2017-10-211-0/+3
* [core] adjust parser for valid variable expansionGlenn Strauss2017-10-201-1/+3
* [mod_openssl] ssl.read-ahead="disable" by defaultGlenn Strauss2017-10-191-1/+1
* [core] remove fdevent_sched_run from fdevent_libev (#2827)Glenn Strauss2017-10-161-1/+0
* [core] add back REQUEST_SCHEME for backendsfbrosson2017-10-161-0/+3
* [core] permit LF to end lines if !header-strictGlenn Strauss2017-10-162-8/+76
* [mod_openssl] remove erroneous SSL_set_shutdown()Glenn Strauss2017-10-161-8/+0
* [mod_openssl] copy data for larger SSL packetsGlenn Strauss2017-10-151-5/+28
* [core] remove fd interest if create_env returnsGlenn Strauss2017-10-151-1/+6
* [mod_dirlisting] custom js date parse func (fixes #2823)Glenn Strauss2017-10-141-2/+22
* [core] fix $REQUEST_HEADER[...] parsing in config (#1556)Glenn Strauss2017-10-141-1/+1
* [core] handle fds pending close after poll timeout (fixes #2827)Glenn Strauss2017-10-121-1/+2
* [core] quiet coverity warningGlenn Strauss2017-10-091-1/+4