1. 760d632 buffet: Add read-only properties with buffet config options by Vitaly Buka · 10 years ago
  2. cc75d5f buffet: Update configuration reading for new fields moved from privetd by Vitaly Buka · 10 years ago
  3. 62c1b3a powerd: Add handler for GCD 'base.reboot' command. by Alex Vakulenko · 10 years ago
  4. e46525b buffet: Rename RegisterAsync to Start by Vitaly Buka · 10 years ago
  5. 0714bbe buffet: Pass --enable_xmpp flag through init script by Christopher Wiley · 10 years ago
  6. dec7309 buffet: Update the base packages for commands and state to GCD spec by Alex Vakulenko · 10 years ago
  7. b3a367e libchromeos: Switch http Response to use streams by Alex Vakulenko · 10 years ago
  8. 1717676 buffet: Improve error reporting by limiting JSON string length by Alex Vakulenko · 10 years ago
  9. 1ea3727 buffet: Fix command progress update JSON for GCD server by Alex Vakulenko · 10 years ago
  10. e6b2c65 buffet: Deprecate "displayName" in favor of "name" in device resource by Alex Vakulenko · 10 years ago
  11. 2a106d6 buffet: Fix crash when CommandInstance::SetResults() is invoked by Alex Vakulenko · 10 years ago
  12. 1d35ecc buffet: Add flag to disable XMPP support by Christopher Wiley · 10 years ago
  13. 18862e4 platform2: Explicitly use base:: namespace with CommandLine by Alex Vakulenko · 10 years ago
  14. f5b91bf buffet: Pretty print GetDeviceInfo and GetState by Nathan Bullock · 10 years ago
  15. fe3f763 buffet: Delay removal of completed command by Vitaly Buka · 10 years ago
  16. 8d3aea7 buffet: Add support for 'additionalProperties' attribute by Alex Vakulenko · 10 years ago
  17. f6b9f80 buffet: Use 'gdbus wait' in post-start stanza of Upstart job. by David Zeuthen · 10 years ago
  18. 59af7ac privetd: Implement privet/v3/commands/execute by Vitaly Buka · 10 years ago
  19. 5515de0 privetd: Implement privet/v3/commands/status by Vitaly Buka · 10 years ago
  20. d930e82 buffet: Allow configurable polling period by Christopher Wiley · 10 years ago
  21. b024ca9 buffet: Rework buffet configuration by Christopher Wiley · 10 years ago
  22. cf1bde5 buffet: Add D-Bus serialization support for buffet Array types by Alex Vakulenko · 10 years ago
  23. 02afd03 buffet: Add CommandInstance::ToJson by Vitaly Buka · 10 years ago
  24. fc960ab buffet: PropType::CreateValue() should do constraint validation by Alex Vakulenko · 10 years ago
  25. 23f758c buffet: Add Array type support for Buffet command and state props by Alex Vakulenko · 10 years ago
  26. dd624cf buffet: Change OneOf constraint to use generic PropValue list by Alex Vakulenko · 10 years ago
  27. 599ec76 buffet: Change shared ownership of types/values to exclusive by Alex Vakulenko · 10 years ago
  28. c1459e6 buffet: Clean up property system in preparation for Array support by Alex Vakulenko · 10 years ago
  29. 5ae01d5 tendo: Fix pre-cq configs by Christopher Wiley · 10 years ago
  30. 1fa6901 privetd: Implement /privet/v3/commandDefs by Vitaly Buka · 10 years ago
  31. 91cc715 buffet: Remove initial OnRegistrationStatusChanged call by Vitaly Buka · 10 years ago
  32. 6ea3bff buffet: Add DeviceId DBus property by Vitaly Buka · 10 years ago
  33. 4a42183 buffet: Update RegistrationStatus enum and how it's set by Vitaly Buka · 10 years ago
  34. f00869f privetd: Remove context="default" deny rule by Vitaly Buka · 10 years ago
  35. b12e995 buffet: Add --log_to_stderr option by Vitaly Buka · 10 years ago
  36. 71beab3 buffet: Fixed command state spelling for "cancelled" by Alex Vakulenko · 10 years ago
  37. e267314 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 10 years ago
  38. b10eec3 buffet: Fix return type of DeviceRegistrationInfo::GetDeviceInfo by Vitaly Buka · 10 years ago
  39. 48929c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 10 years ago
  40. 5b8ccd3 buffet: Add buffet COMMIT-QUEUE.ini by Christopher Wiley · 10 years ago
  41. c28daab buffet: Add some documentation to the Command interface by Christopher Wiley · 10 years ago
  42. 49269b7 buffet: Use 15 second delay for StartDevice by Nathan Bullock · 10 years ago
  43. 799b836 buffet: Forcibly refresh access token when handling HTTP error 401. by David Zeuthen · 10 years ago
  44. 2ffdc14 buffet: Fix buffet_client's use of proxies by Christopher Wiley · 10 years ago
  45. 6e7b4f4 buffet: Add RegistrationStatus::InvalidCredentials by Nathan Bullock · 10 years ago
  46. 0ea9181 buffet: Add support for 'default' properties in CDD by Alex Vakulenko · 10 years ago
  47. 5588514 chromeos-dbus-bindings: Generate only single proxy accessor for singletons by Alex Vakulenko · 10 years ago
  48. ca5cb35 buffet: Always start PeriodicallyPollCommands by Nathan Bullock · 10 years ago
  49. 2f77293 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  50. e5051b6 buffet: Handle XMPP authentication failures by Nathan Bullock · 10 years ago
  51. 7b3b94d buffet: Send modelManifestId with device registration by Vitaly Buka · 10 years ago
  52. 00f0369 buffet: Start XMPP immediately after registration by Nathan Bullock · 10 years ago
  53. c589610 buffet: ticket_id is local to RegisterDevice by Nathan Bullock · 10 years ago
  54. 107f249 buffet: Add instructions for registering a DUT. by David Zeuthen · 10 years ago
  55. 2b07753 buffet: Integrate the XmppClient into buffet by Nathan Bullock · 10 years ago
  56. 2c88c92 buffet: Persist needed registration data by Nathan Bullock · 10 years ago
  57. d250d5a buffet: Add an XMPP client class by Nathan Bullock · 10 years ago
  58. 8994e01 buffet: StartDevice automatically after a short delay by Christopher Wiley · 10 years ago
  59. c39f4a3 buffet: Allow tests to pass in a path to search for command definitions by Christopher Wiley · 10 years ago
  60. 2101c08 buffet: Pass error from GCD if available. by David Zeuthen · 10 years ago
  61. 3e7d053 buffet: Don't crash if user is passing bad parameters via D-Bus. by David Zeuthen · 10 years ago
  62. 4a4be07 buffet: support using default flag values by Aaron Kemp · 10 years ago
  63. ec4997c buffet: Populate firmwareVersion by Christopher Wiley · 10 years ago
  64. 357deca buffet: Read config/state paths from commandline by Christopher Wiley · 10 years ago
  65. 471d354 buffet: Remove unused URL by Christopher Wiley · 10 years ago
  66. 67606e7 buffet: Organize storage keys by relative lifetime by Christopher Wiley · 10 years ago
  67. 4a4e892 buffet: fix -Winconsistent-missing-override warning. by Yunlian Jiang · 10 years ago
  68. ceab177 buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 10 years ago
  69. 9dc206f libchromeos: Add request ID to async http I/O methods/callbacks by Alex Vakulenko · 10 years ago
  70. b658cd9 buffet: Crash on detecting duplicate command definitions by Christopher Wiley · 10 years ago
  71. 2c33f0a libchromeos: Add async http I/O API, phase I. by Alex Vakulenko · 10 years ago
  72. f1c41c5 libchromeos: Cleaned up HTTP utilities by Alex Vakulenko · 10 years ago
  73. 83a5f13 buffet: Help string corrected to UpdateState by Nathan Bullock · 10 years ago
  74. 365206d libchromeos: Added GetMapKeysAsVector() and unit tests by Alex Vakulenko · 10 years ago
  75. 9485896 buffet: Remove libbuffet and rely on generated proxies by Alex Vakulenko · 10 years ago
  76. 06f9e7c libchromeos: Add D-Bus Property class that handles any data type by Alex Vakulenko · 10 years ago
  77. 130edb0 chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 10 years ago
  78. 9ac4586 buffet: Allow setting command results. by Anton Muhin · 10 years ago
  79. 53e882a buffet: Configure buffet from the file. by Anton Muhin · 10 years ago
  80. cf513b0 buffet: Device registration accepts "description", "location" and "display_name". by Vitaly Buka · 10 years ago
  81. 860e679 buffet: Properly create buffet directory. by Anton Muhin · 10 years ago
  82. 12e2c1a buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 10 years ago
  83. 5c599ac buffet: Provide results definition in command definition. by Anton Muhin · 10 years ago
  84. 9b13f54 buffet: Serialize longs as strings. by Anton Muhin · 10 years ago
  85. 190f2aa buffet: Publish state updates. by Anton Muhin · 10 years ago
  86. c38a9a1 buffet: Migrate StateChange to native_types::Object. by Anton Muhin · 10 years ago
  87. 6eb42c3 buffet: Grant buffet group access to buffet DBus API. by Anton Muhin · 10 years ago
  88. ecfa00c buffet: Start buffet under buffet user. by Anton Muhin · 10 years ago
  89. c5fb659 buffet: fix signed warnings by Mike Frysinger · 10 years ago
  90. f28936d libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 10 years ago
  91. 542e604 buffet: Support cloud command proxy. by Anton Muhin · 10 years ago
  92. 4f922dd Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  93. 90b3da9 libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 10 years ago
  94. 182fad3 buffet: Make CommandInstance own its proxies. by Anton Muhin · 10 years ago
  95. a806ecd buffet: Remove DBusCommandDispatcher::FindProxy. by Anton Muhin · 10 years ago
  96. d014d8b buffet: Separate command IDs from DBus paths. by Anton Muhin · 10 years ago
  97. b91dcfe libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 10 years ago
  98. bfc70ad buffet: Fix issues in StateChangeQueue by Alex Vakulenko · 10 years ago
  99. e57e754 buffet: Abort limbo commands. by Anton Muhin · 10 years ago
  100. 5beea3c buffet: Support multiple proxies for a command. by Anton Muhin · 10 years ago