1. 8b00597 Implement privet properties for changing cloud print endpoints by Vitaly Buka · 9 years ago
  2. 03ee8ac Enable support of endpoints override. by Vitaly Buka · 9 years ago
  3. 4fe71e3 Make App ID a part of User ID by Vitaly Buka · 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. 66f46b8 Change user_id into string by Vitaly Buka · 10 years ago
  7. 287346b Add "manager" scope into privet API by Vitaly Buka · 10 years ago
  8. 34668e7 Reformat by Vitaly Buka · 10 years ago
  9. 3eb52e7 Add the ability to query for particuar component and filter fields by Alex Vakulenko · 10 years ago
  10. b3de351 Fix device registration expiration with system clock adjusted by Alex Vakulenko · 10 years ago
  11. 551a82b Add support of Components/Traits to local privet APIs by Alex Vakulenko · 10 years ago
  12. d91d625 Switch to use ComponentManager for traits/components by Alex Vakulenko · 10 years ago
  13. 2c7740a Remove CommandDefinition class by Alex Vakulenko · 10 years ago
  14. c430560 Replace Get* methods returning unique_ptr with reference alternative by Vitaly Buka · 10 years ago
  15. 52d006a Support GCC 4.7 by Vitaly Buka · 10 years ago
  16. 7e894da Remove object schema parsing in CommandDefinition by Alex Vakulenko · 10 years ago
  17. 1c522d8 Don't expose old cloud ID in Privet info by Vitaly Buka · 10 years ago
  18. 672634b Persist kInvalidCredentials state by Vitaly Buka · 10 years ago
  19. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 10 years ago[Renamed from libweave/src/privet/cloud_delegate.cc]
  20. 87eb788 Replace services list with value generated from model device id by Vitaly Buka · 10 years ago
  21. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 10 years ago
  22. 7476342 Use single callback for replies to async operations by Vitaly Buka · 10 years ago
  23. f7f52d4 Pass error as ErrorPtr into ErrorCallback by Vitaly Buka · 10 years ago
  24. 12870bd Change weave::Device::Register API to async version by Vitaly Buka · 10 years ago
  25. 47a1f6f Remove Command::Done and add verification of Command state transitions by Vitaly Buka · 10 years ago
  26. ef213d7 Remove weave Command::ToJson method by Vitaly Buka · 10 years ago
  27. 553a762 Rename OnCommandAdded into CommandAdded by Vitaly Buka · 10 years ago
  28. 4c98135 Remove weave::State interface by Vitaly Buka · 10 years ago
  29. ba35059 Rename State::AddOnChangedCallback into State::AddStateChangedCallback by Vitaly Buka · 10 years ago
  30. 95d6256 Add weave::State::SetStateProperty and weave::State::GetStateProperty by Vitaly Buka · 10 years ago
  31. c3c6dab Remove weave::Cloud interface by Vitaly Buka · 10 years ago
  32. 0b7bb9f weave/settings: add device_id with persisted guid by Johan Euphrosine · 10 years ago
  33. ae6b35d Move OnSettingsChanged callback into callback of weave::Device by Vitaly Buka · 10 years ago
  34. b624bc4 Use enum for Settings::local_anonymous_access_role by Vitaly Buka · 10 years ago
  35. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  36. 312c2f5 weave/settings: rename device_id to cloud_id by Johan Euphrosine · 10 years ago
  37. 1e36367 Move all providers into include/weave/provider by Vitaly Buka · 10 years ago
  38. 6c5c99d Replaced some callbacks with commend SuccessCallback and ErrorCallback by Vitaly Buka · 10 years ago
  39. 4ebd329 Reformat with clang-format by Vitaly Buka · 10 years ago
  40. 5cf12a3 Remove unnecessary getters from weave::Config by Vitaly Buka · 10 years ago
  41. 658aa36 Simplify code by removing error from ::GetModelId and ::GetName by Vitaly Buka · 10 years ago
  42. ca365fb Improve testing of WiFi bootstrapping condition by Vitaly Buka · 10 years ago
  43. bcc6754 Revert "Improve testing of WiFi bootstrapping condition" by Vitaly Buka · 10 years ago
  44. 38d582f Improve testing of WiFi bootstrapping condition by Vitaly Buka · 10 years ago
  45. 464f93e Increase device registration timeout interval by Alex Vakulenko · 10 years ago
  46. 2924832 Increase default timeout for device registration requests by Alex Vakulenko · 10 years ago
  47. c11a17d libweave: Remove loading/saving of config and state from libweave by Vitaly Buka · 10 years ago
  48. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago
  49. 823fdda libweave: Replace MessageLoop with weave::TaskRunner by Vitaly Buka · 10 years ago
  50. f9630fb libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 10 years ago
  51. 8e2f416 libweave: Remove dbus dependency from libweave by Vitaly Buka · 10 years ago
  52. c58a828 libweave: Remove chromeos::Any from commands and state by Vitaly Buka · 10 years ago
  53. 6942e1f libweave: Remove error pointer from ToJson methods by Vitaly Buka · 10 years ago
  54. 12affd8 libweave: Switch DBusCommandDispacher to weave::Command interface by Vitaly Buka · 10 years ago
  55. 237b55b libweave: Remove couple of unused dbus inludes by Vitaly Buka · 10 years ago
  56. 8b4ab96 libweave: Interfaces for subcomponents of libweave by Vitaly Buka · 10 years ago
  57. bc3e8bd libweave: Extract weave::Settings struct by Vitaly Buka · 10 years ago
  58. 7197c1a libweave: Cleanup enum to string conversion by Vitaly Buka · 10 years ago
  59. 0fa51e5 libweave: Buffet includes only weave/include files by Vitaly Buka · 10 years ago
  60. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  61. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (97%) from buffet/privet/cloud_delegate.cc]
  62. 8b32d59 buffet: Don't assume that ID is not in command_owners_ by Vitaly Buka · 10 years ago
  63. 79b50e7 buffet: Fixed listing of cloud commands on local API by Vitaly Buka · 10 years ago
  64. e27f552 buffet: Remove unnecessary config options by Vitaly Buka · 10 years ago
  65. 7604552 buffet: Mark CloudDelegateImpl state on registration success by Vitaly Buka · 10 years ago
  66. ae1ffbc platform2: Fix issues with new version of libchrome by Alex Vakulenko · 10 years ago
  67. 7ab89ff buffet: Remove D-Bus between CloudDelegate and Buffet by Vitaly Buka · 10 years ago
  68. ae96cc3 buffet: Start privet logic by Vitaly Buka · 10 years ago
  69. 075b3d4 buffet: clang-format of buffet/privet by Vitaly Buka · 10 years ago
  70. 7ce499f buffet: Move privetd sources into buffet by Vitaly Buka · 10 years ago