summaryrefslogtreecommitdiff
path: root/netfs/daemon
Commit message (Collapse)AuthorAge
* Reformat with new clang-formatDan Goodliffe2022-04-08
|
* Fix crash when daemon receives a user or group it can't mapnetfs-1.4.2Dan Goodliffe2022-04-08
|
* Psycho-rebased branch mapper on top of netfs-1.4netfs-1.4.0.1-markDan Goodliffe2021-12-15
|\
| * Concrete entcache typesDan Goodliffe2020-09-16
| | | | | | | | Allows specific constructor for group cache that takes a user cache
| * 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.
* | Allow recursion in AssertReadDan Goodliffe2021-01-09
|/
* Clang format all the codeDan Goodliffe2020-08-30
|
* Modernize and tidyDan Goodliffe2020-03-29
|
* Implement copy rangeDan Goodliffe2020-03-29
|
* 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
|
* Minor fixupsDan Goodliffe2019-09-24
|
* Fuse separationDan Goodliffe2019-09-24
| | | | First swing at separating the fuse library interface with the fuse operations
* Fix hostname lookupnetfs-1.3.3.1Dan Goodliffe2019-04-02
|
* Enable performance tidy checksDan Goodliffe2019-04-01
|
* Enable hicpp tidy checksDan Goodliffe2019-04-01
|
* First round of clang tidy changesDan Goodliffe2019-03-31
|
* Explicitly disable checker for generated codeDan Goodliffe2019-03-31
|
* R-value construct paths when resolvingnetfs-1.3.2Dan Goodliffe2019-02-03
|
* Emplace some thingsDan Goodliffe2019-02-03
|
* Remove unrequired link to boost_randomDan Goodliffe2019-02-03
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* Add missing explicit on install targetsDan Goodliffe2019-02-03
|
* Ice 3.7netfs-1.3.0Dan Goodliffe2018-04-15
| | | | Rename service library as IceBox++11 expects ++11 suffix.
* C++17Dan Goodliffe2018-04-12
| | | | | Implementations of Ice interfaces get their const parameters back. Who knew they could be more const than their base class?!
* C++17Dan Goodliffe2018-04-09
| | | | | Replace boost shared_mutex with std::mutex to work with new lock helpers.
* C++17Dan Goodliffe2018-04-09
| | | | Remove no-longer needed smart pointer wrappers.
* Upgrade to Ice-3.7Dan Goodliffe2018-04-05
|
* Add missing library links so tests can be run cleanly from the command lineDan Goodliffe2017-12-29
|
* Relax mode checking in rmdir as it is actually too strictDan Goodliffe2017-12-16
| | | | See d41485f12e8b72d6d01165d461966e22bb5d1331
* Improve exception usage around configuration lookups and simplify that codeDan Goodliffe2017-12-16
|
* Configuration types can be local with modern SlicerDan Goodliffe2017-12-16
|
* Relax mode checking in unlink as it is actually too strictDan Goodliffe2017-10-25
|
* Rename libraries cos I never liked the original naming, more in keeping with ↵Dan Goodliffe2017-05-18
| | | | other projects now
* Don't link directly to libxmlppnetfs-1.2.0.3Dan Goodliffe2017-04-26
|
* Fix volume removalnetfs-1.2.0.1Dan Goodliffe2016-06-03
|
* Split VFS type converters into simpler base classnetfs-1.2.0Dan Goodliffe2016-04-16
|
* Use facets for all dynamic servants and set the facetId to the version serialDan Goodliffe2016-04-16
|
* Prototype listdirDan Goodliffe2016-04-11
|
* Tidy up passing of type converter to file serverDan Goodliffe2016-04-09
|
* Tidy up the mess that was type conversionDan Goodliffe2016-04-09
|
* Test and fix rename behaviourDan Goodliffe2016-02-15
|
* Test permissions behaviour, fix write permissions check (might need further ↵Dan Goodliffe2016-02-15
| | | | work)
* Enforce O_EXCL on createDan Goodliffe2016-02-15
|
* Almost complete coverage of basic directory operationsDan Goodliffe2016-02-14
|
* Replace first level permission checks and path resolution/normalizationDan Goodliffe2016-02-14
|
* Get config deserializer by file extensionDan Goodliffe2016-02-11
|
* Remove the readonly bits... never made senseDan Goodliffe2016-02-07
|
* Partially tested global visibility hidden in all projectsnetfs-1.1.6Dan Goodliffe2016-01-24
|