summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth/wire_message.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-251-0/+3
* Remove the custom base64url implementation in //components/proximity_auth/peter2015-11-201-3/+6
* Remove use of JSONReader::DeprecatedRead from components/olli.raula2015-09-081-2/+2
* Implement DeviceToDeviceSecureContext to encode and decode Smart Lock messages.tengs2015-07-271-5/+7
* Implement proximity_auth::WireMessage::Serialize().tengs2015-07-211-16/+55
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-2/+2
* Move base64url.* to CryptAuth component.tengs2015-04-091-1/+1
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-221-1/+1
* [Easy Unlock] Implement base64url encode and decode functions.isherman2014-10-141-2/+2
* [Clean-up] Run git cl format over the proximity_auth component.isherman2014-09-261-2/+1
* [Easy Unlock] Port the BluetoothConnection class to native code.isherman2014-09-261-0/+5
* [EasyUnlock] Port PermitMessage class to native code.isherman2014-09-161-10/+101
* [EasyUnlock] Port Connection class to native code.isherman2014-09-101-0/+29