1. 1ed7f9a net: Add NET_API to net/base by rvargas@google.com · 13 years ago
  2. a6ec4f8 Add support for real-time audio threads. by crogers@google.com · 13 years ago
  3. 381e966 Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible by kushi.p@gmail.com · 13 years ago
  4. 06d1844 Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remove usage of the IOThread object, and generally makes IPC::ChannelProxy more robust for future uses. by jam@chromium.org · 13 years ago
  5. 75d1cb3 linux: components support for base/ by evan@chromium.org · 13 years ago
  6. c3b6518 Base: Last set of files to use BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  7. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  8. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  9. 4891e7d Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  10. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  11. b5d63f7 Modify ThreadChecker and NonThreadSafe so that their by joi@chromium.org · 14 years ago
  12. 8d62882 Kill CleanUpAfterMessageLoopDestruction. by willchan@chromium.org · 14 years ago
  13. 5444bec Comment out unused parameter names in function definitions, by joi@chromium.org · 14 years ago
  14. 3be4f68 Initialize members of ThreadLocalStorage::Slot. by finnur@chromium.org · 14 years ago
  15. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  16. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  17. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  18. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  19. e439a96 Move base/lock and base/condition_variable to base/synchronization/ by brettw@chromium.org · 14 years ago
  20. 088ae93 Move non_thread_safe from base to base/threading and into the base namespace. by brettw@chromium.org · 14 years ago
  21. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  22. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  23. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  24. 34f964f Move some misc thread-related stuff from base to base/thread and into the base by brettw@chromium.org · 14 years ago