summaryrefslogtreecommitdiff
path: root/src/ZHandle.cc
AgeCommit message (Expand)Author
2013-01-21Mistake in my previous commit.Nicolas 'Pixel' Noble
2013-01-21Forgot these new cases in the ZStream::isPendingComplete() method.Nicolas 'Pixel' Noble
2013-01-21Fixing a few bugs in ZStream.Nicolas 'Pixel' Noble
2013-01-21ZStreams's close, read and write are now fully interruptible. Will need some ...Nicolas 'Pixel' Noble
2012-09-02ZStreams are now using async operations to compress or decompress.Nicolas "Pixel" Noble
2012-09-02Fixing ZHandle, and adding a unit test for it.Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-08-29Using true C++11 initializers in classes.Nicolas "Pixel" Noble
2012-04-08Redifining yielding for operations a bit, making further refinements.Pixel
2012-02-28There goes C++11...Nicolas "Pixel" Noble
2011-12-13Fixing a few bugs and problems in the ZHandle code.Pixel
2011-12-12Switching these write in ZHandle to forceWrites.Pixel
2011-12-12Forgot an EAssert into the zlib code.Pixel
2011-12-12Adding ZHandle class. It needs a unit test though.Pixel