Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2025-01-12 19:40:54.
2025-05-26
| ||
11:05 | Another SQLite update. (Leaf check-in: 3ccb193028 user: drh tags: trunk) | |
2025-05-21
| ||
16:12 | Update the built-in SQLite to the latest 3.50.0 beta. (check-in: 50819caf67 user: drh tags: trunk) | |
2025-05-07
| ||
14:00 | Update the built-in SQLite to the latest 3.50.0 beta. Enhancements to the Makefile: add the "env" target. Remove obsolete and/or pointless options. (check-in: f56694fabb user: drh tags: trunk) | |
2025-04-09
| ||
16:15 | Do not allow the content-length to be zero in a redirect. Put in some content, even if it is not used. (check-in: b46ad175c5 user: drh tags: trunk) | |
2025-04-04
| ||
14:55 | Enhance the wapp-redirect command so that you can add an optional result code value (ex: 301) to override the default HTTP reply code of 303. (check-in: 98bf94e32b user: drh tags: trunk) | |
2025-02-18
| ||
12:30 | Update the built-in SQLite to the latest trunk version including all fixes. (check-in: ab08ae6abc user: drh tags: trunk) | |
2025-02-03
| ||
16:57 | Update the built-in SQLite to the latest 3.49.0 beta. (check-in: 27f64e15e6 user: drh tags: trunk) | |
2025-01-27
| ||
11:56 | • Edit reply: mkccode.tcl generator (artifact: 7aa9707f2e user: drh) | |
11:56 | • Reply: mkccode.tcl generator (artifact: bfeeccae8a user: drh) | |
2025-01-14
| ||
15:27 | Update the built-in SQLite implementation to version 3.48.0. (check-in: 7225deab5d user: drh tags: trunk) | |
15:26 | Fix typos in the header comment of wapptclsh.c.in. (check-in: 7ee6ff55d1 user: drh tags: trunk) | |
2025-01-12
| ||
19:54 | • Reply: Code splitting in Wapp application (artifact: f5d6f373b7 user: drh) | |
19:40 | • Reply: parray command missing (artifact: 9efc62e140 user: drh) | |
2025-01-08
| ||
16:10 | • Reply: Adding static sqlite extension to compute SHA3-256 (artifact: c6e812799a user: drh) | |
2024-12-31
| ||
20:34 | Update the built-in SQLite to the latest 3.48.0 beta for testing. (check-in: cf707bae76 user: drh tags: trunk) | |
2024-12-26
| ||
11:25 | • Reply: Using wapptclsh instead of standard tclsh (artifact: 8f1db020c8 user: drh) | |
2024-11-22
| ||
16:13 | • Reply: Serving static files from WAPP_MODE = server (artifact: f1c0b142f2 user: drh) | |
16:04 | Improved error message when unauthorized characters are used in the request URI. (check-in: 3b1ce7c023 user: drh tags: trunk) | |
14:56 | • Edit reply: Serving static files from WAPP_MODE = server (artifact: aeedc79d89 user: drh) | |
14:53 | • Reply: Serving static files from WAPP_MODE = server (artifact: 349028435a user: drh) | |
2024-11-19
| ||
13:45 | • Reply: FormData submission multipart/form-data (artifact: 546082b254 user: drh) | |
2024-11-18
| ||
14:47 | If there are duplicate query parameters, the value becomes a list that is formed from teh values of the duplicates. Forum post 5eb29da65a. (Leaf check-in: e431ca0d00 user: drh tags: duplicate-parameters) | |
2024-11-09
| ||
12:41 | Fix to the "clean" target on the MacOS makefile (check-in: 44975d66a9 user: drh tags: trunk) | |
12:34 | Add a makefile for windows. Improvements, including better comments, in existing makefiles. (check-in: b7abbe4090 user: drh tags: trunk) | |
2024-11-07
| ||
19:34 | Improved documentation of substitution operators. Documentation for the wapp-crash-handler interface. (check-in: f83e99d413 user: drh tags: trunk) | |
13:42 | Change the wapp-crash-handler interface so that it takes no arguments. (check-in: e5fa3551e4 user: drh tags: trunk) | |
2024-11-06
| ||
17:44 | Updates to the MacOS makefile. (check-in: 03f1783d7e user: drh tags: trunk) | |
17:09 | If a command named "wapp-crash-handler" exists and an application error occurs, invoke the wapp-crash-handler command to generate the error message. (check-in: f7b5b7566a user: drh tags: trunk) | |
16:24 | Show both the SQLite version number and the TCL version number with the -v option to wapptclsh. (check-in: 719ed9a20d user: drh tags: trunk) | |
2024-10-18
| ||
16:07 | Update the built-in SQLite to the latest 3.47.0 beta. (check-in: ba52964f32 user: drh tags: trunk) | |
2024-10-15
| ||
19:43 | • Reply: Query Parameters with "_" (underscores) not allowed? (artifact: 5391cdf791 user: drh) | |
14:05 | • Reply: Query Parameters with "_" (underscores) not allowed? (artifact: 10b63f4ce0 user: drh) | |
2024-10-14
| ||
11:16 | Do not require CRLF endings from clients. (check-in: 2b091c8428 user: drh tags: trunk) | |
01:02 | • Edit [293f95b663e7fb99|293f95b663]: Move to branch omit-cr. (artifact: 21b4ea4e98 user: drh) | |
2024-10-13
| ||
19:20 | The line-ending is always a bare U+000a character only. Wapp no longer sends CRLF line endings. (Leaf check-in: 293f95b663 user: drh tags: omit-cr) | |
2024-09-29
| ||
22:40 | Fix is so that it runs with Tcl9. (check-in: 199a1a71c1 user: drh tags: trunk) | |
22:03 | Update the built-in SQLite to the latest 3.47.0 alpha. (check-in: 0819ed51b3 user: drh tags: trunk) | |
2024-05-23
| ||
14:28 | Update the built-in SQLite to the 3.46.0 release (check-in: 5e67d066e5 user: drh tags: trunk) | |
2024-05-21
| ||
13:55 | Update the built-in SQLite to the first 3.46.0 release candidate, for testing. (check-in: c22bfb6b90 user: drh tags: trunk) | |
2024-05-19
| ||
22:12 | Improvements to the url-shortener script. (check-in: cf3373ebee user: drh tags: trunk) | |
22:08 | Fix the wapp-content-security-policy command so that it allows newline characters in the security policy input. These are removed before the security policy is added to the header. (check-in: cdac0cdb04 user: drh tags: trunk) | |
20:46 | Updates and fixes to the url-shortener.tcl demo (check-in: e74cb059e3 user: drh tags: trunk) | |
20:15 | First prototype of a URL shortener script. (check-in: 3e71cc718c user: drh tags: trunk) | |
2024-04-15
| ||
10:28 | Rebrand as "W3" (Leaf check-in: c0bf5ea896 user: drh tags: w3) | |
2024-04-14
| ||
21:57 | • Post: Rebrand Wapp? Please suggest a better name... (artifact: 62fc717927 user: drh) | |
19:36 | Update the built-in SQLite to the latest 3.46.0 alpha version. (check-in: 3dfe5da86a user: drh tags: trunk) | |
2024-01-30
| ||
18:04 | Update the built-in SQLite to version 3.45.1 (check-in: 796aa7e55a user: drh tags: trunk) | |
2024-01-12
| ||
20:40 | Update the built-in SQLite to the latest 3.45.0 beta. (check-in: 3d8d5c0fda user: drh tags: trunk) | |
2023-10-24
| ||
13:35 | Update the built-in SQLite to the first 3.44.0 beta. (check-in: 830ad9a734 user: drh tags: trunk) | |
2023-08-18
| ||
19:43 | Update the built-in SQLite to the latest 3.43.0 beta. (check-in: d490150531 user: drh tags: trunk) | |