index
:
NetFS
main
ZeroC ICE based network filesystem.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
netfs
/
daemon
/
daemonFile.cpp
Commit message (
Collapse
)
Author
Age
*
Handle case where zero size passes null to pread
Dan Goodliffe
2022-04-27
|
*
Breaking: remove unused reqenv from ftruncate and fgetattr
Dan Goodliffe
2022-04-21
|
*
Use cpp:array on write data, prevents copying
Dan Goodliffe
2022-04-19
|
*
Enable and fixup all conversion/cast warnings
Dan Goodliffe
2022-04-15
|
*
Don't narrow return of pread
Dan Goodliffe
2022-04-15
|
*
Reformat with new clang-format
Dan Goodliffe
2022-04-08
|
*
Clang format all the code
Dan Goodliffe
2020-08-30
|
*
Implement copy range
Dan Goodliffe
2020-03-29
|
*
Enable hicpp tidy checks
Dan Goodliffe
2019-04-01
|
*
First round of clang tidy changes
Dan Goodliffe
2019-03-31
|
*
C++17
Dan Goodliffe
2018-04-12
|
|
|
|
|
Implementations of Ice interfaces get their const parameters back. Who knew they could be more const than their base class?!
*
Upgrade to Ice-3.7
Dan Goodliffe
2018-04-05
|
*
Split VFS type converters into simpler base class
netfs-1.2.0
Dan Goodliffe
2016-04-16
|
*
Use facets for all dynamic servants and set the facetId to the version serial
Dan Goodliffe
2016-04-16
|
*
Tidy up passing of type converter to file server
Dan Goodliffe
2016-04-09
|
*
Tidy up the mess that was type conversion
Dan Goodliffe
2016-04-09
|
*
Scrap the precompiled headers
Dan Goodliffe
2016-01-04
|
*
No more static entcache hack
Dan Goodliffe
2015-07-26
|
*
Refactor to avoid possible destructed string copy
Dan Goodliffe
2015-05-06
|
*
Actually use precompiled headers
Dan Goodliffe
2015-05-06
|
*
Add missing includes highlighted when precompiled headers are disabled
Dan Goodliffe
2014-12-17
|
*
Static entry caches
randomdan
2014-06-05
|
|
|
|
Improved checking of user/group memberships
*
No more setuid/setgid because it's not thread-safe, instead we handle ↵
randomdan
2014-05-25
|
|
|
|
permissions ourself
*
Use single shared entCache
randomdan
2014-05-23
|
*
Modularized interfaces for netfs
randomdan
2014-03-20