1. 38a2aef libweave: Remove release() calls on scoped_ptr by Alex Vakulenko · 9 years ago
  2. 5ddd991 Return 'component' in command JSON by Vitaly Buka · 9 years ago
  3. 329ad80 Rename CommandQueue::DelayedRemove into RemoveLater() by Alex Vakulenko · 9 years ago
  4. 0dbbf60 AddTo will return AddToTypeProxy for convenience by Vitaly Buka · 9 years ago
  5. 48a8669 Remove domain from weave::Error by Vitaly Buka · 9 years ago
  6. d91d625 Switch to use ComponentManager for traits/components by Alex Vakulenko · 9 years ago
  7. 88f55d8 Add "component" property to command instance by Alex Vakulenko · 9 years ago
  8. 41429d8 commands: fix unused-function warning by Johan Euphrosine · 9 years ago
  9. 2c7740a Remove CommandDefinition class by Alex Vakulenko · 9 years ago
  10. c430560 Replace Get* methods returning unique_ptr with reference alternative by Vitaly Buka · 10 years ago
  11. 36bf1b5 Remove schema validation from command parameters/returns by Alex Vakulenko · 10 years ago
  12. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 10 years ago[Renamed from libweave/src/commands/command_instance.cc]
  13. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 10 years ago
  14. 2f54897 Rename Complete::SetResults to Command::Complete by Vitaly Buka · 10 years ago
  15. 0209da4 Rename Command::GetStatus into Command::GetState by Vitaly Buka · 10 years ago
  16. 375f328 Post error patches to the server by Vitaly Buka · 10 years ago
  17. 47a1f6f Remove Command::Done and add verification of Command state transitions by Vitaly Buka · 10 years ago
  18. 70f77d9 Add error into Command::Abort method by Vitaly Buka · 10 years ago
  19. c602926 Call command handler with weak_ptr by Vitaly Buka · 10 years ago
  20. 453c4dd Remove category from Commands definitions by Vitaly Buka · 10 years ago
  21. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  22. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago
  23. ea2f15f libweave: Remove dependency on libchromeos/chromeos/errors/error_codes.h by Vitaly Buka · 10 years ago
  24. 4e4dfd4 Ported build break fixes from CrOS side by Alex Vakulenko · 10 years ago
  25. 7b382ac libweave: Put "weave" includes into <> by Vitaly Buka · 10 years ago
  26. 157b16a libweave: Add removing of weave::Command::Observer by Vitaly Buka · 10 years ago
  27. 6942e1f libweave: Remove error pointer from ToJson methods by Vitaly Buka · 10 years ago
  28. 15f5909 libweave: Add enums CommandOrigin and CommandStatus by Vitaly Buka · 10 years ago
  29. 4f4e228 libweave: Add more methods to modify weave::Command by Vitaly Buka · 10 years ago
  30. 8d8d219 libweave: Add more Get methods into weave::Command by Vitaly Buka · 10 years ago
  31. 774cdf5 libweave: Remove native_types namespace by Vitaly Buka · 10 years ago
  32. 67b5355 libweave: Move CommandObserver into public libweave interface by Vitaly Buka · 10 years ago
  33. 0d377a4 libweave: Rename CommandProxyInterface to CommandObserver by Vitaly Buka · 10 years ago
  34. c3d4e97 libweave: Remove ownership of CommandProxyInterface by CommandInstance by Vitaly Buka · 10 years ago
  35. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  36. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (94%) from buffet/commands/command_instance.cc]
  37. d1978d3 buffet: Report command instance parsing error to cloud server by Alex Vakulenko · 10 years ago
  38. 4129dfa buffet: Use command schema to define "progress" by Vitaly Buka · 10 years ago
  39. b211c10 buffet: Queue multiple command update requests to the server by Alex Vakulenko · 10 years ago
  40. f784e21 buffet: Add 'origin' property to Command by Alex Vakulenko · 10 years ago
  41. 808e2d8 buffet: Fix command progress update JSON for GCD server by Alex Vakulenko · 10 years ago
  42. 2a9b30f buffet: Delay removal of completed command by Vitaly Buka · 10 years ago
  43. 906d39e buffet: Add CommandInstance::ToJson by Vitaly Buka · 10 years ago
  44. 5ef7579 buffet: Change shared ownership of types/values to exclusive by Alex Vakulenko · 10 years ago
  45. d94656e buffet: Clean up property system in preparation for Array support by Alex Vakulenko · 10 years ago
  46. db22124 buffet: Fixed command state spelling for "cancelled" by Alex Vakulenko · 10 years ago
  47. cfde869 buffet: Allow setting command results. by Anton Muhin · 11 years ago
  48. ac8037d libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 11 years ago
  49. b66a930 buffet: Make CommandInstance own its proxies. by Anton Muhin · 11 years ago
  50. 5191e81 buffet: Separate command IDs from DBus paths. by Anton Muhin · 11 years ago
  51. 4dc3785 buffet: Support multiple proxies for a command. by Anton Muhin · 11 years ago
  52. f6b3871 buffet: Move command state into CommandInstance by Alex Vakulenko · 11 years ago
  53. a8b95bc libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 11 years ago
  54. fedc487 buffet: Add command ID to CommandInstance class by Alex Vakulenko · 11 years ago
  55. 5f47206 platform2: Move Error class from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  56. 8dc69af buffet: Add parsing of command instances from JSON by Alex Vakulenko · 11 years ago
  57. aa3a559 buffet: Add command queue and command basic command dispatch mechanism by Alex Vakulenko · 11 years ago