summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth
Commit message (Expand)AuthorAgeFilesLines
* Add end-to-end testing tool for Smart Lock.tengs2015-03-273-0/+846
* Use a stable device-user identifier for CryptAuth enrollments.tengs2015-02-253-0/+40
* Add more size_t -> int warning fixes for the win x64 GN build.dpranke2015-02-201-0/+2
* Sort GN files under componentssatorux2015-02-161-2/+2
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-303-3/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+1
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-221-1/+1
* Implement CryptAuthAccountTokenFetcher, which performs the fetching of the Cr...tengs2014-12-135-1/+202
* easy-unlock: Get rid of extra flag.xiyuan2014-12-122-4/+0
* Fix CryptAuthApiCallFlow resulting in an error if the server returns an empty...tengs2014-12-112-6/+8
* easy_unlock: Fix official build bot.xiyuan2014-12-102-0/+6
* easy-unlock: Clean up unused switches.xiyuan2014-12-092-11/+0
* easy-unlock: Turn on by default.xiyuan2014-12-061-0/+3
* Introduce CryptAuthClient, a class capable of performing all CryptAuth API ca...tengs2014-12-0510-40/+891
* gn format //componentsscottmg2014-12-032-3/+7
* [Smart Lock] Allow field trials to be overridden by manually-set flags.isherman2014-11-262-0/+16
* [Smart Lock] Add a setting to require close proximity in order for unlocking ...isherman2014-11-063-0/+38
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-1/+1
* Standardize usage of virtual/override/final in components/dcheng2014-10-218-43/+41
* Remove refresh token flow in OAuth2ApiCallFlow.tengs2014-10-163-115/+27
* [Clean up] Expose ConnectToServiceInsecurely as a BluetoothDevice API on all ...isherman2014-10-166-69/+10
* Add proto definitions for messages used by CryptAuth APIs and the authenticat...tengs2014-10-152-0/+221
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-3/+3
* [Easy Unlock] Port Client class to native code.isherman2014-10-158-4/+1017
* Revert of Revert of [Easy Unlock] Port the BluetoothConnectionFinder class to...isherman2014-10-147-10/+578
* [Easy Unlock] Implement base64url encode and decode functions.isherman2014-10-146-4/+144
* Revert of [Easy Unlock] Port the BluetoothConnectionFinder class to native co...yoichio2014-10-147-578/+10
* [Easy Unlock] Port the BluetoothConnectionFinder class to native code.isherman2014-10-147-10/+578
* [Easy Unlock] Port RemoteStatusUpdate class to native code.isherman2014-10-104-0/+345
* change newly added OVERRIDE to override in components/mostynb2014-10-092-11/+11
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-063-8/+8
* Add CryptAuthApiCallFlow class, the underlying object to handle all CryptAuth...tengs2014-10-066-1/+408
* [Clean-up] Add a PRESUBMIT.py script for the proximity_auth component.isherman2014-09-271-0/+12
* [Clean-up] Run git cl format over the proximity_auth component.isherman2014-09-267-30/+25
* [Easy Unlock] Port the BluetoothConnection class to native code.isherman2014-09-269-8/+777
* [Easy Unlock] Add missing //net dependency.isherman2014-09-241-0/+1
* [Easy Unlock] Add a convenience test target for rapid iteration.isherman2014-09-242-0/+27
* [Easy Unlock] Move the existing Bluetooth utility code into the component.isherman2014-09-185-0/+254
* [EasyUnlock] Port PermitMessage class to native code.isherman2014-09-167-52/+326
* [EasyUnlock] Port Connection class to native code.isherman2014-09-108-0/+564
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+1
* Introduce proximity_auth component.tengs2014-08-297-0/+132