Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file src/timeline.c version af2780827a
|
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 | |