Log of /trunk/core/base/inc/TMD5.h
Parent Directory
Revision
42993 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 14 09:14:54 2012 UTC (2 years, 11 months ago) by
axel
File length: 3836 byte(s)
Diff to
previous 33386
TMD5: make AsString() thread safe at the cost of an additional member. Use initializer lists. Accelerate AsString().
TString: add new MD5() function to make persistent alternative to Hash() more visible and easier to use.
Revision
33386 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed May 5 13:41:15 2010 UTC (4 years, 8 months ago) by
rdm
File length: 3770 byte(s)
Diff to
previous 27658
From Gerri:
In TMD5, separate out the decoding part of TMD5::ReadChecksum() into a new
method TMD5::SetDigest(const char *md5ascii) so that the decoding can
be used in other cases too.
Revision
22961 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by
rdm
File length: 3698 byte(s)
Diff to
previous 20877
move the directories:
base clib cont meta metautils newdelete pcre rint thread unix utils
winnt zip
under the new core meta directory.
Revision
4117 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 26 17:59:54 2002 UTC (12 years, 10 months ago) by
rdm
Original Path:
trunk/base/inc/TMD5.h
File length: 3238 byte(s)
Diff to
previous 2915
added FileChecksum(). This method returns a checksum of the specified file.
The returned TMD5 object must be deleted by the user. Returns 0 in case of
error. This method preserves the modtime of the file so it can be safely
used in conjunction with methods that keep track of the file's modtime.
Revision
2915 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Mon Oct 1 14:37:51 2001 UTC (13 years, 3 months ago) by
rdm
Original Path:
trunk/base/inc/TMD5.h
File length: 3075 byte(s)
Thic class implements the MD5 message-digest algorithm. The digest typically
is used to generate checksums of a bunch of bytes (.e.g. useful to check if a
string or file has been changed).
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.