summaryrefslogtreecommitdiffstats
path: root/base/rand_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Moving GUID generation from base to chrome/browser/guid*dhollowa@chromium.org2010-10-141-17/+0
* Factoring GUID generation from metrics to basedhollowa@chromium.org2010-10-131-0/+17
* Add support for running the NaCl plugin in the Linux SUID sandboxagl@chromium.org2010-03-041-0/+5
* Reland r40289: "Add support for CHECK_* macros.""willchan@chromium.org2010-03-021-1/+1
* Revert r40289: "Add support for CHECK_* macros."willchan@chromium.org2010-03-011-1/+1
* Add support for CHECK_* macros.willchan@chromium.org2010-03-011-1/+1
* Cache the file descriptor for /dev/urandom to avoid needing to reopen it for ...deanm@chromium.org2009-06-261-3/+30
* Protect RandUint64 against EINTR.phajdan.jr@chromium.org2009-04-231-3/+5
* RandUInt -> RandUint to match the style of other Uint functions.deanm@chromium.org2008-11-141-1/+1
* Refactoring for portability:mark@chromium.org2008-09-291-0/+27