aboutsummaryrefslogtreecommitdiff
path: root/src/tests/buffer.cpp (follow)
AgeCommit message (Collapse)Author
2009-07-30Bu::Buffer actually works, and works really well. I dig it. Bu::BZip2 nowMike Buland
follows the new filter guidelines, where read and write report the amount of data consumed, not the amount processed. I.e. when writing, it reports how much of your incoming data it used, not how many bytes it wrote on the other end.