Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/timeline.c version 8dbf85b79e
2013-11-21
| ||
23:39 | Update to the lastest SQLite that includes the OP_Column rewrite and the constant expression factoring logic. ... (check-in: 8dc9d00935 user: drh tags: trunk) | |
2013-11-20
| ||
13:48 | Make "fossil open" and "fossil rm" work on a repository which doesn't have any check-in. (the latter only undoes the effect of a previous "fossil add" then). ... (check-in: aef638b610 user: jan.nijtmans tags: trunk) | |
08:57 | Add "blame" WEBPAGE, just as "annotate" but giving comparable output as "fossil blame". ... (check-in: d7160dc195 user: jan.nijtmans tags: trunk) | |
2013-11-19
| ||
19:44 | Remove an unused local variable. ... (check-in: 811c9febd3 user: drh tags: trunk) | |
18:49 | Add a page (admin access only) to show the repository schema. Fix a bug in the "Last Rebuilt" display. ... (check-in: 3ea94847d1 user: drh tags: trunk) | |
18:25 | Update the built-in SQLite to the version that includes the DELETE with ONEPASS optimization and the enhanced EXPLAIN indentation in the shell. ... (check-in: 0830c352ff user: drh tags: trunk) | |
13:09 | Now that checkout_cmd() can handle the situation that vid==0 ([b725c1cf26]), no longer assume that the initial commit has rid=1: If the initial commit is not empty that will not be true any more. ... (check-in: 6791ad1185 user: jan.nijtmans tags: trunk) | |
2013-11-15
| ||
12:58 | Update custom makefile as well. If fossil is linked with external SQLite library, make sure it is used single-threaded. ... (check-in: 1928cf526e user: jan.nijtmans tags: trunk) | |
2013-11-14
| ||
19:36 | Update the built-in SQLite to the latest from upstream that includes the skip-scan optimization and the improved EXPLAIN display in the shell. ... (check-in: 28c508679e user: drh tags: trunk) | |
2013-11-13
| ||
11:28 | Take over latest change in src/mem1.c (usage of _msize function) from SQLite trunk, and modify MinGW build to use it as well. ... (check-in: bcd979daef user: jan.nijtmans tags: trunk) | |
08:39 | Fix end-marker handling in "fossil timeline", broken by previous commit [465f8ecd4a]. (That's what the "n+1" in [14104fde04?ln=1818] was meant for, but -1 is always better) ... (check-in: f13ae6b673 user: jan.nijtmans tags: trunk) | |