| Commit message (Expand) | Author | Age | Files | Lines |
* | Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible | kushi.p@gmail.com | 2011-05-04 | 2 | -4/+6 |
* | Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi... | jam@chromium.org | 2011-05-02 | 1 | -1/+1 |
* | linux: components support for base/ | evan@chromium.org | 2011-04-29 | 1 | -1/+1 |
* | Base: Last set of files to use BASE_API (for base.dll) | rvargas@google.com | 2011-03-28 | 6 | -9/+13 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 6 | -13/+13 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -1/+2 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 2 | -3/+4 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-24 | 5 | -20/+26 |
* | Modify ThreadChecker and NonThreadSafe so that their | joi@chromium.org | 2011-03-03 | 9 | -158/+252 |
* | Kill CleanUpAfterMessageLoopDestruction. | willchan@chromium.org | 2011-03-03 | 3 | -12/+4 |
* | More DCHECK() updates. A mixture of _EQ and _GE. | mhm@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Comment out unused parameter names in function definitions, | joi@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | Initialize members of ThreadLocalStorage::Slot. | finnur@chromium.org | 2011-02-11 | 2 | -4/+6 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 4 | -23/+23 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 2 | -39/+39 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 3 | -14/+14 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 6 | -6/+6 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 3 | -12/+12 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 3 | -0/+222 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 10 | -2/+1492 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 16 | -8/+896 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 8 | -0/+813 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 12 | -0/+1533 |