Cleanup of the tar-store code.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 16 Aug 2007 22:53:29 +0000 (15:53 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 16 Aug 2007 22:53:29 +0000 (15:53 -0700)
commitdbba40b5a3722e4acb0cc043f0be1bebff872f27
tree16bb47cfdd928a15279b87953536f902b4ad22ec
parented9f6041c4c8c653e44a8edeeaa846e5db01587b
Cleanup of the tar-store code.

  - Make spawn_filter generic, not part of Tarfile, so that it can be used
    by other parts of the code.  (Specifically, it should be used later
    when writing out a segment descriptor, so that the descriptor can be
    filtered through gpg for signing.)
  - Drop internal_write_object.  It had only one caller, so simply inline
    the code.
store.cc
store.h