Althttpd

Timeline
Login

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

8 check-ins related to "enable-atomics"

2022-09-26
16:57
Add the COOP and COEP HTTP reply headers if the --enable-sab command-line option is used. "sab" stands for "SharedArrayBuffer". ... (check-in: 85b7ee71fa user: drh tags: trunk)
16:55
Disable COOP and COEP by default. Enable only when the --enable-sab option appears on the command-line. ... (Closed-Leaf check-in: 3496e47091 user: drh tags: enable-atomics)
2022-08-29
11:20
Preserve the URL query string in the log. ... (check-in: 211d538804 user: drh tags: enable-atomics)
2022-08-12
18:17
Merge the --popup enhancement from trunk. ... (check-in: 823a1d985d user: drh tags: enable-atomics)
17:23
Add documentation of the --page and --popup options to the main page. ... (check-in: 0310001ae1 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)