1. aef87f5 Oven virtual device sample initial commit. Used as weave device for CES demo. by peng ying · 8 years ago
  2. 47743a3 Fixed name of the function to match design docs. by Vitaly Buka · 8 years ago
  3. 2809374 Remove Android.mk from the master branch by Alex Vakulenko · 8 years ago
  4. 812da78 Merge remote-tracking branch 'weave/master' into merge by Alex Vakulenko · 8 years ago
  5. ec9d848 Mark old APIs officially deprecated by Alex Vakulenko · 8 years ago
  6. 72d8d16 Upload local auth data by Vitaly Buka · 8 years ago
  7. 41aa809 Use base::Clock in AuthManager for better testing by Vitaly Buka · 8 years ago
  8. ece713e Add shared MockClock class and cleaned up base::Clock usage by Vitaly Buka · 8 years ago
  9. c078108 Use a map for GetDeviceUiKind by Paul Westbrook · 8 years ago
  10. 86530d2 Updated scope to int mapping by Vitaly Buka · 8 years ago
  11. a37056e Generate Root Client Authorization Token by Vitaly Buka · 8 years ago
  12. 1396480 Fix returning value for uw_crypto_hmac_init_ by Vitaly Buka · 8 years ago
  13. c5b6060 Use fixed secret in AuthManager tests by Vitaly Buka · 8 years ago
  14. 04e628f Specify device kinds by Paul Westbrook · 8 years ago
  15. 15a832e Store the weave_settings by model manifest id by Paul Westbrook · 8 years ago
  16. cf1fe14 Fix Android.mk to reflect recent changes to libweave in Master by Alex Vakulenko · 8 years ago
  17. 6a8bd5d Update macaroon library by Vitaly Buka · 8 years ago
  18. 6182030 Remove allow_response_without_content by Vitaly Buka · 8 years ago
  19. 666b43e Move ownership of libweave config to DeviceManager by Vitaly Buka · 8 years ago
  20. 3d851b4 Change ownership of AuthManager as it's needed by DeviceRegistrationInfo by Vitaly Buka · 8 years ago
  21. 4acb629 Merge remote-tracking branch 'weave/master' into merge-aosp-master by Alex Vakulenko · 8 years ago
  22. 2033433 Fix a crash when adding a default command handler by Alex Vakulenko · 8 years ago
  23. f1fa8be Move build_config.h from chromium/base/build to chromium/base by Alex Vakulenko · 8 years ago
  24. 972282c Fix compile error on Brillo by Alex Vakulenko · 8 years ago
  25. 47fe6f8 Add macaroone implementation into libweave build by Vitaly Buka · 8 years ago
  26. 45dc9df Add macaroone implementation from by Vitaly Buka · 8 years ago
  27. d6db049 Update example daemons to use the new component/trait APIs by Alex Vakulenko · 8 years ago
  28. 7717d93 Support HTTP responses with no body by Vitaly Buka · 8 years ago
  29. 1a10871 Remove output error parameter from BuildDeviceResource by Vitaly Buka · 8 years ago
  30. a580328 Add config flag to mark that local auth info was changed by Vitaly Buka · 8 years ago
  31. 6a9d0e2 Fixed name of constant in unit test by Vitaly Buka · 8 years ago
  32. 78d4f6d Move local device_id into public settings section by Vitaly Buka · 8 years ago
  33. e3cc230 Move checkForUpdates tests into their own section by Alex Vakulenko · 8 years ago
  34. f969132 Use uint64_t for fingerprints to prevent easy overflows by Alex Vakulenko · 8 years ago
  35. 551a82b Add support of Components/Traits to local privet APIs by Alex Vakulenko · 8 years ago
  36. 29a11ca Replace IsEqualJson gtest predicate with EXPECT_JSON_EQ by Alex Vakulenko · 8 years ago
  37. 321dae6 Allow change of model manifest id by Paul Westbrook · 8 years ago
  38. 894b6b4 commands: delete obsolete include by Johan Euphrosine · 8 years ago
  39. d91d625 Switch to use ComponentManager for traits/components by Alex Vakulenko · 8 years ago
  40. 6b394d1 Add support for legacy state/commandDefs to ComponentManager by Alex Vakulenko · 8 years ago
  41. b736c98 Make CommandManager::AddCommand() usable for both cloud and local cases by Alex Vakulenko · 8 years ago
  42. ba98115 Convert ComponentManager into an interface and create a mock by Alex Vakulenko · 8 years ago
  43. a3c5e6d Route commands without path to suitable component by Alex Vakulenko · 8 years ago
  44. e79fa91 Add new component-based APIs to Device interface by Alex Vakulenko · 8 years ago
  45. 88e9d12 Move deprecated APIs on Device object to the end of the interface by Alex Vakulenko · 8 years ago
  46. 7b588fc Add support for state updates on ComponentManager by Alex Vakulenko · 8 years ago
  47. 6869ed7 Change StateChangeQueue::NotifyPropertiesUpdated to take const ref by Alex Vakulenko · 8 years ago
  48. 05a979e Update light command definitions by Paul Westbrook · 8 years ago
  49. 44c1dbe Add ComponentManager class to handle device traits/components by Alex Vakulenko · 8 years ago
  50. 739e357 Make Split() function work consistently with empty strings by Alex Vakulenko · 8 years ago
  51. 88f55d8 Add "component" property to command instance by Alex Vakulenko · 8 years ago
  52. b0efd87 Fixed grammar error by Vitaly Buka · 8 years ago
  53. 3c2b303 Add fake component/trait property to device draft by Alex Vakulenko · 8 years ago
  54. f08caeb Extract privet::AuthManager from privet::SecurityManager by Vitaly Buka · 8 years ago
  55. 8fb4e62 Added clang-format config by Vitaly Buka · 8 years ago
  56. 41429d8 commands: fix unused-function warning by Johan Euphrosine · 8 years ago
  57. 2c7740a Remove CommandDefinition class by Alex Vakulenko · 8 years ago
  58. f21c83a Change XMPP notification tag from 'clouddevices' to 'weave' by Alex Vakulenko · 8 years ago
  59. 3bfb13d Fix GCC 4.7 errors by Vitaly Buka · 8 years ago
  60. c430560 Replace Get* methods returning unique_ptr with reference alternative by Vitaly Buka · 8 years ago
  61. 8a05beb Remove object schema type system by Alex Vakulenko · 8 years ago
  62. 42d63b9 Fix example command schema to match the expectations of the server by Alex Vakulenko · 8 years ago
  63. 42b0a7b Make sure example command definitions include 'minimalRole' by Alex Vakulenko · 8 years ago
  64. 9e78026 Add big-endian defines into base/build/build_config.h by Vitaly Buka · 8 years ago
  65. 9e9aca9 Remove dependency on ninja-build by Vitaly Buka · 8 years ago
  66. 6f7385f Add gomacc.lock and make files generated by gyp into .gitignore by Vitaly Buka · 8 years ago
  67. 7125e8b Enable big-endian build by Vitaly Buka · 8 years ago
  68. 52d006a Support GCC 4.7 by Vitaly Buka · 8 years ago
  69. c643e59 Restore Android.mk accidentally deleted by a branch merge by Alex Vakulenko · 8 years ago
  70. 7c925f5 Revert "Revert "Merge remote-tracking branch 'weave/master' into 'weave/aosp-master'"" by Alex Vakulenko · 8 years ago
  71. 56686fe Revert "Merge remote-tracking branch 'weave/master' into 'weave/aosp-master'" by Alex Vakulenko · 8 years ago
  72. 5734b2f Merge remote-tracking branch 'weave/master' into 'weave/aosp-master' by Alex Vakulenko · 8 years ago
  73. 7d66921 Remove object schema parsing in state definition by Alex Vakulenko · 8 years ago
  74. 7e894da Remove object schema parsing in CommandDefinition by Alex Vakulenko · 8 years ago
  75. b069307 Disable C++ exceptions by Vitaly Buka · 8 years ago
  76. 4bbb8ff Merge commit '03cd192eceb46f936ad89e6ae04dac130202e18c' into HEAD by Vitaly Buka · 8 years ago
  77. 3f40111 Fix invalid merge into master branch by Vitaly Buka · 8 years ago
  78. 9cf0a0b Merge "Merge commit '03cd192eceb46f936ad89e6ae04dac130202e18c' into HEAD" by Gerrit Code Review · 8 years ago
  79. d846498 Merge commit '03cd192eceb46f936ad89e6ae04dac130202e18c' into HEAD by Vitaly Buka · 8 years ago
  80. 70d5794 Don't expose old cloud ID in Privet info by Vitaly Buka · 8 years ago
  81. 1c522d8 Don't expose old cloud ID in Privet info by Vitaly Buka · 8 years ago
  82. 36bf1b5 Remove schema validation from command parameters/returns by Alex Vakulenko · 8 years ago
  83. 03cd192 Add support for the custom colorXY trait by Paul Westbrook · 8 years ago
  84. 672634b Persist kInvalidCredentials state by Vitaly Buka · 8 years ago
  85. c27390d Fixed headers parsing in CurlHttpClient by Vitaly Buka · 8 years ago
  86. 9f78ca3 Replace clouddevices with weave in documentation and tests by Vitaly Buka · 8 years ago
  87. 88272d5 Replace clouddevices with weave in documentation and tests by Vitaly Buka · 8 years ago
  88. c281a23 Merge remote-tracking branch 'weave/master' into merge by Alex Vakulenko · 8 years ago
  89. efee3a2 Add support for long-poll HTTP request at /privet/v3/checkForUpdates by Alex Vakulenko · 8 years ago
  90. fd888cb Merge remote-tracking branch 'remotes/weave/master' into weave_aosp-master by Vitaly Buka · 8 years ago
  91. 0d7aac8 Replace https://www.googleapis.com/clouddevices/v1/ with by Vitaly Buka · 8 years ago
  92. 85fbeaf Set "WiFi discovery" bit of device flags according state of Hosted SSID. by Vitaly Buka · 8 years ago
  93. 0fadc35 Updated api_key, client_id and client_secret by Vitaly Buka · 8 years ago
  94. 149ae6f Add missing UI device kinds by Paul Westbrook · 8 years ago
  95. dafe3a5 Merge remote-tracking branch 'origin/master' into merge-to-aosp by Alex Vakulenko · 8 years ago
  96. e61717c Fix the virtual lock device by Paul Westbrook · 8 years ago
  97. f8c9c66 Add libweave's unit tests to autotest by Alex Vakulenko · 8 years ago
  98. f1fa93d Add fd event support to EventTaskRunner by ilewis · 8 years ago
  99. 5ca27be Removing trailing whitespace from speaker.cc by Luis Larco · 8 years ago
  100. b51b475 Adding handler for speaker device. by Luis Larco · 8 years ago