aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
AgeCommit message (Expand)Author
2021-01-08Fix some memory leaksRoss Burton
2021-01-08Silence switch block warningsRoss Burton
2020-10-08pseudo.c: Improve handling of entries with nlink == 0 in fd opsRichard Purdie
2020-10-08pseudo_client: Allow server to tell the client to abort() on path mismatchesRichard Purdie
2020-10-08pseudo.c: Stop using data from matching inodes but mismatched pathsRichard Purdie
2020-06-26pseudo: On a DB fixup remove files that do not exist anymoreRicardo Ribalda
2019-05-15Add SPDX-License-Identifier: LGPL-2.1-only to filesRichard Purdie
2019-04-09partial fix (??) for an ownership corruption problemSeebs
2018-09-20fix gcc7 warningSeebs
2018-04-13Less chatty debuggingSeebs
2018-03-01Don't delete things and not create them.Seebs
2016-11-23Make pseudo -S cmd wait for serverSeebs
2016-11-03Revert "Fix extra data on xattrs"Seebs
2016-10-31Fix extra data on xattrsSeebs
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