Fossil

Timeline
Login

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

3 check-ins using file src/db.c version c33d1c2c07

2017-02-25
19:47
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. (This was suppose to go on trunk.) Closed-Leaf check-in: 17ea282226 user: drh tags: sha3
2017-02-23
14:55
Add the /repo_stat1 webpage (accessible only to administrators). Enhance the /repo_schema page so that it can optionally show the schema for a single table. Include sqlite_stat1 information on the /repo_schema page. check-in: f9f5702d7a user: drh tags: optimize-pragma
13:42
Run the "PRAGMA optimize" command as the database is closing. This change is intended as a test of "PRAGMA optimize". check-in: 90555227ea user: drh tags: optimize-pragma