aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_db.c
AgeCommit message (Expand)Author
2016-07-05Fix segfault and data loss in pseudo_dbJoshua Lock
2016-07-05Remove stray , in log_tables SQLJoshua Lock
2016-05-18fix initializer warnings in pseudo_db.cPeter Seebach
2016-03-25xattr work: handle deletes and renamesPeter Seebach
2016-03-25rework extended attribute support in databasePeter Seebach
2016-02-24Various logging and cleanupPeter Seebach
2016-02-05pseudo_db.c: sort xattrsPeter Seebach
2014-10-03Possibly fix strange corruptionsPeter Seebach
2014-10-02pseudo_db.c: use bind_int64 for inodesPeter Seebach
2014-07-10make xattr work on DarwinSeebs
2014-04-24Use correct length when creating new xattrPeter Seebach
2014-04-22xattr support and other path stuff: reduce allocation and copyingPeter Seebach
2014-04-21Extended attribute improvements (no path, binary data)Peter Seebach
2014-04-21Initial draft xattr supportPeter Seebach
2013-06-25Change debugging to use flags rather than levelsPeter Seebach
2013-02-16Use in-memory database for filesPeter Seebach
2011-03-25Merge in ports workPeter Seebach
2011-02-09database initialization cleanup.Peter Seebach
2010-12-16Change the file journal from PERSIST to OFFMark Hatle
2010-12-16Optimize the sql database indexes differently...Mark Hatle
2010-12-16Add sqlite call profilingMark Hatle
2010-12-07This is a merge of several commits from a tree which turned out toPeter Seebach
2010-12-02The pseudo_db.c file created tables (operations, etc.) in the logsPeter Seebach
2010-11-30Major shift: All the id_t types have been reworked so that theyPeter Seebach
2010-11-17First pass of some cleanups -- support moving a tracked directory fromPeter Seebach
2010-08-17Draft one effort at making unlink more robust and fixing an obviousseebs
2010-08-04Add new environment values to allow easy override of default locationsMark Hatle
2010-07-30Linking a file now does not unlink the contents of a fileKonrad Scherer
2010-04-30Miscellaneous cleanup.Peter Seebach
2010-04-30Cleanup of pdb_historyPeter Seebach
2010-04-27Fix link(), improve startup performance.Peter Seebach
2010-04-26Handle rename(3) across devices.Peter Seebach
2010-04-26Report on deletions more carefully.Peter Seebach
2010-04-26Add sanity checkPeter Seebach
2010-04-26Updates/improvements for loggingPeter Seebach
2010-03-29cleanup FALLTHROUGH comments on case labelsPeter Seebach
2010-03-26Add support for intercepting execve()Peter Seebach
2010-03-26Track file open flagsPeter Seebach
2010-03-26Updates: Enable additional warnings, fix a number of things.Peter Seebach
2010-03-25initial chroot() supportPeter Seebach
2010-03-16initial public releasePeter Seebach