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