Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch sha3 Excluding Merge-Ins
This is equivalent to a diff from f9f5702d7a to 17ea282226
2017-03-06
| ||
19:51 | Merge in the Fossil 2.0 and 2.1 enhancements. check-in: 0dc479305f user: drh tags: optimize-pragma | |
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 | |
Changes to src/main.mk.
Changes to src/makemake.tcl.
Added src/sha3.c.
Changes to win/Makefile.dmc.
Changes to win/Makefile.mingw.
Changes to win/Makefile.msc.