summaryrefslogtreecommitdiff
path: root/includes/BStream.h
AgeCommit message (Expand)Author
2013-12-21WebSockets can now send frames.Nicolas "Pixel" Noble
2013-12-20Switching off_t to off64_t.Nicolas "Pixel" Noble
2013-01-22Removing some more cruft.Pixel
2012-08-29Using true C++11 initializers in classes.Nicolas "Pixel" Noble
2011-11-25We need the buffered streams to be detacheablePixel
2011-11-23Adding the isA<>() template / method to the IO proxy, and optimizing the BStr...Pixel
2011-11-14Adding 'isEmpty' helper. We probably want a 'put' method also. That could com...Pixel
2011-11-13Adding buffered streams; mainly for string parsing.Pixel