summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Clang format all the codeDan Goodliffe2020-08-30
|
* EntryResolvers return where they got the resolution fromnetfs-1.4.0Dan Goodliffe2020-04-06
|
* Support a fallback value in EntCacheDan Goodliffe2020-04-05
| | | | Includes minor refactor for testing.
* Fix templateness of EntryResolverDan Goodliffe2020-04-04
| | | | name wasn't templatable
* Move boost multi index out of headerDan Goodliffe2020-04-02
|
* Simplify instantiation of EntCachesDan Goodliffe2020-04-02
|
* Remove glacier.pid before and after runs of testDan Goodliffe2020-04-01
|
* Configure settings from URI paramsDan Goodliffe2020-04-01
|
* Pull definitions of OpenFile and Dir into their own headerDan Goodliffe2020-03-31
|
* Remove lib shared library, build staticDan Goodliffe2020-03-29
|
* Modernize and tidyDan Goodliffe2020-03-29
|
* Implement copy rangeDan Goodliffe2020-03-29
|
* Fix FUSE version numberDan Goodliffe2020-03-29
|
* Move testing import to rootDan Goodliffe2019-12-29
| | | | Allows settings options anywhere
* Fixes for tidyDan Goodliffe2019-11-24
|
* Simplify directory interfaceDan Goodliffe2019-11-23
| | | | | Removes DirectoryV2, merged into Directory Removes listdir option as Fuse now passes the option into readdir
* Add support for rename flagsDan Goodliffe2019-11-23
|
* First cut migration to fuse3Dan Goodliffe2019-11-21
|
* Shuffle some code back to where it came fromDan Goodliffe2019-11-21
|
* Ice initialize must occur after any forkingDan Goodliffe2019-09-28
|
* Minor fixupsDan Goodliffe2019-09-24
|
* Revise fuse_ls test to test cache hitsDan Goodliffe2019-09-24
|
* Fuse separationDan Goodliffe2019-09-24
| | | | First swing at separating the fuse library interface with the fuse operations
* Add option terminator to test run command linesDan Goodliffe2019-09-24
|