Althttpd

Timeline
Login

Timeline

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

31 check-ins using file Makefile version 624d386056

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)