Activity
From 2021-12-09 to 2021-12-15
2021-12-15
- 22:12 Revision fa82e037: [build] pcre2: use pkg-config before pcre2-config
- 15:59 Revision f58e8dda: [core] ignore pcre2 "bad JIT option" warning
- ignore pcre2 bad JIT option warning for use of PCRE2_JIT_COMPLETE
flag with pcre2_jit_compile() returning PCRE2_ERROR... - 12:25 Revision 2e0edb85: [build] -Wno-implicit-fallthrough for ls-hpack
- -Wno-implicit-fallthrough for ls-hpack on cygwin using recent gcc
- 11:54 Bug #3127: src/algo_xxhash.h: build failure with toolchain using uClibc
- Thank you for the hint, issue with the patch above was created.
- 11:09 Bug #3127 (Patch Pending): src/algo_xxhash.h: build failure with toolchain using uClibc
- Thanks. I'll include this in the next lighttpd release.
Have you suggested this patch upstream to xxhash? https:... - 11:03 Bug #3127 (Fixed): src/algo_xxhash.h: build failure with toolchain using uClibc
- ...
- 11:38 Revision a568bf47: [core] define static_assert for uClibc (fixes #3127)
- (thx aeolio)
define static_assert in algo_xxhash.h for uClibc
x-ref:
"src/algo_xxhash.h: build failure with toolc... - 11:38 Revision 42bbd804: [core] http_response_write_prepare optimization
- handle catchall in http_response_prepare() instead of in
http_response_write_prepare() - 11:38 Revision 0ebcfbd7: [build] add headers for sendfile() detect on MacOS
- (thx ryandesign)
x-ref:
https://github.com/macports/macports-ports/commit/d636f118f49297c7e35d57444f64021f7ce45bc5
2021-12-12
- 15:45 Revision 0ba74e23: [mod_magnet] interface to http_response_send_file
- st = lighty.c.stat("/path/to/file")
if (st and st.is_file) then
return st["http-response-send-file"]
end
calls htt... - 13:48 Revision 96fd7e5d: [multiple] remove r->physical.etag
- (no longer used; was used as temporary buffer)
- 13:42 Revision df070173: [core] add more const to stat_cache_update_entry()
- 13:19 Revision 8fe93aa5: [core] use ETag response header to check cachable
- honor ETag response header set in lua code in mod_magnet
(instead of having mod_magnet update r->physical.etag)
2021-12-10
- 18:53 Revision 3909e27f: [core] http_response_send_file() takes const path
- 15:05 Feature #3122 (Fixed): Error messages should include client IP
- Applied in changeset commit:b1578f9548a94eccba6653281821e0f24219a5f5.
- 15:05 Bug #3123 (Fixed): child exit causes time jump false positive when server.max-workers is non-zero
- Applied in changeset commit:b68b805c54cf17822325ffa026be7be85c7b292b.
- 15:02 Revision cbd6d5b3: [build] CI builds now use make -j 2
- 13:12 Revision bff59765: [build] create sha512sum file with release
- create sha512sum file with release, in addition to sha256sum file
- 06:46 Revision 6c857868: [doc] SELinux: setsebool -P httpd_setrlimit on
- document setrlimit() under SELinux may need one-time setup
setsebool -P httpd_setrlimit on - 06:35 Revision 18850c5c: [build] check getxattr before attr_get and -lattr
- check getxattr before attr_get and -lattr;
do not link with -lattr if getxattr is available from glibc
(modern glibc...
2021-12-09
- 22:02 Revision 8a535e7e: [mod_webdav] If-None-Match on non-existent entity
- fix logic inversion on If-None-Match test on non-existent entity
return 412 if If-None-Match: "*" for non-existent e... - 10:56 Revision b1578f95: [core] add remote IP to some error msgs (fixes #3122)
- add remote IP to some select error msgs
x-ref:
"Error messages should include client IP"
https://redmine.lighttp... - 10:50 Feature #3122: Error messages should include client IP
- > (connections.c.1072) unknown state: 53 272 (this message may have been triggered by tests with ticket #3118)
Yeah,... - 09:31 Feature #3122: Error messages should include client IP
- I applied your patches and the format looks good for me, thanks a lot.
I scanned older error logs and found two more... - 06:36 Feature #3122 (Patch Pending): Error messages should include client IP
Also available in: Atom