1. 4256322 buffet: Migrate from system_name to just name. by Anton Muhin · 10 years ago
  2. 5f7f5b0 buffet: Abort all the limbo commands. by Anton Muhin · 10 years ago
  3. 7f9f389 buffet: Support retries for 5xx errors. by Anton Muhin · 10 years ago
  4. 9cc03fd buffet: Merge registration start and finalization. by Anton Muhin · 10 years ago
  5. 5591e02 buffet: Fix vendor command definition. by Anton Muhin · 10 years ago
  6. 584e93d buffet: Introduce a helper method to do cloud API request. by Anton Muhin · 10 years ago
  7. 220e43c buffet: Fix link error on arm-generic by Alex Vakulenko · 10 years ago
  8. 5da6596 buffet: Updated file to match current workflow. by Vitaly Buka · 10 years ago
  9. dd6d828 buffet: First step in device start implementation. by Anton Muhin · 10 years ago
  10. 914b138 buffet: Stub for StartDevice method. by Anton Muhin · 10 years ago
  11. 0ef2e10 buffet: Simplify device registration. by Anton Muhin · 10 years ago
  12. 9b05a66 buffet: Allow passing verbosity level to buffet. by Anton Muhin · 10 years ago
  13. df74073 buffet: Switch to new registration workflow, user-initiated. by Anton Muhin · 10 years ago
  14. b9d7264 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 10 years ago
  15. 95877b5 buffet: Add device state manager by Alex Vakulenko · 10 years ago
  16. 735fdf1 buffet: Added PropValue <-> DBus Variant (Any) conversion by Alex Vakulenko · 10 years ago
  17. 3da5d08 buffet: Added error handling to PropType::CreateValue() by Alex Vakulenko · 10 years ago
  18. 2908c65 buffet: Moved LoadJsonDict() function into buffet/utils.h by Alex Vakulenko · 10 years ago
  19. 35bdb54 libchromeos: Add standard system error support to chromeos::Error by Alex Vakulenko · 10 years ago
  20. 617035f buffet: Fix CallMethodAndBlock callsites in command.cc by Christopher Wiley · 10 years ago
  21. b511e56 buffet: Add libbuffet library and test daemon by Alex Vakulenko · 10 years ago
  22. 4f7778e buffet: Add ability to add commands via buffet_client by Alex Vakulenko · 10 years ago
  23. 79e6a28 buffet: Update the main daemon to use libchromeos::DBusServiceDaemon by Alex Vakulenko · 10 years ago
  24. 0f646e7 Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  25. 274226b buffet: Include base/macros.h instead of base/basictypes.h by Alex Vakulenko · 10 years ago
  26. 05fa681 buffet: Add DBusCommandDispacher and hook it up to CommandQueue by Alex Vakulenko · 10 years ago
  27. 13e5841 buffet: Construct base::{Fundamental,String}Value directly. by Ben Chan · 10 years ago
  28. 7eaf81c buffet: Use Transport::CreateDefault() to create curl http transport by Alex Vakulenko · 10 years ago
  29. 9158b44 buffet: Move command state into CommandInstance by Alex Vakulenko · 10 years ago
  30. 2ec4c5f platform2: Replace NULL with nullptr in minor components by Alex Vakulenko · 10 years ago
  31. 8f06ca0 buffet: stop linking against libmetrics by Bertrand SIMONNET · 10 years ago
  32. 24e5f5d libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 10 years ago
  33. ca7cc3b libchromeos: split dbus_utils.h/extract data serialization routines by Alex Vakulenko · 10 years ago
  34. e0a6f9d libchromeos: Move http_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  35. 4a8d9de libchromeos: Switch ExportedObjectManager to use DBusObject by Alex Vakulenko · 10 years ago
  36. 9f826a6 libchromeos: Add generic DBus data serialization/deserialization by Alex Vakulenko · 10 years ago
  37. 0ca11d3 libchromeos: Move Any from Buffet to libchromeos. by Alex Vakulenko · 10 years ago
  38. 18f84f8 buffet: Add DBus proxy class for command instance object by Alex Vakulenko · 10 years ago
  39. 6c5a602 buffet: Add command ID to CommandInstance class by Alex Vakulenko · 10 years ago
  40. 8081353 libchromeos: Move map_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  41. f2c0172 libchromeos: Move mime_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  42. 058cf75 libchromeos: Move url_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  43. 59355dc libchromeos: Move data_encoding from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  44. d13251c libchromeos: Migrate string_utils from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  45. 619d5b3 libchromeos: Migrate bind_lambda.h from Buffet by Alex Vakulenko · 10 years ago
  46. 35e3bab buffet: Use DBus utilities in buffet_client by Alex Vakulenko · 10 years ago
  47. b635153 buffet: Switch buffet::Manager to use DBusObject by Alex Vakulenko · 10 years ago
  48. 63b32fe buffet: Add generic DBus object implementation framework by Alex Vakulenko · 10 years ago
  49. fea44e9 platform2: Move Error class from Buffet to libchromeos by Alex Vakulenko · 10 years ago
  50. 4a5ecc9 buffet: Fix CLang build issues by Alex Vakulenko · 10 years ago
  51. 1aa980e buffet: libchromeos: Move ExportedObjectManager to libchromeos by Christopher Wiley · 10 years ago
  52. d05d4ac platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 10 years ago
  53. 0f615ab buffet: Build buffet_testrunner only when USE_test is defined by Alex Vakulenko · 10 years ago
  54. 40d2e54 buffet: Simplify dbus::Bus propagation via ExportedObjectManager by Alex Vakulenko · 10 years ago
  55. 12d2968 platform2: move --std=gnu++11 flag to common-mk/common.gypi by Alex Vakulenko · 10 years ago
  56. 207cecd buffet: Add an abstract command dispatch interface by Alex Vakulenko · 10 years ago
  57. c2abd66 buffet: Add parsing of command instances from JSON by Alex Vakulenko · 10 years ago
  58. da35813 buffet: libchromeos: Migrate ExportedPropertySet to libchromeos by Christopher Wiley · 10 years ago
  59. 3cc95aa buffet: Add command queue and command basic command dispatch mechanism by Alex Vakulenko · 10 years ago
  60. f24a23e buffet: Add OWNERS file. by Ben Chan · 10 years ago
  61. 68c07cc libchromeos: Migrate AsyncEventSequencer to libchromeos by Christopher Wiley · 10 years ago
  62. 516a496 buffet: Add GCD device draft record to device registration by Alex Vakulenko · 10 years ago
  63. 98025c2 buffet: Pass CommandManager instance to DeviceRegistrationInfo by Alex Vakulenko · 10 years ago
  64. cf9c146 buffet: Move global instance of CommandManager to buffet::Manager by Alex Vakulenko · 10 years ago
  65. 9d18d8c buffet: Sorted headers alphabetically (build/include_alpha) by Alex Vakulenko · 10 years ago
  66. 1f3816f buffet: GCD command manager to load command .json files at startup by Alex Vakulenko · 10 years ago
  67. c931106 buffet: load standard GCD command definitions in CommandManager by Alex Vakulenko · 10 years ago
  68. f9463ed buffet: add object property parsing error informaion. by Alex Vakulenko · 10 years ago
  69. 2596dcd buffet: change error namespace conventions to align with error_codes.h by Alex Vakulenko · 10 years ago
  70. 0d79780 buffet: extract useful error code definitionss into a separate file by Alex Vakulenko · 10 years ago
  71. 0ea25bb buffet: Add command definition support for GCD command manager by Alex Vakulenko · 10 years ago
  72. 23ff7b0 buffet: Add base GCD command definition .json file by Alex Vakulenko · 10 years ago
  73. e7cadc0 buffet: extract common unittest helper functions into separate file by Alex Vakulenko · 10 years ago
  74. 2d38ff2 Update gyp files to depend on metrics' standalone ebuild. by Bertrand SIMONNET · 10 years ago
  75. d672dbf buffet: Cleanup GCD command definition type system. by Alex Vakulenko · 10 years ago
  76. 0752ade buffet: GCD command defintion. Compound object type support. by Alex Vakulenko · 10 years ago
  77. 4ac4799 buffet: remove unnecessary NOLINTs and restored some C++11 code by Alex Vakulenko · 10 years ago
  78. dfa9f4c buffet: Adding GCD command definition schema - phase 1. by Alex Vakulenko · 10 years ago
  79. 387b2c9 buffet: add C++ variant type (Any). by Alex Vakulenko · 10 years ago
  80. 5188fa3 Buffet: utility function tweaks by Alex Vakulenko · 10 years ago
  81. acc0965 platform2: Update to build against libchrome-271506 by default by Ben Chan · 10 years ago
  82. d71774f buffet: Add ObjectManager interface to /org/chromium/Buffet by Christopher Wiley · 10 years ago
  83. 24aa122 buffet: Cleaned up the remaining linter warnings by Alex Vakulenko · 10 years ago
  84. 2544593 buffet: Remove 'chromeos' namespace and move everything to buffet NS by Alex Vakulenko · 10 years ago
  85. 7c3226e buffet: Added advanced error reporting by Alex Vakulenko · 10 years ago
  86. 737ee3a buffet: Restructure buffet_client.cc by Christopher Wiley · 10 years ago
  87. 2ffa004 buffet: Remove DBusManager class by Christopher Wiley · 10 years ago
  88. 6d4db22 buffet: Extract StorageInterface and implementations into separate files by Christopher Wiley · 10 years ago
  89. fad2628 buffet: Add ExportedObjectManager delegate by Christopher Wiley · 10 years ago
  90. e1b2ac3 buffet: Added unit tests for DeviceRegistrationInfo class by Alex Vakulenko · 10 years ago
  91. 50af950 buffet: add unit tests for http_utils by Alex Vakulenko · 10 years ago
  92. 3eaa1a6 Fix build break on canary builder for gizmo board. by Alex Vakulenko · 10 years ago
  93. 25b50b4 Buffet: Implement fake HTTP transport to help write unit tests by Alex Vakulenko · 10 years ago
  94. 5298c2c buffet: reworked http transport to prepare for unit testing by Alex Vakulenko · 10 years ago
  95. 598b3ff buffet: added url_utils by Alex Vakulenko · 10 years ago
  96. f3d77e5 Buffet: Phase 1 of GCD device registration workflow by Alex Vakulenko · 10 years ago
  97. e51eafc buffet: fixed the style of using 'const' with pointers and references by Alex Vakulenko · 10 years ago
  98. 54028f9 buffet: Make ExportedPropertySet threadsafe by Christopher Wiley · 10 years ago
  99. 076a394 buffet: Add a helper to coordinate async callbacks by Christopher Wiley · 10 years ago
  100. 019a4c6 Buffet utilities updated for GCD device registration by Alex Vakulenko · 10 years ago