aboutsummaryrefslogtreecommitdiff
path: root/src/unit/membuf.cpp (follow)
AgeCommit message (Collapse)Author
2008-10-08Ok...corrected a problem with new block allocation in nids, and it no longerMike Buland
goes into an infinite loop while doing certain kinds of read. Also, it zeros out new blocks to make things easier to cope with in the hex editor, it'll probably also compress better. I also fixed Bu::MemBuf so that you can now write to arbitrary places mid-stream.
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-06-27The MemBuf works just fine, although it still can't over-write data in theMike Buland
buffer.