Age | Commit message (Expand) | Author |
2012-06-19 | Implemented encode-block and decode-block. | David Barksdale |
2012-06-16 | Added crypto functions. | David Barksdale |
2012-06-13 | Some work on local backend that I'm too tired to finish right now. | David Barksdale |
2012-06-13 | The start of work on the next phase: the local backend. | David Barksdale |
2012-06-11 | Implemented symlink and readlink. | David Barksdale |
2012-06-11 | Some cleanup on the readfile function. | David Barksdale |
2012-06-08 | Implemented MemoryBackend.rename. | David Barksdale |
2012-06-03 | Made mkdir a backend op, fixed link count bugs in rmdir. | David Barksdale |
2012-05-24 | assoc-in achievement unlocked. Cleaned up a bit. | David Barksdale |
2012-05-24 | Cleaned up naming of inodes. | David Barksdale |
2012-05-24 | Differentiate inodes from nodeids. | David Barksdale |
2012-05-24 | Argument destructuring achievement unlocked. | David Barksdale |
2012-05-23 | Some naming cleanup. | David Barksdale |
2012-05-22 | Started on op-rename. Made some important notes about the backend. | David Barksdale |
2012-05-14 | Implemented op-write. | David Barksdale |
2012-05-12 | Implemented truncate. | David Barksdale |
2012-05-12 | Some small modifications to readdir-agent. | David Barksdale |
2012-05-12 | Created macro agent-do for a common pattern. | David Barksdale |
2012-05-09 | Generalized link-modifier!, implemented chmod,setuid,setgid,setatime,setmtime. | David Barksdale |
2012-05-09 | Fixed several exceptions in protocol and one in util. | David Barksdale |
2012-05-05 | Implemented op-setattr, except on the backend. | David Barksdale |
2012-05-05 | Reorganized protocol.clj. | David Barksdale |
2012-05-02 | Ignore return value of recvmsg, wtf? | David Barksdale |
2012-04-30 | Abstracted out a common pattern of processing FUSE operations. | David Barksdale |
2012-04-30 | Implemented op-rmdir. | David Barksdale |
2012-04-29 | Implemented op-unlink. | David Barksdale |
2012-04-26 | Implemented op-mkdir and op-link. | David Barksdale |
2012-04-26 | Simplified reply logic. | David Barksdale |
2012-04-26 | Implemented op-mknod. | David Barksdale |
2012-04-25 | Removed some debug messages. | David Barksdale |
2012-04-25 | Implemented op-create. | David Barksdale |
2012-04-25 | Return correct inode in getattr. | David Barksdale |
2012-04-24 | Added foofs.filesystembackend.FilesystemBackend/readfile. | David Barksdale |
2012-04-13 | FUSE error numbers are negative. | David Barksdale |
2012-04-13 | Added/fixed debugging messages. | David Barksdale |
2012-04-13 | Fixed hexdump, sad really. | David Barksdale |
2012-04-02 | Survive opendir handle exhaustion. | David Barksdale |
2012-04-02 | Fixed return value of MemoryBackend lookup. | David Barksdale |
2012-04-02 | Added a bunch of debugging messages. | David Barksdale |
2012-03-30 | Fixed linux-mount. It's still rather sloppy. | David Barksdale |
2012-03-27 | Trying to get linux-mount to work, it's a bit messy. | David Barksdale |
2012-03-09 | Added socketpair and recvmsg JNA functions. | David Barksdale |
2012-02-20 | Encode dirents for readdir. Fix readdir-agent state update. | David Barksdale |
2012-02-20 | Fix attr and dirent construction/modification. | David Barksdale |
2012-02-20 | Moved protocol defs into their own namespaces. | David Barksdale |
2012-02-20 | Avoid naming conflict with read. | David Barksdale |
2012-02-19 | Connect the FUSE frontend with the foofs backend. | David Barksdale |
2012-02-19 | Have reference and dereference return success or failure. | David Barksdale |
2012-02-19 | Reorganized FilesystemBackend and MemoryBackend. | David Barksdale |
2012-02-17 | Started an in-memory version of the foofs backend. | David Barksdale |