Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
15 check-ins using file src/db.c version f7573f6644
|
2017-03-01
| ||
| 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 | |
| 14:44 | Create the initial HNAME table on a rebuild. Also fix a hash size error in sha3.c. check-in: 82487bece3 user: drh tags: fossil-2.0 | |
| 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 | |
|
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
| ||
| 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: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 | |