Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file src/db.c version d95d2e82a6
|
2011-02-07
| ||
| 18:21 | Fix a potential infinite loop in the graph generator for overly-complex change graphs. check-in: 838283273a user: drh tags: trunk | |
| 18:02 | Ignore duplicate tags when interpreting git-fast-export text for import. check-in: 355bd99669 user: drh tags: trunk | |
| 14:35 | Fix documentation typos. check-in: 49cbf5e519 user: drh tags: trunk | |
| 14:34 | Enhance the graph generator so that it uses less memory and so that it is not limited to a fixed number of parents (10) for each node. check-in: 5ee80c545d user: drh tags: trunk | |
|
2011-02-04
| ||
| 03:21 | Do not show blank changes when doing a diff. check-in: d5729c31b5 user: drh tags: trunk | |
|
2011-02-02
| ||
| 01:09 | After a few days of internal use for testing, merge the changes for the new LEAF meta-data table into the trunk. NB: "<b>fossil all rebuild</b>" is required when updating through this change. check-in: 5ac4e15182 user: drh tags: trunk | |
|
2011-01-28
| ||
| 21:52 | Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. Closed-Leaf check-in: b6e66cdd08 user: drh tags: experimental | |
| 20:56 | Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. check-in: 69f43fc077 user: drh tags: experimental | |