summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/engine
Commit message (Expand)AuthorAgeFilesLines
* Remove some uses of UnescapeRule::URL_SPECIAL_CHARS outside net/.mmenke2016-03-231-2/+4
* Bypass the DataReductionProxy for all POST requestsryansturm2016-03-031-1/+5
* [GCM] Fixing the client interval interaction with heartbeat ackfgorski2016-03-033-28/+61
* google_apis: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+6
* Convert Pass()→std::move() in //google_apisdcheng2015-12-2714-92/+85
* Switch to standard integer types in google_apis/.avi2015-12-2236-134/+180
* [GCM] Fix error handling for corrupted protos.zea2015-12-182-16/+118
* Add command line overrides for GCM checkin URL & MCS endpointjohnme2015-12-034-15/+29
* [GCM] Adding handling of the immediate ack to Chromefgorski2015-10-282-133/+136
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-2/+1
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-132-12/+16
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-0/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* [GCM] Fix crash in heartbeat managerzea2015-09-231-5/+13
* [GCM] Be more aggressive about triggering heartbeats when waking from sleepzea2015-09-222-1/+22
* Use the appropriate variant of IntToString in //google_apisricea2015-09-202-2/+2
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-122-16/+12
* Remove reference counting from HttpNetworkSession.mmenke2015-09-112-12/+16
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-2/+2
* Remove calling ShouldRejectRequest in GCM requestsjianli2015-07-1711-368/+312
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Improved UMA logging for GCM's database open results.cmumford2015-07-141-0/+4
* Replace MessageLoop::current() with ThreadTaskRunnerHandle::Get() in GCMjianli2015-07-1113-43/+70
* [GCM] Add support for extra large data packetszea2015-07-093-55/+121
* Introduce a command line flag for changing the GCM registration URL.peter2015-07-083-2/+37
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-2/+3
* Also pass X-scope for Instance ID's token requestsjianli2015-06-294-0/+6
* Improve registration log in gcm-internals page for Instance IDjianli2015-06-264-11/+21
* GCM unregistration requests should not send or set cookiesjianli2015-06-263-0/+14
* Some error handling for instanceID.deleteTokenjianli2015-06-232-0/+32
* Stop retring GCM unregistration requests after reaching maximum numberjianli2015-06-183-9/+84
* google_apis: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-175-5/+5
* Do not create GCM store if it is not neededjianli2015-06-166-140/+120
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Add more UMAs for Instance IDjianli2015-06-0413-30/+133
* Pass an extra field to Instance ID server as a workaroundjianli2015-05-274-0/+10
* Support getting and deleting token for Instance ID.jianli2015-05-2621-386/+901
* Remove use of deprecated DelayedSocketData gcm_unit_test.rch2015-05-201-8/+7
* [GCM] Wiring heartbeat interval calls to GCMDriverfgorski2015-05-144-73/+271
* Persist Instance ID data to GCM store.jianli2015-05-115-0/+177
* Using ThreadTaskRunnerHandle in lieu of MessageLoopProxy in google_apis moduleanujk.sharma2015-05-111-2/+2
* 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