1. 1f2fdee buffet: Added buffet.json with base commands by Vitaly Buka · 10 years ago
  2. ae0f3a1 buffet: Multiple listeners of add/remove new command. by Vitaly Buka · 10 years ago
  3. 5e6ff6c buffet: Replace CallbackList with vector<Callback> by Vitaly Buka · 10 years ago
  4. 7c82d29 buffet: Raw string literals for some JSON constants in tests by Vitaly Buka · 10 years ago
  5. 32005de buffet: Wrap buffet unit tests into buffet namespace by Vitaly Buka · 10 years ago
  6. b6b49e5 buffet: Comments and formating by Vitaly Buka · 10 years ago
  7. 2c1029f buffet: Store anonymous_access_role in buffet config and state by Vitaly Buka · 10 years ago
  8. cf5248c buffet: Save save buffet state on UpdateDeviceInfo call by Vitaly Buka · 10 years ago
  9. d1978d3 buffet: Report command instance parsing error to cloud server by Alex Vakulenko · 10 years ago
  10. 4129dfa buffet: Use command schema to define "progress" by Vitaly Buka · 10 years ago
  11. 10cf5c7 buffet: Allow omitting "parameters" and "results" by Vitaly Buka · 10 years ago
  12. 5f0d1d0 buffet: Wrap unittest into buffet namespace by Vitaly Buka · 10 years ago
  13. 41f73a9 libchromeos: Replace scoped_ptr with std::unique_ptr in D-Bus method handlers by Alex Vakulenko · 10 years ago
  14. ab5f27b libchromeos: Replace scoped_ptr with std::unique_ptr in async http callbacks by Alex Vakulenko · 10 years ago
  15. b211c10 buffet: Queue multiple command update requests to the server by Alex Vakulenko · 10 years ago
  16. 5e022a3 buffet: CheckDeviceRegistered works offline by Nathan Bullock · 10 years ago
  17. f784e21 buffet: Add 'origin' property to Command 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. 5e86fee buffet: Add command visibility option to command schema by Alex Vakulenko · 10 years ago
  21. 1fb9217 buffet: Fix default config for device kind by Alex Vakulenko · 10 years ago
  22. fa94706 buffet: Add read-only properties with buffet config options by Vitaly Buka · 10 years ago
  23. 867b088 buffet: Update configuration reading for new fields moved from privetd by Vitaly Buka · 10 years ago
  24. 5dd8434 powerd: Add handler for GCD 'base.reboot' command. by Alex Vakulenko · 10 years ago
  25. 76e7059 buffet: Rename RegisterAsync to Start by Vitaly Buka · 10 years ago
  26. 3bbb62d buffet: Pass --enable_xmpp flag through init script by Christopher Wiley · 10 years ago
  27. a9a2457 buffet: Update the base packages for commands and state to GCD spec by Alex Vakulenko · 10 years ago
  28. f71cca6 libchromeos: Switch http Response to use streams by Alex Vakulenko · 10 years ago
  29. 36c85aa buffet: Improve error reporting by limiting JSON string length by Alex Vakulenko · 10 years ago
  30. 808e2d8 buffet: Fix command progress update JSON for GCD server by Alex Vakulenko · 10 years ago
  31. 468f7f3 buffet: Deprecate "displayName" in favor of "name" in device resource by Alex Vakulenko · 10 years ago
  32. 9e2f8cd buffet: Fix crash when CommandInstance::SetResults() is invoked by Alex Vakulenko · 10 years ago
  33. d732bd0 buffet: Add flag to disable XMPP support by Christopher Wiley · 10 years ago
  34. fc575a4 platform2: Explicitly use base:: namespace with CommandLine by Alex Vakulenko · 10 years ago
  35. 4b6c0fb buffet: Pretty print GetDeviceInfo and GetState by Nathan Bullock · 10 years ago
  36. 2a9b30f buffet: Delay removal of completed command by Vitaly Buka · 10 years ago
  37. 45d255b buffet: Add support for 'additionalProperties' attribute by Alex Vakulenko · 10 years ago
  38. 7056434 buffet: Use 'gdbus wait' in post-start stanza of Upstart job. by David Zeuthen · 10 years ago
  39. 64fc5fc privetd: Implement privet/v3/commands/execute by Vitaly Buka · 10 years ago
  40. 3886e8f privetd: Implement privet/v3/commands/status by Vitaly Buka · 10 years ago
  41. 34eae04 buffet: Allow configurable polling period by Christopher Wiley · 10 years ago
  42. 583d64b buffet: Rework buffet configuration by Christopher Wiley · 10 years ago
  43. 7245261 buffet: Add D-Bus serialization support for buffet Array types by Alex Vakulenko · 10 years ago
  44. 906d39e buffet: Add CommandInstance::ToJson by Vitaly Buka · 10 years ago
  45. 3e864c0 buffet: PropType::CreateValue() should do constraint validation by Alex Vakulenko · 10 years ago
  46. 29e6444 buffet: Add Array type support for Buffet command and state props by Alex Vakulenko · 10 years ago
  47. 9e25ecd buffet: Change OneOf constraint to use generic PropValue list by Alex Vakulenko · 10 years ago
  48. 5ef7579 buffet: Change shared ownership of types/values to exclusive by Alex Vakulenko · 10 years ago
  49. d94656e buffet: Clean up property system in preparation for Array support by Alex Vakulenko · 10 years ago
  50. 482171d tendo: Fix pre-cq configs by Christopher Wiley · 10 years ago
  51. aabadee privetd: Implement /privet/v3/commandDefs by Vitaly Buka · 10 years ago
  52. 7ad8ffb buffet: Remove initial OnRegistrationStatusChanged call by Vitaly Buka · 10 years ago
  53. 620bd7e buffet: Add DeviceId DBus property by Vitaly Buka · 10 years ago
  54. b055f15 buffet: Update RegistrationStatus enum and how it's set by Vitaly Buka · 10 years ago
  55. ed45acd privetd: Remove context="default" deny rule by Vitaly Buka · 10 years ago
  56. c5e9b4d buffet: Add --log_to_stderr option by Vitaly Buka · 10 years ago
  57. db22124 buffet: Fixed command state spelling for "cancelled" by Alex Vakulenko · 10 years ago
  58. db770e7 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 10 years ago
  59. 6ca3ad6 buffet: Fix return type of DeviceRegistrationInfo::GetDeviceInfo by Vitaly Buka · 10 years ago
  60. ba983c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 10 years ago
  61. e08fca7 buffet: Add buffet COMMIT-QUEUE.ini by Christopher Wiley · 10 years ago
  62. 0418218 buffet: Add some documentation to the Command interface by Christopher Wiley · 10 years ago
  63. 1e26dd5 buffet: Use 15 second delay for StartDevice by Nathan Bullock · 10 years ago
  64. 390d191 buffet: Forcibly refresh access token when handling HTTP error 401. by David Zeuthen · 10 years ago
  65. 2d0369e buffet: Fix buffet_client's use of proxies by Christopher Wiley · 10 years ago
  66. 24d189f buffet: Add RegistrationStatus::InvalidCredentials by Nathan Bullock · 10 years ago
  67. 2a17a53 buffet: Add support for 'default' properties in CDD by Alex Vakulenko · 10 years ago
  68. 431f430 chromeos-dbus-bindings: Generate only single proxy accessor for singletons by Alex Vakulenko · 10 years ago
  69. 8fb6de7 buffet: Always start PeriodicallyPollCommands by Nathan Bullock · 10 years ago
  70. c900e48 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  71. f12f7f0 buffet: Handle XMPP authentication failures by Nathan Bullock · 10 years ago
  72. 6522ab6 buffet: Send modelManifestId with device registration by Vitaly Buka · 10 years ago
  73. bea9113 buffet: Start XMPP immediately after registration by Nathan Bullock · 10 years ago
  74. e440848 buffet: ticket_id is local to RegisterDevice by Nathan Bullock · 10 years ago
  75. 9e0568d buffet: Add instructions for registering a DUT. by David Zeuthen · 10 years ago
  76. d9e0bcd buffet: Integrate the XmppClient into buffet by Nathan Bullock · 10 years ago
  77. 02ca28b buffet: Persist needed registration data by Nathan Bullock · 10 years ago
  78. bdabded buffet: Add an XMPP client class by Nathan Bullock · 10 years ago
  79. cd41966 buffet: StartDevice automatically after a short delay by Christopher Wiley · 10 years ago
  80. bb5b848 buffet: Allow tests to pass in a path to search for command definitions by Christopher Wiley · 10 years ago
  81. 1dbad47 buffet: Pass error from GCD if available. by David Zeuthen · 10 years ago
  82. d0db55c buffet: Don't crash if user is passing bad parameters via D-Bus. by David Zeuthen · 10 years ago
  83. 292cc84 buffet: support using default flag values by Aaron Kemp · 10 years ago
  84. f4d8d7b buffet: Populate firmwareVersion by Christopher Wiley · 10 years ago
  85. e0fdeee buffet: Read config/state paths from commandline by Christopher Wiley · 10 years ago
  86. 586b8b5 buffet: Remove unused URL by Christopher Wiley · 10 years ago
  87. ab8af68 buffet: Organize storage keys by relative lifetime by Christopher Wiley · 10 years ago
  88. 89a9725 buffet: fix -Winconsistent-missing-override warning. by Yunlian Jiang · 10 years ago
  89. 61ad4db buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 10 years ago
  90. 6401d01 libchromeos: Add request ID to async http I/O methods/callbacks by Alex Vakulenko · 10 years ago
  91. 13fca9d buffet: Crash on detecting duplicate command definitions by Christopher Wiley · 10 years ago
  92. 0357c03 libchromeos: Add async http I/O API, phase I. by Alex Vakulenko · 10 years ago
  93. 89dde2f libchromeos: Cleaned up HTTP utilities by Alex Vakulenko · 10 years ago
  94. ed53c66 buffet: Help string corrected to UpdateState by Nathan Bullock · 10 years ago
  95. 3755abe libchromeos: Added GetMapKeysAsVector() and unit tests by Alex Vakulenko · 11 years ago
  96. 420e49f buffet: Remove libbuffet and rely on generated proxies by Alex Vakulenko · 11 years ago
  97. c3903d8 libchromeos: Add D-Bus Property class that handles any data type by Alex Vakulenko · 11 years ago
  98. c3bac7d chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 11 years ago
  99. cfde869 buffet: Allow setting command results. by Anton Muhin · 11 years ago
  100. 332df19 buffet: Configure buffet from the file. by Anton Muhin · 11 years ago