summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* - next is 1.4.71Glenn Strauss2023-05-101-1/+1
|
* [meson] update comment with build flagsGlenn Strauss2023-05-031-1/+1
|
* - next is 1.4.70Glenn Strauss2023-02-101-1/+1
|
* [meson] add meson.build to install man pages (fixes #3181)Glenn Strauss2023-01-041-0/+1
| | | | | | x-ref: "Meson / CMake build issues" https://redmine.lighttpd.net/issues/3181
* - next is 1.4.69Glenn Strauss2023-01-031-1/+1
|
* [core] remove libev fdevent option (ignore)Glenn Strauss2022-12-031-1/+1
| | | | lighttpd directly uses native OS event handlers
* [meson] update comment for opts w/ type 'feature'Glenn Strauss2022-11-231-1/+1
|
* [meson] add wrapdb instructionsRosen Penev2022-09-231-0/+6
| | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> github: closes #116
* [meson] use feature optionsRosen Penev2022-09-231-1/+1
| | | | | | | | | | | | | Simpler. Fixed up several wrong stuff such as zstd - wrong name zlib - extra windows handling unnecessary; dependency('zlib') is special and handles those cases sasl2 - wrong name Signed-off-by: Rosen Penev <rosenp@gmail.com> github: #116
* [meson] add missing meson_versionRosen Penev2022-09-231-2/+7
| | | | | | | | This makes it clear which version of meson is to be targeted. Signed-off-by: Rosen Penev <rosenp@gmail.com> github: #116
* - next is 1.4.68Glenn Strauss2022-09-171-1/+1
|
* [meson] add license keyword to project declarationGlenn Strauss2022-09-171-4/+6
|
* - next is 1.4.67Glenn Strauss2022-08-071-1/+1
|
* - next is 1.4.66Glenn Strauss2022-06-071-1/+1
|
* - next is 1.4.65Glenn Strauss2022-01-191-1/+1
|
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-1/+1
| | | | | x-ref: https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
* - next is 1.4.64Glenn Strauss2021-12-041-1/+1
|
* - next is 1.4.63Glenn Strauss2021-12-021-1/+1
|
* - next is 1.4.62Glenn Strauss2021-10-281-1/+1
|
* - next is 1.4.61Glenn Strauss2021-10-031-1/+1
|
* - next is 1.4.60Glenn Strauss2021-02-021-1/+1
|
* - next is 1.4.59Glenn Strauss2020-12-271-1/+1
|
* - next is 1.4.58Glenn Strauss2020-12-171-1/+1
|
* - next is 1.4.57Glenn Strauss2020-11-291-1/+1
|
* - next is 1.4.56Glenn Strauss2020-01-311-1/+1
|
* - next is 1.4.55Glenn Strauss2019-05-271-1/+1
|
* - next is 1.4.54Glenn Strauss2019-01-271-1/+1
|
* - next is 1.4.53Glenn Strauss2018-11-281-1/+1
|
* - next is 1.4.52Glenn Strauss2018-10-141-1/+1
|
* - next is 1.4.51Glenn Strauss2018-08-131-1/+1
|
* - next is 1.4.50Glenn Strauss2018-03-111-1/+1
|
* - next is 1.4.49Glenn Strauss2017-11-121-1/+1
|
* [mod_authn_sasl] SASL auth (new) (fixes #2275)Glenn Strauss2017-11-051-1/+1
| | | | | | | | | | | | | | | (experimental) HTTP Basic authentication using saslauthd server.modules += ( "mod_auth" ) server.modules += ( "mod_authn_sasl" ) auth.backend = "sasl" auth.backend.sasl.opts = ( "pwcheck_method" => "saslauthd" ) # default x-ref: "SASL auth like libapache2-mod-authn-sasl" https://redmine.lighttpd.net/issues/2275
* [meson] new build systemStefan Bühler2017-10-281-0/+19
Needed to extend lemon to take an output path parameter.