summaryrefslogtreecommitdiffstats
path: root/base/md5_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+0
* Cleanup: Change {ASSERT,EXPECT}_FALSE(!x) to {ASSERT,EXPECT}_TRUE(x).thestig2015-05-061-1/+1
* Cleanup: Better constify some strings in base.thestig2014-10-211-2/+2
* base::MD5IntermediateFinal() generates digest non-destructively.shess@chromium.org2014-04-011-0/+45
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-2/+2
* MD5Update function uses StringPiece instead of raw buffer.dominich@chromium.org2011-07-261-1/+17
* base: Add namespace base to MD5 unittests.tfarina@chromium.org2011-07-151-26/+19
* added md5_unittestshinyak@google.com2011-04-251-0/+198