Begin work on an alternate object store mechanism using the TAR format.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 15 Apr 2007 20:48:09 +0000 (13:48 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Sun, 15 Apr 2007 20:48:09 +0000 (13:48 -0700)
commitae63026708d2e0e112f7ff79780c60439a990a85
treec40c442b6de812eb81c2ae1b5b3c60be67d2f62b
parent15f7cef45e82e54a039e5486f08134c4f9a05471
Begin work on an alternate object store mechanism using the TAR format.

Each segment is placed in a separate file, and each object is a file stored
within that TAR archive.  libtar is used to write (and perhaps later read)
tar files.
Makefile
scandir.cc
tarstore.cc [new file with mode: 0644]
tarstore.h [new file with mode: 0644]