Sebastian Messmer
|
3943862f0e
|
Use size_t as return value from read()
|
2015-12-07 12:13:23 +01:00 |
|
Sebastian Messmer
|
6227764858
|
Make classes final if they're not meant to be derived from
|
2015-11-27 14:05:48 +01:00 |
|
Sebastian Messmer
|
bc459c02ae
|
Log thrown exceptions
|
2015-11-16 22:05:04 -08:00 |
|
Sebastian Messmer
|
ead8b5b97f
|
Allow stopping the filesystem
|
2015-11-12 15:03:22 -08:00 |
|
Sebastian Messmer
|
5efc5c5537
|
Allow libfuse daemonization again
|
2015-10-30 21:40:11 +01:00 |
|
Sebastian Messmer
|
440387e522
|
Add logging messages when filesystem starts/stops
|
2015-10-30 20:18:31 +01:00 |
|
Sebastian Meßmer
|
afc0f909b3
|
Use logging instead of cout/cerr
|
2015-10-17 17:23:35 +02:00 |
|
Sebastian Meßmer
|
c9663acd85
|
Unify (and fix) include guards
|
2015-10-15 13:04:57 +02:00 |
|
Sebastian Meßmer
|
cd32499180
|
Workaround compiler warning
|
2015-10-15 05:27:31 +02:00 |
|
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
|
6e8aec1a4c
|
Each-operation-logging can be switched on by changing a single line
|
2015-09-30 14:13:26 +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
|
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
|
e5647ace48
|
Remove unneccessary using statements
|
2015-07-21 18:22:55 +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
|
2970de9c4f
|
Make constructors explicit where adequate
|
2015-04-27 18:21:33 +02:00 |
|
Sebastian Messmer
|
9de2d9d04a
|
- Use cpputils::DataBlockFixture and cpputils::Data.
- Fix test cases
|
2015-04-25 03:26:59 +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
|
9741fb3f5c
|
- ReadDir also returns whether the entry is a file or a directory
- OpenFileList has a simpler interface
|
2015-03-11 00:22:36 +01:00 |
|
Sebastian Messmer
|
40c690d03b
|
Dir::children() returns not only the entry name, but also whether it is a file or a directory entry
|
2015-03-10 21:51:12 +01:00 |
|
Sebastian Messmer
|
2ac970a833
|
Switch to biicode
|
2015-02-17 00:48:49 +01:00 |
|