1. 38a2aef libweave: Remove release() calls on scoped_ptr by Alex Vakulenko · 9 years ago
  2. 98d1fee Periodicly clean up command queue and remove old processed commands by Alex Vakulenko · 9 years ago
  3. 3d6b552 Hide Config::Load method by Vitaly Buka · 9 years ago
  4. 8d0cfef Fix new schema to match the new server definitions by Alex Vakulenko · 9 years ago
  5. 34668e7 Reformat by Vitaly Buka · 9 years ago
  6. ece713e Add shared MockClock class and cleaned up base::Clock usage by Vitaly Buka · 10 years ago
  7. 666b43e Move ownership of libweave config to DeviceManager by Vitaly Buka · 10 years ago
  8. 3d851b4 Change ownership of AuthManager as it's needed by DeviceRegistrationInfo by Vitaly Buka · 10 years ago
  9. d91d625 Switch to use ComponentManager for traits/components by Alex Vakulenko · 10 years ago
  10. 6869ed7 Change StateChangeQueue::NotifyPropertiesUpdated to take const ref by Alex Vakulenko · 10 years ago
  11. 88f55d8 Add "component" property to command instance by Alex Vakulenko · 10 years ago
  12. 2c7740a Remove CommandDefinition class by Alex Vakulenko · 10 years ago
  13. c430560 Replace Get* methods returning unique_ptr with reference alternative by Vitaly Buka · 10 years ago
  14. 8a05beb Remove object schema type system by Alex Vakulenko · 10 years ago
  15. 7d66921 Remove object schema parsing in state definition by Alex Vakulenko · 10 years ago
  16. 7e894da Remove object schema parsing in CommandDefinition by Alex Vakulenko · 10 years ago
  17. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 10 years ago[Renamed from libweave/src/base_api_handler_unittest.cc]
  18. 80d6653 Remove hard-coded check for standard command definitions by Vitaly Buka · 10 years ago
  19. 68af387 Remove standard state definitions by Vitaly Buka · 10 years ago
  20. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 10 years ago
  21. 0209da4 Rename Command::GetStatus into Command::GetState by Vitaly Buka · 10 years ago
  22. 3110deb Define updateBaseConfiguration and updateDeviceInfo in BaseApiHandler by Vitaly Buka · 10 years ago
  23. 695a5fb Add Device::SetCommandHandler by Vitaly Buka · 10 years ago
  24. 266e88b Switch BaseApiHandler to use weave::Device interface by Vitaly Buka · 10 years ago
  25. 453c4dd Remove category from Commands definitions by Vitaly Buka · 10 years ago
  26. 64b4f06 Remove category from State definitions by Vitaly Buka · 10 years ago
  27. 95d6256 Add weave::State::SetStateProperty and weave::State::GetStateProperty by Vitaly Buka · 10 years ago
  28. b624bc4 Use enum for Settings::local_anonymous_access_role by Vitaly Buka · 10 years ago
  29. 41a90d6 Remove Device::Options struct by Vitaly Buka · 10 years ago
  30. a05eadb Remove defaults for settings which have to be set by external code by Vitaly Buka · 10 years ago
  31. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  32. 1e36367 Move all providers into include/weave/provider by Vitaly Buka · 10 years ago
  33. 5cf12a3 Remove unnecessary getters from weave::Config by Vitaly Buka · 10 years ago
  34. 0f6b2ec libweave: Move testing tools into directory weave/test by Vitaly Buka · 10 years ago
  35. 46cfa3e libweave: Fix gcc 4.8.4 build by Vitaly Buka · 10 years ago
  36. 9acf8aa libweave: Pass firmware using weave::Settings by Vitaly Buka · 10 years ago
  37. c11a17d libweave: Remove loading/saving of config and state from libweave by Vitaly Buka · 10 years ago
  38. 1eb4156 libweave: Move firmware version generation out of libweave by Vitaly Buka · 10 years ago
  39. f9630fb libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 10 years ago
  40. 1020618 libweave: Update unittests to work with HttpClient by Vitaly Buka · 10 years ago
  41. 6b61e57 libweave: Suppress mock warnings by Vitaly Buka · 10 years ago
  42. 4c808b2 libweave: Update "base" state on config change by Vitaly Buka · 10 years ago
  43. 6942e1f libweave: Remove error pointer from ToJson methods by Vitaly Buka · 10 years ago
  44. 15f5909 libweave: Add enums CommandOrigin and CommandStatus by Vitaly Buka · 10 years ago
  45. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  46. 7e8df46 buffet: Add support for "required" and "isRequired" parameters by Alex Vakulenko · 10 years ago
  47. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (93%) from buffet/base_api_handler_unittest.cc]
  48. a56a7e6 buffet: Pass TaskRunner to DeviceRegistrationInfo by Alex Vakulenko · 10 years ago
  49. 63cc3d2 buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 10 years ago
  50. 2f7efdb buffet: Add base.updateBaseConfiguration implementation by Vitaly Buka · 10 years ago
  51. ee7a3af buffet: Move config and buffet state logic into BuffetConfig by Vitaly Buka · 10 years ago
  52. 72410b2 buffet: Added base.updateDeviceInfo handler by Vitaly Buka · 10 years ago