Commit Graph

199 Commits

Author SHA1 Message Date
Sebastian Meßmer
c150c66534 Don't let FUSE do daemonization, because it won't fork other threads than the main thread. Force applications to do daemonization themselves. 2015-10-15 03:41:02 +02:00
Sebastian Messmer
6d5c3aab4c Disable profiling 2015-10-14 15:39:44 +02:00
Sebastian Messmer
976edaed0c Updated dependencies 2015-10-14 15:39:10 +02:00
Sebastian Messmer
d47020e781 Test cases print stack trace on sigsegv 2015-10-05 16:52:49 +02:00
Sebastian Messmer
6e8aec1a4c Each-operation-logging can be switched on by changing a single line 2015-09-30 14:13:26 +02:00
Sebastian Messmer
82e8c1d225 TODOs 2015-09-29 22:44:33 +02:00
Sebastian Messmer
a7e8be1e04 Added fspp profiling 2015-09-29 21:47:50 +02:00
Sebastian Messmer
a6088aae29 Removed debug output 2015-09-29 18:58:32 +02:00
Sebastian Messmer
188bbe0c6d Added potential log message for rmdir 2015-09-29 18:48:59 +02:00
Sebastian Messmer
6d8ffbb5bc Added potential logging statements for chmod/chown 2015-09-29 16:38:24 +02:00
Sebastian Messmer
c79da10eea Fix travis build icon 2015-09-13 10:57:33 +02:00
Sebastian Messmer
0f55165e94 Revert 2015-09-12 21:02:37 +02:00
Sebastian Messmer
d217000cc5 Merge branch 'master' into develop 2015-09-12 21:01:58 +02:00
Sebastian Messmer
ad5d752333 Build Icon shows master branch 2015-09-12 21:01:36 +02:00
Sebastian Messmer
d9cfa55b91 Use ASSERT from cpputils instead of fspp_assert 2015-07-22 13:48:53 +02:00
Sebastian Messmer
7dcb29d515 Implemented fspp_assert() 2015-07-21 19:45:44 +02:00
Sebastian Messmer
881c19c262 Fix missing usings 2015-07-21 18:31:28 +02:00
Sebastian Messmer
e5647ace48 Remove unneccessary using statements 2015-07-21 18:22:55 +02:00
Sebastian Messmer
1698044eb8 Specify EntryType better 2015-07-20 17:56:44 +02:00
Sebastian Messmer
c5822b97f4 Use optional::value() instead of optional::get() 2015-06-28 17:05:06 +02:00
Sebastian Messmer
2fa7d656e7 Adapt to new cpp-utils 2015-06-21 17:44:30 +02:00
Sebastian Meßmer
536cba1459 Use unique_ref instead of unique_ptr wherever possible 2015-06-18 19:30:52 +02:00
Sebastian Messmer
33a20223cd Fix for clang compiler 2015-06-10 17:19:39 +02:00
Sebastian Messmer
038efb95ec Enable extended compiler warnings 2015-05-08 02:11:42 +02:00
Sebastian Messmer
2970de9c4f Make constructors explicit where adequate 2015-04-27 18:21:33 +02:00
Sebastian Messmer
65eb73e7d9 Use cpputils::DataFixture instead of DataBlockFixture 2015-04-25 16:43:37 +02:00
Sebastian Messmer
0b60370665 Remove dependency to tempfile 2015-04-25 03:47:30 +02:00
Sebastian Messmer
2f2ba7756b Fix filesystem tests 2015-04-25 03:39:18 +02:00
Sebastian Messmer
9de2d9d04a - Use cpputils::DataBlockFixture and cpputils::Data.
- Fix test cases
2015-04-25 03:26:59 +02:00
Sebastian Messmer
c543cb398d Upgrade dependencies 2015-04-25 00:42:19 +02:00
Sebastian Meßmer
2726241a1c Removed debug output 2015-04-23 09:25:04 +02:00
Sebastian Meßmer
4a1166cfd2 Created symlinks take ownership from the current user 2015-04-23 09:17:23 +02:00
Sebastian Messmer
446c07deff Implemented symlinks 2015-04-22 16:00:14 +02:00
Sebastian Messmer
f41939f443 On file/dir creation, the owner is passed in 2015-04-22 14:31:15 +02:00
Sebastian Messmer
8165ca39bc Simplified readdir 2015-04-21 23:19:50 +02:00
Sebastian Messmer
f8b26d31e3 Added chmod/chown 2015-04-21 21:08:23 +02:00
Sebastian Messmer
f746d83141 Generalize remove for dirs and files 2015-04-10 23:24:28 +02:00
Sebastian Messmer
64fcd2094a Adapt to biicode 2.8 2015-04-08 17:44:34 +02:00
Sebastian Messmer
c68eee1de4 Workaround for broken travis biicode deployment 2015-04-08 17:20:25 +02:00
Sebastian Messmer
1e532cc989 Travis CI needs sudo 2015-04-08 17:01:35 +02:00
Sebastian Meßmer
0ffb419bf8 Refactor: FsppFileTest/FsppOpenFileTest use common base class 2015-03-19 05:47:06 +01:00
Sebastian Meßmer
faf7f4a68d TODOs 2015-03-19 05:39:02 +01:00
Sebastian Meßmer
cca0fda340 Prepared FsppOpenFileTest 2015-03-19 05:37:44 +01:00
Sebastian Meßmer
6242448a70 Added some tests to FsppDirTest 2015-03-19 05:32:09 +01:00
Sebastian Meßmer
a0130fb73f Refactor FsppDirTest 2015-03-19 04:36:02 +01:00
Sebastian Meßmer
214b268a1c Refactor FsppDirTest 2015-03-19 04:24:43 +01:00
Sebastian Meßmer
24a60d6cb3 Improve FsppDirTest:
* They expect the filesystem to return . and .. as dir entries
 * The test case allows the file system to return the entries in an arbitrary order
2015-03-19 03:52:58 +01:00
Sebastian Meßmer
70bd5a3ea3 Removed code redundancy 2015-03-19 03:24:26 +01:00
Sebastian Meßmer
c662d7c590 TODOs 2015-03-18 02:49:11 +01:00
Sebastian Meßmer
1a2a8c56d3 TODOs 2015-03-18 02:48:23 +01:00