Add a cache around getpwuid/getgrgid to avoid repeated calls.
[cumulus.git] / Makefile
2012-05-31 Michael VrablePut linker flags at end of compiler command-line.
2012-05-30 Michael VrableRename scandir.cc to main.cc.
2011-06-23 Michael VrableEnable additional compiler warnings
2009-07-28 Michael VrableUpdate for 0.9 release.
2008-11-13 Michael VrableMakefile: Fix clean target.
2008-08-01 Michael VrableMakefile cleanup.
2008-06-03 Michael VrableChange name of project to Cumulus.
2008-05-30 Michael VrableInitial support for efficient sub-file incrementals.
2008-04-02 Michael VrableInitial framework for direct transfer of backups to...
2007-11-28 Michael VrableDrop the old statcache implementation.
2007-11-16 Michael VrableInitial refactoring of metadata logging.
2007-09-09 Michael VrableSuppress error messages from Makefile when git-describe...
2007-08-08 Michael VrableExtract the version number from NEWS if git-describe...
2007-08-07 Michael VrableDrop dependence on libtar.
2007-07-18 Michael VrableMakefile cleanups.
2007-07-18 Michael VrableRename format.{cc,h} -> util.{cc,h}.
2007-07-18 Michael VrableAuto-generate a version number for the program with...
2007-07-17 Michael VrableRename the generated executable from "scandir" to ...
2007-06-18 Michael VrablePartial commit of statcache support.
2007-05-15 Michael VrableKeep an index of old stored blocks, using sqlite3.
2007-05-11 Michael VrableAdd a new object-oriented wrapper for building object...
2007-05-11 Michael VrableMiscellaneous changes.
2007-05-03 Michael VrableRename tarstore -> store, since it is the only implemen...
2007-05-03 Michael VrableRemove old store implementation.
2007-04-21 Michael VrableAdd URI-style escaping of filename characters.
2007-04-15 Michael VrableBegin work on an alternate object store mechanism using...
2006-12-24 Michael VrableSome Makefile improvements:
2006-12-23 Michael VrableCompute SHA-1 checksums of regular files to be stored...
2006-12-23 Michael VrableExtend basic support for serializing simple data types.
2006-12-10 Michael VrableBuild with support for large files enabled.
2006-11-23 Michael VrableInitial commit