Fossil

Timeline
Login

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

13 check-ins using file src/unversioned.c version d5d59c5f94

2017-03-05
19:51
Add support for variable "hash policies". Increase the version number to 2.1. check-in: e92133a548 user: drh tags: trunk
19:49
More tweaks to the "Hash Policy" document. Add the Hash Policy document to the permuted index. Closed-Leaf check-in: f55db74d97 user: drh tags: fossil-2.1
19:13
Tweaks to the hash policy document. check-in: b0d3e9cc31 user: drh tags: fossil-2.1
01:57
Add a first draft of the "Hash Policy" document. check-in: 6429054f8e user: drh tags: fossil-2.1
00:38
Automatically convert from "auto" to "sha3" if a SHA3-named artifact is received. check-in: c8870643b7 user: drh tags: fossil-2.1
00:29
Move the display of hash-policy to the Schema Version line of the /stat page, and only show the hash-policy name if it is something other than "auto". check-in: def29c31c2 user: drh tags: fossil-2.1
00:21
Show the current hash policy on the "Database Stats" line of the /stat screen. check-in: 2ca8bc8baa user: drh tags: fossil-2.1
00:08
Add the --sha1 option to the "fossil new" command, to simplify the creation of new SHA1-only repositories. check-in: 91f5ad9b94 user: drh tags: fossil-2.1
2017-03-04
21:03
Preserve the hash policy on a clone. check-in: d9b3a863ef user: drh tags: fossil-2.1
20:38
New repositories default to hash policy "shun-sha1" with a SHA3 initial check-in. But this can be overridden using the --template option with a template repository that is already set to a different hash policy. check-in: 95543ce45b user: drh tags: fossil-2.1
20:06
Implement the hash-policy setting and the "fossil hash-policy" command. The default hash policy is "auto" for existing repositories and "shun-sha1" for new repositories. check-in: a616c04b6a user: drh tags: fossil-2.1
20:04
Merge enhancements from trunk check-in: acd3b31f75 user: drh tags: fossil-2.1
14:29
Add the /juvlist webpage that returns a list of all unversioned files as JSON. check-in: 7d12ba544f user: drh tags: trunk