Fossil

Timeline
Login

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

10 check-ins using file src/db.c version 3e364a8e4c

2014-11-27
14:13
Initial implementation of "fossil bundle purge". Needs further testing and refinement. check-in: 9c0d5cd895 user: drh tags: DBP-workflow
12:30
Go back to using SQLite 3.8.8 after fixing the corruption bug in the b-tree balancer. check-in: eaefb1809c user: drh tags: DBP-workflow
2014-11-26
23:27
Add the "fossil unpublished" and the "fossil publish" commands. check-in: b543373feb user: drh tags: DBP-workflow
19:16
Revert the built-in SQLite to 3.8.7 until a btree bug in 3.8.8 is fixed. check-in: 19d325b759 user: drh tags: DBP-workflow
17:36
Identify unpublished (private) artifacts on timelines and in artifact descriptions. check-in: 1d7620999a user: drh tags: DBP-workflow
15:38
Add an implementation for the "fossil bundle cat" command. check-in: 8f0ced6701 user: drh tags: DBP-workflow
15:11
When undoing a purge, make sure to also unshun all resurrected elements. check-in: 454c727154 user: drh tags: DBP-workflow
14:58
Fix the "purge cat" command to work as documented. Add the "purge obliterate" command. check-in: 353bfbacb9 user: drh tags: DBP-workflow
14:26
Improved select of delta basis files for "bundle export". Added the --standalone option to "bundle export". Improved help messages for both the bundle and purge commands. check-in: eb3ae3d619 user: drh tags: DBP-workflow
01:40
Initial implementation of the "bundle import" command. Also added the "db_debug()" function for use in debugging. check-in: 8abe20a137 user: drh tags: DBP-workflow