| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of an unneded static variable in the Mac TimeTicks::Now | mmentovai@google.com | 2008-09-09 | 1 | -6/+10 |
* | Bulk fixes to get Mac Test Shell more compile-happy. | avi@google.com | 2008-09-09 | 1 | -0/+5 |
* | Revert the timeBeginPeriod changes in event_recorder. It's doing it's own ti... | deanm@google.com | 2008-09-09 | 2 | -4/+10 |
* | Reapply r1633 (which was reverted by r1635), with some additional modificatio... | deanm@google.com | 2008-09-09 | 5 | -91/+101 |
* | rollback r1891 | darin@google.com | 2008-09-09 | 3 | -98/+30 |
* | Delete pending tasks that have not run. To do this properly, I found that I ... | darin@google.com | 2008-09-09 | 3 | -30/+98 |
* | Rename "run net_unittests" to "run_net_unittests" like we do with other unit | mmentovai@google.com | 2008-09-08 | 1 | -1/+1 |
* | Add LazyInstance (r1837) to the Mac build | mmentovai@google.com | 2008-09-08 | 1 | -0/+10 |
* | Just by implementing a destructor (even if it's not doing anything), MSVC wil... | deanm@google.com | 2008-09-08 | 1 | -2/+4 |
* | Add a DISALLOW_COPY_AND_ASSIGN to LazyInstanceHelper. | deanm@google.com | 2008-09-08 | 1 | -0/+3 |
* | Create a LazyInstance abstraction for avoiding static constructors by lazily ... | deanm@google.com | 2008-09-08 | 6 | -0/+253 |
* | Remove the ifdef platform jungle from hmac.h, abstracting the platform specif... | deanm@google.com | 2008-09-08 | 3 | -78/+59 |
* | Add a void* parameter to the AtExitManager callbacks. | deanm@google.com | 2008-09-08 | 4 | -30/+47 |
* | Just compile some basic files so we get a libGlue.a. | evanm@google.com | 2008-09-07 | 1 | -0/+4 |
* | Fix purify MLK errors resulting from my previous check-in. The TimerManager ... | darin@google.com | 2008-09-07 | 1 | -0/+7 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 10 | -1164/+393 |
* | [new http] Normalize line continuations in response headers. | ericroman@google.com | 2008-09-06 | 1 | -7/+9 |
* | Add non_thread_safe.cc and trace_event.cc to the Mac build | mmentovai@google.com | 2008-09-05 | 1 | -0/+12 |
* | SCons build: move hamc_win.cc from the list of to-be-ported source | sgk@google.com | 2008-09-05 | 1 | -1/+2 |
* | Add base\trace_event.cc to the SCons build. | sgk@google.com | 2008-09-04 | 1 | -0/+1 |
* | HMAC-SHA1 implementation for Mac based on CommonCrypto; | mmentovai@google.com | 2008-09-04 | 7 | -51/+235 |
* | Make gcc 4.1 happy with NULL in EXPECT_EQ. | mmoss@google.com | 2008-09-04 | 1 | -3/+3 |
* | Revert r1648 in timer_unittest.cc, this was for testing and should have never | mmentovai@google.com | 2008-09-04 | 1 | -24/+0 |
* | Run thread_local_unittest on all platforms. | deanm@google.com | 2008-09-03 | 1 | -1/+1 |
* | Add at least some code that tests UnreliableHighResNow. I realize it can be ... | deanm@google.com | 2008-09-03 | 1 | -0/+8 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 5 | -77/+100 |
* | Build and test ThreadLocal* for Mac (r1678) | mmentovai@google.com | 2008-09-03 | 1 | -0/+12 |
* | Fix a typo that broke the posix build. | deanm@google.com | 2008-09-03 | 1 | -1/+1 |
* | Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca... | deanm@google.com | 2008-09-03 | 9 | -9/+383 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -1/+1 |
* | Set svn:eol-style = LF on files in base from which it is missing | mmentovai@google.com | 2008-09-02 | 15 | -1039/+1063 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 3 | -2/+303 |
* | Add simple_thread, its unittest, and atomicops_unittest on the Mac | mmentovai@google.com | 2008-09-02 | 1 | -0/+14 |
* | Add a LinkerInitialized constructor to AtomicSequenceNumber. | deanm@google.com | 2008-09-02 | 2 | -1/+2 |
* | Revert part of r1633 Windows time changes, seems to have caused test failures? | deanm@google.com | 2008-09-02 | 2 | -71/+55 |
* | Add a simple thread pool to SimpleThread. | deanm@google.com | 2008-09-02 | 3 | -1/+183 |
* | Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks... | deanm@google.com | 2008-09-02 | 6 | -162/+180 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 3 | -84/+12 |
* | fix ui tests | darin@google.com | 2008-08-30 | 1 | -1/+0 |
* | Remove assertion in Timer() because it was too aggressive. Instead, we need to | darin@google.com | 2008-08-30 | 1 | -2/+5 |
* | fix mac build | darin@google.com | 2008-08-30 | 1 | -2/+2 |
* | A better fix for the hang observed while running net_unittests on vista. This | darin@google.com | 2008-08-30 | 1 | -8/+10 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 7 | -49/+68 |
* | Fix net_unittests hang observed on Vista. It turns out that a subpump was | darin@google.com | 2008-08-29 | 1 | -5/+6 |
* | platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ... | pinkerton@google.com | 2008-08-29 | 1 | -0/+38 |
* | We are not going to support win2k, so this test can always run. | deanm@google.com | 2008-08-29 | 1 | -14/+2 |
* | Fix a test to avoid a MSVC warning as error about constant truncation. | deanm@google.com | 2008-08-29 | 1 | -2/+10 |
* | Import upstream atomicop tests. | deanm@google.com | 2008-08-29 | 3 | -0/+234 |
* | Bring back SimpleThread, but with a Delegate interface. | deanm@google.com | 2008-08-29 | 6 | -0/+306 |
* | fix base_unittets bustage observed on mac/linux | darin@google.com | 2008-08-29 | 1 | -2/+4 |