Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'misc/*'
2020-12-01
| ||
14:20 | Move the althttpd webserver source code into its own source repository. (check-in: 3f4ac9a6bf user: drh tags: trunk) | |
2020-11-30
| ||
18:21 | Update the speed-and-size spreadsheet. (check-in: 80c49a4955 user: drh tags: trunk) | |
2020-11-15
| ||
13:16 | In althttpd.c, fix a potential NULL ptr dereference following a CGI that returns an empty string. (check-in: c1e08a3709 user: drh tags: trunk) | |
2020-10-31
| ||
14:46 | Put a public domain notice on the althttpd.c file. (check-in: 46a8eeecdf user: drh tags: trunk) | |
2020-10-23
| ||
16:07 | Add semrushbot to the list of disallowed user agents in althttpd.c. (check-in: 6da69d0669 user: drh tags: trunk) | |
2020-10-01
| ||
19:39 | Add the ability to translate Pikchr text to the TCL interpreter used to build the website. Omit all of the *.svg files from the check-in because they are now generated at compile-time directly from the *.pikchr files. All SVG is inline instead of being in separately loaded files. (check-in: 64e6c50273 user: drh tags: trunk) | |
18:23 | Put all of the syntax diagrams in-line rather than loading them as separate files. (check-in: 285efd6656 user: drh tags: trunk) | |
2020-08-13
| ||
19:52 | Update the speed-size data for the 3.33.0 anticipated release. (check-in: fa525972cb user: drh tags: trunk) | |
2020-08-12
| ||
22:06 | New filtering rules in althttpd.c for aggressive Chinese bots. (check-in: 8bf987cd16 user: drh tags: trunk) | |
2020-07-28
| ||
19:39 | Update the size-and-speed spreadsheet. (check-in: 1c1f5f5f3b user: drh tags: trunk) | |
2020-05-24
| ||
23:50 | Updates to the speed-and-size chart. (check-in: 22f0b93b75 user: drh tags: trunk) | |
2020-05-19
| ||
12:37 | Update the speed and size charts. (check-in: 386621474b user: drh tags: trunk) | |
2020-05-09
| ||
22:32 | Althttpd: do not send a content-length for 304 Not Changed reply. (check-in: ad2370ccce user: drh tags: trunk) | |
2020-04-28
| ||
13:07 | In althttpd.c, if the client sends a "Host:" parameter that is a FQDN (with a "dot" at the end - "sqlite.org." instead of "sqlite.org") then omit the final "." when computing the document root. See the bug report on the fossil forum. (check-in: 13343b49cc user: drh tags: trunk) | |
2020-03-30
| ||
13:05 | Updates to the speed-and-size chart. (check-in: ff60a85843 user: drh tags: trunk) | |
2020-03-25
| ||
11:25 | Fix a memory allocation error in CGI handling of althttpd.c. (check-in: e9a50836bc user: drh tags: trunk) | |
2020-03-20
| ||
12:44 | Provide more accurate elapse time measurements in the output log of althttpd.c (check-in: f474634ac8 user: drh tags: trunk) | |
2020-03-16
| ||
15:07 | Performance improvement on CGI handling in althttpd.c (check-in: 1ec2d586fc user: drh tags: trunk) | |
2020-03-15
| ||
18:17 | Enhance althttpd to support Range: attributes in the HTTP request header. (check-in: 1d3579379c user: drh tags: trunk) | |
2020-03-03
| ||
14:07 | Update the althttpd documentation. (check-in: c7f0891d15 user: drh tags: trunk) | |
13:59 | In the althttpd.c webserver, relax the constraint that filenames cannot begin with "." or "-" for the special "/.well-known/" path. The constraint remains for any URL that does not begin with "/.well-known/". And ".." is still disallowed. This change is necessary due to recent changes to the LetsEncrypt certbot. (check-in: 7027e3e86d user: drh tags: trunk) | |
2020-01-21
| ||
20:14 | Update the speed-and-size spreadsheet. (check-in: 6639a1d518 user: drh tags: trunk) | |
2020-01-15
| ||
13:20 | Update the speed-size-graph to include timeline graphs. Output the chronology.json file when building. (check-in: e4f8c1c60f user: drh tags: trunk) | |
02:44 | Update the speed-and-size chart. (check-in: 09b9c916d4 user: drh tags: trunk) | |
2019-10-06
| ||
15:33 | Update the speed-and-size spreadsheet with 3.30.0 data. (check-in: 7a74244235 user: drh tags: trunk) | |
2019-10-02
| ||
12:39 | Fix the history hyperlinks on the checklist app. (check-in: 5cb74ba705 user: drh tags: trunk) | |
10:40 | Typos and minor enhancements to the althttpd.md document. (check-in: 5140eb346c user: drh tags: trunk) | |
2019-09-04
| ||
15:18 | Update the speed-and-size spreadsheet with the latest figures. (check-in: 33e05d1299 user: drh tags: trunk) | |
2019-08-14
| ||
17:19 | In dashboard output, group outcomes by platform. (check-in: 76662698a8 user: drh tags: trunk) | |
16:54 | Merge the test dashboard development line into trunk. (check-in: ed6e0d08a7 user: drh tags: trunk) | |
2019-08-12
| ||
10:27 | Minor improvements to dashboard. (Closed-Leaf check-in: 44eb5d574e user: drh tags: test-dashboard) | |
2019-08-07
| ||
21:59 | Fix typo in comment. (check-in: b0c5406903 user: mistachkin tags: trunk) | |
19:23 | Minor changes to the dashboard. (check-in: 90a47a80c2 user: drh tags: test-dashboard) | |
18:00 | Improvements to the outcome display in the dashboard app. (check-in: ed3480d864 user: drh tags: test-dashboard) | |
17:46 | The "outcomes" page on the dashboard automatically reloads every 5 minutes. (check-in: 448a7b73d2 user: drh tags: test-dashboard) | |
16:43 | Updates to the dashboard.tcl app and its client-side library. First working code. (check-in: c773092c19 user: drh tags: test-dashboard) | |
2019-08-05
| ||
11:51 | Show a table of outcomes in the dashboard.tcl app. (check-in: 1f66b2f1a9 user: drh tags: test-dashboard) | |
2019-08-02
| ||
17:54 | In the checklist application, improve the submenu and simplify the login processing. (Originally checked in on the wrong branch.) (check-in: ee656f1e92 user: drh tags: trunk) | |
17:49 | In the checklist application, improve the submenu and simplify the login processing. (check-in: 20a5bb3601 user: drh tags: test-dashboard) | |
15:52 | Add an initial version of the client-side uplink library. (check-in: 4e0da90810 user: drh tags: test-dashboard) | |
2019-08-01
| ||
20:50 | Initial code for a testing dashboard application. Not yet functional. (check-in: 67d3af93de user: drh tags: test-dashboard) | |
16:46 | Update the /env method of the checklist application to work better with the latest version of Wapp for CGI. (check-in: b1400ebb42 user: drh tags: trunk) | |
16:36 | Fix the checklist editing function on the checklist application so that it works correctly with Fossil CGI. (check-in: 9d872b74d9 user: drh tags: trunk) | |
2019-07-27
| ||
16:09 | Improvements to the header comment on the checklist application, bringing it up-to-date with the actual implementation. Added a prototype checklist database file. (check-in: e8d378f753 user: drh tags: trunk) | |
15:39 | Add the CGI-Environment and Source-code submenu links to the checklist application. (check-in: a5c38ef1bf user: drh tags: trunk) | |
15:28 | In the checklist application, add a /self method and make the magic database name "top" refer to the lexically largest database file. (check-in: 752d433361 user: drh tags: trunk) | |
15:13 | Fixes to the checklist CGI so that it works better as a Fossil CGI extension. (check-in: 41933da084 user: drh tags: trunk) | |
2019-07-26
| ||
20:22 | Update the checklist.tcl script to align with the latest code on the website. (check-in: ef7dae4ce8 user: drh tags: trunk) | |
2019-07-10
| ||
12:40 | Update the speed-and-size spreadsheet. (check-in: ab8568d80c user: drh tags: trunk) | |
2019-05-23
| ||
19:37 | Add a row for 3.29.0 to the speed-and-size chart. (check-in: 7502249d01 user: drh tags: trunk) | |