summaryrefslogtreecommitdiff
path: root/src/Buffer.cc
AgeCommit message (Expand)Author
2014-06-03Added MMap Handle object.Nicolas "Pixel" Noble
2013-12-20Switching off_t to off64_t.Nicolas "Pixel" Noble
2011-11-25If a Buffer came from const, don't try to free its memory...Pixel
2011-11-19Having the ability to create buffers from const memory.Pixel
2011-11-13Fixing a few bugs with Buffer - yes, it indeed does need a few more unit test...Pixel
2011-11-13Adding isEOF() to Buffers (and cleaning code a tiny bit)Pixel
2011-11-12Adding seekable buffers. Probably would need a few more tests in the Handles ...Pixel