Fossil

Timeline
Login

Timeline

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

50 check-ins related to "trunk" plus check-in "2017-02-25 20:14:13" occurring around 2017-02-25 20:14:13.

2017-03-02
00:10
Documentation updates - remove references to SHA1 as the only available hash algorithm. ... (check-in: 796db898c7 user: drh tags: trunk)
2017-03-01
22:26
Fix a redundant #include in sha1hard.c. ... (check-in: 0f5dc21e33 user: drh tags: trunk)
21:57
Merge recent enhancements from trunk. ... (check-in: 32ba35f3b0 user: drh tags: fossil-2.1)
21:53
Update the change log. ... (check-in: c682faab38 user: drh tags: trunk)
21:42
Use the hardened SHA1 implemenation by Marc Stevens and Dan Shumow. ... (check-in: 7c29bffcad user: drh tags: trunk)
21:39
Indicate the use of hardened-SHA1 in the "fossil version -v" output. ... (Closed-Leaf check-in: e81f4d4ec7 user: drh tags: hardened-sha1)
21:03
Use the hardened SHA1 hash function from [https://github.com/cr-marcstevens/sha1collisiondetection]. ... (check-in: ba9d10807e user: drh tags: hardened-sha1)
19:53
Updates to the change log. ... (check-in: 537ab8868e user: drh tags: trunk)
18:21
Remove unused local variables. ... (check-in: cb92c69c2a user: drh tags: trunk)
17:49
Merge enhancements from trunk. ... (check-in: 1e3779959d user: drh tags: fossil-2.1)
17:48
The server issues an error asking the client to upgrade if the client is less than Fossil 2.0 and SHA3 content is encountered. ... (check-in: a13738764b user: drh tags: trunk)
17:15
Merge updates from trunk. ... (check-in: c3fbab2edb user: drh tags: fossil-2.1)
17:14
Show the correct hash algorithm name in the Overview section of the /info webpage. (Originally committed to the wrong branch.) ... (check-in: 26dac28eec user: drh tags: trunk)
17:11
Show on the the first 40 characters of SHA3 hashes in the "fossil status" command, and similar, to avoid overflowing the 80-character width of a standard TTY window. ... (check-in: 5c87495e42 user: drh tags: trunk)
16:44
Show the correct hash algorithm name in the Overview section of the /info webpage. ... (check-in: 92fb97609a user: drh tags: fossil-2.1)
16:04
This is the branch for Fossil 2.1. The only difference from 2.0 will be that in this branch SHA3 hash names are used by default, instead of SHA1. ... (check-in: fc3995a01b user: drh tags: fossil-2.1)
16:00
Add the ability to read and understand SHA3 name hashes. ... (check-in: fd9b7bd982 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: b9a1a3b9d8 user: drh tags: fossil-2.0)
00:35
Merge updates from trunk. ... (check-in: fcc9116a54 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: 41af304e00 user: drh tags: trunk)
2017-02-27
14:46
The smallest SHA3 hash size is 224 bits, not 228 bits. ... (check-in: 5ed8477b6c user: drh tags: trunk)
13:07
Improvement to the way auxiliary tables are initially dropped on a rebuild. ... (check-in: a31944e628 user: drh tags: fossil-2.0)
2017-02-26
16:30
Add the --size argument to the sha3sum command. ... (check-in: ccdafa2a93 user: drh tags: trunk)
2017-02-25
20:33
Optimizations to the SHA3 algorithm. ... (check-in: 493321d44f user: drh tags: trunk)
20:14
Updates to the "sha3sum" help text. ... (check-in: b015ad715d user: drh tags: trunk)
20:07
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. ... (check-in: dcb1a827d5 user: drh tags: trunk)
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-24
14:52
Fix MD5 function (actually: byteReverse) for ARM processors. If OpenSSL is available, use their MD5 impl. Exchange SHA1Final() method parameters, being compatible with OpenSSL. ... (check-in: b88ef030a6 user: jan.nijtmans tags: trunk)
2017-02-23
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)
07:52
Add support for document titles to the TH1 docs feature. ... (check-in: 35698c9c43 user: mistachkin tags: trunk)
07:51
Fix harmless compiler warning seen with MSVC. ... (check-in: afcff4999e user: mistachkin tags: trunk)
2017-02-18
18:13
Merge trunk. Openssl 1.1.0d -> 1.1.0e ... (check-in: 28173845f9 user: jan.nijtmans tags: openssl-1.1)
2017-02-17
13:23
Cherrypick [http://www.sqlite.org/src/info/810d29320b853b3a|810d29320b]: Remove the CLANG_VERSION macro, since we have learned that version numbers in clang are "marketing" and are inconsistent and unreliable. Builds using clang will still use the GCC_VERSION macro since clang works hard to be gcc compatible. ... (check-in: c453a91606 user: jan.nijtmans tags: branch-1.37)
13:20
Cherrypick [http://www.sqlite.org/src/info/810d29320b853b3a|810d29320b]: Remove the CLANG_VERSION macro, since we have learned that version numbers in clang are "marketing" and are inconsistent and unreliable. Builds using clang will still use the GCC_VERSION macro since clang works hard to be gcc compatible. ... (check-in: ad2dd95dbf user: jan.nijtmans tags: trunk)
2017-02-15
17:41
Clarification of text in the quickstart.wiki documentation. ... (check-in: 99bbb26072 user: drh tags: trunk)
06:23
Improve the warning message about versioned/non-versioned settings so that it includes the full path to the versioned settings file, for better use with things like 'fossil all'. ... (check-in: 83fd738490 user: mistachkin tags: trunk)
2017-02-14
19:19
Merge trunk ... (check-in: f19e2c0abd user: jan.nijtmans tags: cleanX)
18:19
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. ... (check-in: 2375d6cbce user: mistachkin tags: trunk)
15:41
(cherry-pick): Update the built-in SQLite to version 3.17.0 ... (check-in: 17a33275f0 user: jan.nijtmans tags: branch-1.37)
15:35
Update the built-in SQLite to version 3.17.0 ... (check-in: 616d2873f0 user: jan.nijtmans tags: trunk)
03:04
For safety, the --verily option to clean should force all symlinks to be treated as normal content files. ... (Closed-Leaf check-in: 8fdf8cbe9c user: mistachkin tags: symlinks)
2017-02-13
20:10
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. ... (check-in: 3e949e1761 user: mistachkin tags: symlinks)
2017-02-10
23:26
Fix timeline limit option with path-specific request. ... (check-in: ffd261abfb user: ashepilko tags: trunk)
01:03
Create new branch named "roy-export" ... (check-in: 27de3fc8be user: roy.marples tags: roy-export)
2017-02-09
20:04
Make sure "fossil all" headers are flushed before running each subprocess. ... (check-in: 8e428c14c2 user: drh tags: trunk)
19:56
Update the built-in SQLite to the first 3.17.0 release candidate. ... (check-in: e734fdc68d user: drh tags: trunk)
2017-02-08
18:28
On /dir page, add a link named "[history]" that point to the timeline affecting only the files inside the current directory. Use the "chng=dirname/*" query parameter of the /timeline page) TODO: Implement the same in Tree-View mode (could add the link beside each directory) ... (check-in: c458c3f61b user: mgagnon tags: dir_history_link)
2017-02-07
13:54
Update the built-in SQLite to version 3.17.0 beta1 ... (check-in: 8fe0fefb24 user: drh tags: trunk)
06:39
Show commit information after new branch is committed to avoid confusion. ... (Closed-Leaf check-in: cbde195a11 user: andybradford tags: branch-info)
2017-02-06
23:31
merge trunk ... (check-in: 2ada986e1e user: jan.nijtmans tags: cleanX)