Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / bluesky / serialize.c
2015-10-29 Michael VrableAdd proper per-file copyright notices/licenses and... master
2010-09-20 Michael VrableMore fixes for memory management.
2010-09-19 Michael VrableAllow cloudlog items to be unreferenced in the background.
2010-09-07 Michael VrableInclude inode numbers in cloud log items.
2010-09-07 Michael VrableIn-progress work to implement inode map loading at...
2010-09-06 Michael VrableImprove object deserialization: properly parse object...
2010-08-31 Michael VrableImplement basic full log replay.
2010-08-27 Michael VrableAdd in some support for journal replay.
2010-08-24 Michael VrableUpdate logic for flushing data to cloud.
2010-08-11 Michael VrableImprove tracking of memory usage in BlueSky.
2010-08-05 Michael VrableMake links between cloud log entries direct.
2010-08-04 Michael VrableRework caching of data blocks to eliminate double-caching.
2010-07-30 Michael VrableGradually converting code to use cloud logs for storing...
2010-03-31 Michael VrableDisable most debugging print messages; should help...
2010-03-11 Michael VrableEliminate a warning about symlink serialization that...
2010-01-26 Michael VrableSome changes to support asynchronous fetching of inodes.
2010-01-25 Michael VrableInodes are clean immediately after being read from...
2009-12-28 Michael VrablePreliminary symlink/readlink support.
2009-10-31 Michael VrableSplit BlueSky include files into public and private...
2009-10-29 Michael VrableAdd filesystem superblock serialization.
2009-09-23 Michael VrableMake printf format specifiers 32/64-bit clean.
2009-09-11 Michael VrableEnsure file size is properly serialized/deserialized.
2009-09-09 Michael VrableDirectory deserialization and loading of inodes from...
2009-09-03 Michael VrableDirectory serialization (but not deserialization).
2009-09-03 Michael VrableWork to add inode serialization/deserialization routines.