summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-0710-1164/+393
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-061-7/+9
* Add non_thread_safe.cc and trace_event.cc to the Mac buildmmentovai@google.com2008-09-051-0/+12
* SCons build: move hamc_win.cc from the list of to-be-ported sourcesgk@google.com2008-09-051-1/+2
* Add base\trace_event.cc to the SCons build.sgk@google.com2008-09-041-0/+1
* HMAC-SHA1 implementation for Mac based on CommonCrypto;mmentovai@google.com2008-09-047-51/+235
* Make gcc 4.1 happy with NULL in EXPECT_EQ.mmoss@google.com2008-09-041-3/+3
* Revert r1648 in timer_unittest.cc, this was for testing and should have nevermmentovai@google.com2008-09-041-24/+0
* Run thread_local_unittest on all platforms.deanm@google.com2008-09-031-1/+1
* Add at least some code that tests UnreliableHighResNow. I realize it can be ...deanm@google.com2008-09-031-0/+8
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-035-77/+100
* Build and test ThreadLocal* for Mac (r1678)mmentovai@google.com2008-09-031-0/+12
* Fix a typo that broke the posix build.deanm@google.com2008-09-031-1/+1
* Add ThreadLocalPointer and ThreadLocalBoolean abstractions, that will depreca...deanm@google.com2008-09-039-9/+383
* Move icu.xcodeproj into the icu38 directory, as is done with all othermmentovai@google.com2008-09-031-1/+1
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-0215-1039/+1063
* Initial pass at simple event tracing. I added a few traces to tcp_socket and...erikkay@google.com2008-09-023-2/+303
* Add simple_thread, its unittest, and atomicops_unittest on the Macmmentovai@google.com2008-09-021-0/+14
* Add a LinkerInitialized constructor to AtomicSequenceNumber.deanm@google.com2008-09-022-1/+2
* Revert part of r1633 Windows time changes, seems to have caused test failures?deanm@google.com2008-09-022-71/+55
* Add a simple thread pool to SimpleThread.deanm@google.com2008-09-023-1/+183
* Cleanup some Windows TimeTicks functions. Move TickTicks::Now and TicksTicks...deanm@google.com2008-09-026-162/+180
* Update Copyright text in SCons config files.sgk@google.com2008-09-013-84/+12
* fix ui testsdarin@google.com2008-08-301-1/+0
* Remove assertion in Timer() because it was too aggressive. Instead, we need todarin@google.com2008-08-301-2/+5
* fix mac builddarin@google.com2008-08-301-2/+2
* A better fix for the hang observed while running net_unittests on vista. Thisdarin@google.com2008-08-301-8/+10
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-307-49/+68
* Fix net_unittests hang observed on Vista. It turns out that a subpump wasdarin@google.com2008-08-291-5/+6
* platform ifdefs for webview. Add platform_viewdefs to wrap things like HWNDs ...pinkerton@google.com2008-08-291-0/+38
* We are not going to support win2k, so this test can always run.deanm@google.com2008-08-291-14/+2
* Fix a test to avoid a MSVC warning as error about constant truncation.deanm@google.com2008-08-291-2/+10
* Import upstream atomicop tests.deanm@google.com2008-08-293-0/+234
* Bring back SimpleThread, but with a Delegate interface.deanm@google.com2008-08-296-0/+306
* fix base_unittets bustage observed on mac/linuxdarin@google.com2008-08-291-2/+4
* fix purify errordarin@google.com2008-08-281-0/+1
* Provide what looks like the minimal platform specific interface for skia. Thi...erg@google.com2008-08-2810-4/+237
* Reading the comments on a later change, it seems I should have only used a co...dsh@google.com2008-08-281-1/+1
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-288-155/+372
* WorkerPool implementation for Mac, using NSOperationQueuemmentovai@google.com2008-08-284-1/+148
* Ensure Cocoa sets up its multithreaded environmentmmentovai@google.com2008-08-285-10/+74
* Add unit tests for WorkerPool and add a working but poor implementation for L...dsh@google.com2008-08-273-1/+83
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-277-139/+162
* Use correct decls for non-windows platforms. Create a platform-neutral wrappe...pinkerton@google.com2008-08-271-0/+7
* Some more passing tests in base for Linuxmmentovai@google.com2008-08-274-64/+37
* Use our own bz_internal_errormmentovai@google.com2008-08-271-0/+4
* On .mm files in net and base:mmentovai@google.com2008-08-275-164/+36
* Rename atomicops_internals_x86_mac.h back to its original name,mmentovai@google.com2008-08-273-6/+7
* Add more passing tests to base_unittests. Add a few more headers we use tommentovai@google.com2008-08-273-10/+25
* Include process_util_posix.cc in POSIX SCons buildsmmentovai@google.com2008-08-271-0/+1