1. c430560 Replace Get* methods returning unique_ptr with reference alternative by Vitaly Buka · 9 years ago
  2. 7e894da Remove object schema parsing in CommandDefinition by Alex Vakulenko · 9 years ago
  3. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 9 years ago[Renamed from libweave/src/base_api_handler.cc]
  4. 80d6653 Remove hard-coded check for standard command definitions by Vitaly Buka · 9 years ago
  5. 68af387 Remove standard state definitions by Vitaly Buka · 9 years ago
  6. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 9 years ago
  7. 2f54897 Rename Complete::SetResults to Command::Complete by Vitaly Buka · 10 years ago
  8. 0209da4 Rename Command::GetStatus into Command::GetState by Vitaly Buka · 10 years ago
  9. 47a1f6f Remove Command::Done and add verification of Command state transitions by Vitaly Buka · 10 years ago
  10. 70f77d9 Add error into Command::Abort method by Vitaly Buka · 10 years ago
  11. c602926 Call command handler with weak_ptr by Vitaly Buka · 10 years ago
  12. 216e86d Replace Device::SetProperties with 'nested' version by Vitaly Buka · 10 years ago
  13. 3110deb Define updateBaseConfiguration and updateDeviceInfo in BaseApiHandler by Vitaly Buka · 10 years ago
  14. 695a5fb Add Device::SetCommandHandler by Vitaly Buka · 10 years ago
  15. 266e88b Switch BaseApiHandler to use weave::Device interface by Vitaly Buka · 10 years ago
  16. 553a762 Rename OnCommandAdded into CommandAdded by Vitaly Buka · 10 years ago
  17. ae6b35d Move OnSettingsChanged callback into callback of weave::Device by Vitaly Buka · 10 years ago
  18. b624bc4 Use enum for Settings::local_anonymous_access_role by Vitaly Buka · 10 years ago
  19. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  20. 5cf12a3 Remove unnecessary getters from weave::Config by Vitaly Buka · 10 years ago
  21. 46cfa3e libweave: Fix gcc 4.8.4 build by Vitaly Buka · 10 years ago
  22. 0d50107 libweave: Remove few small base/ dependencies by Vitaly Buka · 10 years ago
  23. 9acf8aa libweave: Pass firmware using weave::Settings by Vitaly Buka · 10 years ago
  24. c11a17d libweave: Remove loading/saving of config and state from libweave by Vitaly Buka · 10 years ago
  25. 1eb4156 libweave: Move firmware version generation out of libweave by Vitaly Buka · 10 years ago
  26. 4c808b2 libweave: Update "base" state on config change by Vitaly Buka · 10 years ago
  27. e527a64 libweave: Switch StatePackage and StateManager from Any type by Vitaly Buka · 10 years ago
  28. 15f5909 libweave: Add enums CommandOrigin and CommandStatus by Vitaly Buka · 10 years ago
  29. 12affd8 libweave: Switch DBusCommandDispacher to weave::Command interface by Vitaly Buka · 10 years ago
  30. 4f4e228 libweave: Add more methods to modify weave::Command by Vitaly Buka · 10 years ago
  31. 8d8d219 libweave: Add more Get methods into weave::Command by Vitaly Buka · 10 years ago
  32. 774cdf5 libweave: Remove native_types namespace by Vitaly Buka · 10 years ago
  33. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  34. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (93%) from buffet/base_api_handler.cc]
  35. 2f7efdb buffet: Add base.updateBaseConfiguration implementation by Vitaly Buka · 10 years ago
  36. 534a312 platform2: Enforce virtual destructors on base classes by Alex Vakulenko · 10 years ago
  37. 72410b2 buffet: Added base.updateDeviceInfo handler by Vitaly Buka · 10 years ago