aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
AgeCommit message (Expand)Author
2016-07-28Fix xattr performanceseebs/xattr_performanceseebs
2016-03-25rework extended attribute support in databasePeter Seebach
2016-03-25actually handle remove_xattr correctlyPeter Seebach
2016-03-02Server launch rework continued, probably finishedPeter Seebach
2016-03-01Server launch reworking.Peter Seebach
2016-02-24Various logging and cleanupPeter Seebach
2016-02-08improve abort handlingPeter Seebach
2016-02-08pseudo.c: don't shutdown after command without -S.Peter Seebach
2016-01-22Fix mknod(...) with no file type bitsPeter Seebach
2015-08-24Small cleanups in passingPeter Seebach
2015-08-24Some extra debugging bits.Peter Seebach
2015-08-21Mark dummy entries as dummiesPeter Seebach
2015-08-21Reduce unused message sendingPeter Seebach
2015-08-20Drop the allocation in pseudo_fix_path/pseudo_root_path/etc.Peter Seebach
2015-07-16pseudo.c: Don't truncate xattr data.Peter Seebach
2015-05-04reduce spurious messages about trailing slashespseudo-1.6.5PSEUDO_1_6_5Peter Seebach
2015-01-05Try to handle trailing slashesPeter Seebach
2014-10-03Possibly fix strange corruptionsPeter Seebach
2014-10-03further fixups for did_unlinkPeter Seebach
2014-10-03pseudo.c: Suppress probably-spurious diagnosticsPeter Seebach
2014-07-10make xattr work on DarwinSeebs
2014-04-21Extended attribute improvements (no path, binary data)Peter Seebach
2014-04-21Initial draft xattr supportPeter Seebach
2014-04-21pseudo command-line use: shut down serverPeter Seebach
2013-06-25Change debugging to use flags rather than levelsPeter Seebach
2013-02-16If you don't want the answer, don't ask the question.Peter Seebach
2011-11-02Implement PSEUDO_UNLOAD, replacing existing PSEUDO_RELOADED semantics.Mark Hatle
2011-03-25Merge in ports workPeter Seebach
2011-02-10Whoops! If LOCALSTATEDIR doesn't exist, and you invoke pseudoPeter Seebach
2011-01-24Revert "Add a cache of the last object found in pseudo_op"Mark Hatle
2011-01-18Do not cache OP_EXEC callsMark Hatle
2011-01-13Fixup: The path code could double-free.Peter Seebach
2010-12-17Fix the msg cache codeMark Hatle
2010-12-16Add a cache of the last object found in pseudo_opMark Hatle
2010-12-16Restructure the pseudo_op file identificationMark Hatle
2010-12-16Add sqlite call profilingMark Hatle
2010-12-13Further amend the system to enable/disable sudo during fork/exec.Mark Hatle
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-11Enable local variable cacheMark Hatle
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-06-29Fix suffix handling so the right thing happens when usingPeter Seebach
2010-06-28Remove PSEUDO_SUFFIX from sourcePeter Seebach
2010-04-26Handle execve() betterPeter Seebach
2010-04-26Don't report inode or path mismatches on OP_EXEC.Peter Seebach
2010-04-26Handle rename(3) across devices.Peter Seebach
2010-04-26Reduce race condition for unlinks.Peter Seebach
2010-04-26Report on deletions more carefully.Peter Seebach
2010-04-26Add sanity checkPeter Seebach