Althttpd

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

19 check-ins using file Makefile version f6245f821a

2025-04-28
10:57
Add woff/woff2 mimetypes. ... (Leaf check-in: 9823bf98a0 user: stephan tags: trunk)
10:53
Add mimetype flags which say to elide the charset from the response Content-Type to all mimetypes which are known to be binary. Probably many of the unmodified mimetypes refer to binary formats, but only those known by me to be binary were modified. ... (check-in: c0759d91c6 user: stephan tags: trunk)
2025-04-23
14:12
Alternative logview script "logview5" gives a 5-minute snapshot. ... (check-in: 1823d7073b user: drh tags: trunk)
2025-04-21
10:50
Another minor fix to logview. ... (check-in: 8fd94832a5 user: drh tags: trunk)
09:56
Minor bug fix in logview. ... (check-in: d14f1d6be9 user: drh tags: trunk)
2025-04-20
23:40
Enhance the 16-th column of the logfile output such that it can be a text string of the form "N+SUFFIX" meaning that the SCRIPT_NAME is constructed from the first N bytes of the URL followed by SUFFIX. This is used in cases when an extension is added (ex: /not-found.html) where the extension is not contained within the original URL. The logtodb program is also updated to handle this case. ... (check-in: 16660a2dcd user: drh tags: trunk)
2025-04-19
22:37
Fix harmless comments in documentation. ... (check-in: 6f90faea31 user: drh tags: trunk)
2025-04-17
20:19
Another couple typos reported off-list by BrickViking. ... (check-in: ea508d1347 user: stephan tags: trunk)
12:41
Typo fixes reported off-list. ... (check-in: 8aedaa4962 user: stephan tags: trunk)
12:23
Typo fix reported off-list (should have been in the previous checkin). ... (check-in: 5b02237029 user: stephan tags: trunk)
12:22
Typo fix reported off-list. ... (check-in: a39b4b12e2 user: stephan tags: trunk)
12:04
Typo fix reported in /forumpost/02820c61b8. ... (check-in: eb25a45eb9 user: stephan tags: trunk)
2025-04-16
15:31
Tweaks to the documentation. ... (check-in: 4bfb08e567 user: drh tags: trunk)
2025-04-09
20:02
Documentation updates to closer align with the latest changes. ... (check-in: 12a8bf4e9b user: drh tags: trunk)
18:08
Fix a typo in the previous check-in that prevented --tls-port from working. ... (check-in: 842be5b8a0 user: drh tags: trunk)
17:57
Enhance standalone mode to support both IPv4 and IPv6. Legacy option --family, which has always been a no-op as far as I can tell, has been removed. ... (check-in: 17608f5ee6 user: drh tags: trunk)
2025-04-08
09:46
Make the maximum number of children a start-time option. ... (check-in: b4081dbefe user: drh tags: trunk)
03:39
The MAX_CHILDREN limit is too low. Make it 20x higher. We discovered this when we tried to run standalone on sqlite.org. Althttpd has been running sqlite.org for 20 years, but it has previously always been fronted by xinetd or similar, so the undersized MAX_CHILDREN limit never got in the way before. ... (check-in: ca19ca7642 user: drh tags: trunk)
2025-04-06
11:54
Add LDFLAGS to the makefile to simplify the build on Haiku, where LDFLAGS must incldue -lnetwork. ... (check-in: d384a752a8 user: stephan tags: trunk)