Fossil

Timeline
Login

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

17 check-ins using file src/db.c version 34ec126360

2017-03-01
14:55
Improvements to the way that hash name aliases are detected in the content_put_ex() routine. check-in: 53a2824ec0 user: drh tags: fossil-2.0
14:10
Check for name aliases when committing. Use SHA3 hashes if the version number is 2.1 or higher. check-in: 104c8d3409 user: drh tags: fossil-2.0
12:38
Send the "pragma client-version" command from the client and parse it on the server. check-in: a5f4579d4d user: drh tags: fossil-2.0
11:29
Omit SHA3-224 as an option. The only two artifact naming hash options are SHA1 and SHA3-256. check-in: c88662873f user: drh tags: fossil-2.0
00:49
Use generic hash validity checking in the purge.c module. check-in: 7bd36bc52d user: drh tags: fossil-2.0
00:35
Merge updates from trunk. check-in: fcc9116a54 user: drh tags: fossil-2.0
00:34
Avoid unnecessary SHA1 calls in the bundle.c module. check-in: 527d4eddc7 user: drh tags: fossil-2.0
2017-02-28
22:55
Fix a bug in the schema definition that prevented new repositories from being created. On the server side, check the authentication hash using the appropriate hash algorithm. check-in: f7861887d3 user: drh tags: fossil-2.0
22:34
Fix the FOSSIL_VERSION_NUMBER macro so that it is always of the form XYYZZ X is the major version number (ex: 2) and YY is the minor version number and ZZ is the patch number, or 0. check-in: 2dce6a9211 user: drh tags: fossil-2.0
22:15
Remove unnecessary references to sha1sum from xfer.c. check-in: 7ec259c3ac user: drh tags: fossil-2.0
20:43
Remove a reference to sha1sum from the pre-commit verification logic. check-in: fc246fc4d1 user: drh tags: fossil-2.0
20:28
Remove references to SHA1 hashing from the structural artifact parser. check-in: 9f17d77ada user: drh tags: fossil-2.0
20:16
The vfile.c modules uses the display hash to verify whether or not files have changed on disk. check-in: ac279fa019 user: drh tags: fossil-2.0
19:47
Fix the tarball and ZIP archive generators so that the use the display hash to populate the manifest.uuid file. check-in: 9a8986b791 user: drh tags: fossil-2.0
19:15
Add the hname_verify_hash() routine and use it to fix "fossil test-integrity" such that it verifies the display hash regardless of the algorithm used. check-in: 08badee3a4 user: drh tags: fossil-2.0
16:36
Change the --sha1sum options on "fossil commit" and "fossil status" to be --hash, since it is no longer restricted to a single hash algorithm. check-in: 1f61b2dc88 user: drh tags: fossil-2.0
16:25
Refactoring and cleanup of some of the hash name interfaces. check-in: 1c8768b0de user: drh tags: fossil-2.0