Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file althttpd.md version 64d0d76dff
2022-08-12
| ||
13:33 | Add the --popup command-line option. ... (check-in: a66384d35c user: drh tags: trunk) | |
2022-08-11
| ||
15:42 | Removed the quotes from around the CFLAGS, as they cause clang to treat everything after the -O to be a value for -O, which triggers a compile error. ... (check-in: 53d45f4c0d user: stephan tags: enable-atomics) | |
15:33 | Add two lines to HTTP reply header for static files if the -DALTHTTPD_ENABLE_ATOMICS compile-time option is used. ... (check-in: cfef765e56 user: drh tags: enable-atomics) | |
2022-06-11
| ||
06:57 | Minor doc fix reported at [6d6e0b59fcb6f394]. ... (check-in: 943bb06ae0 user: stephan tags: trunk) | |
2022-06-09
| ||
00:57 | Added missing BOOLEAN qualifier to the --debug flag docs, per forum post [9b819e3c211abb1b]. ... (check-in: 085d72a3f9 user: stephan tags: trunk) | |
2022-06-08
| ||
15:57 | Added json=>application/json mimetype mapping. ... (check-in: e87b98d0a3 user: stephan tags: trunk) | |
09:52 | Added mjs (ES6 modules) mimetype. Changed JS mimetype from application/javascript to text/javascript to conform with the HTML spec. application/javascript is commonly used in the wild. ... (check-in: 5f1452b513 user: stephan tags: trunk) | |
2022-06-04
| ||
10:50 | Disallow access by the "Synapse" robot. ... (check-in: 4e203082ca user: drh tags: trunk) | |
2022-06-01
| ||
08:15 | Typo fix reported in /forumpost/363136ff7f. ... (check-in: c65105e8d4 user: stephan tags: trunk) | |
2022-05-31
| ||
15:19 | Added a brief doc section about the new gzip support. ... (check-in: f683c40348 user: stephan tags: trunk) | |