summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/engine
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
* Refactor net::BackoffEntry to not require subclassingjohnme2015-04-201-23/+2
* 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
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* Use base::PowerObserver to check for missed heartbeatschirantan2015-03-093-9/+37
* [GCM] Fix crash during connection raceszea2015-03-054-7/+56
* [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
* Standardize usage of virtual/override/final specifiers in google_apis/.dcheng2014-12-239-10/+10
* 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-066-14/+54
* [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
* [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-246-15/+37
* [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-2110-92/+88
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-154-48/+18
* replace OVERRIDE and FINAL with override and final in google_apis/mostynb2014-10-0710-55/+55
* [GCM] Investigatory CHECKs for crash in parsing streamzea2014-09-251-3/+3
* Loading the account mappings from store to the driver.fgorski2014-09-243-28/+25
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* [GCM] Adding GCMAccountMapper to link signed in profile to accounts.fgorski2014-09-044-114/+117
* Remove implicit conversions from scoped_refptr to T* in google_apis/Daniel Cheng2014-08-263-4/+4
* Spelling fixes for 'device' and 'service'.tnagel@chromium.org2014-08-211-3/+3
* Keep track of network error in ProxyRetryInfo.kundaji@chromium.org2014-08-151-1/+1
* [GCM] Fixing a bug with old registration ID not being removedfgorski@chromium.org2014-08-152-1/+21
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* [GCM] Adding status to AccountMapping structurefgorski@chromium.org2014-08-0711-328/+395
* [GCM] Adding the OnSendAcknowledgement eventfgorski@chromium.org2014-08-061-0/+12
* [GCM] Persistence of account mappings.fgorski@chromium.org2014-08-045-17/+217
* [GCM] Adding AccountInfo structure to persist accounts mapped to GCMfgorski@chromium.org2014-07-303-0/+267
* [GCM] Ignore network status when reconnecting againzea@chromium.org2014-07-302-5/+7
* Leverage profile's http network session HttpAuthCache to support proxy auth.zea@chromium.org2014-07-183-14/+41
* [GCM] Removing cookies from checkin and registration requestsfgorski@chromium.org2014-07-172-0/+6
* [GCM] Add a SelectiveAck test for midstream ackszea@chromium.org2014-07-172-1/+82
* Adding a step to the check-in process that ensures the correct account inform...fgorski@chromium.org2014-07-177-26/+91
* [GCM] Close the socket on connection factory shutdownzea@chromium.org2014-07-111-0/+1
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-091-1/+5
* [GCM] Suppress connection attempts when there is no valid connection.zea@chromium.org2014-06-203-48/+59