summaryrefslogtreecommitdiff
path: root/netfs
Commit message (Collapse)AuthorAge
* Add explicit instaniation of template members functions tooDan Goodliffe2015-06-13
|
* Move sandbox setup/teardown into a global fixture.Dan Goodliffe2015-05-06
|
* Refactor to avoid possible destructed string copyDan Goodliffe2015-05-06
|
* Add a test over reconnecting to daemon following a restart with open filesDan Goodliffe2015-05-06
|
* Fix exception throwing on invalid fs proxyDan Goodliffe2015-05-06
|
* Refactor mocked stuff in wrappers for easy setup/teardown and expose the ↵Dan Goodliffe2015-05-06
| | | | fuse operations map instead of the app instance
* Keep a copy of fuse operations mapDan Goodliffe2015-05-06
|
* Initialise the test context with sensible valuesDan Goodliffe2015-05-06
|
* Virtualise fues_main so that the ut framework can get access to the ↵Dan Goodliffe2015-05-06
| | | | operations map
* Tear down adapter on daemon destructionDan Goodliffe2015-05-06
|
* Program defined config files and sandboxDan Goodliffe2015-05-06
|
* Actually use precompiled headersDan Goodliffe2015-05-06
|
* Add the start of some test framework, complete with hacky initialisationsDan Goodliffe2015-05-06
|
* Refactor fuse lib deps into final exeDan Goodliffe2015-05-06
|
* Rename configs for uniquenessDan Goodliffe2015-05-06
|
* Refactor to make more testableDan Goodliffe2015-05-06
|
* Centralize slicer lib defsDan Goodliffe2015-05-06
|
* Make more testableDan Goodliffe2015-05-06
|
* Add all provided endpoints to the service proxyDan Goodliffe2015-02-14
|
* Don't assume a volume session was started when terminatingDan Goodliffe2015-02-14
|
* Allow specifying the identity of the service objectDan Goodliffe2015-02-14
|
* Use native for instead BOOST_FOREACHDan Goodliffe2015-01-04
|
* A single ycm config that gets its args from b2Dan Goodliffe2015-01-04
|
* Add missing includes highlighted when precompiled headers are disabledDan Goodliffe2014-12-17
|
* Adds mknod supportrandomdan2014-10-13
|
* Slicer compat fixnetfs-1.0.1randomdan2014-09-27
|
* Match the new Slicer interfacerandomdan2014-09-11
|
* Slice configuration for clientnetfs-1.0.0randomdan2014-06-27
|
* Swallow _netdev option so it can be used in fstabrandomdan2014-06-26
|
* More friendly linkflags and some ycm configsrandomdan2014-06-05
|
* Static entry cachesrandomdan2014-06-05
| | | | Improved checking of user/group memberships
* Use slicer for configuration reading, revise sample configs accordinglyrandomdan2014-06-02
|
* Test st_mode for the correct masks in ExecutableBy helperrandomdan2014-05-29
|
* No more setuid/setgid because it's not thread-safe, instead we handle ↵randomdan2014-05-25
| | | | permissions ourself
* Use single shared entCacherandomdan2014-05-23
|
* Asynchronously call getattr for directory entries on readdir and cache them ↵randomdan2014-05-19
| | | | for likely client getattr call
* Centralise some better lock helpersrandomdan2014-05-19
|
* Use IceUtil::Shared/Handle, which is already thread safe, instead of ↵randomdan2014-05-01
| | | | boost::intrusive_ptr and IntrusivePtrBase, which isn't, to undo the mess introduced in 937 to enforce thread safety
* Whoops, add file offset bits definition to fix 64bit compat bugrandomdan2014-03-23
|
* Annoyingly pessimistic locking around open handle proxy lookupsrandomdan2014-03-22
|
* Close remaining open file handles on exitrandomdan2014-03-21
|
* Remove guidmap, not used anymorerandomdan2014-03-21
|
* Correct targets for installrandomdan2014-03-20
|
* Modularized interfaces for netfsrandomdan2014-03-20
|
* Only bind fuse wrappers into fuse_operations for functions that have ↵randomdan2013-08-22
| | | | overrides in a deriving class
* Fix linking in debugrandomdan2013-08-19
| | | | Reconnect without locking on session loss
* Compat fixesrandomdan2013-06-03
|
* Depend on right net servicerandomdan2012-08-21
|
* Fix compilation against various versions of fuse libraryrandomdan2012-07-27
| | | | | Usage C++0x to remove lots of code duplication in wrappers Move code for FuseAppBase into it's own folder
* Migrate all stuff to stricter compilations/links and C++0x buildsrandomdan2012-07-10
|