Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add mutex in vlogf function calling BOOST_TEST_MESSAGE | Dan Goodliffe | 2021-01-09 |
| | |||
* | Allow recursion in AssertRead | Dan Goodliffe | 2021-01-09 |
| | |||
* | Update location of nolint after format | Dan Goodliffe | 2021-01-09 |
| | |||
* | Add some options to suppression sanitizer for known things | Dan Goodliffe | 2021-01-03 |
| | | | | These exist in fuse and Ice, not here | ||
* | Run the thread test until stopped | Dan Goodliffe | 2021-01-03 |
| | | | | As opposed to bailing out at a magic number | ||
* | Fixup memory leaks and race conditions in testFuse | Dan Goodliffe | 2021-01-03 |
| | |||
* | Use std::atomic<>s for thread test, count failures, sleep inside loop | Dan Goodliffe | 2021-01-03 |
| | |||
* | Internal functions should grab the lock as well | Dan Goodliffe | 2021-01-03 |
| | |||
* | Don't create a big mess when multiple invocations of glacier occur | Dan Goodliffe | 2021-01-03 |
| | |||
* | Use special members delete macro | Dan Goodliffe | 2021-01-03 |
| | |||
* | No naked new/delete in unit tests | Dan Goodliffe | 2021-01-03 |
| | |||
* | First fuse arg should be binary path | Dan Goodliffe | 2021-01-02 |
| | |||
* | Fix locking in FuseApp around volume and service proxies | Dan Goodliffe | 2021-01-02 |
| | |||
* | Fix EntCache locking | Dan Goodliffe | 2021-01-02 |
| | | | | Scope for improvements in getEntry regarding multiple threads calling fillCache | ||
* | Minor code tidy | Dan Goodliffe | 2020-12-31 |
| | |||
* | Add missing call to fuse_opt_free_args in test | Dan Goodliffe | 2020-12-30 |
| | |||
* | Don't add upper() to context | Dan Goodliffe | 2020-12-30 |
| | | | | It's out of bounds in some cases | ||
* | Disable named parameter check | Dan Goodliffe | 2020-12-30 |
| | |||
* | Add missing call to fuse_destroy in test | Dan Goodliffe | 2020-12-30 |
| | |||
* | Fix recursion in test function | Dan Goodliffe | 2020-12-30 |
| | |||
* | Pass fPIC only to gcc and clang | Dan Goodliffe | 2020-12-30 |
| | |||
* | Modern LTO options | Dan Goodliffe | 2020-12-30 |
| | |||
* | Clang format all the code | Dan Goodliffe | 2020-08-30 |
| | |||
* | EntryResolvers return where they got the resolution fromnetfs-1.4.0 | Dan Goodliffe | 2020-04-06 |
| | |||
* | Support a fallback value in EntCache | Dan Goodliffe | 2020-04-05 |
| | | | | Includes minor refactor for testing. | ||
* | Fix templateness of EntryResolver | Dan Goodliffe | 2020-04-04 |
| | | | | name wasn't templatable | ||
* | Move boost multi index out of header | Dan Goodliffe | 2020-04-02 |
| | |||
* | Simplify instantiation of EntCaches | Dan Goodliffe | 2020-04-02 |
| | |||
* | Remove glacier.pid before and after runs of test | Dan Goodliffe | 2020-04-01 |
| | |||
* | Configure settings from URI params | Dan Goodliffe | 2020-04-01 |
| | |||
* | Pull definitions of OpenFile and Dir into their own header | Dan Goodliffe | 2020-03-31 |
| | |||
* | Remove lib shared library, build static | Dan Goodliffe | 2020-03-29 |
| | |||
* | Modernize and tidy | Dan Goodliffe | 2020-03-29 |
| | |||
* | Implement copy range | Dan Goodliffe | 2020-03-29 |
| | |||
* | Fix FUSE version number | Dan Goodliffe | 2020-03-29 |
| | |||
* | Move testing import to root | Dan Goodliffe | 2019-12-29 |
| | | | | Allows settings options anywhere | ||
* | Fixes for tidy | Dan Goodliffe | 2019-11-24 |
| | |||
* | Simplify directory interface | Dan Goodliffe | 2019-11-23 |
| | | | | | Removes DirectoryV2, merged into Directory Removes listdir option as Fuse now passes the option into readdir | ||
* | Add support for rename flags | Dan Goodliffe | 2019-11-23 |
| | |||
* | First cut migration to fuse3 | Dan Goodliffe | 2019-11-21 |
| | |||
* | Shuffle some code back to where it came from | Dan Goodliffe | 2019-11-21 |
| | |||
* | Ice initialize must occur after any forking | Dan Goodliffe | 2019-09-28 |
| | |||
* | Minor fixups | Dan Goodliffe | 2019-09-24 |
| | |||
* | Revise fuse_ls test to test cache hits | Dan Goodliffe | 2019-09-24 |
| | |||
* | Fuse separation | Dan Goodliffe | 2019-09-24 |
| | | | | First swing at separating the fuse library interface with the fuse operations | ||
* | Add option terminator to test run command lines | Dan Goodliffe | 2019-09-24 |
| | |||
* | -Wlogical-op is only in gcc | Dan Goodliffe | 2019-09-24 |
| | |||
* | Build config with boost-build pkg-config support | Dan Goodliffe | 2019-09-24 |
| | |||
* | Build config with boost-build options | Dan Goodliffe | 2019-09-24 |
| | |||
* | Add -Wlogical-op | Dan Goodliffe | 2019-09-18 |
| |