summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm
Commit message (Expand)AuthorAgeFilesLines
* Remove some uses of UnescapeRule::URL_SPECIAL_CHARS outside net/.mmenke2016-03-231-2/+4
* Remove NetworkDelegate pointer from HttpNetworkSession.mmenke2016-03-181-1/+0
* [iOS] Do not build //google_apis/gcm:mcs_probe on iOS.sdefresne2016-03-161-14/+16
* 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-266-0/+9
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* Convert Pass()→std::move() in //google_apisdcheng2015-12-2718-109/+102
* Switch to standard integer types in google_apis/.avi2015-12-2249-215/+280
* [GCM] Fix error handling for corrupted protos.zea2015-12-182-16/+118
* Add command line overrides for GCM checkin URL & MCS endpointjohnme2015-12-035-16/+30
* Allow dynamic updating of authentication policiesaberent2015-12-031-5/+28
* Misc fixes for gn builds with VS 2015brucedawson2015-12-031-2/+2
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-5/+3
* [GCM] Adding handling of the immediate ack to Chromefgorski2015-10-285-133/+164
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-2/+1
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-133-15/+19
* 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