1. 0022b75 Sync with latest version of libweave by Alex Vakulenko · 9 years ago
  2. 786a906 Switch over to use ShillClient instead of NetworkClient by Peter Qiu · 9 years ago
  3. e4ef261 Update libweave to new version from public repo by Alex Vakulenko · 9 years ago
  4. e32375b Update interface implementations to reflect changes to libweave by Alex Vakulenko · 9 years ago
  5. 059c30d Reflect changes to libweave public interfaces by Alex Vakulenko · 9 years ago
  6. f86123d Implement the empty weave::Bluetooth interface. by Robert Ginda · 9 years ago
  7. 71b0d78 Reflect changes to libweave in weaved by Alex Vakulenko · 9 years ago
  8. cf92c66 Implement AvahiMdnsClient by Robert Ginda · 9 years ago
  9. 63bdf08 Renamed D-Bus service name to com.android.Weave by Alex Vakulenko · 9 years ago
  10. 1642bec system/weaved: Add dependency on webservd by Alex Vakulenko · 9 years ago
  11. f0f5534 system/weaved: Make weaved compile and run on Brillo by Alex Vakulenko · 9 years ago
  12. becd461 libweave: Move reading/writing commands and states files out of libweave by Vitaly Buka · 9 years ago
  13. 7b9ebee libweave: Pass firmware using weave::Settings by Vitaly Buka · 9 years ago
  14. 1175a9b buffet: Parse buffet config and load/save state by Vitaly Buka · 9 years ago
  15. 4f77153 buffet: Conversion between chromeos::Error and weave::Error by Vitaly Buka · 9 years ago
  16. e74c872 libweave: Replace MessageLoop with weave::TaskRunner by Vitaly Buka · 9 years ago
  17. 670b1e6 libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 9 years ago
  18. e925bb3 Break dependencies on peerd DBus XML files by Christopher Wiley · 9 years ago
  19. 8473fb7 Revert "system/weaved: Make weaved compile and run on Brillo" by Alex Vakulenko · 9 years ago
  20. 15aea55 system/weaved: Make weaved compile and run on Brillo by Alex Vakulenko · 9 years ago
  21. d78756d Create make file for system/weaved and compile basic components by Alex Vakulenko · 9 years ago
  22. 00882b7 buffet: Move HttpTransportClient out of libweave by Vitaly Buka · 9 years ago
  23. e2713ac libweave: Put "weave" includes into <> by Vitaly Buka · 9 years ago
  24. ec37249 libweave: Remove dbus dependency from libweave by Vitaly Buka · 9 years ago
  25. 974647f buffet: Move WebServClient out of libweave by Vitaly Buka · 9 years ago
  26. 58a288b buffet: Move ShillClient to buffet by Vitaly Buka · 9 years ago
  27. 7042c58 buffet: Move platform dependent part of PeerdClient out of libweave by Vitaly Buka · 9 years ago
  28. a0305d3 buffet: Move commands/dbus_* our of libweave by Vitaly Buka · 9 years ago
  29. e8c3bab buffet: Move ownership of DBusCommandDispacher to buffet::Manager by Vitaly Buka · 9 years ago
  30. fb2584b libweave: Switch StatePackage and StateManager from Any type by Vitaly Buka · 9 years ago
  31. cd5e556 libweave: Remove error pointer from ToJson methods by Vitaly Buka · 9 years ago
  32. ba46373 libweave: Interfaces for subcomponents of libweave by Vitaly Buka · 9 years ago
  33. 00b8349 libweave: Extract weave::Settings struct by Vitaly Buka · 9 years ago
  34. d98a471 buffet: Remove SetCommandVisibility and CommandDefs from dbus interface by Vitaly Buka · 9 years ago
  35. 03319c2 libweave: Cleanup enum to string conversion by Vitaly Buka · 9 years ago
  36. 1d63c9c buffet: Don't deference privet if it's disabled by Vitaly Buka · 9 years ago
  37. 0c6dcd2 libweave: Buffet includes only weave/include files by Vitaly Buka · 9 years ago
  38. 3b08631 libweave: Rename buffet namespace into weave by Vitaly Buka · 9 years ago
  39. 0840fb1 buffet: Extracted libweave into separate directory by Vitaly Buka · 9 years ago
  40. f775454 buffet: Pass TaskRunner to DeviceRegistrationInfo by Alex Vakulenko · 9 years ago
  41. 19208c7 buffet: Handle cloud request failures due to device deleted on cloud by Alex Vakulenko · 9 years ago
  42. da2312c buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 9 years ago
  43. 0c68cac buffet: Move privet options and state into buffet by Vitaly Buka · 9 years ago
  44. 6c37526 buffet: Implement exponential backoff for cloud requests by Alex Vakulenko · 9 years ago
  45. ab4e4ff platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  46. da869d6 buffet: Remove D-Bus between CloudDelegate and Buffet by Vitaly Buka · 9 years ago
  47. 84fd6dd buffet: Start privet logic by Vitaly Buka · 9 years ago
  48. 7b3ba79 buffet: Add same as privetd D-Bus methods and properties by Vitaly Buka · 9 years ago
  49. a4e8d7f buffet: Move command minimal role checking into CommandManager by Vitaly Buka · 9 years ago
  50. c03ec2b privetd: Compare user scope with minimalRole for local commands by Vitaly Buka · 9 years ago
  51. 89ba036 buffet: add a timeout to HTTP requests by Garret Kelly · 9 years ago
  52. cf30ff9 buffet: Add base.updateBaseConfiguration implementation by Vitaly Buka · 9 years ago
  53. 2b30e7a buffet: Add device state D-Bus property by Vitaly Buka · 9 years ago
  54. 14eb0ba buffet: Add callback to notify about state changes by Vitaly Buka · 9 years ago
  55. cbadabe buffet: Make RegisterDevice accept only ticket ID by Vitaly Buka · 9 years ago
  56. 7cd0197 buffet: Add D-Bus API to change GCD service settings by Vitaly Buka · 9 years ago
  57. bf4ba65 buffet: Move config and buffet state logic into BuffetConfig by Vitaly Buka · 9 years ago
  58. e74fe3c buffet: Added base.updateDeviceInfo handler by Vitaly Buka · 9 years ago
  59. e43871f buffet: Replace CallbackList with vector<Callback> by Vitaly Buka · 9 years ago
  60. a031e1b buffet: Report command instance parsing error to cloud server by Alex Vakulenko · 9 years ago
  61. 8d78ebf libchromeos: Replace scoped_ptr with std::unique_ptr in D-Bus method handlers by Alex Vakulenko · 9 years ago
  62. eec5846 buffet: CheckDeviceRegistered works offline by Nathan Bullock · 9 years ago
  63. d419044 buffet: Add 'origin' property to Command by Alex Vakulenko · 9 years ago
  64. acec6aa buffet: Add the ability to change command visibility by Alex Vakulenko · 9 years ago
  65. ec41a0c buffet: Add command_def filtering by command visibility by Alex Vakulenko · 9 years ago
  66. 760d632 buffet: Add read-only properties with buffet config options by Vitaly Buka · 9 years ago
  67. e46525b buffet: Rename RegisterAsync to Start by Vitaly Buka · 9 years ago
  68. 1d35ecc buffet: Add flag to disable XMPP support by Christopher Wiley · 9 years ago
  69. f5b91bf buffet: Pretty print GetDeviceInfo and GetState by Nathan Bullock · 9 years ago
  70. 59af7ac privetd: Implement privet/v3/commands/execute by Vitaly Buka · 9 years ago
  71. 5515de0 privetd: Implement privet/v3/commands/status by Vitaly Buka · 9 years ago
  72. b024ca9 buffet: Rework buffet configuration by Christopher Wiley · 9 years ago
  73. 1fa6901 privetd: Implement /privet/v3/commandDefs by Vitaly Buka · 9 years ago
  74. 91cc715 buffet: Remove initial OnRegistrationStatusChanged call by Vitaly Buka · 9 years ago
  75. 6ea3bff buffet: Add DeviceId DBus property by Vitaly Buka · 9 years ago
  76. 4a42183 buffet: Update RegistrationStatus enum and how it's set by Vitaly Buka · 9 years ago
  77. 48929c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 9 years ago
  78. 49269b7 buffet: Use 15 second delay for StartDevice by Nathan Bullock · 9 years ago
  79. 2f77293 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 9 years ago
  80. 8994e01 buffet: StartDevice automatically after a short delay by Christopher Wiley · 9 years ago
  81. c39f4a3 buffet: Allow tests to pass in a path to search for command definitions by Christopher Wiley · 9 years ago
  82. 2101c08 buffet: Pass error from GCD if available. by David Zeuthen · 9 years ago
  83. 357deca buffet: Read config/state paths from commandline by Christopher Wiley · 9 years ago
  84. ceab177 buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 9 years ago
  85. 9485896 buffet: Remove libbuffet and rely on generated proxies by Alex Vakulenko · 10 years ago
  86. 130edb0 chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 10 years ago
  87. 53e882a buffet: Configure buffet from the file. by Anton Muhin · 10 years ago
  88. 12e2c1a buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 10 years ago
  89. f28936d libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 10 years ago
  90. 90b3da9 libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 10 years ago
  91. d014d8b buffet: Separate command IDs from DBus paths. by Anton Muhin · 10 years ago
  92. b91dcfe libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 10 years ago
  93. bfc70ad buffet: Fix issues in StateChangeQueue by Alex Vakulenko · 10 years ago
  94. ecf961a buffet: Add state change queue by Alex Vakulenko · 10 years ago
  95. 9cc03fd buffet: Merge registration start and finalization. by Anton Muhin · 10 years ago
  96. dd6d828 buffet: First step in device start implementation. by Anton Muhin · 10 years ago
  97. 914b138 buffet: Stub for StartDevice method. by Anton Muhin · 10 years ago
  98. 0ef2e10 buffet: Simplify device registration. by Anton Muhin · 10 years ago
  99. b9d7264 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 10 years ago
  100. 95877b5 buffet: Add device state manager by Alex Vakulenko · 10 years ago