Extend basic support for serializing simple data types.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sat, 23 Dec 2006 06:53:06 +0000 (22:53 -0800)
committerMichael Vrable <mvrable@beleg.ucsd.edu>
Sat, 23 Dec 2006 06:53:06 +0000 (22:53 -0800)
commit38c66f088ed65d2f42264c92add6e0b33eac2bfc
tree9fcf20ea420cd0fdc059162a4aadb3c2298208cf
parent01a292581690054eef19558f564bbb56e4ca955e
Extend basic support for serializing simple data types.

Add support for serializing integers, strings, and dictionaries.  Then,
extend the directory scanner to output a summary of stat information for
each file/directory.
Makefile
scandir.cc
store.cc [new file with mode: 0644]
store.h [new file with mode: 0644]