| Commit message (Expand) | Author | Age | Files | Lines |
* | MD5: Use C++ style cast in the API. | tfarina | 2015-04-24 | 1 | -15/+16 |
* | MD5: Remove unnecessary temporary 'inbuf' variable. | tfarina | 2015-04-16 | 1 | -5/+3 |
* | base: Fix the type of variable |a| in MD5DigestToBase16(). | tfarina | 2015-04-14 | 1 | -1/+1 |
* | base: Use a simple tricky to remove a temporary variable in MD5DigestToBase16. | tfarina | 2015-04-08 | 1 | -4/+3 |
* | Cleanup: Use uint8_t type throughout in the MD5 API. | tfarina | 2015-04-06 | 1 | -8/+7 |
* | Cleanup: clang-format the MD5 source file. | tfarina | 2015-04-01 | 1 | -185/+182 |
* | Use the types from stdint.h in MD5 API. | tfarina | 2015-04-01 | 1 | -17/+18 |
* | Fixing compiler warnings on md5.cc | bsimonnet@chromium.org | 2014-05-28 | 1 | -2/+6 |
* | base::MD5IntermediateFinal() generates digest non-destructively. | shess@chromium.org | 2014-04-01 | 1 | -0/+8 |
* | MD5Update function uses StringPiece instead of raw buffer. | dominich@chromium.org | 2011-07-26 | 1 | -4/+10 |
* | base: Put md5.* into base namespace. | tfarina@chromium.org | 2011-07-18 | 1 | -9/+18 |
* | base: Add namespace base to MD5 unittests. | tfarina@chromium.org | 2011-07-15 | 1 | -2/+0 |
* | Fix two bugs found by a new clang warning I'm currently testing: | thakis@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -3/+3 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+279 |