| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes dtoa warning with VS2012 | cpu@chromium.org | 2012-10-12 | 3 | -1/+17 |
* | Update license tool to check several additional directories | steveblock@chromium.org | 2012-08-09 | 1 | -0/+5 |
* | Linux: update base/third_party/xdg_mime from upstream. | thestig@chromium.org | 2012-08-09 | 13 | -122/+294 |
* | Fix license for valgrind | steveblock@chromium.org | 2012-08-06 | 2 | -10/+5 |
* | Fix license for xdg_mime | steveblock@chromium.org | 2012-08-02 | 2 | -18/+174 |
* | Make 'License' field in third-party metadata required | steveblock@chromium.org | 2012-08-01 | 5 | -0/+5 |
* | Update dynamic_annotations to r4384. | glider@chromium.org | 2012-07-03 | 2 | -5/+18 |
* | Speculative fix for a crash in dtoa. | tony@chromium.org | 2012-05-15 | 3 | -1/+16 |
* | Merge the fix for NSPR bug 689188. | wtc@chromium.org | 2012-03-13 | 1 | -2/+3 |
* | Make more of base compile with the Native Client toolchain. | bbudge@chromium.org | 2012-02-25 | 1 | -0/+2 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -6/+4 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | add missing header dependency | ensonic@google.com | 2011-11-08 | 1 | -1/+2 |
* | Change three LazyInstances I added earlier to be leaky. | thakis@chromium.org | 2011-11-04 | 1 | -2/+6 |
* | Remove 2 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-03 | 1 | -7/+11 |
* | OpenBSD patches for base / split from CR #8275005 | mark@chromium.org | 2011-10-18 | 1 | -0/+5 |
* | Fourth attempt at the following. Unreviewed, this was originally reviewed in... | pkasting@chromium.org | 2011-09-15 | 1 | -0/+1 |
* | Revert 98885 - Third attempt at the following. Unreviewed, this was original... | rsleevi@chromium.org | 2011-08-31 | 1 | -1/+0 |
* | Third attempt at the following. Unreviewed, this was originally reviewed in ... | pkasting@chromium.org | 2011-08-30 | 1 | -0/+1 |
* | Upstream misc changes for android. | michaelbai@google.com | 2011-08-26 | 1 | -2/+5 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 4 | -301/+0 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | mnissler@chromium.org | 2011-08-11 | 1 | -1/+0 |
* | Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. | pkasting@chromium.org | 2011-08-10 | 1 | -0/+1 |
* | Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in... | fischman@chromium.org | 2011-08-08 | 1 | -1/+0 |
* | Clean up SSL false start blacklist code. Numerous changes, including: | pkasting@chromium.org | 2011-08-08 | 1 | -0/+1 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Revert 94426 - Removed wchat_t from Time::FromString. | morrita@chromium.org | 2011-07-28 | 1 | -1/+1 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-07-28 | 1 | -1/+1 |
* | Upstream android debug and log related files | michaelbai@google.com | 2011-07-07 | 2 | -1/+3 |
* | Upstream process and thread related code. | michaelbai@google.com | 2011-06-29 | 1 | -1/+1 |
* | Patch for Solaris support, mostly ifdefs and header files, plus adds libevent... | chromium@hybridsource.org | 2011-06-25 | 1 | -0/+203 |
* | Remove msvs_guids from app, base, breakpad and build. | tony@chromium.org | 2011-06-13 | 1 | -2/+0 |
* | Update dynamic_annotations.h to r3494. | glider@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Merge the dynamic annotations from ThreadSanitizer r3424. | timurrrr@chromium.org | 2011-05-11 | 2 | -45/+137 |
* | Revert r83048 "Removed wchar_t from Time::FromString." | maruel@chromium.org | 2011-04-26 | 1 | -1/+1 |
* | Removed wchar_t from Time::FromString. | shinyak@google.com | 2011-04-26 | 1 | -1/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 6 | -1682/+0 |
* | Base: Add BASE_API to PR_ParseTimeString (for base.dll) | rvargas@google.com | 2011-03-29 | 2 | -4/+10 |
* | Sync prtypes.h (NSPR in base) with upstream file revision 3.43. | mark@chromium.org | 2011-03-24 | 1 | -75/+43 |
* | 64-bit support for Mac OS X in base (NSPR). | mark@chromium.org | 2011-03-22 | 1 | -1/+53 |
* | Include the right cpu config file for native client. | bbudge@chromium.org | 2011-03-16 | 2 | -1/+249 |
* | Fix Coverity NO_EFFECT defect. Comparing unsigned greater than or equal zero ... | ctguil@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Update the dynamic annotations to the trunk version from | glider@chromium.org | 2011-02-04 | 2 | -176/+266 |
* | Add one more Valgrind header (memcheck.h) and update the one we already have. | glider@chromium.org | 2011-01-26 | 3 | -122/+1268 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Update prcpucfg.h to build in Native Client. | abarth@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Make base's fork of ICU macros use its internal version for one case that was | brettw@chromium.org | 2010-11-29 | 1 | -1/+1 |
* | Make sure third_party/dmg_fp/dtoa.cc is compiled threadsafe. | siggi@chromium.org | 2010-11-25 | 1 | -0/+40 |
* | Update the credits file, fix two READMEs that were broken, change the encodin... | avi@chromium.org | 2010-10-19 | 1 | -1/+1 |