summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm
Commit message (Expand)AuthorAgeFilesLines
* Adding handling of heartbeat intervals to the GCM store.fgorski2015-05-044-1/+182
* Remove outdated instrumentation and move a few remaining bits around.pkasting2015-05-021-1/+1
* [GCM] Adding custom heartbeat interval to MCS Clientfgorski2015-05-019-32/+386
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-013-6/+6
* Route OCSP stapling through CertVerifier.davidben2015-04-271-0/+1
* Windows GN component build fixes: gpu, gcmbrettw2015-04-241-4/+6
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-1/+2
* Refactor net::BackoffEntry to not require subclassingjohnme2015-04-201-23/+2
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-3/+3
* Add instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-151-0/+5
* Update instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-141-0/+5
* More jankiness instrumentation updates.pkasting2015-04-111-6/+0
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-021-1/+1
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* Add ability for NetLogLogger to gather data from more than just NetLogmmenke2015-03-161-7/+9
* Use base::PowerObserver to check for missed heartbeatschirantan2015-03-093-9/+37
* [GCM] Fix crash during connection raceszea2015-03-054-7/+56
* Add //google_apis/* to 'gn check'.tfarina2015-03-021-0/+1
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-2/+2
* [GCM] Fixing the problem of passing linked_ptr across threadsfgorski2015-02-271-5/+5
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-211-5/+0
* Reset the GCM store to recover from it when it is bustedjianli2015-02-101-23/+59
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-061-0/+5
* [GCM] Fixing the initialization of last checkin/fetch time if they arefgorski2015-01-303-8/+81
* Adding "static_assert" in lieu of "COMPILE_ASSERT" in google_apis moduleanujk.sharma2015-01-212-4/+4
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Standardize usage of virtual/override/final specifiers in google_apis/.dcheng2014-12-2311-12/+13
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-5/+6
* Increase HeartbeatManagerTest.UpdateTimerAfterStart test max time check tozhaoqin2014-12-151-1/+1
* [GCM] Fix gcm network change handling before connectzea2014-12-114-15/+45
* Link GCM heartbeat with wake on wifi preferencechirantan2014-12-067-18/+55
* [GCM] Fixing loading from GCM store after signing out of a profilefgorski2014-11-212-9/+17
* Revert of Fixing all of problems found by vc++ /analyze in GCM code (patchset...matthewyuan2014-11-081-5/+5
* Fixing all of problems found by vc++ /analyze in GCM codefgorski2014-11-081-5/+5
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-3/+3
* [GCM] Make heartbeat manager partially resistant to missed heartbeatszea2014-10-283-0/+73
* [GCM] Adding last token fetching time handlingfgorski2014-10-285-1/+89
* components: Introduce AlarmTimer class and use it for GCM heartbeatchirantan2014-10-247-16/+41
* [GCM] Fix crash when size packet splits two socket readszea2014-10-212-11/+123
* Standardize usage of virtual/override/final in google_apis/dcheng2014-10-2114-161/+154
* Cleanup: Remove trailing whitespaces in gyp files.thestig2014-10-171-1/+1
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-155-50/+19
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-141-0/+6
* replace OVERRIDE and FINAL with override and final in google_apis/mostynb2014-10-0714-86/+86
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-072-178/+178
* Make --log-net-log and NetLogLogger hide cookies by default,mmenke2014-09-301-13/+4
* [GCM] Investigatory CHECKs for crash in parsing streamzea2014-09-254-25/+30
* Loading the account mappings from store to the driver.fgorski2014-09-243-28/+25
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-6/+6
* Setting max TTL for upstream GCM messages to 1 day to match server sidefgorski2014-09-221-1/+1