summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm
Commit message (Expand)AuthorAgeFilesLines
...
* [GCM] Make RMQ ack logic more resilientzea@chromium.org2014-02-251-16/+42
* [GCM] Adding a list of accounts present on the client to checkin requestfgorski@chromium.org2014-02-228-14/+43
* Revert 252218 "Add 3 more registartion status codes for UMA coll..."earthdok@chromium.org2014-02-213-82/+27
* Move encryptor API out of webdata.tfarina@chromium.org2014-02-214-4/+4
* [GCM] Fix gcm login to properly identify chromezea@chromium.org2014-02-2012-29/+40
* [GCM] Updating request type of the URLFetcher in UnregistrationRequest to POSTfgorski@chromium.org2014-02-201-1/+1
* Add 3 more registartion status codes for UMA collection. Also added tests.juyik@chromium.org2014-02-203-27/+82
* [GCM] Hooking up unregistrationfgorski@chromium.org2014-02-154-5/+91
* [GCM] Move the manifest key checking logic to gcm.register functionjianli@chromium.org2014-02-151-0/+2
* [GCM] Unregistration requestfgorski@chromium.org2014-02-154-0/+599
* [GCM] Update backoff policy to be more conservative.zea@chromium.org2014-02-151-4/+6
* [GCM] Track connection failures properlyzea@chromium.org2014-02-139-46/+135
* [GCM] Add basic collapse key support for upstreamzea@chromium.org2014-02-136-129/+318
* Add GCM check in status code metric collection. We also decided to collect re...juyik@chromium.org2014-02-132-2/+39
* [GCM] Remove all persisted data and close connections when signing out of a p...jianli@chromium.org2014-02-133-1/+13
* [GCM] Remove user checkin for GCM.jianli@chromium.org2014-02-1223-1151/+134
* Add GCM registration status code metric collection.juyik@chromium.org2014-02-122-0/+11
* Enable encrypted cookies on Mac OSX.bcwhite@chromium.org2014-02-121-0/+5
* [GCM] Reset socket state on disconnectzea@chromium.org2014-02-117-1/+27
* [GCM] Adding retry logic to registrationfgorski@chromium.org2014-02-085-23/+233
* [GCM] Adding retry logic to the Checkin Requestfgorski@chromium.org2014-02-085-27/+187
* [GCM] Make GCMProfileService create and own GCMClientjianli@chromium.org2014-02-073-10/+29
* [GCM] Pull backoff policy out into GCM and update valueszea@chromium.org2014-02-065-31/+73
* [GCM] Notify the message sending status when the message is queued for sendingjianli@chromium.org2014-02-014-8/+27
* [GCM] Remove the line I forgot to remove at GCMClientImpl::StartMCSLoginjianli@chromium.org2014-01-311-1/+0
* Adding WeakPtrFactory to GCMClientImpl, cleaning up .h a little bitfgorski@chromium.org2014-01-312-15/+21
* [GCM] Pass user states in settings field of MCS login requestjianli@chromium.org2014-01-3113-28/+115
* [GCM] Make sure delegate method is invoked when GCMClient gets ready in eithe...jianli@chromium.org2014-01-315-19/+27
* GCMClientImpl:fgorski@chromium.org2014-01-306-41/+755
* Explicit destruction order in gcm_unit_testsscottmg@chromium.org2014-01-301-5/+9
* Fix double escaping of senderIds in registration request.pavely@chromium.org2014-01-292-4/+5
* [GCM] Some fixes on gcm client and enginejianli@chromium.org2014-01-295-6/+36
* [GCM] Fix connection factory unit tests timingzea@chromium.org2014-01-273-18/+64
* [GCM] Fix mcs_probe credential handlingzea@chromium.org2014-01-272-3/+25
* [GCM] Fix memory leakszea@chromium.org2014-01-2511-156/+142
* [GCM] Add more GCM tests and fix bugs found by these testsjianli@chromium.org2014-01-241-0/+2
* [GCM] Pass more browser specific data to initialize GCMClient from GCMClientF...jianli@chromium.org2014-01-231-1/+0
* [GCM] Disable leaky testszea@chromium.org2014-01-232-4/+30
* GCM Client initializationfgorski@chromium.org2014-01-226-128/+569
* [GCM] Plumb mock keychain status to gcm store implzea@chromium.org2014-01-227-19/+22
* [GCM] Reland: Introduce GCMClientFactory to create GCMClient for GCMProfileSe...jianli@chromium.org2014-01-224-48/+5
* Revert 245447 "[GCM] Introduce GCMClientFactory to create GCMCli..."glider@chromium.org2014-01-214-5/+48
* [GCM] Introduce GCMClientFactory to create GCMClient for GCMProfileServicejianli@chromium.org2014-01-174-48/+5
* Adding a user list (to be consumed by GCM Client Implementation)fgorski@chromium.org2014-01-1610-18/+743
* [GCM] Fix use after free memory issue in gcm storezea@chromium.org2014-01-161-11/+22
* [GCM] Make sure to send time spent in queue for TTL messageszea@chromium.org2014-01-142-19/+86
* [GCM] Add per-app limits to persistent storezea@chromium.org2014-01-135-38/+353
* GCM Registration Requestfgorski@chromium.org2014-01-134-0/+449
* [GCM] Support actual check-in in mcs_probejianli@chromium.org2014-01-102-5/+49
* GCM Checkin implementation with unit tests.fgorski@chromium.org2014-01-097-8/+677