aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-08pseudo_client: Allow server to tell the client to abort() on path mismatchesRichard Purdie
2020-10-08pseudo: Add support for ignoring pathsRichard Purdie
2020-10-08pseudo.c: Stop using data from matching inodes but mismatched pathsRichard Purdie
2020-08-27pseudo: fix renaming to selfJoe Slater
2020-07-31db: Use WAL mode for on-disk databaseJoshua Watt
2020-07-20Handle OFD lock flagsStefan Agner
2020-06-26test: Added ACL testsJohannes Beisswenger
2020-06-26xattr: Fixed corrupting UID&GID when running setfacl -m on a directoryJohannes Beisswenger
2020-06-26On a tumbleweed system, "install X Y" was showing the error:Richard Purdie
2020-06-26pseudo_ipc.h: Fix enum typedefJacob Kroon
2020-06-26pseudo: On a DB fixup remove files that do not exist anymoreRicardo Ribalda
2020-06-26Pseudo changes the syscall access patterns which makes it incompatible withRichard Purdie
2020-06-26xattr: adjust for attr 2.4.48 releaseAlexander Kanavin
2020-06-26realpath.c: Remove trailing slashesRobert Yang
2020-06-26Add statx glibc/syscall supportRichard Purdie
2020-06-26maketables/wrappers: use Python 3Alexander Kanavin
2020-06-26pseudo: Handle too many files deadlockRichard Purdie
2020-06-26Increase the number of retries in pseudo due to occasional slowRichard Purdie
2019-08-02use *correct* flags for open/openat, also apply them for related statross/masterSeebs
2019-08-01handle O_NOFOLLOW in flags for open/openatSeebs
2019-05-15Add SPDX-License-Identifier: LGPL-2.1-only to filesRichard Purdie
2019-04-10fix warnings in renameat2Seebs
2019-04-10Try to handle blocking open.Seebs
2019-04-09don't renameat2 pleaseSeebs
2019-04-09partial fix (??) for an ownership corruption problemSeebs
2018-12-15pseudo_ipc.c: eliminate some code duplicationSeebs
2018-12-15Use MSG_NOSIGNAL if available.Seebs
2018-11-29add missing <stdint.h>Seebs
2018-09-20also make sure inodes are 64-bit values to SQLSeebs
2018-09-20fix gcc7 warningSeebs
2018-09-20attempt to handle large inode valuesSeebs
2018-04-13Fix symlink following errorsSeebs
2018-04-13Fix one more stray slashSeebs
2018-04-13Less chatty debuggingSeebs
2018-04-03Change copyright default.Seebs
2018-03-31initialize wrappers in syscall wrapperSeebs
2018-03-31don't change errno in pseudo_fix_pathSeebs
2018-03-30Fix sticky bits and a couple of test cases.Seebs
2018-03-30Recently (2015) coreutils cp -Rp changed its behavior such that chmod()Seebs
2018-03-30Update README and ChangeLog.Seebs
2018-03-30rework path computationsSeebs
2018-03-30refix path againSeebs
2018-03-30don't add quite so many slashesSeebs
2018-03-29Experimental syscall(2) wrapper.Seebs
2018-03-06Improve path handling by not dereferencing filesSeebs
2018-03-01Don't delete things and not create them.Seebs
2018-02-26Handle more mk*stemp* functions.Seebs
2018-02-19Epoll: use the correct clientSeebs
2018-02-16Allow closing client 0Seebs
2018-02-15Handle O_TMPFILE more betterSeebs