Age | Commit message (Expand) | Author |
2017-01-14 | COMMON: Add ReadStream::readPascalString() | Eugene Sandulenko |
2016-10-26 | COMMON: Added debug method for printing out stream contents | Eugene Sandulenko |
2016-08-04 | COMMON: Add WriteStream::pos() | Alexander Tkachev |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-01-28 | Merge pull request #305 from giucam/bufferedseekable | Johannes Schickel |
2013-01-28 | COMMON: Fix successive seeks in BufferedSeekableReadStream. | Johannes Schickel |
2013-01-26 | JANITORIAL: Use "End of anonymous namespace" as comment for anonymous namespa... | Johannes Schickel |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2013-01-26 | COMMON: Make BufferedSeekableReadStream use the buffer with SEEK_SET and SEEK... | Giulio Camuffo |
2012-03-11 | COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream. | Johannes Schickel |
2011-08-07 | COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of... | Christoph Mallon |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-06 | COMMON: Add a class SafeSubReadStream | Sven Hesse |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-19 | COMMON: Do not call ReadStream::eos in SubReadStream::read. | Johannes Schickel |
2010-11-23 | COMMON: Remove XOR decoding capability from MemoryReadStream | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-18 | COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream | Max Horn |
2010-11-18 | COMMON: Turn BufferedWriteStream into a template class, with disposeParentStr... | Max Horn |
2010-11-18 | COMMON: Make implementation of Buffered*Stream classes internal | Max Horn |
2010-11-18 | COMMON: Fix incorrect use of assert() macro | Max Horn |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-09-14 | COMMON: remove virtual functions from BufferedStreams | Yotam Barnoy |
2010-08-25 | COMMON: Fix eos handling in BufferedReadStream | Willem Jan Palenstijn |
2010-08-25 | COMMON: fixed EOS handling in BufferedReadStream and BufferedSeekableReadStream | Yotam Barnoy |
2010-08-24 | COMMON: implemented BufferedWriteStream and fixed bug in BufferedReadStream | Yotam Barnoy |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | Added seek() method to MemoryWriteStreamDynamic. | Eugene Sandulenko |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-05-04 | Fix valgrind warning | Eugene Sandulenko |
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ... | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-12-03 | Get rid of readLine_OLD for good | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N... | Max Horn |
2008-09-03 | Fixed Stream::readLine implementation to match its doxygen comment | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-07-30 | Changed BufferedReadStream to not permanently decrease its buffer size at the... | Max Horn |
2008-07-29 | Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as pr... | Max Horn |
2008-07-21 | Silence a warning which complains about using an uninitialized variable. | Kari Salminen |
2008-07-20 | New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, ... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-02-20 | Added new ReadStream::readStream method which can be used to read a portion o... | Max Horn |
2007-02-19 | Enhance (Seekable)SubReadStream so be able to (optionally) dispose the parent... | Max Horn |
2006-11-13 | Fix compile | Travis Howell |
2006-11-13 | Patch #1583931: (Seekable)SubReadStream | Max Horn |