summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Don't std::move trivially copyable, add some constDan Goodliffe2022-04-08
|
* Modern randomDan Goodliffe2022-04-08
|
* Mark constructor explicitDan Goodliffe2022-04-08
|
* Fix crash when daemon receives a user or group it can't mapnetfs-1.4.2Dan Goodliffe2022-04-08
|
* Remove seemingly pointless 'Run' classnetfs-1.4.1Dan Goodliffe2021-12-16
|
* Factor FuseMountPoint mock into its own fileDan Goodliffe2021-12-16
|
* Psycho-rebased branch mapper on top of netfs-1.4netfs-1.4.0.1-markDan Goodliffe2021-12-15
|\
| * Bump to C++20, required by new SlicerDan Goodliffe2021-09-20
| |
| * Support for configuring new mappers in fuse clientDan Goodliffe2020-09-20
| |
| * Move not template functions out of impl.hDan Goodliffe2020-09-20
| |
| * Common base for mappersDan Goodliffe2020-09-20
| |
| * Add the MaskUnknown mapperDan Goodliffe2020-09-20
| |
| * Test the hiding mapperDan Goodliffe2020-09-16
| |
| * Progressive constructors for mappersDan Goodliffe2020-09-16
| |
| * Concrete entcache typesDan Goodliffe2020-09-16
| | | | | | | | Allows specific constructor for group cache that takes a user cache
| * Test EntCache basics for User and GroupDan Goodliffe2020-09-09
| |
| * Fix group membership loadingDan Goodliffe2020-09-09
| |
| * Add test for Group::hasMemberDan Goodliffe2020-09-09
| |
| * Add the HideUnknown mapperDan Goodliffe2020-09-06
| | | | | | | | This mapper hides inodes for which the user and/or group cannot be mapped to local entries
| * Support mapper rejection signalled by 0 st_modeDan Goodliffe2020-09-06
| |
| * Single FUSE version definitionDan Goodliffe2020-09-05
| |
| * Tidy up of previous commit of extensible mapperDan Goodliffe2020-09-05
| |
| * First cut extensible mapperDan Goodliffe2020-09-05
| | | | | | | | | | Replaces the weird fallback half implementation with something that looks remotely fit for purpose.
| * Clang format all the codeDan Goodliffe2020-09-05
| |
* | Add missing includenetfs-1.4.0.1Dan Goodliffe2021-12-13
| |
* | Bump to C++20, required by new SlicerDan Goodliffe2021-09-20
| |
* | Tweak to move volume proxy reset into locked regionDan Goodliffe2021-01-09
| |
* | Add another mutex in vlogf function calling BOOST_TEST_MESSAGEDan Goodliffe2021-01-09
| |
* | Add mutex in vlogf function calling BOOST_TEST_MESSAGEDan Goodliffe2021-01-09
| |
* | Allow recursion in AssertReadDan Goodliffe2021-01-09
| |
* | Update location of nolint after formatDan Goodliffe2021-01-09
| |
* | Add some options to suppression sanitizer for known thingsDan Goodliffe2021-01-03
| | | | | | | | These exist in fuse and Ice, not here
* | Run the thread test until stoppedDan Goodliffe2021-01-03
| | | | | | | | As opposed to bailing out at a magic number
* | Fixup memory leaks and race conditions in testFuseDan Goodliffe2021-01-03
| |
* | Use std::atomic<>s for thread test, count failures, sleep inside loopDan Goodliffe2021-01-03
| |
* | Internal functions should grab the lock as wellDan Goodliffe2021-01-03
| |
* | Don't create a big mess when multiple invocations of glacier occurDan Goodliffe2021-01-03
| |
* | Use special members delete macroDan Goodliffe2021-01-03
| |
* | No naked new/delete in unit testsDan Goodliffe2021-01-03
| |
* | First fuse arg should be binary pathDan Goodliffe2021-01-02
| |
* | Fix locking in FuseApp around volume and service proxiesDan Goodliffe2021-01-02
| |
* | Fix EntCache lockingDan Goodliffe2021-01-02
| | | | | | | | Scope for improvements in getEntry regarding multiple threads calling fillCache
* | Minor code tidyDan Goodliffe2020-12-31
| |
* | Add missing call to fuse_opt_free_args in testDan Goodliffe2020-12-30
| |
* | Don't add upper() to contextDan Goodliffe2020-12-30
| | | | | | | | It's out of bounds in some cases
* | Disable named parameter checkDan Goodliffe2020-12-30
| |
* | Add missing call to fuse_destroy in testDan Goodliffe2020-12-30
| |
* | Fix recursion in test functionDan Goodliffe2020-12-30
| |
* | Pass fPIC only to gcc and clangDan Goodliffe2020-12-30
| |
* | Modern LTO optionsDan Goodliffe2020-12-30
|/