Timeline
Not logged in

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

6 check-ins using file src/main.c version 04ef98364e

2016-11-06
22:55
Split SCAN_META to SCAN_MTIME and SCAN_SIZE. None of these are in use at the moment. check-in: 2862f1c293 user: andygoth tags: andygoth-changes
22:53
Remove hard-coded demo of mtime and size from changes and status commands check-in: 8cd81143e7 user: andygoth tags: andygoth-changes
21:28
Remove some excess comments, minor rearrangement check-in: 8b8e765423 user: andygoth tags: andygoth-changes
20:19
More reliably work around the problem experienced by the previous commit. Not sure if this is the right long-term solution since we seem to have an architectural problem: at least one of Fossil's custom SQL functions can change the schema (in this case, by creating a temporary table), thereby invalidating a prepared statement while it is running. ... check-in: 5258a43d78 user: andygoth tags: andygoth-changes
07:57
Begin expanding status_report() to support being the backend for the ls command. The work is not yet complete. First we must debug a mysterious abort in SQLite. Test case: run "./fossil changes -differ" with at least one changed file. check-in: 9d5de8d702 user: andygoth tags: andygoth-changes
06:39
Rename sfile x column to pathname to match vfile and to make room for new columns I plan to add check-in: ec9480fcba user: andygoth tags: andygoth-changes