summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in chrome://proximity-auth when executing JS with uninitialized page.tengs2015-08-183-10/+21
* Fixing BluetoothLowEnergyConnectionFinder reconnection bug.sacomoto2015-08-171-1/+0
* [Proximity Auth] Port the UnlockManager class.isherman2015-08-1511-3/+1557
* Hook up Bluetooth Low Energy Smart Lock experiment with existing lock screen UI.tengs2015-08-128-147/+263
* Implement finding BLE connections in chrome://proximity-auth.tengs2015-08-118-141/+379
* Fix crash in chrome://proximity-auth.tengs2015-08-071-1/+6
* Set allow_stale_read flag for speculative GetMyDevices CryptAuth API calls.tengs2015-08-062-0/+51
* Add toggling devices as unlock keys to chrome://proximity-auth.tengs2015-08-068-9/+207
* Fix bug when CryptAuth requests are made with an empty protobuf serialization.tengs2015-08-063-4/+23
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-13/+11
* Using WireMessage instead of FakeWireMessage.sacomoto2015-08-055-19/+6
* Add "Reachable Phones" feature to chrome://proximity-auth.tengs2015-08-0412-74/+358
* Throttling reconnection attempts in ProximityAuthBleSystem.sacomoto2015-08-048-25/+162
* Handle Smart Lock for Android promotion screen.vsankar2015-08-032-3/+15
* Implement debugging local unlock keys in chrome://proximity-auth.tengs2015-08-0316-107/+510
* Refactoring BLE connection finder.sacomoto2015-07-306-348/+138
* Fetching CryptAuth keys when an authentication fails.sacomoto2015-07-302-6/+24
* Also throttling reconnects after failed connection attempts.sacomoto2015-07-292-12/+32
* Hook up CryptAuthGCMManager to the enrollment and device sync managers.tengs2015-07-2813-13/+310
* Implement DeviceToDeviceAuthenticator which executes the Smart Lock protocol ...tengs2015-07-276-1/+793
* Implement DeviceToDeviceSecureContext to encode and decode Smart Lock messages.tengs2015-07-2713-97/+450
* Add missing proto dependency in proximityauth.brettw2015-07-241-0/+1
* Update SplitString calls in componentsbrettw2015-07-231-2/+2
* Implement operations used in the DeviceToDevice protocol.tengs2015-07-237-0/+1190
* Add |public_key| and |persistent_symmetric_key| fields to RemoteDevice.tengs2015-07-2210-16/+85
* Implement proximity_auth::WireMessage::Serialize().tengs2015-07-212-16/+112
* Remove legacy StartsWithASCII function.brettw2015-07-161-2/+3
* Move JoinString to the base namespace.brettw2015-07-151-1/+1
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-1/+1
* Move JoinString to the base namespace.brettw2015-07-141-1/+1
* GCM: refactor IncomingMessaging and OutgoingMessage.mvanouwerkerk2015-07-133-6/+6
* Cleaning up some log messages and adding new ones.sacomoto2015-07-134-22/+28
* Adding a double unlock guard in ProximityAuthBleSystem.sacomoto2015-07-122-1/+13
* Introduce CryptAuthGCMManager, which handles GCM interactions for CryptAuth.tengs2015-07-119-0/+530
* Fixes a memory corruption bug in proximity_auth::ProximityAuthBleSystem.sacomoto2015-07-091-2/+6
* Hook up CryptAuthDeviceManager to chrome://proximity-auth for testing.tengs2015-07-086-67/+174
* Persistent whitelist for Bluetooth low energy devices.sacomoto2015-07-0812-27/+566
* Fixing a crash in ProximityAuthBleSystem.sacomoto2015-07-071-1/+4
* Workaround for already notfitying characteristics in BLE connection.sacomoto2015-07-071-0/+11
* Hook up CryptAuthEnrollmentManager to chrome://proximity-auth for testing.tengs2015-07-068-53/+388
* Add CryptAuthDeviceManager for syncing the user's devices from CryptAuth.tengs2015-07-069-13/+967
* Fixing a reconnection bug in ProximityAuthBleSystemsacomoto2015-07-066-35/+38
* Adjust imports following telemetry.core refactoringjohnme2015-07-021-1/+1
* [Proximity Auth] Remove the ProximityAuthFacade class.isherman2015-07-012-10/+25
* [Proximity Auth] Create one ProximityAuthClient per profile, rather than one ...isherman2015-07-016-58/+33
* Fix CryptAuth enrollment logic.tengs2015-06-2917-79/+244
* Using PA_LOG(INFO) instead of VLOG(1).sacomoto2015-06-266-86/+96
* Properly handling an adapter removal event in BLE connection finder.sacomoto2015-06-264-50/+171
* [Proximity Auth] Split the Client class an interface + concrete impl.isherman2015-06-255-160/+191
* Migrate chrome://proximity-auth from Polymer 0.5 to 1.0.tengs2015-06-2514-472/+580