Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reformat with new clang-format | Dan Goodliffe | 2022-04-08 |
| | |||
* | Fix crash when daemon receives a user or group it can't mapnetfs-1.4.2 | Dan Goodliffe | 2022-04-08 |
| | |||
* | Psycho-rebased branch mapper on top of netfs-1.4netfs-1.4.0.1-mark | Dan Goodliffe | 2021-12-15 |
|\ | |||
| * | Concrete entcache types | Dan Goodliffe | 2020-09-16 |
| | | | | | | | | Allows specific constructor for group cache that takes a user cache | ||
| * | Tidy up of previous commit of extensible mapper | Dan Goodliffe | 2020-09-05 |
| | | |||
| * | First cut extensible mapper | Dan Goodliffe | 2020-09-05 |
| | | | | | | | | | | Replaces the weird fallback half implementation with something that looks remotely fit for purpose. | ||
* | | Allow recursion in AssertRead | Dan Goodliffe | 2021-01-09 |
|/ | |||
* | Clang format all the code | Dan Goodliffe | 2020-08-30 |
| | |||
* | Modernize and tidy | Dan Goodliffe | 2020-03-29 |
| | |||
* | Implement copy range | Dan Goodliffe | 2020-03-29 |
| | |||
* | 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 |
| | |||
* | Minor fixups | Dan Goodliffe | 2019-09-24 |
| | |||
* | Fuse separation | Dan Goodliffe | 2019-09-24 |
| | | | | First swing at separating the fuse library interface with the fuse operations | ||
* | Fix hostname lookupnetfs-1.3.3.1 | Dan Goodliffe | 2019-04-02 |
| | |||
* | Enable performance tidy checks | Dan Goodliffe | 2019-04-01 |
| | |||
* | Enable hicpp tidy checks | Dan Goodliffe | 2019-04-01 |
| | |||
* | First round of clang tidy changes | Dan Goodliffe | 2019-03-31 |
| | |||
* | Explicitly disable checker for generated code | Dan Goodliffe | 2019-03-31 |
| | |||
* | R-value construct paths when resolvingnetfs-1.3.2 | Dan Goodliffe | 2019-02-03 |
| | |||
* | Emplace some things | Dan Goodliffe | 2019-02-03 |
| | |||
* | Remove unrequired link to boost_random | Dan Goodliffe | 2019-02-03 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
| | |||
* | Add missing explicit on install targets | Dan Goodliffe | 2019-02-03 |
| | |||
* | Ice 3.7netfs-1.3.0 | Dan Goodliffe | 2018-04-15 |
| | | | | Rename service library as IceBox++11 expects ++11 suffix. | ||
* | C++17 | Dan Goodliffe | 2018-04-12 |
| | | | | | Implementations of Ice interfaces get their const parameters back. Who knew they could be more const than their base class?! | ||
* | C++17 | Dan Goodliffe | 2018-04-09 |
| | | | | | Replace boost shared_mutex with std::mutex to work with new lock helpers. | ||
* | C++17 | Dan Goodliffe | 2018-04-09 |
| | | | | Remove no-longer needed smart pointer wrappers. | ||
* | Upgrade to Ice-3.7 | Dan Goodliffe | 2018-04-05 |
| | |||
* | Add missing library links so tests can be run cleanly from the command line | Dan Goodliffe | 2017-12-29 |
| | |||
* | Relax mode checking in rmdir as it is actually too strict | Dan Goodliffe | 2017-12-16 |
| | | | | See d41485f12e8b72d6d01165d461966e22bb5d1331 | ||
* | 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 |
| | |||
* | Relax mode checking in unlink as it is actually too strict | Dan Goodliffe | 2017-10-25 |
| | |||
* | Rename libraries cos I never liked the original naming, more in keeping with ↵ | Dan Goodliffe | 2017-05-18 |
| | | | | other projects now | ||
* | Don't link directly to libxmlppnetfs-1.2.0.3 | Dan Goodliffe | 2017-04-26 |
| | |||
* | 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 |
| | |||
* | Test and fix rename behaviour | Dan Goodliffe | 2016-02-15 |
| | |||
* | Test permissions behaviour, fix write permissions check (might need further ↵ | Dan Goodliffe | 2016-02-15 |
| | | | | work) | ||
* | Enforce O_EXCL on create | Dan Goodliffe | 2016-02-15 |
| | |||
* | Almost complete coverage of basic directory operations | Dan Goodliffe | 2016-02-14 |
| | |||
* | Replace first level permission checks and path resolution/normalization | Dan Goodliffe | 2016-02-14 |
| | |||
* | Get config deserializer by file extension | Dan Goodliffe | 2016-02-11 |
| | |||
* | Remove the readonly bits... never made sense | Dan Goodliffe | 2016-02-07 |
| | |||
* | Partially tested global visibility hidden in all projectsnetfs-1.1.6 | Dan Goodliffe | 2016-01-24 |
| |