Project

General

Profile

Activity

From 2024-01-04 to 2024-01-10

2024-01-10

04:26 Revision 5f60c02a: [ci] adjust Windows tests in .github/workflows
gstrauss
04:26 Revision 21889152: [tests] test_mod stub funcs for static builds
For static builds, plugin.c contains references to module init funcs
and if those modules are included in test_mod.c ...
gstrauss

2024-01-09

12:39 Revision 13295359: [tests] adjust shell syntax in tests/prepare.sh
gstrauss
11:32 Revision b16126ba: [ci] rename .github/workflows/meson.yml to pr.yml
gstrauss
11:32 Revision d894a5ee: [ci] add Windows-MSYS2 to .github/workflows
Windows-MSYS2 test build is currently limited to a static build
of lighttpd core modules due to linking challenges in...
gstrauss
11:32 Revision 0724de5c: [ci] add Solaris (disabled) to .github/workflows
Solaris vmaction setup is very slow compared to all other tests
(All other tests complete in 3-4 mins; Solaris typica...
gstrauss
11:32 Revision 682da8d4: [ci] add Windows-VisualStudio to .github/workflows
gstrauss
11:30 Revision 55e6287d: [ci] adjust NetBSD,OpenBSD tests .github/workflows
gstrauss
11:30 Revision 319e3211: [ci] further simplify
Remove pointless and redundant Name entries.
Remove auto features. They require a value setting to be absent in
meso...
Rosen Penev
11:30 Revision e70b14b7: [ci] adjust .github/workflows/meson.yml
re-add NetBSD image which repeated vmactions/openbsd-vm@v1
(to be fixed up in subsequent commits)
This reverts commit...
gstrauss
11:30 Revision 5e1123ad: [ci] use latest GCC and clang
latest compilers are a lot more strict. Simplifies workflow file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev
11:30 Revision 3a8d25b6: [ci] cmake did not detect inet_pton on x86 _WIN32
gstrauss
11:30 Revision 15e0588c: [tests] support platforms without cp -n
(e.g. NetBSD and OpenBSD) gstrauss
10:59 Revision 8368ab98: [cmake,meson] skip tests/* under native Windows
tests/* do not run under native Windows; not written for Windows paths gstrauss
10:59 Revision 611eda83: [ci] _WIN32 portability
gstrauss

2024-01-08

12:33 Revision ae0e4d91: [core] fix recent solaris typo; compile failure
gstrauss
12:33 Revision 32e770f0: [ci] #undef _XOPEN_SOURCE on Solaris
fixes compile error when #define _XOPEN_SOURCE 700 is used, e.g. error
/opt/csw/lib/gcc/i386-pc-solaris2.10/5.5.0/inc...
gstrauss
12:33 Revision 296a5ecb: [ci] quiet msys-clang32 stdcall compiler warning
warning: cast between incompatible calling conventions 'cdecl' and 'stdcall'; calls through this pointer may abort at... gstrauss
07:10 Bug #3239: syslog level set to error for messages that are not errors
Correct. Three of the five calls are controlled by debug directives.
How would you like to be credited in the commi...
gstrauss
06:38 Bug #3239: syslog level set to error for messages that are not errors
Great, here’s a patch for three of the five calls to `log_error_multiline`. They’re all controlled by config directiv... Hawk777
05:50 Revision b4acc6e9: [ci] adjust .github/workflows/meson.yml
remove typo'd NetBSD image which repeated vmactions/openbsd-vm@v1
NetBSD image vmactions/netbsd-vm@v1 contains some p...
gstrauss
02:38 Revision a0597992: [ci] enable github CI
(thx neheb)
initial take by neheb
reduced and updated to a mostly-working set of OS in this commit
x-ref:
"add gi...
gstrauss
02:38 Revision e2cda516: [tests] quiet compiler warning
quiet compiler warning for use of int8_t whose bounds are checked with
assert() on line directly above the use.
gstrauss
02:38 Revision 0b51c1dd: [core] DragonflyBSD portability
gstrauss
02:38 Revision b8cdb816: [meson] portability improvements
gstrauss
02:38 Revision 5c0383fb: [core] combine *BSD cond handling 0-len FILE_CHUNK
combine *BSD condition handling 0-length FILE_CHUNK (should not happen) gstrauss
02:38 Revision 5366ccd7: [doc] update doc/config/conf.d/mime.conf
(output of doc/scripts/create-mime.conf.pl on Fedora 39) gstrauss
02:38 Revision 1e2cbc52: [core] gw_host_get shared code
Combine GW_BALANCE_HASH and GW_BALANCE_STICKY with difference being the
components included in initial hash calculati...
gstrauss
02:38 Revision c3ece072: [core] simplify connection_handle_write() err case
con->network_write() already logs if there is an error,
so remove duplicate error logging
gstrauss

2024-01-05

07:42 Bug #3239: syslog level set to error for messages that are not errors
Minimum requirement is a unified diff, which may be attached here or in the lighttpd Development forum.
You may alte...
gstrauss
06:54 Bug #3239: syslog level set to error for messages that are not errors
> If you find the time and have the inclination, you're welcome to submit patches for discussion which update various... Hawk777

2024-01-04

05:54 Revision 744b02c6: [build] quiet compiler warnings in LEMON parser
gstrauss
05:54 Revision 651d21cf: [tests] clean up memleak on test exit
gstrauss
03:33 Revision 231bf28d: [build] remove checks for sendfile64
ancient comments in the lighttpd code state:
(On linux 2.4.x you get either sendfile or LFS.)
lighttpd 1.4.67 and ...
gstrauss
03:33 Revision 7e654031: [core] log_pri() and log_pri_multiline() (#3239)
regarding code size: various approaches to passing priority may lead to
an explosion in code size. For example, an i...
gstrauss
03:33 Revision 10255812: [core] avoid preprocessor use inside macros
avoid preprocessor use inside (potential) macros gstrauss
03:33 Revision 3dda3e73: [core] log trace with priority for syslog() (#3239)
x-ref:
"syslog level set to error for messages that are not errors"
https://redmine.lighttpd.net/issues/3239
gstrauss
03:33 Revision 19e9de9f: [tests] add mod_expire tests to tests/request.t
reconfigure other tests which were overloading/reusing expire config gstrauss
03:33 Revision add369e1: [tests] t/test_mod_expire.c
add some tests for mod_expire (not exhaustive) gstrauss
03:33 Revision b77984d0: [mod_expire] check modification time to cur time
check modification time to current time; not needed if based on access gstrauss
 

Also available in: Atom