Activity
From 2026-07-02 to 2026-07-08
Today
- GS 05:57 Lighttpd Revision eb714b54: [lemon] quiet coverity warning
- GS 04:52 Lighttpd Revision c6015bb6: [core] _WIN32: "url-path-backslash-trans" %5C->%2F
- translate %5C to %2F in URLs during burl_normalize() if
server.http-parseopts = ("url-path-backslash-trans" => "enable")
Behavior change:
This patch adds %5C -> %2F translation in addition to previous behavior
of translating '\\' to ... - GS 04:43 Lighttpd Revision 9fffcf56: [core] buffer_path_simplify() comments and indent
2026-07-05
- GS 00:30 Lighttpd Revision b92f416e: [lemon] quiet compiler warnings in LEMON parser
- quiet lemon.c clang C2x warnings
fix -Wpendantic warnings for bad casts
warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
warning: ISO C forbids conversion of object pointer to function pointer t... - GS 00:30 Lighttpd Revision 5b5f61d0: [lemon] build configparser.y w/ -Werror workarounds
- GS 00:30 Lighttpd Revision 7266738b: [lemon] refresh LEMON parser to SQLite maint ver
- The LEMON parser is maintained as part of SQLite
https://www.sqlite.org/src/file/tool/lemon.c
https://www.sqlite.org/src/file/tool/lempar.c
(committed files are incremental changes since the prior import)
2026-07-04
- 22:58 Lighttpd Revision a09d9773: Bump actions/cache from 5 to 6
- Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/action... - 22:58 Lighttpd Revision 173fd1bc: Bump actions/checkout from 6 to 7
- Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://gith... - 22:45 Lighttpd Revision 05c8591b: [core] _WIN32: check reparse tag in win32 readdir
- _WIN32: check reparse tag in win32 readdir()
to identify symlinks and mount point reparse tags
Co-authored-by: Glenn Strauss <gstrauss@gluelogic.com>
x-ref:
"2.1.2.1 Reparse Tags"
https://learn.microsoft.com/en-us/openspecs/windows... - 22:17 Lighttpd Revision 828cd0cd: [core] burl_normalize() query string offset parse
- burl_normalize() query string offset parsing of multiple '?'
in underlying burl_normalize_basic_required()
Co-authored-by: Glenn Strauss <gstrauss@gluelogic.com>
x-ref:
"[core] fix query string offset parsing in burl_normalize()"
h... - GS 22:07 Lighttpd Revision 9576c98c: [core] mark burl.c routines cold if modify URL
- (does not include uppercasing percent-encodings)
- GS 22:07 Lighttpd Revision 905ddaf6: [core] check utf8 the same way in burl.c
- check utf8 the same way in burl.c for unreserved and required
(burl_normalize_basic_unreserved() and burl_normalize_basic_required())