1. ce9eaed Sync: Do not generate non-UTF8 names for delete directives. by thestig@chromium.org · 10 years ago
  2. e888849 ifdef OS_NAME -> if defined(OS_NAME) ifndef OS_NAME -> if !defined(OS_NAME) by dbeam@chromium.org · 11 years ago
  3. f4331ae Added crypto random-number generator by mniknami@chromium.org · 12 years ago
  4. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  5. 056521b Cleanup: Remove the C version of GetUrandomFD() by mseaborn@chromium.org · 12 years ago
  6. d347937 ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > 1, meaning that the without-'\0' string is non-empty. This replaces the conditional code added recently that makes this case return NULL. It's easier to understand if it's simply an error to call WriteInto() in this case at all. by pkasting@chromium.org · 13 years ago
  7. bd36573 Fix variable names and comments in RandGenerator. by dilmah@chromium.org · 13 years ago
  8. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  9. df3561d Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  10. d7e260d Revert 84197 - Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  11. fbda4d5 Move crypto_helpers from sync to crypto by qsr@google.com · 13 years ago
  12. 62b5bc6 Add one-time randomization support for FieldTrial, and the ability to by joi@chromium.org · 13 years ago
  13. c19cb31 Add a rand_util method for generating a random string. by abarth@chromium.org · 13 years ago
  14. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  15. 3f3ede8 Moving GUID generation from base to chrome/browser/guid* by dhollowa@chromium.org · 14 years ago
  16. 68b1ab0 Factoring GUID generation from metrics to base by dhollowa@chromium.org · 14 years ago
  17. 01eaa0b Add RandomNumberGenerator adapter to base/rand_util.h by isherman@chromium.org · 14 years ago
  18. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  19. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  20. 48c40ce RandUInt -> RandUint to match the style of other Uint functions. by deanm@chromium.org · 16 years ago
  21. b93c054 Refactoring for portability: by mark@chromium.org · 16 years ago