This Day In History For 2026-09-05
1 Year Ago (more context)
|
2025-09-05
| ||
| 15:20 | Fix the error log parsing so that timeouts do not appear as panics. check-in: b2ace8830a user: drh tags: trunk | |
2 Years Ago (more context)
|
2024-09-05
| ||
| 09:19 | In the 'unsaved changes' error of the patch command, make it explicit that the patch cannot be applied (because it otherwise comes across as informational, not an error). check-in: 8c5faa368f user: stephan tags: trunk | |
4 Years Ago (more context)
|
2022-09-05
| ||
| 14:03 | Update the built-in SQLite to the latest 3.40.0 alpha. check-in: 9d12e96440 user: drh tags: trunk | |
| 08:15 | Broke the Dockerfile up into more layers to allow better local caching at build time. Further optimized build time by producing the Fossil source tarball from the local repo instead of hitting the home site if you use the container-image target, since we can be reasonably certain you're working from a repo checkout and thus have all the info available here locally already. check-in: 1da464eeb9 user: wyoung tags: trunk | |
| 01:42 | Expanded the paragraph on WAL mode interactions in the container doc into a full section, placed higher up, immediately after the first use of Docker's "--volume" flag, to explain why we don't map just the repo DB file, but the whole directory it sits in. Even if we later convince ourselves WAL is safe under this scenario, it'll be conditional at best, so some remnant of this section must remain, no matter which way the experiments go. check-in: 698587d41d user: wyoung tags: trunk | |
5 Years Ago (more context)
|
2021-09-05
| ||
| 22:58 | Identical lines in diff output should never use the "|" comparison mark. check-in: 99f93d9231 user: drh tags: trunk | |
| 22:11 | Improved hyperlinks on the "Fossil Self-Hosting Repositories" page. check-in: 6decc47add user: drh tags: trunk | |
| 20:59 | Minimum line-number width in --tk output is 3, to accommodate ellipses. check-in: 719498bd5f user: drh tags: trunk | |
| 20:54 | Further improvements to diff alignment. check-in: e5b1c70e2a user: drh tags: trunk | |
| 19:31 | Added just a tiny bit of left/right padding on the new diff tables so that the line numbers don't run right up to the edge of the border. check-in: f25a987bae user: stephan tags: trunk | |
| 19:16 | Add a #define for the diff block alignment algorithm threshold. check-in: 0a4ae4408e user: drh tags: trunk | |
| 19:02 | Refactor the diff logic for improved modularity and performance. This check-in transitions the diff improvement efforts from a branch to trunk. The effort is not yet complete, but it is stable enough to continue going on trunk. User-visible changes include (1) improved diff display, especially for unified diffs, (2) the new "fossil xdiff" command (promoting the older "test-diff" command into a supported command), and improved performance. Behind the scenes, (3) the class names DOM module used for for HTML diffs is simplified - which may break custom skins, (4) the internal processing of diffs is simplified in many ways. check-in: 9e330740cc user: drh tags: trunk | |
| 00:33 | Fix a harmless compiler warning from previous check-in. Closed-Leaf check-in: bcd3e80f20 user: drh tags: diff-color-enhancements | |
| 00:31 | A new, faster algorithm for alignment of rows in a change block. check-in: 71759ef5bf user: drh tags: diff-color-enhancements | |