Fossil  Timeline

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

13 check-ins occurring around 2008-01-01.

2008-01-28
18:29
REPLACE into the event table rather than INSERT. check-in: 7aa9a2e206 user: drh tags: trunk
2008-01-27
20:43
Added log output to make the log during file import more complete. check-in: e60ba15821 user: aku tags: trunk
20:43
Added debug helper methods. Fixed description of symbol reference in instances. check-in: 970be48fce user: aku tags: trunk
20:42
Allow for detached branches when checking lod consistency. Fixed formatting nit. Added debug helper method. check-in: d3aa33884b user: aku tags: trunk
20:40
Fixed bug in the code detaching a vendor branch. Left link to removed parent dangling, and killed connection to first on branch. No more. check-in: 0adaabf112 user: aku tags: trunk
20:38
Added comments to the sql commands in the integrity checks. check-in: 727f370c29 user: aku tags: trunk
2008-01-19
06:07
More comments on sql statements. check-in: 6809145eb1 user: aku tags: trunk
2007-12-08
03:39
More comments on sql statements, slight reordering of some tables and conditions. check-in: f7fe15cd0c user: aku tags: trunk
02:59
Added comments explaining the select statement checking revision/file/project/metadata integrity check-in: 808fbc4745 user: aku tags: trunk
2007-12-07
08:55
Removed two unused classes. check-in: 97e0e9dda9 user: aku tags: trunk
2007-12-06
04:05
Reworked time keeping in the pass manager, the microseconds kept by by the 'time' command flow over after roughly 72 minutes (2^32 microseconds). We now use 'clock seconds' to explicitly keep time. This should flow over only after abuut 136 years. The loss of resolution is ok, the converter does not need it. Seconds are good enough. check-in: 9a763fe596 user: aku tags: trunk
03:58
Extended traversal core to allow custom labeling of the log output immediately before the traversal starts. check-in: b81901adcb user: aku tags: trunk
03:56
Removed the automatic destruction of the traversed graph from the traversal core and put it into the caller (import only, currently). check-in: b59cdc7f8a user: aku tags: trunk