Changes On Branch fileage-enhancement
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch fileage-enhancement Excluding Merge-Ins

This is equivalent to a diff from 522cf5f66d to 0fba2272fa

2014-12-15
18:24
Fix the "files_of_checkin" virtual table implementation so that it works with delta manifests. Change the implementation of compute_fileage() to use common table expressions and the files_of_checkin virtual table for a pure SQL implementation (which turns out to be faster). check-in: c556f8c61c user: drh tags: trunk
18:17
Fix the "files_of_checkin" virtual table so that it works correctly with delta manifests. Closed-Leaf check-in: 0fba2272fa user: drh tags: fileage-enhancement
17:53
A new, faster, implementation of the compute_fileage() utility that is implemented in SQL, using the files_of_checkin virtual tables and a common table expression. check-in: cc1e965504 user: drh tags: fileage-enhancement
15:47
Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. check-in: a0cc614326 user: drh tags: fileage-enhancement
2014-12-12
16:04
Reset memory in addr for good measure just to be certain nothing is left over. check-in: 522cf5f66d user: andybradford tags: trunk
07:13
Minor spelling correction. check-in: f627634ca8 user: andybradford tags: trunk

Changes to src/browse.c.

Changes to src/foci.c.