Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Modularized interfaces for netfs | randomdan | 2014-03-20 |
| | |||
* | Add precompiled headers | randomdan | 2011-09-14 |
| | |||
* | Minor tidy up to address extra picky GCC warnings | randomdan | 2011-02-23 |
| | | | | Explicit early unlocking of session after variables have been copied out so that the session isn't locked during IO | ||
* | Refactor and templatize EntCache to remove code duplication | randomdan | 2010-11-12 |
| | | | | | Adding read/write locking to EntCache Related changes to separating EntCache into an instance for users and one for groups | ||
* | Add locking for safe multi-threaded use in client | randomdan | 2010-11-12 |
| | | | | | Fix bug with symlink name Fix bug with stating symlinks | ||
* | Reopen files and directories on reauthentication | randomdan | 2010-10-30 |
| | |||
* | Merge all FS operations into one interface | randomdan | 2010-10-27 |
| | | | | | | | | | | | | Add missing utimens support Change effective user when performing (most) operations Refactor FUSE client to get remaining base code into base file Transmit user and group names, not numbers Load a cache of users and groups Custom error handling in derived FUSE class Reconnect and retry on AuthError Define 64bit offset on client and server to support huge files Fix a few instances where the export path wasn't prefixed to the request path | ||
* | Send a request environment object container the auth token, and now with ↵ | randomdan | 2010-10-23 |
| | | | | context user and group | ||
* | Commit WTD basic FS works | randomdan | 2010-10-20 |
| | |||
* | Commit more work to date | randomdan | 2010-10-06 |
| | |||
* | Commit work-to-date of port to using Ice for comms and Boost for paths | randomdan | 2010-10-06 |
| | |||
* | A few fixes and mark requests for replication | randomdan | 2010-02-27 |
| | |||
* | All basic funcs implemented, not tested | randomdan | 2009-10-23 |