| Commit message (Expand) | Author | Age |
... | |
* | Use an interval map for tracking in-progress writes | Dan Goodliffe | 2017-12-16 |
* | Use std::shared_ptr and variadic calls to make_shared in shared components | Dan Goodliffe | 2017-12-16 |
* | Use std::shared_ptr and variadic calls to make_shared in fuse components | Dan Goodliffe | 2017-12-16 |
* | Single [template] implementation of proxy wrapper maps for open files and dir... | Dan Goodliffe | 2017-12-16 |
* | Use namespace NetFS { ... } in files and dirs | Dan Goodliffe | 2017-12-16 |
* | Add optimistic checking and pruning of background write results if it can be ... | Dan Goodliffe | 2017-12-16 |
* | Implement background (file) writes | Dan Goodliffe | 2017-12-16 |
* | Adds a (currently NOOP) flush implementation | Dan Goodliffe | 2017-12-16 |
* | Remove calls to stringbf in favour of CTFnetfs-1.2.2 | Dan Goodliffe | 2017-12-16 |
* | Improve permissions tests on symlink | Dan Goodliffe | 2017-12-16 |
* | Improve permissions tests on mknod | Dan Goodliffe | 2017-12-16 |
* | Improve permissions tests on rename | Dan Goodliffe | 2017-12-16 |
* | Tidy up permissions tests | Dan Goodliffe | 2017-12-16 |
* | Add tests over permissions with creation of files | Dan Goodliffe | 2017-12-16 |
* | Relax mode checking in rmdir as it is actually too strict | Dan Goodliffe | 2017-12-16 |
* | Improve exception usage around configuration lookups and simplify that code | Dan Goodliffe | 2017-12-16 |
* | Configuration types can be local with modern Slicer | Dan Goodliffe | 2017-12-16 |
* | Run lto in parallel | Dan Goodliffe | 2017-12-16 |
* | Fix order of execution with gcc-7.2netfs-1.2.1 | Dan Goodliffe | 2017-12-16 |
* | Provide an internal helper for calling member functions via libfuse | Dan Goodliffe | 2017-12-16 |
* | Greatly simplify the mess of fuse_operations initialisation and remove the no... | Dan Goodliffe | 2017-10-25 |
* | Exclude default untestable functions from coverage reports | Dan Goodliffe | 2017-10-25 |
* | Add missing override attribute in fuseApp | Dan Goodliffe | 2017-10-25 |
* | Relax mode checking in unlink as it is actually too strict | Dan Goodliffe | 2017-10-25 |
* | Add missing test for chmoding a missing file | Dan Goodliffe | 2017-10-25 |
* | Add missing test for opening a missing file | Dan Goodliffe | 2017-10-25 |
* | IceBox configsnetfs-1.2.0.4 | Dan Goodliffe | 2017-07-24 |
* | Re-enable -flto | Dan Goodliffe | 2017-07-24 |
* | Rename libraries cos I never liked the original naming, more in keeping with ... | Dan Goodliffe | 2017-05-18 |
* | Standalone split | Dan Goodliffe | 2017-05-02 |
* | Upgrade to libxml++3 | Dan Goodliffe | 2017-04-28 |
* | Don't link directly to libxmlppnetfs-1.2.0.3 | Dan Goodliffe | 2017-04-26 |
* | Set cxxflags specifically, not cflags | Dan Goodliffe | 2016-10-07 |
* | Behave more like a normal compiler (write whole file, not append existing one)netfs-1.2.0.2 | Dan Goodliffe | 2016-10-07 |
* | Allow control of --dll-export and --ice | Dan Goodliffe | 2016-06-26 |
* | Replace forever the recursive error recovery code with a limited loop | Dan Goodliffe | 2016-06-04 |
* | EIO makes more sense than ENOSYS when remote operations can't be performed | Dan Goodliffe | 2016-06-04 |
* | Move libfusepp stuff into netfs, that's all it's gonna be used in | Dan Goodliffe | 2016-06-03 |
* | fuseCall helper can be private | Dan Goodliffe | 2016-06-03 |
* | Fix volume removalnetfs-1.2.0.1 | Dan Goodliffe | 2016-06-03 |
* | Split VFS type converters into simpler base classnetfs-1.2.0 | Dan Goodliffe | 2016-04-16 |
* | Use facets for all dynamic servants and set the facetId to the version serial | Dan Goodliffe | 2016-04-16 |
* | Prototype listdir | Dan Goodliffe | 2016-04-11 |
* | Tidy up passing of type converter to file server | Dan Goodliffe | 2016-04-09 |
* | Tidy up the mess that was type conversion | Dan Goodliffe | 2016-04-09 |
* | Add more assertions around times | Dan Goodliffe | 2016-04-09 |
* | Fix warnings from files passed to tests | Dan Goodliffe | 2016-04-09 |
* | Use macros in BOOST_TEST_ instead of just BOOST_ | Dan Goodliffe | 2016-04-04 |
* | Test utimens behaviour | Dan Goodliffe | 2016-02-15 |
* | Test chown behaviour | Dan Goodliffe | 2016-02-15 |