| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the slave Chrome OS device Bluetooth adapter's name according to the devi... | xdai | 2016-01-14 | 4 | -2/+21 |
* | In the slave device: | xdai | 2016-01-09 | 6 | -48/+21 |
* | Convert Pass()→std::move() in //components (CrOS edition) | dcheng | 2015-12-31 | 2 | -2/+6 |
* | Switch to standard integer types in components/, part 3 of 4. | avi | 2015-12-25 | 7 | -13/+27 |
* | 1) Add initialization error page | xdai | 2015-12-18 | 2 | -0/+8 |
* | Introduce new strings for the bootstrapping project. The old shark/remora pai... | xdai | 2015-12-17 | 1 | -2/+2 |
* | 1) Add basic configuration (network connection, language, keyboard layout, ti... | xdai | 2015-12-16 | 5 | -3/+52 |
* | Use kPageEnrollment for STAGE_ENROLLING for a Slave device during bootstrappi... | xdai | 2015-12-11 | 3 | -0/+3 |
* | 1) Use dedicated host pairing screen instead of enrollment screen during boot... | xdai | 2015-12-11 | 1 | -0/+1 |
* | Remora configuration setup. | xdai | 2015-12-02 | 1 | -6/+3 |
* | Add more components to "gn check". | brettw | 2015-11-27 | 1 | -0/+1 |
* | Run gn --format over all .gn files | agrieve | 2015-11-20 | 1 | -1/+1 |
* | Network Setup from Shark to Remora via Bluetooth. | xdai | 2015-11-10 | 7 | -13/+44 |
* | Fix header guard ifdefs in components. | thestig | 2015-09-15 | 3 | -9/+9 |
* | Remove some legacy versions of StartsWith and EndsWith. | brettw | 2015-07-16 | 1 | -1/+1 |
* | Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #... | yosin | 2015-07-16 | 1 | -1/+1 |
* | Remove some legacy versions of StartsWith and EndsWith. | brettw | 2015-07-16 | 1 | -1/+1 |
* | Replace more Tokenize calls with base::SplitString | brettw | 2015-06-29 | 1 | -3/+4 |
* | Fix bluetooth crash after hotrod enrollment. | achuith | 2015-06-24 | 1 | -0/+1 |
* | Move StartsWith[ASCII] to base namespace. | brettw | 2015-06-12 | 1 | -2/+2 |
* | Replace more ObserverList with base::ObserverList. | brettw | 2015-06-03 | 4 | -4/+4 |
* | Add permanent_id to pairing protocol. | zork | 2015-05-01 | 6 | -0/+18 |
* | Add AddNetwork message to pairing API. | zork | 2015-04-22 | 12 | -49/+51 |
* | components: Cleanup - remove unused private fields. | tfarina | 2015-02-20 | 2 | -2/+0 |
* | Update {virtual,override,final} to follow C++11 style in components, round 2. | dcheng | 2015-01-23 | 5 | -121/+105 |
* | Enable -Wunused-local-typedef | thakis | 2014-11-12 | 1 | -2/+0 |
* | Clear the bluetooth discoverable bit when OOBE is finished on Remora. | zork | 2014-10-28 | 1 | -3/+6 |
* | Rewind the current stage when setting the confirmation code, if needed. | zork | 2014-10-23 | 1 | -0/+5 |
* | Set the proper stage on pairing connection error | zork | 2014-10-22 | 1 | -0/+3 |
* | Support for host configuration. | achuith | 2014-10-22 | 5 | -8/+5 |
* | Replace STAGE_PAIRING_DONE with STAGE_HOST_ENROLLMENT_SUCCESS. | achuith | 2014-10-20 | 4 | -7/+6 |
* | Rename STAGE_PAIRING_DONE to STAGE_ENROLLMENT_SUCCESS | achuith | 2014-10-15 | 3 | -7/+7 |
* | * Transition host to STAGE_UPDATING after pairing. | achuith | 2014-10-14 | 8 | -54/+126 |
* | Fixes components/pairing/BUILD.gn | mukai | 2014-10-10 | 1 | -18/+21 |
* | replace OVERRIDE and FINAL with override and final in components/ | mostynb | 2014-10-06 | 5 | -77/+77 |
* | Convert a couple loops to range based iterators. | zork | 2014-10-02 | 2 | -10/+5 |
* | Update comments and logging. | achuith | 2014-10-01 | 2 | -1/+3 |
* | Add testonly=true to components/pairing:unit_tests | mukai | 2014-10-01 | 1 | -0/+1 |
* | Host pairing OOBE starts at the right time. | dzhioev | 2014-09-19 | 2 | -0/+94 |
* | Clean up protocol for Bluetooth Pairing. | zork | 2014-09-19 | 3 | -29/+46 |
* | Wait for the Bluetooth adapter to be present before starting pairing. | zork | 2014-09-17 | 2 | -1/+31 |
* | Remove implicit conversions from scoped_refptr to T* in components/pairing | dcheng | 2014-09-15 | 2 | -7/+7 |
* | Redirect to the enterprise enrollment screen during remora and shark pairing. | zork | 2014-09-10 | 1 | -3/+0 |
* | GN: Fix some breakage for os==chromeos build | cmasone | 2014-09-09 | 1 | -2/+0 |
* | Add method for telling the Pairing API that enrollment is complete | zork | 2014-09-09 | 7 | -3/+23 |
* | Update the pairing API to include configuration and enrollment. | zork | 2014-08-28 | 10 | -86/+122 |
* | Add bluetooth host and controller delegates for pairing. | zork | 2014-08-26 | 7 | -2/+1127 |
* | Add ProtoDecoder for sending messages between Host and Controller when pairing | zork@chromium.org | 2014-08-12 | 3 | -0/+294 |
* | Add MessageBuffer class, which will manage the data received from a | zork@chromium.org | 2014-08-09 | 4 | -0/+206 |
* | Add pairing API protocol definition. | zork@chromium.org | 2014-08-06 | 2 | -0/+90 |