summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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