summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth
Commit message (Expand)AuthorAgeFilesLines
...
* Show timestamps with millisecond accuracy in chrome://proximity-auth.tengs2015-06-241-2/+3
* Add flag for staging CryptAuth endpoint in Easy Unlock test.vsankar2015-06-242-2/+21
* Handling BLE disconnect events in ProximityAuthBleSystem.sacomoto2015-06-247-13/+160
* Fetching remote devices public keys in ProximityAuthBleSystem.sacomoto2015-06-223-6/+85
* [Proximity Auth] Port the ProximityMonitor class.isherman2015-06-1910-0/+1187
* components/proximity_auth: Remove use of MessageLoopProxyskyostil2015-06-171-2/+2
* Connecting only to paired devices in BLE connection finder.sacomoto2015-06-176-33/+118
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-121-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-2/+2
* Adding support for arbitrary length messages in BLE connection.sacomoto2015-06-113-18/+250
* [Proximity auth] Disallow '+' and '/' in incoming base64-encoded strings.isherman2015-06-102-0/+24
* Adding unit tests for BLE connection.sacomoto2015-06-057-38/+576
* Remove using namespace from ObserverList.brettw2015-06-031-1/+1
* Polling for remote device state.sacomoto2015-06-037-58/+299
* Replace more ObserverList with base::ObserverList.brettw2015-06-035-5/+5
* Adding unit tests for characteristics finder.sacomoto2015-06-034-6/+302
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-022-14/+14
* Add CryptAuthEnrollmentManager for managing the device's CryptAuth enrollment.tengs2015-06-0212-3/+797
* Adding unit test for proximity auth ble system.sacomoto2015-06-024-7/+178
* Hook up findEligibleUnlockDevices CryptAuth API to chrome://proximity-auth.tengs2015-05-2813-76/+345
* Fix some JS style nits.dbeam2015-05-273-4/+4
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-223-4/+4
* Refactoring BLE connection class.sacomoto2015-05-226-203/+471
* Fixes a crash when unlocking the screen.sacomoto2015-05-221-1/+3
* Adding BLE connection finder unit tests.sacomoto2015-05-214-5/+352
* Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices.tengs2015-05-216-0/+702
* Revert of Add SyncScheduler for scheduling CryptAuth enrollments and syncing ...eugenis2015-05-206-701/+0
* Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices.tengs2015-05-206-0/+701
* Add Roboto-Medium webfont and factor out common Roboto WebUI CSS file.tsergeant2015-05-202-9/+2
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Hook up PA_LOG() logs to chrome://proximity-auth WebUI.tengs2015-05-149-201/+245
* Implementing a proximity_auth::Connection interface for Bluetooth Low Energy ...sacomoto2015-05-1410-41/+750
* [Smart Lock] Extract the screenlock state to the proximity_auth component.isherman2015-05-132-0/+54
* Add PA_LOG() macro to for logging messages specific to Proximity Auth.tengs2015-05-048-0/+345
* Revert of Add PA_LOG() macro to for logging messages specific to Proximity Au...dbeam2015-05-028-343/+0
* Add PA_LOG() macro to for logging messages specific to Proximity Auth.tengs2015-05-028-0/+343
* Add chrome://proximity-auth UI implemented with Polymer.tengs2015-04-2914-113/+907
* Fix discovery of Smart Lock service in Proximity Auth over Blutooth Low Energy.msarda2015-04-293-20/+98
* Fix crash when Proximity Auth BLE stops the discovery session.sacomoto2015-04-291-0/+1
* Unlock Chrome when a phone with Smart Lock service is found.msarda2015-04-294-18/+93
* Update {virtual,override} to follow C++11 style in components.nick2015-04-284-11/+11
* Move ScreenlockBridge to components/proximity_auth.msarda2015-04-275-0/+414
* Implementing a BLE connection finder.sacomoto2015-04-275-0/+311
* Revert of Implementing a BLE connection finder. (patchset #6 id:100001 of htt...jdonnelly2015-04-244-306/+1
* Implementing a BLE connection finder.sacomoto2015-04-244-1/+306
* [Easy Unlock] Port the BluetoothThrottler class to native code.isherman2015-04-2416-20/+530
* Add new chrome://proximity-auth WebUI for debugging Smart Lock.tengs2015-04-2311-0/+295
* Add experimental flag to start the Smart Lock over BLE support.msarda2015-04-226-0/+70
* Add CryptAuthEnroller, which handles the two step CryptAuth enrollment process.tengs2015-04-1310-0/+816
* Move base64url.* to CryptAuth component.tengs2015-04-098-10/+10