Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
35 check-ins using file www/checkin_names.wiki version 537ab81637
|
2020-10-20
| ||
| 23:40 | Fix a harmless compiler warning in the previous check-in. ... (check-in: 6c2b5bafb6 user: drh tags: trunk) | |
| 23:37 | The /file page for a file that is not part of the latest checkin tries to substitute the most recent checking that added the file. ... (check-in: 5cf5ad8491 user: drh tags: trunk) | |
| 10:08 | Small tweaks to the CAP Theorem doc ... (check-in: 67a4c1d313 user: wyoung tags: trunk) | |
| 00:20 | For the graph drawing routines, make the graph row identifier a 64-bit integer type to avoid the possibility of integer overflow in /finfo where the row ids are a composite of the blob.rid and filename.fnid and hence might become large for repositories with many files and many check-ins. ... (check-in: ab71d95a9f user: drh tags: trunk) | |
|
2020-10-19
| ||
| 20:52 | Update the built-in SQLite to fix a bug introduced by the previous update. ... (check-in: 0fac549b56 user: drh tags: trunk) | |
| 20:09 | Do a better job of showing when a file is added, deleted, or renamed in the /finfo page. ... (check-in: a0bca48147 user: drh tags: trunk) | |
| 18:24 | Improvements to /finfo: Show all file rename events. The "rid" for each timeline entry must be a combination of the file-id "fid" and the filename-id "fnid" since either one of those two might change which should result in a new entry on the timeline. ... (check-in: 8c598d7232 user: drh tags: trunk) | |
| 14:37 | Use the new multi-recursive-term capability of CTEs in SQLite to fix the /finfo clade calculation, and to make /finfo run about 5x faster. ... (check-in: 47bfea074b user: drh tags: trunk) | |
| 13:25 | Update the built-in SQLite to the latest 3.34.0 alpha that includes the ability to have multiple recursive terms in a recursive CTE. That new capability is expected to be helpful in improving the /finfo page. ... (check-in: 5328f82160 user: drh tags: trunk) | |
|
2020-10-18
| ||
| 18:38 | Fix harmless compiler warnings. Update the custom MinGW makefile. Make feature reporting consistent for 'markdown', which is now always enabled. ... (check-in: 750879ead4 user: mistachkin tags: trunk) | |
|
2020-10-17
| ||
| 18:47 | Use the correct filename in hyperlinks in the new /finfo page. ... (check-in: 0af4772245 user: drh tags: trunk) | |
| 14:57 | Enhancements to the /finfo page so that it follows the file across name changes if the ci=HASH query parameter is used. ... (check-in: b54d9396f9 user: drh tags: trunk) | |
| 12:34 | On the /finfo page, change the check-in range query parameters from ci= and orig= into from= and to=. This gets the ci= query parameter out of the way so that it can be reused. ... (check-in: 299800b29d user: drh tags: trunk) | |
|
2020-10-15
| ||
| 14:59 | Expand the allowed date/time format for the "a=" and "b=" query parameters to the /finfo page, so that it is compatible with /timeline. ... (check-in: 04ef2df613 user: drh tags: trunk) | |
| 11:23 | Fix typo in pikchr.md ... (check-in: 9bdc9ca40b user: drh tags: trunk) | |
|
2020-10-14
| ||
| 17:47 | For the "fossil all" command, make --dont-stop the default. There is a new option --stop-on-error that sets the legacy behavior. Pause for 1/3rd of a second after any subprocess failure so that if the failures is due to SIGINT, a second SIGINT can have time to arrive before continuing. ... (check-in: bcd5adddbb user: drh tags: trunk) | |
| 12:15 | Take positive cherrypick merges into account when computing the MLINK table for a check-in. ... (check-in: e0d8f733b7 user: drh tags: trunk) | |
|
2020-10-13
| ||
| 20:47 | Fix the --baseurl option on "fossil server" so that it automatically strips off trailing / characters. ... (check-in: 9e816f0aa9 user: drh tags: trunk) | |
| 13:50 | Enhance the whatis command to show a description of the origin of phantoms. ... (check-in: d25027685b user: drh tags: trunk) | |
| 13:26 | Improved identification of the source of phantoms when they are named in a cluster but nowhere else. ... (check-in: cd624d4ff2 user: drh tags: trunk) | |
| 12:19 | Update the built-in SQLite to the latest 3.34.0 alpha. ... (check-in: 2ec0dc29f3 user: drh tags: trunk) | |
| 08:35 | Typo fix ... (check-in: 9c67804a16 user: wyoung tags: trunk) | |
| 08:32 | Assorted minor tweaks to the new backup.md doc ... (check-in: fc2c12442c user: wyoung tags: trunk) | |
| 00:40 | Soften the introduction to the "backup.md" documentation page, so that beginners do not get the impression that backups are critical for successful Fossil deployments. ... (check-in: c14a1f6001 user: drh tags: trunk) | |
|
2020-10-12
| ||
| 19:56 | More clarifications to cryptocurrencies vs the Fossil "blockchain". ... (check-in: 26005b81bf user: wyoung tags: trunk) | |
| 19:45 | Several clarity improvements to the discussion of cryptocurrencies in blockchain.md. ... (check-in: 70523a718c user: wyoung tags: trunk) | |
| 13:39 | New document: pikchr.md ... (check-in: a92365d722 user: drh tags: trunk) | |
|
2020-10-11
| ||
| 06:51 | Greatly expanded the simple definition of "blockchain" in the eponymous doc to include more details of common blockchain implementations to draw clearer parallels. This causes our conclusion to flip around from the prior version of this doc, but it's worth keeping the doc because it serves to compare and contrast Fossil to other systems. ... (check-in: 1ddb400886 user: wyoung tags: trunk) | |
|
2020-10-08
| ||
| 08:48 | Drew better analogies between Bitcoin's answer to the 51% attack and to GitHub in the new Anonymity section of the blockchain doc to show that Fossil doesn't even try to provide the sorts of behavior that allow fully anonymous contribution to a blockchain. ... (Closed-Leaf check-in: 87b1385dac user: wyoung tags: fossil-as-blockchain) | |
| 08:10 | Added a para to the prior section. ... (check-in: 69e0ea54a7 user: wyoung tags: fossil-as-blockchain) | |
| 08:00 | Added the "Anonymity" section to the new blockchain doc. ... (check-in: b357dc2b03 user: wyoung tags: fossil-as-blockchain) | |
| 06:42 | All but rewrote the Cryptocurrency section of the new blockchain.md doc to clarify the sorts of frauds each system has to prevent so that we can draw clearer analogies. ... (check-in: 154d848d2e user: wyoung tags: fossil-as-blockchain) | |
| 04:11 | Merged trunk changes in ... (check-in: 95203913c0 user: wyoung tags: fossil-as-blockchain) | |
|
2020-10-07
| ||
| 00:29 | Removed several weak arguments from the blockchain.md doc and added a lot more info about cryptocurrencies to show the differences between them and Fossil. Tweaked much of the preexisting material. ... (check-in: 3d55f44376 user: wyoung tags: fossil-as-blockchain) | |
|
2020-10-05
| ||
| 18:15 | Recast the blockchain.md doc as "Is Fossil a Blockchain?" (answer: mostly no) and updated all references to it to either remove the term, use "repository" instead where that's sufficiently clear, or to say either "Merkle tree" or "hash tree" instead where we need to distinguish the hash tree itself from the rest of the repo DB file's contents. This depends on the prior CAP theorem doc, since part of the argument for Fossil not being a blockchain gets us down into those weeds. EDIT: Moving it to a branch because we're still arguing the point on the forum. ... (check-in: 855578b610 user: wyoung tags: fossil-as-blockchain) | |