| Commit message (Expand) | Author | Age |
... | |
* | More friendly linkflags and some ycm configs | randomdan | 2014-06-05 |
* | Static entry caches | randomdan | 2014-06-05 |
* | Split out ICE support from project jam file, add support for slicer | randomdan | 2014-06-02 |
* | Use slicer for configuration reading, revise sample configs accordingly | randomdan | 2014-06-02 |
* | Test st_mode for the correct masks in ExecutableBy helper | randomdan | 2014-05-29 |
* | No more setuid/setgid because it's not thread-safe, instead we handle permiss... | randomdan | 2014-05-25 |
* | Use single shared entCache | randomdan | 2014-05-23 |
* | Asynchronously call getattr for directory entries on readdir and cache them f... | randomdan | 2014-05-19 |
* | Centralise some better lock helpers | randomdan | 2014-05-19 |
* | Use IceUtil::Shared/Handle, which is already thread safe, instead of boost::i... | randomdan | 2014-05-01 |
* | Whoops, add file offset bits definition to fix 64bit compat bug | randomdan | 2014-03-23 |
* | Annoyingly pessimistic locking around open handle proxy lookups | randomdan | 2014-03-22 |
* | Close remaining open file handles on exit | randomdan | 2014-03-21 |
* | Remove guidmap, not used anymore | randomdan | 2014-03-21 |
* | Correct targets for install | randomdan | 2014-03-20 |
* | Modularized interfaces for netfs | randomdan | 2014-03-20 |
* | Fix slice scanner and split .ice files back into logical blocks | randomdan | 2013-12-22 |
* | Tidy up fix/hack for conditional binding, gcc 4.6 compat | randomdan | 2013-08-23 |
* | Only bind fuse wrappers into fuse_operations for functions that have override... | randomdan | 2013-08-22 |
* | Emergency I-broke-it-bump, don't bind write_buf and read_buf | randomdan | 2013-08-21 |
* | Fix linking in debug | randomdan | 2013-08-19 |
* | Add base case support for ioctl, poll, write_buf, read_buf and flock | randomdan | 2013-08-19 |
* | Use CXX from the environment | randomdan | 2013-08-19 |
* | Compat fixes | randomdan | 2013-06-03 |
* | Depend on right net service | randomdan | 2012-08-21 |
* | Fix compilation against various versions of fuse library | randomdan | 2012-07-27 |
* | Migrate all stuff to stricter compilations/links and C++0x builds | randomdan | 2012-07-10 |
* | Fix type conversion warnings | randomdan | 2012-05-31 |
* | Add precompiled headers | randomdan | 2011-09-14 |
* | Use lchown, not chown | randomdan | 2011-02-24 |
* | Finally convert ytfs to use boost stuff (untested, but it does build) | randomdan | 2011-02-23 |
* | Minor tidy up to address extra picky GCC warnings | randomdan | 2011-02-23 |
* | Fix to link against static libmisc | randomdan | 2011-02-19 |
* | Centralise the ICE splicer | randomdan | 2011-01-24 |
* | Fix behaviour of symlink in daemon | randomdan | 2010-12-08 |
* | Fix no follow symlink in utimens | randomdan | 2010-11-29 |
* | Tidy up jam stuff | randomdan | 2010-11-23 |
* | Create opening-host-unique IDs for directories and files suitable for global ... | randomdan | 2010-11-16 |
* | Add missing Boost threads library to daemon library | randomdan | 2010-11-12 |
* | Refactor and templatize EntCache to remove code duplication | randomdan | 2010-11-12 |
* | Add locking for safe multi-threaded use in client | randomdan | 2010-11-12 |
* | Reopen files and directories on reauthentication | randomdan | 2010-10-30 |
* | Merge all FS operations into one interface | randomdan | 2010-10-27 |
* | Store the fuse config and initialise the Ice proxies as needed | randomdan | 2010-10-24 |
* | Send a request environment object container the auth token, and now with cont... | randomdan | 2010-10-23 |
* | Initialise the IC after fuse forks, fixes whatever the hell it is that stops ... | randomdan | 2010-10-22 |
* | Use the config path given | randomdan | 2010-10-21 |
* | Specify config file in device name | randomdan | 2010-10-21 |
* | Add init script | randomdan | 2010-10-21 |
* | Commit WTD basic FS works | randomdan | 2010-10-20 |