Fossil

Timeline
Login

Timeline

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

34 check-ins related to "fossil-2.0"

2017-03-01
16:00
Add the ability to read and understand SHA3 name hashes. ... (check-in: fd9b7bd9 user: drh tags: trunk)
15:35
Change references to "SHA1 hash" in comments and UI labels to be "artifact hash" or similar. ... (Closed-Leaf check-in: b9a1a3b9 user: drh tags: fossil-2.0)
15:09
Do not create the ALIAS table as it turns out not to be needed. ... (check-in: 3259aa54 user: drh tags: fossil-2.0)
14:55
Improvements to the way that hash name aliases are detected in the content_put_ex() routine. ... (check-in: 53a2824e 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: 104c8d34 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: a5f4579d 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: c8866287 user: drh tags: fossil-2.0)
00:49
Use generic hash validity checking in the purge.c module. ... (check-in: 7bd36bc5 user: drh tags: fossil-2.0)
00:35
Merge updates from trunk. ... (check-in: fcc9116a user: drh tags: fossil-2.0)
00:34
Avoid unnecessary SHA1 calls in the bundle.c module. ... (check-in: 527d4edd user: drh tags: fossil-2.0)
00:25
On a check-out the manifest.uuid file is determined by the display name, not the SHA1 hash of the manifest. ... (check-in: 41af304e user: drh tags: trunk)
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: f7861887 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: 2dce6a92 user: drh tags: fossil-2.0)
22:15
Remove unnecessary references to sha1sum from xfer.c. ... (check-in: 7ec259c3 user: drh tags: fossil-2.0)
20:43
Remove a reference to sha1sum from the pre-commit verification logic. ... (check-in: fc246fc4 user: drh tags: fossil-2.0)
20:28
Remove references to SHA1 hashing from the structural artifact parser. ... (check-in: 9f17d77a 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: ac279fa0 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: 9a8986b7 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: 08badee3 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: 1f61b2dc user: drh tags: fossil-2.0)
16:25
Refactoring and cleanup of some of the hash name interfaces. ... (check-in: 1c8768b0 user: drh tags: fossil-2.0)
14:14
On-the-fly schema updates. No "fossil rebuild" needed when moving to Fossil 2.0. ... (check-in: 94f4c0aa user: drh tags: fossil-2.0)
10:12
Update the change log for version 2.0. ... (check-in: 89077b05 user: drh tags: fossil-2.0)
10:06
Updates to to the fileformat.wiki document. ... (check-in: d9bef53b user: drh tags: fossil-2.0)
09:16
Change the version number to 2.0. ... (check-in: 81a73593 user: drh tags: fossil-2.0)
02:10
Update "fossil rebuild" so that it changes the CHECK constraint on the BLOB table to be "length(uuid)>=40" instead of "==40". ... (check-in: 2cce7d19 user: drh tags: fossil-2.0)
00:56
Relax size constraints on artifact hash parsing. ... (check-in: 65c59711 user: drh tags: fossil-2.0)
2017-02-27
23:17
Changes to the design of the alias table. ... (check-in: 0a8fad6a user: drh tags: fossil-2.0)
22:33
Back out the change to the cluster artifact M-card that added an alias name. The plan is to transmit alias information by new cards in the sync protocol. ... (check-in: a6ee563c user: drh tags: fossil-2.0)
22:20
Abandon the HNAME table idea. Instead, continue to use the BLOB.UUID as the primary artifact name and add the ALIAS table for aliased artifact names after a hash algorithm change. Add the optional alias argument to the M-card. ... (check-in: 2e42c9cb user: drh tags: fossil-2.0)
18:26
Manifest parser supports various hash sizes. ... (check-in: 80f9b68e user: drh tags: fossil-2.0)
14:44
Create the initial HNAME table on a rebuild. Also fix a hash size error in sha3.c. ... (check-in: 82487bec user: drh tags: fossil-2.0)
13:07
Improvement to the way auxiliary tables are initially dropped on a rebuild. ... (check-in: a31944e6 user: drh tags: fossil-2.0)
2017-02-26
16:30
Add the --size argument to the sha3sum command. ... (check-in: ccdafa2a user: drh tags: trunk)