Drop dependence on libtar.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 7 Aug 2007 20:57:02 +0000 (13:57 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 7 Aug 2007 20:57:02 +0000 (13:57 -0700)
commit4c7c830e38130011d1f5cc68934a31619e3b8a85
treed60da617516a0bddcb03b7604065b5ea26d36dd2
parent6c532fe12d50ae9b1480ba93e668c042bf36eb63
Drop dependence on libtar.

Implement everything we need to write TAR files ourself; this isn't too
difficult since we are only ever writing regular files with fixed-length
filenames (so need to worry about long file names).  In fact, doing it
directly is really no more complicated than using libtar.
Makefile
store.cc
store.h