| #
add03ac2 |
| 10-Feb-2023 |
Glenn Strauss <[email protected]> |
- next is 1.4.70
|
|
Revision tags: lighttpd-1.4.69 |
|
| #
3b728179 |
| 04-Feb-2023 |
Glenn Strauss <[email protected]> |
[autotools] fix typo in -I used --with-pcre2=/path (fixes #3190)
(thx giliy)
x-ref: "[PATCH] --with-pcre2 configured to incorrect path" https://redmine.lighttpd.net/issues/3190
|
| #
6516c5a2 |
| 19-Jan-2023 |
Glenn Strauss <[email protected]> |
[multiple] clang -Wstrict-prototypes for C2x
adjustments to compile warnings-free with recent clang changes that warn about potential behavior change for non-prototypes, including generic function p
[multiple] clang -Wstrict-prototypes for C2x
adjustments to compile warnings-free with recent clang changes that warn about potential behavior change for non-prototypes, including generic function pointers e.g. int(*)()
x-ref: https://discourse.llvm.org/t/rfc-enabling-wstrict-prototypes-by-default-in-c/60521 https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2432.pdf https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2841.htm
show more ...
|
| #
1eda5074 |
| 03-Jan-2023 |
Glenn Strauss <[email protected]> |
[doc] remove references to removed modules
|
| #
c2932d04 |
| 03-Jan-2023 |
Glenn Strauss <[email protected]> |
- next is 1.4.69
|
|
Revision tags: lighttpd-1.4.68 |
|
| #
33fd0db9 |
| 03-Dec-2022 |
Glenn Strauss <[email protected]> |
[core] remove libev fdevent option (ignore)
lighttpd directly uses native OS event handlers
|
| #
5e820e47 |
| 18-Sep-2022 |
Glenn Strauss <[email protected]> |
- next is 1.4.68
|
|
Revision tags: lighttpd-1.4.67 |
|
| #
47df989c |
| 15-Sep-2022 |
Glenn Strauss <[email protected]> |
[autoconf] force large file support (#3171)
force large file support; ignore --disable-lfs
(already forced in lighttpd meson, CMake, and Scons builds)
x-ref: "File upload regression with --disab
[autoconf] force large file support (#3171)
force large file support; ignore --disable-lfs
(already forced in lighttpd meson, CMake, and Scons builds)
x-ref: "File upload regression with --disable-lfs" https://redmine.lighttpd.net/issues/3171
show more ...
|
| #
6252c682 |
| 07-Aug-2022 |
Glenn Strauss <[email protected]> |
- next is 1.4.67
|
|
Revision tags: lighttpd-1.4.66 |
|
| #
40f289b6 |
| 08-Jun-2022 |
Glenn Strauss <[email protected]> |
- next is 1.4.66
|
|
Revision tags: lighttpd-1.4.65 |
|
| #
1bb0cbc7 |
| 29-Mar-2022 |
Glenn Strauss <[email protected]> |
[build] -D_DEFAULT_SOURCE consistency in builds
(previously defined in src/CMakeLists.txt)
|
| #
d68fc639 |
| 01-Feb-2022 |
Glenn Strauss <[email protected]> |
[mod_deflate] --with-libdeflate to use libdeflate
configure --with-libdeflate option to use libdeflate (must also configure --enable-mmap for mod_deflate to use libdeflate on input files larger tha
[mod_deflate] --with-libdeflate to use libdeflate
configure --with-libdeflate option to use libdeflate (must also configure --enable-mmap for mod_deflate to use libdeflate on input files larger than 64kB; libdeflate not used on files <= 64kB)
show more ...
|
| #
37dd53ba |
| 20-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] autoconf: report if building with zstd
|
| #
2a683cf2 |
| 19-Jan-2022 |
Glenn Strauss <[email protected]> |
- next is 1.4.65
|
|
Revision tags: lighttpd-1.4.64 |
|
| #
955c95bf |
| 14-Dec-2021 |
Glenn Strauss <[email protected]> |
[mod_mbedtls] changes to build with mbedtls 3.0.0
x-ref: "issues migrating lighttpd mod_mbedtls to mbedtls 3.0.0" https://github.com/ARMmbed/mbedtls/issues/5331
|
| #
aeba3144 |
| 09-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] check headers before some funcs
skip some func checks (slow) if expected header does not exist
|
| #
618fb436 |
| 08-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] rm redundant check for -lnetwork on Haiku
|
| #
c0ced4e8 |
| 08-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] collect Sun-specific headers and funcs
sendfilev() is Solaris-specific (and other OS have other alternatives)
|
| #
448621e0 |
| 08-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] collect Sun-specific headers and funcs
|
| #
f95ca5ef |
| 08-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] use -fstack-protector-strong w/ extra warn
use -fstack-protector-strong if configured with --enable-extra-warnings
|
| #
e563ae01 |
| 07-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] adjust help strings for pcre2 default
|
| #
c0f040ea |
| 05-Jan-2022 |
David Carlier <[email protected]> |
[build] Haiku build fix (fixes #3136)
Haiku needs to link to additional lib -lnetwork for socket funcs (similar to Solaris need for -lsocket -lnsl)
(edited: gstrauss)
x-ref: "haiku build fix pro
[build] Haiku build fix (fixes #3136)
Haiku needs to link to additional lib -lnetwork for socket funcs (similar to Solaris need for -lsocket -lnsl)
(edited: gstrauss)
x-ref: "haiku build fix proposal" https://redmine.lighttpd.net/issues/3136
show more ...
|
| #
1b11cd7a |
| 05-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] feature consistency between build types
|
| #
b6bd11c1 |
| 05-Jan-2022 |
David Carlier <[email protected]> |
[core] server.core-files support for solaris (fixes #3135)
server.core-files support for solaris based systems.
- using setpflags and disable process tracing protection for the current process.
(e
[core] server.core-files support for solaris (fixes #3135)
server.core-files support for solaris based systems.
- using setpflags and disable process tracing protection for the current process.
(edited: gstrauss)
x-ref: "server.core-files support on Solaris based system" https://redmine.lighttpd.net/issues/3135
show more ...
|
| #
9abc08d7 |
| 03-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] adjust trace for regex-conditionals
adjust trace for regex-conditionals features to include pcre and pcre2
|