index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
md5.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-11-07
COMMON: Rename and tweak MD5 functions
Max Horn
2009-11-23
COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-07
Changed md5_file(FSNode) to use FSNode::openForReading
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-18
Code formatting fixes
Max Horn
2007-06-16
Removed the isValid operation from the FilesystemNode class in favor of the m...
David Corrales
2007-06-05
Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-27
Paranoia changes (shouldn't have any real effect, though...)
Max Horn
2007-03-09
Removing some unnecessary #includes
Max Horn
2007-02-14
Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ...
Max Horn
2006-07-22
Added some warnings if md5_file is used on an illegal FilesystemNode.
Johannes Schickel
2006-07-22
Return 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-30
Avoid 'unused variable' warning when using DISABLE_MD5
Max Horn
2006-04-23
Small tweak to allow turning off MD5 computation for debugging
Max Horn
2006-04-16
Removed the directory parameter from md5_file
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-15
Indentation and whitespace.
Torbjörn Andersson
2005-05-10
Moved class File and the MD5 stuff to namespace Common
Max Horn
2005-05-08
Comply to our coding conventions
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-22
Now it is possible to count MD5 only for specified amount of bytes from file.
Eugene Sandulenko
2004-06-29
Make md5_file() work regardless file name case and within arbitrary
Eugene Sandulenko
2004-01-06
updated copyright notice
Max Horn
2003-12-13
removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...
Max Horn
2003-12-13
added MD5 code to CVS
Max Horn