aboutsummaryrefslogtreecommitdiff
path: root/common/md5.cpp
AgeCommit message (Expand)Author
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-07COMMON: Rename and tweak MD5 functionsMax Horn
2009-11-23COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...Max Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-07Changed md5_file(FSNode) to use FSNode::openForReadingMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-18Code formatting fixesMax Horn
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the m...David Corrales
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-27Paranoia changes (shouldn't have any real effect, though...)Max Horn
2007-03-09Removing some unnecessary #includesMax Horn
2007-02-14Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ...Max Horn
2006-07-22Added some warnings if md5_file is used on an illegal FilesystemNode.Johannes Schickel
2006-07-22Return false for directories on md5_file with a FSNode as param.Johannes Schickel
2006-07-22- let md5_file accept a FilesystemNode too Johannes Schickel
2006-04-30Avoid 'unused variable' warning when using DISABLE_MD5Max Horn
2006-04-23Small tweak to allow turning off MD5 computation for debuggingMax Horn
2006-04-16Removed the directory parameter from md5_fileMax Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-05-15Indentation and whitespace.Torbjörn Andersson
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-08Comply to our coding conventionsMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-22Now it is possible to count MD5 only for specified amount of bytes from file.Eugene Sandulenko
2004-06-29Make md5_file() work regardless file name case and within arbitraryEugene Sandulenko
2004-01-06updated copyright noticeMax Horn
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-13added MD5 code to CVSMax Horn