Project

General

Profile

Activity

From 2024-09-08 to 2024-09-14

2024-09-14

23:00 Feature #3264 (Fixed): [PATCH] sort by the exact value of mtime or size
Applied in changeset commit:4580edbf7fd8994aaccb7ecadf19a767409acc6f. gstrauss
22:51 Feature #3264 (Patch Pending): [PATCH] sort by the exact value of mtime or size
My patches no longer do the following (commented out) to generate data-value for mtime:... gstrauss
06:44 Feature #3264: [PATCH] sort by the exact value of mtime or size
I will likely split the commit on my dev branch into two parts, separating the changes to mtime to a separate commit,... gstrauss
22:43 Revision 4c2aa417: [mod_dirlisting] sort mtime using data-value (#3264)
date is parsed at runtime, upon selection of date column for sorting,
and the data-value is calculated and saved for ...
gstrauss
20:17 Revision 4580edbf: [mod_dirlisting] sort by exact value of size (fixes #3264)
(thx Low-power)
x-ref:
https://redmine.lighttpd.net/issues/3264
"[PATCH] sort by the exact value of mtime or size"
gstrauss

2024-09-13

20:19 Feature #3264: [PATCH] sort by the exact value of mtime or size
gstrauss wrote in #note-10:
> I have a tentative patch, based on yours but further modified, on my dev branch
> h...
Low-power
19:57 Feature #3264: [PATCH] sort by the exact value of mtime or size
> For the optimizating size of the resulting HTML, I think it should support an option to completely disable client-s... gstrauss
19:40 Feature #3264: [PATCH] sort by the exact value of mtime or size
Update patch. Low-power
19:19 Feature #3264: [PATCH] sort by the exact value of mtime or size
gstrauss wrote in #note-5:
> Instead, maybe we should hard-code @data-value="0"@ for '../' ?
Good idea. I have im...
Low-power
19:08 Feature #3264: [PATCH] sort by the exact value of mtime or size
For the optimizating size of the resulting HTML, I think it should support an option to completely disable client-sid... Low-power
19:05 Feature #3264: [PATCH] sort by the exact value of mtime or size
> I think comparing to server-side sorting, like the one implemented in Apache HTTP server, sorting in client-side pr... gstrauss
18:59 Feature #3264: [PATCH] sort by the exact value of mtime or size
> Just realized this failsafe was implemented for the '../' entry. It is hard-coded to have no data-values, so the so... gstrauss
18:43 Feature #3264: [PATCH] sort by the exact value of mtime or size
gstrauss wrote in #note-3:
> What do you have in mind? Should this sort of thing be done in javascript on the client...
Low-power
17:57 Feature #3264: [PATCH] sort by the exact value of mtime or size
> This provides multiple benefits. For example, when sorting my mtime, the human-readable date time string is longer ... gstrauss
17:31 Feature #3264: [PATCH] sort by the exact value of mtime or size
Is this patch addition necessary?... gstrauss
02:03 Feature #3266: $HTTP["localip"]
Those reading this should discount just about everything said by Anuskuss, since almost all of it is wrong or false.
...
gstrauss

2024-09-12

18:37 Feature #3266: $HTTP["localip"]
In my initial response, I wrote:
> In case my message was not abundantly clear: Do not post here again. Where shou...
gstrauss
17:55 Feature #3266: $HTTP["localip"]
> You filed your "feature" request as a "bug".
I did not; I specifically selected "Feature". I created a new issue (...
Anuskuss
16:45 Feature #3266: $HTTP["localip"]
You filed your "feature" request as a "bug".
You failed to acknowledge that a machine can (and often does) have mult...
gstrauss
13:22 Feature #3266: $HTTP["localip"]
This was not a "user question" and I don't need "support". This was a feature request made with an example of how it ... Anuskuss
04:18 Feature #3266 (Invalid): $HTTP["localip"]
This is the lighttpd issue tracker for issues in lighttpd. It is not for user questions. It is not for people who f... gstrauss
00:40 Feature #3266 (Invalid): $HTTP["localip"]
I want to use some logic involving the current IP of my server, specifically I wanna do
```
$HTTP["remoteip"] == $H...
Anuskuss
08:24 Bug #3265: lighttpd stalls on upload to backend if disk is full
After cleaning the disk lighttpd did not become responsive without restart, we waited at least 2min.
After restart e...
flynn
08:22 Bug #3265: lighttpd stalls on upload to backend if disk is full
If the backend to which lighttpd proxies requests is down, then it may appear that lighttpd is unable to send request... gstrauss
08:11 Bug #3265: lighttpd stalls on upload to backend if disk is full
From the logs:
* error is caused by POST requests with HTTP/1.1
* the proxied backend is down at least 2min before ...
flynn
06:40 Bug #3265: lighttpd stalls on upload to backend if disk is full
> Some thoughts:
>
> * the process, that fills the disk, is not (only) lighttpd, there is at least one more process ...
gstrauss
06:07 Bug #3265: lighttpd stalls on upload to backend if disk is full
I try to collectd today more log messages ...
Some thoughts:
* the process, that fills the disk, is not (only) li...
flynn

2024-09-11

22:18 Bug #3265 (Need Feedback): lighttpd stalls on upload to backend if disk is full
So far, I am unable to reproduce reported blocking/hanging error with simple TLS setup proxying to a separate backend... gstrauss
20:53 Bug #3265: lighttpd stalls on upload to backend if disk is full
Requests were made using TLS (HTTPS).
Linux kernel version from Debian 12 between 6.1.99 and 6.1.106.
HTTP/2 or...
flynn
19:50 Bug #3265: lighttpd stalls on upload to backend if disk is full
@2024-09-10 11:50:37: (chunk.c.848) write() temp-file /var/cache/lighttpd/uploads/lighttpd-upload-kuqoxM failed: No s... gstrauss
18:11 Bug #3265: lighttpd stalls on upload to backend if disk is full
Modern lighttpd attempts to use operating-system-specific mechanisms to efficiently write files to disk. For example... gstrauss
13:05 Bug #3265: lighttpd stalls on upload to backend if disk is full
The affected server ist not under my control anymore (but has been), the issue was only reported to me and solved by ... flynn
05:38 Bug #3265: lighttpd stalls on upload to backend if disk is full
When this occurs, would you @strace@ the lighttpd process and see on what system call lighttpd is blocked?
The int...
gstrauss

2024-09-10

13:37 Bug #3265 (Missing Feedback): lighttpd stalls on upload to backend if disk is full
If lighttpd (happened with version 1.4.73) buffers uploads on disk (@server.stream-request-body = 1@) to proxied back... flynn
05:43 Feature #3264: [PATCH] sort by the exact value of mtime or size
Thank you. I will review further later this week.
For others reading this:
HTML data attributes are reasonably well...
gstrauss
05:37 Bug #3262 (Fixed): Index -1 Out of Bounds Error in http_header_hkey_get Function in Lighttpd
commit commit:c711dcd4
The issue reported does not cause lighttpd to crash in normal operation. Clang compiling l...
gstrauss
04:06 Revision 99e7a84a: [mod_auth] HTTP Digest and HTTP/2 extended CONNECT
HTTP Digest Auth and HTTP/2 extended CONNECT interaction may result in
digest mismatch if an HTTP/2 gateway changes a...
gstrauss

2024-09-09

13:39 Feature #3264 (Fixed): [PATCH] sort by the exact value of mtime or size
This change implements directory list sorting by file modification time or size, with the exact raw values instead of... Low-power
05:51 Revision c711dcd4: [core] avoid pedantic compiler warning (fixes #3262)
avoid pedantic clang -fsanitize=undefined compiler warning on ptr math
The existing code did not (and still does not...
gstrauss
 

Also available in: Atom