| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a harmless data race in Thread | timurrrr@chromium.org | 2009-09-21 | 1 | -1/+1 |
* | Fix a flaky crash in Thread by guarding access to message_loop_ more carefully. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -18/+11 |
* | Retry 25770 after fixing Valgrind issue. | huanr@chromium.org | 2009-09-10 | 1 | -1/+5 |
* | Revert r25770 due to valgrind failures on Linux. | huanr@chromium.org | 2009-09-09 | 1 | -5/+1 |
* | Enable database logging on history thread. | huanr@chromium.org | 2009-09-09 | 1 | -1/+5 |
* | Implementation of Pipeline and FilterHost interfaces. This is a large change... | ralphl@chromium.org | 2009-01-28 | 1 | -2/+5 |
* | Moved Init() before startup_data_->event.Signal() because derived | jrg@chromium.org | 2009-01-27 | 1 | -3/+4 |
* | Review URL: http://codereview.chromium.org/18690 | jrg@chromium.org | 2009-01-22 | 1 | -4/+3 |
* | Moved Init() startup_data_->event.Signal() because derived classes may | jrg@chromium.org | 2009-01-22 | 1 | -3/+4 |
* | Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t... | maruel@chromium.org | 2008-12-01 | 1 | -3/+0 |
* | Reverting 5971. | maruel@chromium.org | 2008-11-25 | 1 | -0/+3 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-25 | 1 | -3/+0 |
* | Revert 5607 because it caused a base_unittest failure. | maruel@chromium.org | 2008-11-18 | 1 | -0/+3 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-18 | 1 | -3/+0 |
* | Move a bunch of code from the old to new TLS interface. | deanm@chromium.org | 2008-09-10 | 1 | -11/+7 |
* | Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca... | deanm@google.com | 2008-09-03 | 1 | -8/+14 |
* | fix linux build | darin@google.com | 2008-08-26 | 1 | -1/+1 |
* | Allow consumers of MessageLoop to specify the type of MessageLoop they want. | darin@google.com | 2008-08-26 | 1 | -25/+42 |
* | Make PlatformThread::SetName operate only on the current thread. | deanm@google.com | 2008-08-25 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Port the Thread class properly to Mac and Linux. This involved porting | darin@google.com | 2008-08-21 | 1 | -106/+44 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -4/+4 |
* | Revert. Failing unit tests. | evanm@google.com | 2008-08-20 | 1 | -4/+4 |
* | TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ... | evanm@google.com | 2008-08-20 | 1 | -4/+4 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -1/+1 |
* | - Add Thread::StopSoon() and remove Thread::NonBlockingStop(). StopSoon() can... | maruel@google.com | 2008-08-12 | 1 | -52/+34 |
* | Provide cross-platform implementation of WaitableEvent for use on Mac and Linux. | darin@google.com | 2008-08-11 | 1 | -10/+5 |
* | Port in threading for Posix. Will require fixes to MessageLoop and Task to co... | avi@google.com | 2008-08-07 | 1 | -1/+1 |
* | Revise the ObjectWatcher API to be one-to-one with the object being watched. ... | darin@google.com | 2008-08-04 | 1 | -10/+10 |
* | Fix most issues when building base as a x64 target. | maruel@google.com | 2008-07-30 | 1 | -1/+1 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+258 |