Althttpd

Timeline
Login

Timeline

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

50 most recent check-ins

2024-11-05
09:02
Remove unused syslog.h header after testing on Linux and OpenBSD. The header's lack in msys2 builds was reported in [/forumpost/3e78394004]. ... (Leaf check-in: 07d1ade99f user: stephan tags: trunk)
03:45
Change an unsigned int to a socklen_t to resolve portability problem reported in [](/info/83cc724873). ... (check-in: 38f8c7072c user: stephan tags: trunk)
2024-11-04
05:14
forgot to add comment about the MTLS change with regard to the CLI parameter ... (Leaf check-in: 646adc55f9 user: cforkin tags: mutual-tls-option)
2024-10-14
11:06
Remove the CRLF-free note at the end of the documentation, since it no longer applies. ... (check-in: bd69c771f7 user: drh tags: trunk)
01:00
Change SEND_CR to default-on. I'm so sad about this.... ... (check-in: b631279808 user: drh tags: trunk)
2024-10-12
23:57
added an option to require mutual TLS for extra security when using althttpsd ... (check-in: fc5afdddf9 user: cforkin tags: mutual-tls-option)
19:19
Add a note to the end of the main description of Althttpd to indicate that it is carriage-return free software. Provide the SEND_CR compile-time option to make it standards compliant, for the timid. ... (check-in: 11eb227f48 user: drh tags: trunk)
2024-10-11
10:35
Add a copyright release form. ... (check-in: f6ad09182f user: drh tags: trunk)
2024-10-10
16:21
Send bare \n instead of \r\n for all HTTP reply headers. ... (check-in: 8d917cb10d user: drh tags: trunk)
2024-09-30
17:38
Fix the --enable-sab command-line option so that it only consumes a single argument from the command-line, not two. ... (check-in: e2bfd75a40 user: drh tags: trunk)
2024-09-28
17:54
Add xsl and xslt mimetype entries, per request in [7fdd2d45b9]. ... (check-in: 093347f1be user: stephan tags: trunk)
2024-08-22
10:38
Update the build docs to reflect that more than a single C file is now required, as reported in [/forumpost/1dc9c519ce|forum post 1dc9c519ce]. ... (check-in: 024f3f5dd1 user: stephan tags: trunk)
2024-08-14
11:03
Minor doc typo fix. ... (check-in: 3603e5f623 user: stephan tags: trunk)
2024-08-05
10:35
Updates to the logview scripts. ... (check-in: 2fbe3ab673 user: drh tags: trunk)
2024-07-30
11:48
Show change log for a successful captcha completion in logview. ... (check-in: 5af635d802 user: drh tags: trunk)
2024-07-29
18:08
Add a count of the number of successfully completed captchas to the logview. ... (check-in: 6cc4a6db96 user: drh tags: trunk)
14:35
Fix typo in Robot Stats of logview. ... (check-in: 03c7360869 user: drh tags: trunk)
14:31
New section in the logview report gives stats on robots. ... (check-in: 7e5bdccc2b user: drh tags: trunk)
11:17
Ensure that the "children user time" in the log is at least 1 microsecond if any CGI program was invoked. This allows logfile analysis programs to correctly identify CGI requests by observing a non-zero "children user time". ... (check-in: a3e120b334 user: drh tags: trunk)
00:53
Enhancements to logview to show the percentage of robots. ... (check-in: c3275afc57 user: drh tags: trunk)
2024-07-28
20:00
If the X-Robot: header is found coming back from a CGI, then set the linenumber field of the log file entry to either 1 (not-a-robot) or 2 (is-a-robot). ... (check-in: 7a160b2e59 user: drh tags: trunk)
2024-07-26
23:26
Disable the Chinese spider detection added by the previous two check-ins. Update the logview utility to assume that all traffic from an IP address that ever lands on a honeypot is robotic. ... (check-in: 17f416d561 user: drh tags: trunk)
13:25
Enhancements to the chinese forum-timeline spider exclusion. ... (check-in: b70630561b user: drh tags: trunk)
12:29
Defend against the chinese spider attack against the SQLite Forum timeline. ... (check-in: b9482ad106 user: drh tags: trunk)
2024-07-03
15:05
Add sql ==> application/sql mime type mapping. ... (check-in: 7687e7b4ff user: stephan tags: trunk)
2024-06-24
08:09
Fix typo in the logview WAPP script. ... (check-in: 13ecc7ae81 user: drh tags: trunk)
2024-05-26
20:24
Add image/jp2 mime type for parity with fossil and fix a mis-ordered entry for the jpe mime type. ... (check-in: 57952021f8 user: stephan tags: trunk)
2024-05-18
17:22
Rebustness improvement to logtodb.c and logview. ... (check-in: 4d5842f61e user: drh tags: trunk)
2024-05-08
04:37
Merge updates from trunk. ... (Leaf check-in: 5e1b759d33 user: mistachkin tags: redirFile)
04:36
Merge updates from trunk. ... (Leaf check-in: a6760712e1 user: mistachkin tags: subDir)
2024-05-05
17:02
Add missing -static flag to static-logtodb build target, as reported in the forum. ... (check-in: a2696fb842 user: stephan tags: trunk)
2024-05-01
07:59
Add enclosing HTML tag around 404 docs, per forum request. ... (check-in: 6637731753 user: stephan tags: trunk)
2024-04-23
20:21
In logview, add a bandwidth column to the CPU Hogs report. ... (check-in: f734ec8c16 user: drh tags: trunk)
08:14
Add xhtml mimetype, per forum request, and correct js mimetype from text/x-javascript to text/javascript. ... (check-in: d43c70d45b user: stephan tags: trunk)
2024-04-18
11:28
More use of uriofst in logview. ... (check-in: 34d2ae9947 user: drh tags: trunk)
10:29
Add the uriofst field to the log table in logtodb. Update logview to make use of that new field. ... (check-in: 947595acdc user: drh tags: trunk)
2024-04-17
10:49
Fix logtodb.c so that it requires a 19-character date field. This prevents a read starting in the middle of the date. Enhancements to logview. ... (check-in: 030c435fc4 user: drh tags: trunk)
2024-04-16
19:28
Fix a bug in the computation of the new "scriptname" column by logtodb. ... (check-in: 6e401299e7 user: drh tags: trunk)
17:17
Add the /byuri page to logview. ... (check-in: 7e56b4e15e user: drh tags: trunk)
15:59
Update the "Most Common Requests" query of logview to make use of the new scriptname column in the generated database. ... (check-in: 35a2691b40 user: drh tags: trunk)
15:47
In logtodb, add a new column to the generated table: scriptname. The new column holds the name of the static file returned or the CGI script invoked, without the domain header or any suffix. ... (check-in: 4005f35508 user: drh tags: trunk)
14:10
Improved header comment and minor fixes to the logview script. ... (check-in: 9702fb6485 user: drh tags: trunk)
03:15
Doc typo fixes - no code changes. ... (check-in: cb6c6c39f8 user: stephan tags: trunk)
2024-04-15
18:23
Exclude images and CSS from the "most common requests" ... (check-in: 5026517552 user: drh tags: trunk)
17:55
Add the "logview" WAPP script that uses logtodb to scan the server log and generate a report that an administrator can see. ... (check-in: 1313e1e6fd user: drh tags: trunk)
17:54
More enhancements to logview. ... (Closed-Leaf check-in: 1c218551bc user: drh tags: logview)
17:32
More improvements to logview. ... (check-in: 93f4c51f0c user: drh tags: logview)
17:26
More work on logview. ... (check-in: fc551be9fa user: drh tags: logview)
16:57
Continue added features to logview. ... (check-in: 12612aac50 user: drh tags: logview)
2024-04-14
20:19
Template for a WAPP script to implement dynamic log views as a Fossil sub-CGI script. ... (check-in: da3dd386aa user: drh tags: logview)