1. bc3e8bd libweave: Extract weave::Settings struct by Vitaly Buka · 10 years ago
  2. bea5416 buffet: Remove SetCommandVisibility and CommandDefs from dbus interface by Vitaly Buka · 10 years ago
  3. 0fa51e5 libweave: Buffet includes only weave/include files by Vitaly Buka · 10 years ago
  4. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  5. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago
  6. 63cc3d2 buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 10 years ago
  7. 266b2b1 buffet: Implement exponential backoff for cloud requests by Alex Vakulenko · 10 years ago
  8. ae96cc3 buffet: Start privet logic by Vitaly Buka · 10 years ago
  9. 505c413 buffet: Add same as privetd D-Bus methods and properties by Vitaly Buka · 10 years ago
  10. b209842 privetd: Compare user scope with minimalRole for local commands by Vitaly Buka · 10 years ago
  11. dbb8c35 buffet: Add device state D-Bus property by Vitaly Buka · 10 years ago
  12. cad2e33 buffet: Make RegisterDevice accept only ticket ID by Vitaly Buka · 10 years ago
  13. ff81db6 buffet: Add D-Bus API to change GCD service settings by Vitaly Buka · 10 years ago
  14. ee7a3af buffet: Move config and buffet state logic into BuffetConfig by Vitaly Buka · 10 years ago
  15. 72410b2 buffet: Added base.updateDeviceInfo handler by Vitaly Buka · 10 years ago
  16. 5e6ff6c buffet: Replace CallbackList with vector<Callback> by Vitaly Buka · 10 years ago
  17. 41f73a9 libchromeos: Replace scoped_ptr with std::unique_ptr in D-Bus method handlers by Alex Vakulenko · 10 years ago
  18. e03af6d buffet: Add the ability to change command visibility by Alex Vakulenko · 10 years ago
  19. 9ea5a32 buffet: Add command_def filtering by command visibility by Alex Vakulenko · 10 years ago
  20. fa94706 buffet: Add read-only properties with buffet config options by Vitaly Buka · 10 years ago
  21. 76e7059 buffet: Rename RegisterAsync to Start by Vitaly Buka · 10 years ago
  22. d732bd0 buffet: Add flag to disable XMPP support by Christopher Wiley · 10 years ago
  23. 64fc5fc privetd: Implement privet/v3/commands/execute by Vitaly Buka · 10 years ago
  24. 3886e8f privetd: Implement privet/v3/commands/status by Vitaly Buka · 10 years ago
  25. aabadee privetd: Implement /privet/v3/commandDefs by Vitaly Buka · 10 years ago
  26. 7ad8ffb buffet: Remove initial OnRegistrationStatusChanged call by Vitaly Buka · 10 years ago
  27. 620bd7e buffet: Add DeviceId DBus property by Vitaly Buka · 10 years ago
  28. ba983c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 10 years ago
  29. c900e48 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  30. bb5b848 buffet: Allow tests to pass in a path to search for command definitions by Christopher Wiley · 10 years ago
  31. e0fdeee buffet: Read config/state paths from commandline by Christopher Wiley · 10 years ago
  32. 61ad4db buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 10 years ago
  33. 2348e42 buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 10 years ago
  34. 2b7c4dd libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 10 years ago
  35. 5c7bf01 libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 11 years ago
  36. 57123b2 buffet: Add state change queue by Alex Vakulenko · 11 years ago
  37. beb1c5b buffet: Merge registration start and finalization. by Anton Muhin · 11 years ago
  38. 86d67fe buffet: Stub for StartDevice method. by Anton Muhin · 11 years ago
  39. 532ff7e buffet: Simplify device registration. by Anton Muhin · 11 years ago
  40. 576c979 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 11 years ago
  41. 07216fe buffet: Add device state manager by Alex Vakulenko · 11 years ago
  42. 665c885 buffet: Add ability to add commands via buffet_client by Alex Vakulenko · 11 years ago
  43. 132617a buffet: Include base/macros.h instead of base/basictypes.h by Alex Vakulenko · 11 years ago
  44. a8b95bc libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 11 years ago
  45. be9c383 libchromeos: Switch ExportedObjectManager to use DBusObject by Alex Vakulenko · 11 years ago
  46. a904434 libchromeos: Add generic DBus data serialization/deserialization by Alex Vakulenko · 11 years ago
  47. 7a1dc0b buffet: Use DBus utilities in buffet_client by Alex Vakulenko · 11 years ago
  48. f2784de buffet: Switch buffet::Manager to use DBusObject by Alex Vakulenko · 11 years ago
  49. b5dd5ea buffet: libchromeos: Move ExportedObjectManager to libchromeos by Christopher Wiley · 11 years ago
  50. 98f91cd buffet: Simplify dbus::Bus propagation via ExportedObjectManager by Alex Vakulenko · 11 years ago
  51. 94d6597 buffet: libchromeos: Migrate ExportedPropertySet to libchromeos by Christopher Wiley · 11 years ago
  52. 1f30a62 buffet: Pass CommandManager instance to DeviceRegistrationInfo by Alex Vakulenko · 11 years ago
  53. c2bc9a4 buffet: Move global instance of CommandManager to buffet::Manager by Alex Vakulenko · 11 years ago
  54. 5841c30 buffet: Sorted headers alphabetically (build/include_alpha) by Alex Vakulenko · 11 years ago
  55. adb901d buffet: Add ObjectManager interface to /org/chromium/Buffet by Christopher Wiley · 11 years ago
  56. 3379706 buffet: Cleaned up the remaining linter warnings by Alex Vakulenko · 11 years ago
  57. b76eb29 buffet: Remove DBusManager class by Christopher Wiley · 11 years ago
  58. 3cb466c Buffet: Phase 1 of GCD device registration workflow by Alex Vakulenko · 11 years ago
  59. 9001624 buffet: Make ExportedPropertySet threadsafe by Christopher Wiley · 11 years ago
  60. aa3f29c buffet: Add State property to Manager by Christopher Wiley · 11 years ago
  61. a4915c4 buffet: Add Manager class by Christopher Wiley · 11 years ago