Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file src/shell.c version 48d7706be9
|
2018-04-10
| ||
| 11:55 | Enhance the replacement algorithm for the tarball cache so that it gives extra weight to tarballs that have been accessed more than once. check-in: 7ffa5ae027 user: drh tags: trunk | |
|
2018-04-06
| ||
| 12:01 | Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be downloaded can be expressed as part of the URI, and without the need for query parameters. check-in: 3e94c7ed74 user: drh tags: trunk | |
|
2018-04-02
| ||
| 11:40 | Fix Makefile typo, SQLITE_USE_ZLIB should be SQLITE_HAVE_ZLIB. check-in: 508c42a639 user: mistachkin tags: trunk | |
| 11:15 | Update the built-in SQLite to version 3.23.0 final. check-in: 699cefc88e user: drh tags: trunk | |
|
2018-03-29
| ||
| 17:03 | Also allow the '-' character in parameter and cookie names. This is necessary for the login cookie. check-in: 21780aef9a user: drh tags: trunk | |
| 15:42 | Update the built-in SQLite to the second 3.23.0 beta. check-in: 032188a698 user: drh tags: trunk | |
| 15:24 | Extra comment describing the previous change. check-in: 6c02983d0a user: drh tags: trunk | |
| 15:20 | Slight revision to [be5d83f93ac66f65] to allow "_" in parameter names. check-in: e09df6ea47 user: drh tags: trunk | |
| 15:16 | New security feature: Reject any query parameter, POST parameter, or cookie whose name contains a non-alphanumeric character. No know vulnerabilities exist because of this. I'm just be paranoid. This enhancement is inspired by Drupalgeddon2. check-in: be5d83f93a user: drh tags: trunk | |
|
2018-03-28
| ||
| 18:38 | Update the built-in SQLite to the first 3.23.0 beta. check-in: d470fc70d6 user: drh tags: trunk | |