aboutsummaryrefslogtreecommitdiff
path: root/common/stream.cpp
AgeCommit message (Expand)Author
2019-10-03COMMON: Add Missing Switch Default Cases to Stream Seek MethodsD G Turner
2019-05-12COMMON: Fix seek return values, memory stream use in create_titanicPaul Gilbert
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-01-14COMMON: Add ReadStream::readPascalString()Eugene Sandulenko
2016-10-26COMMON: Added debug method for printing out stream contentsEugene Sandulenko
2016-08-04COMMON: Add WriteStream::pos()Alexander Tkachev
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-28Merge pull request #305 from giucam/bufferedseekableJohannes Schickel
2013-01-28COMMON: Fix successive seeks in BufferedSeekableReadStream.Johannes Schickel
2013-01-26JANITORIAL: Use "End of anonymous namespace" as comment for anonymous namespa...Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2013-01-26COMMON: Make BufferedSeekableReadStream use the buffer with SEEK_SET and SEEK...Giulio Camuffo
2012-03-11COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream.Johannes Schickel
2011-08-07COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of...Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-06COMMON: Add a class SafeSubReadStreamSven Hesse
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-19COMMON: Do not call ReadStream::eos in SubReadStream::read.Johannes Schickel
2010-11-23COMMON: Remove XOR decoding capability from MemoryReadStreamMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18COMMON: Change wrapBufferedWriteStream() to always disposes wrapped streamMax Horn
2010-11-18COMMON: Turn BufferedWriteStream into a template class, with disposeParentStr...Max Horn
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-11-18COMMON: Fix incorrect use of assert() macroMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-14COMMON: remove virtual functions from BufferedStreamsYotam Barnoy
2010-08-25COMMON: Fix eos handling in BufferedReadStreamWillem Jan Palenstijn
2010-08-25COMMON: fixed EOS handling in BufferedReadStream and BufferedSeekableReadStreamYotam Barnoy
2010-08-24COMMON: implemented BufferedWriteStream and fixed bug in BufferedReadStreamYotam Barnoy
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15Added seek() method to MemoryWriteStreamDynamic.Eugene Sandulenko
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-05-04Fix valgrind warningEugene Sandulenko
2009-03-05Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-03Get rid of readLine_OLD for goodMax Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-06Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N...Max Horn
2008-09-03Fixed Stream::readLine implementation to match its doxygen commentMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-07-30Changed BufferedReadStream to not permanently decrease its buffer size at the...Max Horn
2008-07-29Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr...Max Horn
2008-07-21Silence a warning which complains about using an uninitialized variable.Kari Salminen
2008-07-20New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn