Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around d99c93daf0bb8810.
2021-01-12
| ||
06:31 | • Post: server closes connection before first response byte (artifact: 24093c26f3 user: anticrisis) | |
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) | |
05:31 | • Post: package require: can't find package (artifact: 61c42c9e70 user: akoroma) | |
03:17 | • Reply: Makefile.openbsd (artifact: cd05ff905d user: akoroma) | |
2020-09-21
| ||
13:59 | • Reply: Decode query parameters in local mode (artifact: f908c06fd8 user: jorge-leon) | |
12:38 | • Reply: Decode query parameters in local mode (artifact: 588fb35b8a user: drh) | |
2020-09-19
| ||
14:15 | • Post: Decode query parameters in local mode (artifact: 27b4c1ac0e user: jorge-leon) | |
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) | |
10:03 | • Reply: ver 2 considerations cookies, headers, params (artifact: 07024b924f user: oleg4tcltk) | |
2020-06-08
| ||
14:06 | • Reply: ver 2 considerations cookies, headers, params (artifact: b7237e9baf user: drh) | |
13:36 | • Post: ver 2 considerations cookies, headers, params (artifact: 6f86ad9ffa user: oleg4tcltk) | |
13:31 | • Edit: Fix header name-value parsing (artifact: a7c91bb9e9 user: oleg4tcltk) | |
13:30 | • Post: Fix header name-value parsing (artifact: eb0dca1b73 user: oleg4tcltk) | |
13:05 | • Post: Fix request target parsing (artifact: 91dfc8b2f9 user: oleg4tcltk) | |
2020-06-05
| ||
15:43 | • Post: Forum feature request: indication of author of last message (artifact: 1df2c83ed1 user: oleg4tcltk) | |
15:31 | • Reply: proc/var names (artifact: 552c463693 user: oleg4tcltk) | |
15:30 | • Reply: proc/var names (artifact: efc80a4f4f user: oleg4tcltk) | |
15:01 | • Reply: proc/var names (artifact: fcefd4674f user: drh) | |
14:39 | • Post: proc/var names (artifact: d99c93daf0 user: oleg4tcltk) | |
14:19 | • Post: wappInt-handle-request bug? (artifact: 4e57556929 user: oleg4tcltk) | |
11:46 | • Reply: Fix cookies parsing (artifact: c95fbf4edf user: oleg4tcltk) | |
08:58 | • Reply: Fix cookies parsing (artifact: 1cc59a173b user: oleg4tcltk) | |
07:22 | • Edit reply: Fix cookies parsing (artifact: 3916aa7dde user: oleg4tcltk) | |
07:21 | • Reply: Fix cookies parsing (artifact: 7a99b880ed user: oleg4tcltk) | |
2020-06-04
| ||
16:13 | • Reply: Fix cookies parsing (artifact: c55bf27dd0 user: drh) | |
15:47 | • Post: Fix cookies parsing (artifact: 0e1a2194b7 user: oleg4tcltk) | |
2020-03-21
| ||
20:43 | • Reply: Handle multiple values per form input name? (artifact: b80bbb2bb9 user: anonymous) | |
19:32 | • Reply: Handle multiple values per form input name? (artifact: 592c585926 user: drh) | |
18:43 | • Post: Handle multiple values per form input name? (artifact: f7679496ed user: anonymous) | |
2020-02-28
| ||
21:30 | Add the external content demo script. (check-in: bd84938961 user: drh tags: trunk) | |
2020-02-14
| ||
14:28 | • Post: Add support for PUT, PATCH, DELETE methods (artifact: cbce99ee8b user: oleg4tcltk) | |
2020-01-21
| ||
19:52 | • Reply: HTTP headers (artifact: 0c188cf4cd user: drh) | |
19:48 | • Post: HTTP headers (artifact: 2e8f841452 user: alex) | |
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) | |
08:39 | • Ticket [1d0112d75b] wapp cannot be loaded in a slave interp status still Open with 5 other changes (artifact: 3fd977c35f user: mjanssen) ... 1 similar event omitted. | |
05:08 | • Ticket [207094dd9d] Multiple request in progress can step on each others toes status still Fixed with 3 other changes (artifact: ec626e7770 user: mjanssen) ... 1 similar event omitted. | |