1. aabadee privetd: Implement /privet/v3/commandDefs by Vitaly Buka · 10 years ago
  2. 7ad8ffb buffet: Remove initial OnRegistrationStatusChanged call by Vitaly Buka · 10 years ago
  3. 620bd7e buffet: Add DeviceId DBus property by Vitaly Buka · 10 years ago
  4. b055f15 buffet: Update RegistrationStatus enum and how it's set by Vitaly Buka · 10 years ago
  5. ed45acd privetd: Remove context="default" deny rule by Vitaly Buka · 10 years ago
  6. c5e9b4d buffet: Add --log_to_stderr option by Vitaly Buka · 10 years ago
  7. db22124 buffet: Fixed command state spelling for "cancelled" by Alex Vakulenko · 10 years ago
  8. db770e7 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 10 years ago
  9. 6ca3ad6 buffet: Fix return type of DeviceRegistrationInfo::GetDeviceInfo by Vitaly Buka · 10 years ago
  10. ba983c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 10 years ago
  11. e08fca7 buffet: Add buffet COMMIT-QUEUE.ini by Christopher Wiley · 10 years ago
  12. 0418218 buffet: Add some documentation to the Command interface by Christopher Wiley · 10 years ago
  13. 1e26dd5 buffet: Use 15 second delay for StartDevice by Nathan Bullock · 10 years ago
  14. 390d191 buffet: Forcibly refresh access token when handling HTTP error 401. by David Zeuthen · 10 years ago
  15. 2d0369e buffet: Fix buffet_client's use of proxies by Christopher Wiley · 10 years ago
  16. 24d189f buffet: Add RegistrationStatus::InvalidCredentials by Nathan Bullock · 10 years ago
  17. 2a17a53 buffet: Add support for 'default' properties in CDD by Alex Vakulenko · 10 years ago
  18. 431f430 chromeos-dbus-bindings: Generate only single proxy accessor for singletons by Alex Vakulenko · 10 years ago
  19. 8fb6de7 buffet: Always start PeriodicallyPollCommands by Nathan Bullock · 10 years ago
  20. c900e48 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  21. f12f7f0 buffet: Handle XMPP authentication failures by Nathan Bullock · 10 years ago
  22. 6522ab6 buffet: Send modelManifestId with device registration by Vitaly Buka · 10 years ago
  23. bea9113 buffet: Start XMPP immediately after registration by Nathan Bullock · 10 years ago
  24. e440848 buffet: ticket_id is local to RegisterDevice by Nathan Bullock · 10 years ago
  25. 9e0568d buffet: Add instructions for registering a DUT. by David Zeuthen · 10 years ago
  26. d9e0bcd buffet: Integrate the XmppClient into buffet by Nathan Bullock · 10 years ago
  27. 02ca28b buffet: Persist needed registration data by Nathan Bullock · 10 years ago
  28. bdabded buffet: Add an XMPP client class by Nathan Bullock · 10 years ago
  29. cd41966 buffet: StartDevice automatically after a short delay 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. 1dbad47 buffet: Pass error from GCD if available. by David Zeuthen · 10 years ago
  32. d0db55c buffet: Don't crash if user is passing bad parameters via D-Bus. by David Zeuthen · 10 years ago
  33. 292cc84 buffet: support using default flag values by Aaron Kemp · 10 years ago
  34. f4d8d7b buffet: Populate firmwareVersion by Christopher Wiley · 10 years ago
  35. e0fdeee buffet: Read config/state paths from commandline by Christopher Wiley · 10 years ago
  36. 586b8b5 buffet: Remove unused URL by Christopher Wiley · 10 years ago
  37. ab8af68 buffet: Organize storage keys by relative lifetime by Christopher Wiley · 10 years ago
  38. 89a9725 buffet: fix -Winconsistent-missing-override warning. by Yunlian Jiang · 10 years ago
  39. 61ad4db buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 10 years ago
  40. 6401d01 libchromeos: Add request ID to async http I/O methods/callbacks by Alex Vakulenko · 10 years ago
  41. 13fca9d buffet: Crash on detecting duplicate command definitions by Christopher Wiley · 10 years ago
  42. 0357c03 libchromeos: Add async http I/O API, phase I. by Alex Vakulenko · 10 years ago
  43. 89dde2f libchromeos: Cleaned up HTTP utilities by Alex Vakulenko · 10 years ago
  44. ed53c66 buffet: Help string corrected to UpdateState by Nathan Bullock · 10 years ago
  45. 3755abe libchromeos: Added GetMapKeysAsVector() and unit tests by Alex Vakulenko · 10 years ago
  46. 420e49f buffet: Remove libbuffet and rely on generated proxies by Alex Vakulenko · 11 years ago
  47. c3903d8 libchromeos: Add D-Bus Property class that handles any data type by Alex Vakulenko · 11 years ago
  48. c3bac7d chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 11 years ago
  49. cfde869 buffet: Allow setting command results. by Anton Muhin · 11 years ago
  50. 332df19 buffet: Configure buffet from the file. by Anton Muhin · 11 years ago
  51. d3eb19c buffet: Device registration accepts "description", "location" and "display_name". by Vitaly Buka · 11 years ago
  52. 2a9d63d buffet: Properly create buffet directory. by Anton Muhin · 11 years ago
  53. 2348e42 buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 11 years ago
  54. 71fb9d5 buffet: Provide results definition in command definition. by Anton Muhin · 11 years ago
  55. 76933fd buffet: Serialize longs as strings. by Anton Muhin · 11 years ago
  56. b831562 buffet: Publish state updates. by Anton Muhin · 11 years ago
  57. 0182945 buffet: Migrate StateChange to native_types::Object. by Anton Muhin · 11 years ago
  58. 8b1e580 buffet: Grant buffet group access to buffet DBus API. by Anton Muhin · 11 years ago
  59. 1738fbe buffet: Start buffet under buffet user. by Anton Muhin · 11 years ago
  60. 42e3a72 buffet: fix signed warnings by Mike Frysinger · 11 years ago
  61. 2b7c4dd libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 11 years ago
  62. 5975552 buffet: Support cloud command proxy. by Anton Muhin · 11 years ago
  63. f6cbe32 Include the implemented header first in all projects. by Alex Deymo · 11 years ago
  64. ac8037d libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 11 years ago
  65. b66a930 buffet: Make CommandInstance own its proxies. by Anton Muhin · 11 years ago
  66. a22f4be buffet: Remove DBusCommandDispatcher::FindProxy. by Anton Muhin · 11 years ago
  67. 5191e81 buffet: Separate command IDs from DBus paths. by Anton Muhin · 11 years ago
  68. 5c7bf01 libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 11 years ago
  69. ff73cf2 buffet: Fix issues in StateChangeQueue by Alex Vakulenko · 11 years ago
  70. 6d2569e buffet: Abort limbo commands. by Anton Muhin · 11 years ago
  71. 4dc3785 buffet: Support multiple proxies for a command. by Anton Muhin · 11 years ago
  72. d07e206 buffet: Implement command polling. by Anton Muhin · 11 years ago
  73. c635c59 buffet: Refactor async operations. by Anton Muhin · 11 years ago
  74. 57123b2 buffet: Add state change queue by Alex Vakulenko · 11 years ago
  75. 0ae1fba buffet: Implement a tool to do periodic polling. by Anton Muhin · 11 years ago
  76. 233d2ee buffet: Refetch access token when expired. by Anton Muhin · 11 years ago
  77. 9945fac buffet: Better access to JSON properies. by Anton Muhin · 11 years ago
  78. 9e19cdd buffet: Migrate from system_name to just name. by Anton Muhin · 11 years ago
  79. a34f0d9 buffet: Abort all the limbo commands. by Anton Muhin · 11 years ago
  80. 633eded buffet: Support retries for 5xx errors. by Anton Muhin · 11 years ago
  81. beb1c5b buffet: Merge registration start and finalization. by Anton Muhin · 11 years ago
  82. 193e1f0 buffet: Fix vendor command definition. by Anton Muhin · 11 years ago
  83. ac661ab buffet: Introduce a helper method to do cloud API request. by Anton Muhin · 11 years ago
  84. 759615d buffet: Fix link error on arm-generic by Alex Vakulenko · 11 years ago
  85. fc03101 buffet: Updated file to match current workflow. by Vitaly Buka · 11 years ago
  86. d8d3216 buffet: First step in device start implementation. by Anton Muhin · 11 years ago
  87. 86d67fe buffet: Stub for StartDevice method. by Anton Muhin · 11 years ago
  88. 532ff7e buffet: Simplify device registration. by Anton Muhin · 11 years ago
  89. 15244b2 buffet: Allow passing verbosity level to buffet. by Anton Muhin · 11 years ago
  90. a480314 buffet: Switch to new registration workflow, user-initiated. by Anton Muhin · 11 years ago
  91. 576c979 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 11 years ago
  92. 07216fe buffet: Add device state manager by Alex Vakulenko · 11 years ago
  93. a32d83a buffet: Added PropValue <-> DBus Variant (Any) conversion by Alex Vakulenko · 11 years ago
  94. 157ccaa buffet: Added error handling to PropType::CreateValue() by Alex Vakulenko · 11 years ago
  95. b04936f buffet: Moved LoadJsonDict() function into buffet/utils.h by Alex Vakulenko · 11 years ago
  96. 83210ee libchromeos: Add standard system error support to chromeos::Error by Alex Vakulenko · 11 years ago
  97. 8ae320b buffet: Fix CallMethodAndBlock callsites in command.cc by Christopher Wiley · 11 years ago
  98. 89d9d5e buffet: Add libbuffet library and test daemon by Alex Vakulenko · 11 years ago
  99. 665c885 buffet: Add ability to add commands via buffet_client by Alex Vakulenko · 11 years ago
  100. 74bd01b buffet: Update the main daemon to use libchromeos::DBusServiceDaemon by Alex Vakulenko · 11 years ago