Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user drh occurring around 2020-08-27 14:53:39.
2022-08-01
| ||
10:21 | Remove application code that was accidentally pasted into commands.md. Forum post 73a0daf2d9. (check-in: a75c921e06 user: drh tags: trunk) | |
2022-07-28
| ||
12:56 | Update the built-in SQLite to the latest 3.40.0 alpha. (check-in: 6bc7d7957f user: drh tags: trunk) | |
12:41 | Fix the wapp-redirect command so that (1) it also does a wapp-reset and (2) so that it uses reply code 303 instead of 307, thus making it usable for redirect-after-POST. (check-in: f48c405b79 user: drh tags: trunk) | |
12:24 | Add the -debug option that causes reply content to go uncompressed. (check-in: e89db24eca user: drh tags: trunk) | |
2022-07-27
| ||
20:46 | Fix documentation for the wapp-param-list command. (check-in: d739a6767c user: drh tags: trunk) | |
2022-02-13
| ||
22:57 | • Closed ticket [b0d195faaf]: broccoli.gif requires URL path in documentaton plus 4 other changes (artifact: 360a0e6cc1 user: drh) | |
19:39 | Adjust the REQUEST_URI query parameter such that it includes the QUERY_STRING if any. In other words, REQUEST_URI should be the second field of the first line of the original HTTP request. This is how Apache and Nginx both work. (check-in: 3028f8c9ea user: drh tags: trunk) | |
2021-11-26
| ||
12:28 | • Reply: Insufficient validation of form input (artifact: e4873382d9 user: drh) | |
12:27 | Update the built-in SQLite to the latest 3.37.0 beta. (check-in: 66bdd66cee user: drh tags: trunk) | |
12:23 | Require that all POST parameters have lower-case alphanumeric names. Ignore any POST parameter that have upper-case letters or special characters in their names. See forum post 5220ee9ac0. (check-in: 27c4c3a75e user: drh tags: trunk) | |
2021-09-20
| ||
12:10 | Enhance the wapp-reply-code command so that if given the argument of just "ABORT" Wapp will drop the TCP/IP connection without sending any reply at all. (check-in: a8fb6ca1fd user: drh tags: trunk) | |
12:10 | Update the documentation to describe the new capabilities of wapp-reply-code. (Leaf check-in: f4a169b8db user: drh tags: abort-request) | |
2021-09-15
| ||
12:04 | In this branch is a proposed patch whereby if the page handler calls "wapp-reply-code ABORT" then the request is cancelled and the TCP/IP connection is closed without sending any reply at all. (check-in: a757b342da user: drh tags: abort-request) | |
2021-06-18
| ||
13:33 | Further rebustness in the %qp and %url substitutions. This is a correction to the previous check-in. (check-in: d776a1b60b user: drh tags: trunk) | |
13:09 | Fix a problem with backslashes in the %qp() and %url() encoders. See https://sqlite.org/forum/forumpost/8fb639b5ad for the original report. (check-in: edd8b4f267 user: drh tags: trunk) | |
13:06 | Update the built-in SQLite to 3.36.0rc1 (check-in: 94e52efaf6 user: drh tags: trunk) | |
2021-06-11
| ||
18:08 | Update the usageexample.md document as the skin-list for Fossil no longer uses Wapp - that feature having been added as a Fossil built-in. (check-in: ea43846ecc user: drh tags: trunk) | |
2020-12-12
| ||
15:34 | Add "Download" instructions to the homepage. (check-in: f9f5703a2c user: drh tags: trunk) | |
2020-10-08
| ||
13:02 | Add the wapp-before-reply-hook proc. (check-in: f909925b48 user: drh tags: trunk) | |
2020-10-07
| ||
18:24 | Add the capture.tcl test script. (check-in: 00f66ee5c9 user: drh tags: trunk) | |
2020-10-02
| ||
19:45 | The wapptclsh executable responds to -v and --help. (check-in: 127a98314b user: drh tags: trunk) | |
2020-09-29
| ||
11:01 | • Reply: package require: can't find package (artifact: b91d9ab757 user: drh) | |
2020-09-21
| ||
12:38 | • Reply: Decode query parameters in local mode (artifact: 588fb35b8a user: drh) | |
2020-08-27
| ||
18:59 | Update the built-in SQLite source code to version 3.33.0. (check-in: 41c7146764 user: drh tags: trunk) | |
14:53 | Fix typo on the index page. (check-in: cdd4b624b9 user: drh tags: trunk) | |
2020-06-09
| ||
18:18 | To the homepage, add a link to Oleg's extensions on GitHub. (check-in: 6fb098a2cd user: drh tags: trunk) | |
16:07 | Update the built-in tclsqlite3.c file to the latest SQLite release. (check-in: 93e9458e99 user: drh tags: trunk) | |
2020-06-08
| ||
14:06 | • Reply: ver 2 considerations cookies, headers, params (artifact: b7237e9baf user: drh) | |
2020-06-05
| ||
15:01 | • Reply: proc/var names (artifact: fcefd4674f user: drh) | |
2020-06-04
| ||
16:13 | • Reply: Fix cookies parsing (artifact: c55bf27dd0 user: drh) | |
2020-03-21
| ||
19:32 | • Reply: Handle multiple values per form input name? (artifact: 592c585926 user: drh) | |
2020-02-28
| ||
21:30 | Add the external content demo script. (check-in: bd84938961 user: drh tags: trunk) | |
2020-01-21
| ||
19:52 | • Reply: HTTP headers (artifact: 0c188cf4cd user: drh) | |
2019-10-15
| ||
14:54 | Fix documentation typos. (check-in: 04b1d555cf user: drh tags: trunk) | |
2019-08-01
| ||
23:40 | Adjust the makefile to use SQLITE_ENABLE_DESERIALIZE. (check-in: 6b66ed109d user: drh tags: trunk) | |
16:46 | Load all environment variables that start with an upper-case ASCII letter as wapp-param values in CGI mode, rather than only loading selected variables. (check-in: 68331516e9 user: drh tags: trunk) | |
2019-07-31
| ||
14:30 | Fix to [80f25418a1c32b8d] so that it works as CGI again. Also omit a parameter to wappInt-handle-request that is no longer used. (check-in: 44f07d8804 user: drh tags: trunk) | |
14:24 | • Fixed ticket [1d0112d75b]: wapp cannot be loaded in a slave interp plus 3 other changes (artifact: 9cee6314e8 user: drh) | |
14:24 | If the $argv0 variable is not set, use "/" for SCRIPT_FILENAME and DOCUMENT_ROOT. Ticket [1d0112d75bfbffc8]. (check-in: d52654e48f user: drh tags: trunk) | |
2019-07-30
| ||
23:14 | • Fixed ticket [207094dd9d]: Multiple request in progress can step on each others toes plus 4 other changes (artifact: d8b4825ad4 user: drh) | |
23:12 | Serialize the evaluation of the wappInt-handle-request proc. Fix for ticket [207094dd9de1343a] (check-in: 80f25418a1 user: drh tags: trunk) | |
17:56 | • Ticket [207094dd9d] Multiple request in progress can step on each others toes status still Open with 3 other changes (artifact: f87cb91115 user: drh) | |
17:47 | More details in the explanation of how %-subsitutions work. (check-in: 568d7c208d user: drh tags: trunk) | |
16:30 | • Ticket [207094dd9d] Multiple request in progress can step on each others toes status still Open with 4 other changes (artifact: 1e8edde0ca user: drh) | |
15:35 | Documentation updates. No changes to code. (check-in: c366208c59 user: drh tags: trunk) | |
15:34 | • Fixed ticket [88807f83a6]: wapp-page-... commands cannot be interp aliases plus 4 other changes (artifact: 2290184183 user: drh) | |
15:34 | Use "info command" instead of "info proc". Ticket [88807f83a6d9ddfd] (check-in: 359e3e19e9 user: drh tags: trunk) | |
2019-07-29
| ||
19:51 | Documentation updates. No changes to code. (Leaf check-in: 255f9ed52a user: drh tags: tcltls) | |
2019-07-22
| ||
13:44 | • Edit [dd273e07561323a8|dd273e0756]: Move to branch tcltls. (artifact: 3c7775b39e user: drh) | |
12:49 | Add support for building wapptclsh with TclTLS. (check-in: dd273e0756 user: drh tags: tcltls) | |