summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth
Commit message (Expand)AuthorAgeFilesLines
* Exposing a new BLE connection API in the EasyUnlock private JS API.sacomoto2015-09-182-3/+5
* bluetooth: Add adapter to BluetoothDevicescheib2015-09-161-4/+7
* Refactoring the BLE connection finder.sacomoto2015-09-168-130/+189
* Remove use of JSONReader::DeprecatedRead from components/olli.raula2015-09-082-3/+3
* Update ProximityAuthBleSystem to use devices from CryptAuthEnrollmentManager.tengs2015-09-023-109/+81
* Add CryptAuth managers to EasyUnlockServiceRegulartengs2015-09-016-0/+88
* Reducing the send/receive overhead in BluetoothLowEnergyConnection.sacomoto2015-08-312-70/+71
* Replace ProximityAuthUIDelegate with ProximityAuthClient.tengs2015-08-288-231/+82
* Mirror ProximityAuthUIDelegate functions to ProximityAuthClient.tengs2015-08-276-39/+112
* Refactor CryptAuthEnrollmentManager to generate a key-pair on first enrollment.tengs2015-08-277-67/+145
* eraser: Remove disable smart lock flagxiyuan2015-08-272-4/+0
* Fix Smart Lock crash when reconnecting after failed connection attempt.tengs2015-08-202-6/+15
* 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