aboutsummaryrefslogtreecommitdiff
path: root/src/serializerbzip2.cpp (follow)
AgeCommit message (Collapse)Author
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
2006-11-25I think this is a better serializer model.Mike Buland
2006-07-02Fixed a bug that caused the stream to be placed at a random location after theMike Buland
serializer was closed. Everything works as expected now.
2006-07-02Fixed a bug in the serializer that would close the file it was using even whenMike Buland
it shouldn't, and added the serializerbzip2, which lets you read and write to compressed streams.