summaryrefslogtreecommitdiffstats
path: root/lib/private/command
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-262-3/+13
|\
| * check limit of serialized command in unit testsRobin Appelman2015-03-261-0/+3
| * ensure commands can be serialized in unit testsRobin Appelman2015-03-261-1/+4
| * Force test cases using background commands to handle setting up the filesystemRobin Appelman2015-03-262-2/+6
* | Update license headersJenkins for ownCloud2015-03-266-24/+102
|/
* Allow running the async commands from unit testsRobin Appelman2015-03-021-0/+53
* Add FileAccess trait for commandsRobin Appelman2015-02-251-0/+18
* Allow apps to determine which commands should be run synchronous based on tra...Robin Appelman2015-02-251-1/+58
* Add async command system to handle asynchronous operationsRobin Appelman2015-02-254-0/+142