Activity
From 2025-03-22 to 2025-03-28
2025-03-27
- 17:26 Lighttpd Bug #3074: Looooong list of regexp results in assert() in all versions >= 1.4.56
- I modified the perl at the bottom of [[mod_access] to omit the empty initial values.
- 13:45 Lighttpd Bug #3074: Looooong list of regexp results in assert() in all versions >= 1.4.56
- I was unable to quickly reproduce. Looks like it works, using the perl script at the end of [[mod_access]] to create...
- 12:32 Lighttpd Bug #3074: Looooong list of regexp results in assert() in all versions >= 1.4.56
- > I used https://regex101.com/ as regex validator, which reported errors in the regex. After escaping the slashes it ...
- 07:22 Lighttpd Bug #3074: Looooong list of regexp results in assert() in all versions >= 1.4.56
- Maybe lighttpd should report broken regex in the error log.
- 07:20 Lighttpd Bug #3074: Looooong list of regexp results in assert() in all versions >= 1.4.56
- I wanted to evaluate this solution and created a separate logfile for every hit, e.g. @url.access-deny = ( "" )@ -> @...
- 05:22 Lighttpd Revision be24e01b: [ci] Cygwin remove redundant call to setup.exe
- (now using option allow-test-packages: true)
- 05:22 Lighttpd Revision 1ed5a31c: [ci] Cygwin prefer D:\ drive
- 05:21 Lighttpd Revision 73626ffe: [ci] Cygwin Invoke-WebRequest -MaximumRetryCount 3
- x-ref:
"retry network operations 3 times"
https://github.com/cygwin/cygwin-install-action/pull/25
2025-03-26
- 13:57 Lighttpd Bug #3074: Looooong list of regexp results in assert() in all versions >= 1.4.56
- Why do you think the @/@ needs to be escaped? Things need to be quoted properly and lighttpd delineates the regex in...
- 13:33 Lighttpd Bug #3074: Looooong list of regexp results in assert() in all versions >= 1.4.56
- The last perl one liner on [[Docs_ModAccess|mod_access]] may produce broken regular expressions, if the user agents c...
- 04:28 Lighttpd Revision 069971fb: [TLS] issue trace if unable to check/refresh cert
- when configured to check/refresh certificates
server.feature-flags += ("ssl.refresh-certs" => "enable")
2025-03-25
- 21:01 Lighttpd Revision 9e60222c: [mod_openssl] spelling in comment
- 20:19 Lighttpd Revision cd4460f6: [mod_openssl] revert SSL_CTX default cert assign
- revert SSL_CTX default cert assignment
openssl might prefer an ECDSA certificate for a default host assigned to
SSL_... - 05:41 weighttp Revision c905be94: comment on sorting funcs using subtract shortcut
- 05:41 weighttp Revision f5836860: do not adjust req_started if tests end early
- The number of started requests may be more than the number of completed
responses if the tests end early. The number...
2025-03-24
- 21:56 weighttp Revision 928dcebe: update command line help
- 21:56 weighttp Revision f020efa2: ignore aborted requests when benchmark ends early
- ignore aborted requests when benchmark ends early,
instead of treating those requests as having failed
However, any ... - 19:56 weighttp Revision 2d24411a: code move; insubstantive code change
- 19:56 weighttp Revision 471cd2be: remove obsolete comment
- 17:07 weighttp Revision 101c78c5: zero TimingStats when all connect fail
- (coverity)
- 05:36 weighttp Revision 6e69f305: option to end benchmark after num seconds (-a)
- If set, -a <secs> will issue a SIGALRM to end benchmark after given time
(similarities to Apache Bench (ab) '-t', bu... - 05:35 weighttp Revision b775c339: check for edge case if all connect() failed
2025-03-23
- 21:57 weighttp Revision a4d25912: handle single response line, or no Content-Length
- HTTP/1.0 is single request unless Connection: keep-alive
(implicit Connection: close)
HTTP/1.1 is keep-alive unless... - 21:54 weighttp Revision 3f38127d: read, discard HTTP/1.x 1xx intermediate responses
- 18:58 weighttp Revision 7c4d3a0e: count keep-alive retired; omit redundant totals
- - number of failures should be zero or close to zero for result accuracy
- retired and total currently should be the ... - 04:24 Lighttpd Revision 6eb07afe: [autotools] spelling Couldn't => Could not
- x-ref:
https://github.com/fink/fink-distributions/pull/1210#issuecomment-2601127278 - 03:21 Lighttpd Revision 7f48bdc9: [ci] MSYS detection kludge in tests/LightyTest.pm
- 01:41 Lighttpd Revision 7cdb3fdd: [ci] update deps pkg names for lighttpd on Cygwin
- gnutls-devel => libgnutls-devel
2025-03-22
- 23:32 Lighttpd Release: lighttpd 1.4.78
- [[Release-1_4_78|lighttpd 1.4.78 release notes]]
- 23:27 Lighttpd Revision 406187a7: - next is 1.4.79
- 19:40 Lighttpd Revision ebcfc929: [doc] NEWS
- 19:40 Lighttpd Revision ad913e3c: [ci] ci-build.sh adjust cov-int/ dir for coverity
- 19:29 Lighttpd Revision 4bc6295c: [ci] use meson build with cov-build for coverity
- 16:57 weighttp Revision a1e47583: option to omit stddev sanity chk mean-median (-S)
- (similarities to Apache Bench (ab) '-S')
- 16:56 weighttp Revision 4ccb23dd: report total times (connect + response times)
- 16:56 weighttp Revision 671d520a: option for CSV file w/ percentages for total time
- option for CSV file w/ percentages for total time to serve each request
(-e file)
(similarities to Apache Bench (ab)... - 16:56 weighttp Revision 950092fc: option to omit reporting extended percentiles (-d)
- (similarities to Apache Bench (ab) '-d')
- 16:56 weighttp Revision 1810214b: meson.build improvements and doc
- (thx stbuehler)
Also available in: Atom