aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_client.c
AgeCommit message (Expand)Author
2021-01-08Fix some memory leaksRoss Burton
2021-01-08Silence switch block warningsRoss Burton
2020-12-16pseudo_client: Simplify pseudo_client_ignore_path_chroot()Peter Kjellerstedt
2020-12-16pseudo_client: Lessen indentation of pseudo_client_ignore_path_chroot()Peter Kjellerstedt
2020-11-29pseudo_client: Print PSEUDO_LOGFILE path in abort message on path mismatchesTomasz Dziendzielski
2020-10-08pseudo_client: Fix dirfd handling with empty pathsRichard Purdie
2020-10-08pseudo_client: Improve unlinked file descriptor trackingRichard Purdie
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-06-26Increase the number of retries in pseudo due to occasional slowRichard Purdie
2019-05-15Add SPDX-License-Identifier: LGPL-2.1-only to filesRichard Purdie
2018-03-30rework path computationsSeebs
2018-01-16Half-undo FASTOPSeebs
2016-11-23Make pseudo -S cmd wait for serverSeebs
2016-11-03More-correctly fix xattrsSeebs
2016-03-09make bash stop bullying mePeter Seebach
2016-03-02pseudo client spawning cleanupPeter 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-23Add event loggerPeter Seebach
2016-02-08improve abort handlingPeter Seebach
2016-02-08pseudo_client.c: rework of startup logic in clientPeter Seebach
2016-02-05pseudo_client.c: retry after a couple of millisecondsPeter Seebach
2016-02-05pseudo_client.c: don't abort on failure to start serverPeter Seebach
2015-08-24Some extra debugging bits.Peter Seebach
2015-08-24xattrdb bug fixesPeter Seebach
2015-08-21Clean up some const stuffPeter Seebach
2015-08-21Reduce unused message sendingPeter Seebach
2015-08-21New option: Use extended attributes to store db values.Peter Seebach
2015-08-20Drop the allocation in pseudo_fix_path/pseudo_root_path/etc.Peter Seebach
2015-08-20Initial profiling implementation.Peter Seebach
2015-01-15Clean up the path allocation a bit morePeter Seebach
2015-01-14Make --without-passwd-fallback workPeter Seebach
2014-07-18be less chattyPeter Seebach
2014-05-27Honor umaskPeter Seebach
2014-05-16Shutdown pingPeter 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
2014-01-22Don't automatically fall back to /etc/passwd.Peter Seebach
2014-01-22minor message cleanupPeter Seebach
2013-06-25Change debugging to use flags rather than levelsPeter Seebach
2013-02-27remove left-over debug messagePeter Seebach
2013-02-26PSEUDO_ALLOW_FSYNC: Allow fsync()pseudo-1.5PSEUDO_1_5Peter Seebach
2013-02-16If you don't want the answer, don't ask the question.Peter Seebach
2013-01-30Remove a couple of highly non-obvious GLIBC_2.7 dependencies.Peter Seebach
2012-08-02Remove the _plain thing, use PSEUDO_STATBUF everywhere.Peter Seebach
2012-02-06Fix *at() function interface holesPeter Seebach
2011-11-02Initialize memory in pseudo_client to avoid valgrind warningMark Hatle