Althttpd

Timeline
Login

Timeline

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

18 check-ins using file althttpd.c version 634d8eaf67

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)
19:31
With the static-ssl.mk, do a full static link of logtodb. ... (check-in: d796f3b847 user: drh tags: trunk)
18:18
Revamp makefiles. Use the new VERSION file to set the version number. The mkversion.c program builds VERSION.h which is imported by programs to access precise version information. Update build targest. ... (check-in: cad917d5b2 user: drh tags: trunk)