| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding handling of heartbeat intervals to the GCM store. | fgorski | 2015-05-04 | 4 | -1/+182 |
* | Remove outdated instrumentation and move a few remaining bits around. | pkasting | 2015-05-02 | 1 | -1/+1 |
* | [GCM] Adding custom heartbeat interval to MCS Client | fgorski | 2015-05-01 | 9 | -32/+386 |
* | Adjust URLFetcher::Create API so that object is returned as scoped_ptr. | dtapuska | 2015-05-01 | 3 | -6/+6 |
* | Route OCSP stapling through CertVerifier. | davidben | 2015-04-27 | 1 | -0/+1 |
* | Windows GN component build fixes: gpu, gcm | brettw | 2015-04-24 | 1 | -4/+6 |
* | Refactor NetLog::LogLevel --> NetLogCaptureMode. | eroman | 2015-04-23 | 1 | -1/+2 |
* | Refactor net::BackoffEntry to not require subclassing | johnme | 2015-04-20 | 1 | -23/+2 |
* | Rename NetLogLogger and CapturingNetLog | vishal.b | 2015-04-17 | 1 | -3/+3 |
* | Add instrumentation for various functions janky on the Mac IO thread. | pkasting | 2015-04-15 | 1 | -0/+5 |
* | Update instrumentation for various functions janky on the Mac IO thread. | pkasting | 2015-04-14 | 1 | -0/+5 |
* | More jankiness instrumentation updates. | pkasting | 2015-04-11 | 1 | -6/+0 |
* | Update remaining code to include NetLog files from net/log directory rather t... | eroman | 2015-04-02 | 1 | -1/+1 |
* | leveldb: Reuse manifest (AKA logs) during open. | cmumford | 2015-03-26 | 1 | -0/+2 |
* | Add ability for NetLogLogger to gather data from more than just NetLog | mmenke | 2015-03-16 | 1 | -7/+9 |
* | Use base::PowerObserver to check for missed heartbeats | chirantan | 2015-03-09 | 3 | -9/+37 |
* | [GCM] Fix crash during connection races | zea | 2015-03-05 | 4 | -7/+56 |
* | Add //google_apis/* to 'gn check'. | tfarina | 2015-03-02 | 1 | -0/+1 |
* | Split bug 418183 into separate bugs for each janky piece and remove the | pkasting | 2015-02-28 | 1 | -2/+2 |
* | [GCM] Fixing the problem of passing linked_ptr across threads | fgorski | 2015-02-27 | 1 | -5/+5 |
* | Update instrumentation for many different bugs based on new UMA data. | pkasting | 2015-02-21 | 1 | -5/+0 |
* | Reset the GCM store to recover from it when it is busted | jianli | 2015-02-10 | 1 | -23/+59 |
* | Adding instrumentation to locate the source of jankiness. | pkasting | 2015-02-06 | 1 | -0/+5 |
* | [GCM] Fixing the initialization of last checkin/fetch time if they are | fgorski | 2015-01-30 | 3 | -8/+81 |
* | Adding "static_assert" in lieu of "COMPILE_ASSERT" in google_apis module | anujk.sharma | 2015-01-21 | 2 | -4/+4 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -0/+1 |
* | Standardize usage of virtual/override/final specifiers in google_apis/. | dcheng | 2014-12-23 | 11 | -12/+13 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 1 | -5/+6 |
* | Increase HeartbeatManagerTest.UpdateTimerAfterStart test max time check to | zhaoqin | 2014-12-15 | 1 | -1/+1 |
* | [GCM] Fix gcm network change handling before connect | zea | 2014-12-11 | 4 | -15/+45 |
* | Link GCM heartbeat with wake on wifi preference | chirantan | 2014-12-06 | 7 | -18/+55 |
* | [GCM] Fixing loading from GCM store after signing out of a profile | fgorski | 2014-11-21 | 2 | -9/+17 |
* | Revert of Fixing all of problems found by vc++ /analyze in GCM code (patchset... | matthewyuan | 2014-11-08 | 1 | -5/+5 |
* | Fixing all of problems found by vc++ /analyze in GCM code | fgorski | 2014-11-08 | 1 | -5/+5 |
* | Switching profiler instrumentations from ScopedProfile to ScopedTracker. This... | vadimt | 2014-10-29 | 1 | -3/+3 |
* | [GCM] Make heartbeat manager partially resistant to missed heartbeats | zea | 2014-10-28 | 3 | -0/+73 |
* | [GCM] Adding last token fetching time handling | fgorski | 2014-10-28 | 5 | -1/+89 |
* | components: Introduce AlarmTimer class and use it for GCM heartbeat | chirantan | 2014-10-24 | 7 | -16/+41 |
* | [GCM] Fix crash when size packet splits two socket reads | zea | 2014-10-21 | 2 | -11/+123 |
* | Standardize usage of virtual/override/final in google_apis/ | dcheng | 2014-10-21 | 14 | -161/+154 |
* | Cleanup: Remove trailing whitespaces in gyp files. | thestig | 2014-10-17 | 1 | -1/+1 |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-15 | 5 | -50/+19 |
* | Adding instrumentation to locate the source of jankiness. | vadimt | 2014-10-14 | 1 | -0/+6 |
* | replace OVERRIDE and FINAL with override and final in google_apis/ | mostynb | 2014-10-07 | 14 | -86/+86 |
* | Rewrite line endings from CRLF to LF for a bunch of files. | Daniel Cheng | 2014-10-07 | 2 | -178/+178 |
* | Make --log-net-log and NetLogLogger hide cookies by default, | mmenke | 2014-09-30 | 1 | -13/+4 |
* | [GCM] Investigatory CHECKs for crash in parsing stream | zea | 2014-09-25 | 4 | -25/+30 |
* | Loading the account mappings from store to the driver. | fgorski | 2014-09-24 | 3 | -28/+25 |
* | Replace forward_dependent_configs with public_deps | Brett Wilson | 2014-09-23 | 1 | -6/+6 |
* | Setting max TTL for upstream GCM messages to 1 day to match server side | fgorski | 2014-09-22 | 1 | -1/+1 |