1. b10eec3 buffet: Fix return type of DeviceRegistrationInfo::GetDeviceInfo by Vitaly Buka · 10 years ago
  2. 48929c8 buffet: Automatically periodically call StartDevice() by Christopher Wiley · 10 years ago
  3. 5b8ccd3 buffet: Add buffet COMMIT-QUEUE.ini by Christopher Wiley · 10 years ago
  4. c28daab buffet: Add some documentation to the Command interface by Christopher Wiley · 10 years ago
  5. 49269b7 buffet: Use 15 second delay for StartDevice by Nathan Bullock · 10 years ago
  6. 799b836 buffet: Forcibly refresh access token when handling HTTP error 401. by David Zeuthen · 10 years ago
  7. 2ffdc14 buffet: Fix buffet_client's use of proxies by Christopher Wiley · 10 years ago
  8. 6e7b4f4 buffet: Add RegistrationStatus::InvalidCredentials by Nathan Bullock · 10 years ago
  9. 0ea9181 buffet: Add support for 'default' properties in CDD by Alex Vakulenko · 10 years ago
  10. 5588514 chromeos-dbus-bindings: Generate only single proxy accessor for singletons by Alex Vakulenko · 10 years ago
  11. ca5cb35 buffet: Always start PeriodicallyPollCommands by Nathan Bullock · 10 years ago
  12. 2f77293 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  13. e5051b6 buffet: Handle XMPP authentication failures by Nathan Bullock · 10 years ago
  14. 7b3b94d buffet: Send modelManifestId with device registration by Vitaly Buka · 10 years ago
  15. 00f0369 buffet: Start XMPP immediately after registration by Nathan Bullock · 10 years ago
  16. c589610 buffet: ticket_id is local to RegisterDevice by Nathan Bullock · 10 years ago
  17. 107f249 buffet: Add instructions for registering a DUT. by David Zeuthen · 10 years ago
  18. 2b07753 buffet: Integrate the XmppClient into buffet by Nathan Bullock · 10 years ago
  19. 2c88c92 buffet: Persist needed registration data by Nathan Bullock · 10 years ago
  20. d250d5a buffet: Add an XMPP client class by Nathan Bullock · 10 years ago
  21. 8994e01 buffet: StartDevice automatically after a short delay by Christopher Wiley · 10 years ago
  22. c39f4a3 buffet: Allow tests to pass in a path to search for command definitions by Christopher Wiley · 10 years ago
  23. 2101c08 buffet: Pass error from GCD if available. by David Zeuthen · 10 years ago
  24. 3e7d053 buffet: Don't crash if user is passing bad parameters via D-Bus. by David Zeuthen · 10 years ago
  25. 4a4be07 buffet: support using default flag values by Aaron Kemp · 10 years ago
  26. ec4997c buffet: Populate firmwareVersion by Christopher Wiley · 10 years ago
  27. 357deca buffet: Read config/state paths from commandline by Christopher Wiley · 10 years ago
  28. 471d354 buffet: Remove unused URL by Christopher Wiley · 10 years ago
  29. 67606e7 buffet: Organize storage keys by relative lifetime by Christopher Wiley · 10 years ago
  30. 4a4e892 buffet: fix -Winconsistent-missing-override warning. by Yunlian Jiang · 10 years ago
  31. ceab177 buffet: Fix state update notification to GCD cloud server by Alex Vakulenko · 10 years ago
  32. 9dc206f libchromeos: Add request ID to async http I/O methods/callbacks by Alex Vakulenko · 10 years ago
  33. b658cd9 buffet: Crash on detecting duplicate command definitions by Christopher Wiley · 10 years ago
  34. 2c33f0a libchromeos: Add async http I/O API, phase I. by Alex Vakulenko · 10 years ago
  35. f1c41c5 libchromeos: Cleaned up HTTP utilities by Alex Vakulenko · 10 years ago
  36. 83a5f13 buffet: Help string corrected to UpdateState by Nathan Bullock · 10 years ago
  37. 365206d libchromeos: Added GetMapKeysAsVector() and unit tests by Alex Vakulenko · 10 years ago
  38. 9485896 buffet: Remove libbuffet and rely on generated proxies by Alex Vakulenko · 10 years ago
  39. 06f9e7c libchromeos: Add D-Bus Property class that handles any data type by Alex Vakulenko · 10 years ago
  40. 130edb0 chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 10 years ago
  41. 9ac4586 buffet: Allow setting command results. by Anton Muhin · 10 years ago
  42. 53e882a buffet: Configure buffet from the file. by Anton Muhin · 10 years ago
  43. cf513b0 buffet: Device registration accepts "description", "location" and "display_name". by Vitaly Buka · 10 years ago
  44. 860e679 buffet: Properly create buffet directory. by Anton Muhin · 10 years ago
  45. 12e2c1a buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 10 years ago
  46. 5c599ac buffet: Provide results definition in command definition. by Anton Muhin · 10 years ago
  47. 9b13f54 buffet: Serialize longs as strings. by Anton Muhin · 10 years ago
  48. 190f2aa buffet: Publish state updates. by Anton Muhin · 10 years ago
  49. c38a9a1 buffet: Migrate StateChange to native_types::Object. by Anton Muhin · 10 years ago
  50. 6eb42c3 buffet: Grant buffet group access to buffet DBus API. by Anton Muhin · 10 years ago
  51. ecfa00c buffet: Start buffet under buffet user. by Anton Muhin · 10 years ago
  52. c5fb659 buffet: fix signed warnings by Mike Frysinger · 10 years ago
  53. f28936d libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 10 years ago
  54. 542e604 buffet: Support cloud command proxy. by Anton Muhin · 10 years ago
  55. 4f922dd Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  56. 90b3da9 libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 10 years ago
  57. 182fad3 buffet: Make CommandInstance own its proxies. by Anton Muhin · 10 years ago
  58. a806ecd buffet: Remove DBusCommandDispatcher::FindProxy. by Anton Muhin · 10 years ago
  59. d014d8b buffet: Separate command IDs from DBus paths. by Anton Muhin · 10 years ago
  60. b91dcfe libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 10 years ago
  61. bfc70ad buffet: Fix issues in StateChangeQueue by Alex Vakulenko · 10 years ago
  62. e57e754 buffet: Abort limbo commands. by Anton Muhin · 10 years ago
  63. 5beea3c buffet: Support multiple proxies for a command. by Anton Muhin · 10 years ago
  64. 381e819 buffet: Implement command polling. by Anton Muhin · 10 years ago
  65. 375e660 buffet: Refactor async operations. by Anton Muhin · 10 years ago
  66. ecf961a buffet: Add state change queue by Alex Vakulenko · 10 years ago
  67. 21d9575 buffet: Implement a tool to do periodic polling. by Anton Muhin · 10 years ago
  68. aa4e95d buffet: Refetch access token when expired. by Anton Muhin · 10 years ago
  69. 8ce1f92 buffet: Better access to JSON properies. by Anton Muhin · 10 years ago
  70. 4256322 buffet: Migrate from system_name to just name. by Anton Muhin · 10 years ago
  71. 5f7f5b0 buffet: Abort all the limbo commands. by Anton Muhin · 10 years ago
  72. 7f9f389 buffet: Support retries for 5xx errors. by Anton Muhin · 10 years ago
  73. 9cc03fd buffet: Merge registration start and finalization. by Anton Muhin · 10 years ago
  74. 5591e02 buffet: Fix vendor command definition. by Anton Muhin · 10 years ago
  75. 584e93d buffet: Introduce a helper method to do cloud API request. by Anton Muhin · 10 years ago
  76. 220e43c buffet: Fix link error on arm-generic by Alex Vakulenko · 10 years ago
  77. 5da6596 buffet: Updated file to match current workflow. by Vitaly Buka · 10 years ago
  78. dd6d828 buffet: First step in device start implementation. by Anton Muhin · 10 years ago
  79. 914b138 buffet: Stub for StartDevice method. by Anton Muhin · 10 years ago
  80. 0ef2e10 buffet: Simplify device registration. by Anton Muhin · 10 years ago
  81. 9b05a66 buffet: Allow passing verbosity level to buffet. by Anton Muhin · 10 years ago
  82. df74073 buffet: Switch to new registration workflow, user-initiated. by Anton Muhin · 10 years ago
  83. b9d7264 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 10 years ago
  84. 95877b5 buffet: Add device state manager by Alex Vakulenko · 10 years ago
  85. 735fdf1 buffet: Added PropValue <-> DBus Variant (Any) conversion by Alex Vakulenko · 10 years ago
  86. 3da5d08 buffet: Added error handling to PropType::CreateValue() by Alex Vakulenko · 10 years ago
  87. 2908c65 buffet: Moved LoadJsonDict() function into buffet/utils.h by Alex Vakulenko · 10 years ago
  88. 35bdb54 libchromeos: Add standard system error support to chromeos::Error by Alex Vakulenko · 10 years ago
  89. 617035f buffet: Fix CallMethodAndBlock callsites in command.cc by Christopher Wiley · 10 years ago
  90. b511e56 buffet: Add libbuffet library and test daemon by Alex Vakulenko · 10 years ago
  91. 4f7778e buffet: Add ability to add commands via buffet_client by Alex Vakulenko · 10 years ago
  92. 79e6a28 buffet: Update the main daemon to use libchromeos::DBusServiceDaemon by Alex Vakulenko · 10 years ago
  93. 0f646e7 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  94. 274226b buffet: Include base/macros.h instead of base/basictypes.h by Alex Vakulenko · 10 years ago
  95. 05fa681 buffet: Add DBusCommandDispacher and hook it up to CommandQueue by Alex Vakulenko · 10 years ago
  96. 13e5841 buffet: Construct base::{Fundamental,String}Value directly. by Ben Chan · 10 years ago
  97. 7eaf81c buffet: Use Transport::CreateDefault() to create curl http transport by Alex Vakulenko · 10 years ago
  98. 9158b44 buffet: Move command state into CommandInstance by Alex Vakulenko · 10 years ago
  99. 2ec4c5f platform2: Replace NULL with nullptr in minor components by Alex Vakulenko · 10 years ago
  100. 8f06ca0 buffet: stop linking against libmetrics by Bertrand SIMONNET · 10 years ago