index
:
NetFS
main
ZeroC ICE based network filesystem.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Enable all cppcheck checks and fixup config
HEAD
main
Dan Goodliffe
2022-07-31
*
Work around oddity with cppcheck
Dan Goodliffe
2022-07-31
*
Allow passedByValue on ICE interface implementations
Dan Goodliffe
2022-07-31
*
No need to set st_?time and st_?tim.tv_sec
Dan Goodliffe
2022-07-31
*
Add missing explicit on constructors
Dan Goodliffe
2022-07-31
*
Compose cache keys using std::filesystem::path and its hash_values
netfs-1.5.1
Dan Goodliffe
2022-06-03
*
Check for FUSE_READDIR_PLUS should be bit-wise, not equality
Dan Goodliffe
2022-06-03
*
Replace transform_reduce with a lambda and transform
netfs-1.5.0
Dan Goodliffe
2022-05-22
*
Handle batch reads as they come back
Dan Goodliffe
2022-05-22
*
Std algo write overlap testing
Dan Goodliffe
2022-05-22
*
waitOnWriteRangeAndThen can have auto return type
Dan Goodliffe
2022-05-18
*
Fix and test performing large reads
Dan Goodliffe
2022-05-07
*
Simplify blockSize iteration
Dan Goodliffe
2022-05-07
*
Add missing type suffixes
Dan Goodliffe
2022-05-07
*
Add default initialise to CombinedSettings
Dan Goodliffe
2022-05-07
*
Fix and test performing large writes
Dan Goodliffe
2022-05-07
*
Helper function to generate a vector of random data of a given size
Dan Goodliffe
2022-05-07
*
Add functions for calculating the block sizes for large read/writes
Dan Goodliffe
2022-05-07
*
Simplified and fixed up combined settings in fuseapp
Dan Goodliffe
2022-05-07
*
Add additional addition operators to safe for increment/pointers
Dan Goodliffe
2022-05-07
*
Allow implicit conversion to safe<T>
Dan Goodliffe
2022-05-06
*
Remove unused capture
Dan Goodliffe
2022-05-06
*
Add test cases that daemonstrate large writes do actually fail
Dan Goodliffe
2022-05-02
*
Rethrow flush failures in release
Dan Goodliffe
2022-05-02
*
Don't remove failed BG op, we need to throw it later
Dan Goodliffe
2022-05-02
*
Always call get on future, as wait doesn't throw the stored exception
Dan Goodliffe
2022-05-02
*
Handle case where zero size passes null to pread
Dan Goodliffe
2022-04-27
*
Prefer std::copy over memcpy, handles case of null data ptr when empty
Dan Goodliffe
2022-04-27
*
Handle async write errors
Dan Goodliffe
2022-04-27
*
Fix race condition
Dan Goodliffe
2022-04-27
*
Combine daemon settings with client settings, pass MessageMaxSize to OpenFiles
Dan Goodliffe
2022-04-26
*
Support getting daemon settings into the client.
Dan Goodliffe
2022-04-26
*
Breaking: remove unused reqenv from ftruncate and fgetattr
Dan Goodliffe
2022-04-21
*
Fixup the shutdown of fuse_loop in test cases
Dan Goodliffe
2022-04-21
*
Add a basic perf test setup for key functions
Dan Goodliffe
2022-04-19
*
Use cpp:array on write data, prevents copying
Dan Goodliffe
2022-04-19
*
Move construct ReqEnv from mapper values
Dan Goodliffe
2022-04-19
*
Fix error checking of readdir call
Dan Goodliffe
2022-04-18
*
Use XDG_RUNTIME_DIR for tmp folders
Dan Goodliffe
2022-04-18
*
Split out MockFuseApp from FuseMountPoint to address race conditions
Dan Goodliffe
2022-04-17
*
Prefer pragma once
Dan Goodliffe
2022-04-17
*
Rename underscore named variables
Dan Goodliffe
2022-04-17
*
Prevent passing null user resolver due to premature move
Dan Goodliffe
2022-04-17
*
Simplified constexpr operations map
Dan Goodliffe
2022-04-17
*
constexpr the operations map
Dan Goodliffe
2022-04-16
*
Turn off specific format-nonliteral warnings
Dan Goodliffe
2022-04-15
*
If source_location is available, use it for safe numeric conversion exception...
Dan Goodliffe
2022-04-15
*
Enable lots of warnings, fix the few bits of fallout
Dan Goodliffe
2022-04-15
*
No hacky define, types for open maps public for testing
Dan Goodliffe
2022-04-15
*
Enable and fixup all conversion/cast warnings
Dan Goodliffe
2022-04-15
[next]