aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-18Fix race condition in local-write-block.David Barksdale
2012-07-18Make truncate not clobber :file-table.David Barksdale
2012-07-05Use ByteBuffer for better performance.David Barksdale
2012-07-02Fix op-write response.David Barksdale
2012-06-27Finished writefile.David Barksdale
2012-06-26Some work on writefile.David Barksdale
2012-06-26Fixed NullPointerException when "length is nil.David Barksdale
2012-06-25Got readfile working.David Barksdale
2012-06-25Implemented read-block.David Barksdale
2012-06-25Implemented base32-encode.David Barksdale
2012-06-21Implemented BasicScheduler.David Barksdale
2012-06-21fetch-block is realized in the storage scheduler.David Barksdale
2012-06-21Added missing copyright notices.David Barksdale
2012-06-20Implemented read-file in terms of fetch-block.David Barksdale
2012-06-19Implemented encode-block and decode-block.David Barksdale
2012-06-16Added crypto functions.David Barksdale
2012-06-13Some work on local backend that I'm too tired to finish right now.David Barksdale
2012-06-13The start of work on the next phase: the local backend.David Barksdale
2012-06-11Implemented symlink and readlink.David Barksdale
2012-06-11Some cleanup on the readfile function.David Barksdale
2012-06-08Implemented MemoryBackend.rename.David Barksdale
2012-06-03Made mkdir a backend op, fixed link count bugs in rmdir.David Barksdale
2012-05-24assoc-in achievement unlocked. Cleaned up a bit.David Barksdale
2012-05-24Cleaned up naming of inodes.David Barksdale
2012-05-24Differentiate inodes from nodeids.David Barksdale
2012-05-24Argument destructuring achievement unlocked.David Barksdale
2012-05-23Some naming cleanup.David Barksdale
2012-05-22Started on op-rename. Made some important notes about the backend.David Barksdale
2012-05-14Implemented op-write.David Barksdale
2012-05-12Implemented truncate.David Barksdale
2012-05-12Some small modifications to readdir-agent.David Barksdale
2012-05-12Created macro agent-do for a common pattern.David Barksdale
2012-05-09Generalized link-modifier!, implemented chmod,setuid,setgid,setatime,setmtime.David Barksdale
2012-05-09Fixed several exceptions in protocol and one in util.David Barksdale
2012-05-05Implemented op-setattr, except on the backend.David Barksdale
2012-05-05Reorganized protocol.clj.David Barksdale
2012-05-02Ignore return value of recvmsg, wtf?David Barksdale
2012-04-30Abstracted out a common pattern of processing FUSE operations.David Barksdale
2012-04-30Implemented op-rmdir.David Barksdale
2012-04-29Implemented op-unlink.David Barksdale
2012-04-26Implemented op-mkdir and op-link.David Barksdale
2012-04-26Simplified reply logic.David Barksdale
2012-04-26Implemented op-mknod.David Barksdale
2012-04-25Removed some debug messages.David Barksdale
2012-04-25Implemented op-create.David Barksdale
2012-04-25Return correct inode in getattr.David Barksdale
2012-04-24Added foofs.filesystembackend.FilesystemBackend/readfile.David Barksdale
2012-04-13FUSE error numbers are negative.David Barksdale
2012-04-13Added/fixed debugging messages.David Barksdale
2012-04-13Fixed hexdump, sad really.David Barksdale