summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use libadhocutilnetfs-1.1.4Dan Goodliffe2015-09-02
|
* Improve error handling around ICE exceptionsDan Goodliffe2015-08-12
|
* Write client logs to syslog instead of stderr (/dev/null)Dan Goodliffe2015-08-12
|
* Visibility hiddennetfs-1.1.3Dan Goodliffe2015-07-26
|
* No more static entcache hackDan Goodliffe2015-07-26
|
* Fix unittest JamfileDan Goodliffe2015-07-25
|
* Visibility hiddenDan Goodliffe2015-07-25
|
* Implement authtoken securityDan Goodliffe2015-07-20
|
* Support specification of configuration files when creating a test coreDan Goodliffe2015-07-20
|
* Switch to the StringSeq interface where possible because it's considerably ↵Dan Goodliffe2015-07-20
| | | | less annoying
* Start mock clients with a real configuration file that has specific parts ↵Dan Goodliffe2015-07-19
| | | | replaced at run-time
* Tidy up a littleDan Goodliffe2015-07-19
|
* Move TempPrivs into ModeCheckDan Goodliffe2015-07-19
|
* Make ModeCheck into a classDan Goodliffe2015-07-19
|
* Rename ioHelpers to modeCheckDan Goodliffe2015-07-19
|
* Start mock daemons with a real configuration file that has specific parts ↵Dan Goodliffe2015-07-19
| | | | replaced at run-time
* Remove commented out codeDan Goodliffe2015-07-19
|
* Add the systemd service fileDan Goodliffe2015-07-19
|
* Look up the resource only onceDan Goodliffe2015-07-19
|
* Enable router heartbeatsDan Goodliffe2015-07-19
|
* Classify test cases into their own filesDan Goodliffe2015-07-19
|
* Refactor mocked fuse client into it's own filesDan Goodliffe2015-07-19
|
* Refactor mocked daemon and sandbox export into it's own filesDan Goodliffe2015-07-19
|
* Basic WIP support for Glacier2 routingDan Goodliffe2015-07-19
|
* The slicer feature should not be propergated, it's library specific whether ↵Dan Goodliffe2015-06-18
| | | | it contains slicer data
* Merge branch 'p2pvr'Dan Goodliffe2015-06-18
|\
* | The communicator you get at create isn't the one you get at start and ↵netfs-1.1.2Dan Goodliffe2015-06-14
|/ | | | doesn't have properties
* Defend against and don't make calls to open with O_CREAT set when ↵Dan Goodliffe2015-06-13
| | | | re-establishing a session
* Add explicit instaniation of template members functions tooDan Goodliffe2015-06-13
|
* Merge branch 'netfs-test-refactor'Dan Goodliffe2015-06-13
|\
| * Move sandbox setup/teardown into a global fixture.Dan Goodliffe2015-05-06
| |
| * Merge branch 'netfs-test-refactor' of randomdan.homeip.net:/var/git/src into ↵Dan Goodliffe2015-05-06
| |\ | | | | | | | | | netfs-test-refactor
| | * Refactor to avoid possible destructed string copyDan Goodliffe2015-03-01
| | |
| | * Add a test over reconnecting to daemon following a restart with open filesDan Goodliffe2015-02-28
| | |
| | * Fix exception throwing on invalid fs proxyDan Goodliffe2015-02-28
| | |
| | * Refactor mocked stuff in wrappers for easy setup/teardown and expose the ↵Dan Goodliffe2015-02-19
| | | | | | | | | | | | fuse operations map instead of the app instance
| | * Keep a copy of fuse operations mapDan Goodliffe2015-02-19
| | |
| | * Initialise the test context with sensible valuesDan Goodliffe2015-02-19
| | |
| | * Virtualise fues_main so that the ut framework can get access to the ↵Dan Goodliffe2015-02-19
| | | | | | | | | | | | operations map
| | * Tear down adapter on daemon destructionDan Goodliffe2015-02-19
| | |
| | * Fix error messageDan Goodliffe2015-02-19
| | |
| | * Program defined config files and sandboxDan Goodliffe2015-02-16
| | |
| | * Actually use precompiled headersDan Goodliffe2015-02-16
| | |
| | * Add the start of some test framework, complete with hacky initialisationsDan Goodliffe2015-02-16
| | |
| | * runint doesn't need a pointer to itself passing inDan Goodliffe2015-02-16
| | |
| | * Export the runint functionDan Goodliffe2015-02-16
| | |
| | * Refactor fuse lib deps into final exeDan Goodliffe2015-02-15
| | |
| | * Rename configs for uniquenessDan Goodliffe2015-02-15
| | |
| | * Refactor to make more testableDan Goodliffe2015-02-15
| | |
| | * Centralize slicer lib defsDan Goodliffe2015-02-15
| | |