summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm
Commit message (Expand)AuthorAgeFilesLines
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-0/+1
* Cleanup: Pass std::string as const reference from google_apis/ and components...ki.stfu2015-09-283-5/+6
* 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
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-3/+3
* [Sync] Clean up owners fileszea2015-09-151-1/+0
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-123-19/+15
* Remove reference counting from HttpNetworkSession.mmenke2015-09-113-15/+19
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-2/+2
* Add yet more GN isolates ...dpranke2015-07-311-0/+9
* Include the raw data for incoming GCM messages.peter2015-07-221-0/+3
* Remove calling ShouldRejectRequest in GCM requestsjianli2015-07-1713-368/+316
* 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-1114-46/+77
* [GCM] Add support for extra large data packetszea2015-07-093-55/+121
* Support Kerberos on Androidaberent2015-07-091-8/+3
* Introduce a command line flag for changing the GCM registration URL.peter2015-07-085-2/+41
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-2/+3
* Convert gcm_unit_tests to run exclusively on Swarmingmaruel2015-06-302-0/+46
* 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-267-28/+50
* 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-186-12/+90
* google_apis: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-176-7/+7
* Do not create GCM store if it is not neededjianli2015-06-167-141/+122
* 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
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-271-1/+1
* Support getting and deleting token for Instance ID.jianli2015-05-2628-400/+971
* Remove use of deprecated DelayedSocketData gcm_unit_test.rch2015-05-202-19/+12
* [GCM] Wiring heartbeat interval calls to GCMDriverfgorski2015-05-144-73/+271
* Refactor the API for CertVerifier::Verify() and the implementation of MultiTh...eroman2015-05-111-5/+1
* Persist Instance ID data to GCM store.jianli2015-05-115-0/+177
* Using ThreadTaskRunnerHandle in lieu of MessageLoopProxy in google_apis moduleanujk.sharma2015-05-112-4/+5
* 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