1. 2b7c4dd libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 11 years ago
  2. 5975552 buffet: Support cloud command proxy. by Anton Muhin · 11 years ago
  3. f6cbe32 Include the implemented header first in all projects. by Alex Deymo · 11 years ago
  4. ac8037d libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 11 years ago
  5. b66a930 buffet: Make CommandInstance own its proxies. by Anton Muhin · 11 years ago
  6. a22f4be buffet: Remove DBusCommandDispatcher::FindProxy. by Anton Muhin · 11 years ago
  7. 5191e81 buffet: Separate command IDs from DBus paths. by Anton Muhin · 11 years ago
  8. 5c7bf01 libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 11 years ago
  9. ff73cf2 buffet: Fix issues in StateChangeQueue by Alex Vakulenko · 11 years ago
  10. 6d2569e buffet: Abort limbo commands. by Anton Muhin · 11 years ago
  11. 4dc3785 buffet: Support multiple proxies for a command. by Anton Muhin · 11 years ago
  12. d07e206 buffet: Implement command polling. by Anton Muhin · 11 years ago
  13. c635c59 buffet: Refactor async operations. by Anton Muhin · 11 years ago
  14. 57123b2 buffet: Add state change queue by Alex Vakulenko · 11 years ago
  15. 0ae1fba buffet: Implement a tool to do periodic polling. by Anton Muhin · 11 years ago
  16. 233d2ee buffet: Refetch access token when expired. by Anton Muhin · 11 years ago
  17. 9945fac buffet: Better access to JSON properies. by Anton Muhin · 11 years ago
  18. 9e19cdd buffet: Migrate from system_name to just name. by Anton Muhin · 11 years ago
  19. a34f0d9 buffet: Abort all the limbo commands. by Anton Muhin · 11 years ago
  20. 633eded buffet: Support retries for 5xx errors. by Anton Muhin · 11 years ago
  21. beb1c5b buffet: Merge registration start and finalization. by Anton Muhin · 11 years ago
  22. 193e1f0 buffet: Fix vendor command definition. by Anton Muhin · 11 years ago
  23. ac661ab buffet: Introduce a helper method to do cloud API request. by Anton Muhin · 11 years ago
  24. 759615d buffet: Fix link error on arm-generic by Alex Vakulenko · 11 years ago
  25. fc03101 buffet: Updated file to match current workflow. by Vitaly Buka · 11 years ago
  26. d8d3216 buffet: First step in device start implementation. by Anton Muhin · 11 years ago
  27. 86d67fe buffet: Stub for StartDevice method. by Anton Muhin · 11 years ago
  28. 532ff7e buffet: Simplify device registration. by Anton Muhin · 11 years ago
  29. 15244b2 buffet: Allow passing verbosity level to buffet. by Anton Muhin · 11 years ago
  30. a480314 buffet: Switch to new registration workflow, user-initiated. by Anton Muhin · 11 years ago
  31. 576c979 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 11 years ago
  32. 07216fe buffet: Add device state manager by Alex Vakulenko · 11 years ago
  33. a32d83a buffet: Added PropValue <-> DBus Variant (Any) conversion by Alex Vakulenko · 11 years ago
  34. 157ccaa buffet: Added error handling to PropType::CreateValue() by Alex Vakulenko · 11 years ago
  35. b04936f buffet: Moved LoadJsonDict() function into buffet/utils.h by Alex Vakulenko · 11 years ago
  36. 83210ee libchromeos: Add standard system error support to chromeos::Error by Alex Vakulenko · 11 years ago
  37. 8ae320b buffet: Fix CallMethodAndBlock callsites in command.cc by Christopher Wiley · 11 years ago
  38. 89d9d5e buffet: Add libbuffet library and test daemon by Alex Vakulenko · 11 years ago
  39. 665c885 buffet: Add ability to add commands via buffet_client by Alex Vakulenko · 11 years ago
  40. 74bd01b buffet: Update the main daemon to use libchromeos::DBusServiceDaemon by Alex Vakulenko · 11 years ago
  41. 1526097 Update code to include base/files/file_util.h by Ben Chan · 11 years ago
  42. 132617a buffet: Include base/macros.h instead of base/basictypes.h by Alex Vakulenko · 11 years ago
  43. 9511075 buffet: Add DBusCommandDispacher and hook it up to CommandQueue by Alex Vakulenko · 11 years ago
  44. d0ce0d7 buffet: Construct base::{Fundamental,String}Value directly. by Ben Chan · 11 years ago
  45. eb4cfb9 buffet: Use Transport::CreateDefault() to create curl http transport by Alex Vakulenko · 11 years ago
  46. f6b3871 buffet: Move command state into CommandInstance by Alex Vakulenko · 11 years ago
  47. f8f10fa platform2: Replace NULL with nullptr in minor components by Alex Vakulenko · 11 years ago
  48. 1037e79 buffet: stop linking against libmetrics by Bertrand SIMONNET · 11 years ago
  49. a8b95bc libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 11 years ago
  50. 63cd5fa libchromeos: split dbus_utils.h/extract data serialization routines by Alex Vakulenko · 11 years ago
  51. cca2093 libchromeos: Move http_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  52. be9c383 libchromeos: Switch ExportedObjectManager to use DBusObject by Alex Vakulenko · 11 years ago
  53. a904434 libchromeos: Add generic DBus data serialization/deserialization by Alex Vakulenko · 11 years ago
  54. a6fb4ed libchromeos: Move Any from Buffet to libchromeos. by Alex Vakulenko · 11 years ago
  55. 4866ac9 buffet: Add DBus proxy class for command instance object by Alex Vakulenko · 11 years ago
  56. fedc487 buffet: Add command ID to CommandInstance class by Alex Vakulenko · 11 years ago
  57. 34357f0 libchromeos: Move map_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  58. 3aeea1c libchromeos: Move mime_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  59. bd5b544 libchromeos: Move url_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  60. e4879a2 libchromeos: Move data_encoding from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  61. b8fc1df libchromeos: Migrate string_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  62. cf0b33a libchromeos: Migrate bind_lambda.h from Buffet by Alex Vakulenko · 11 years ago
  63. 7a1dc0b buffet: Use DBus utilities in buffet_client by Alex Vakulenko · 11 years ago
  64. f2784de buffet: Switch buffet::Manager to use DBusObject by Alex Vakulenko · 11 years ago
  65. e42dbe0 buffet: Add generic DBus object implementation framework by Alex Vakulenko · 11 years ago
  66. 5f47206 platform2: Move Error class from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  67. 970d834 buffet: Fix CLang build issues by Alex Vakulenko · 11 years ago
  68. b5dd5ea buffet: libchromeos: Move ExportedObjectManager to libchromeos by Christopher Wiley · 11 years ago
  69. 5a9e718 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 11 years ago
  70. e23caf2 buffet: Build buffet_testrunner only when USE_test is defined by Alex Vakulenko · 11 years ago
  71. 98f91cd buffet: Simplify dbus::Bus propagation via ExportedObjectManager by Alex Vakulenko · 11 years ago
  72. cb571f1 platform2: move --std=gnu++11 flag to common-mk/common.gypi by Alex Vakulenko · 11 years ago
  73. 515b42b buffet: Add an abstract command dispatch interface by Alex Vakulenko · 11 years ago
  74. 8dc69af buffet: Add parsing of command instances from JSON by Alex Vakulenko · 11 years ago
  75. 94d6597 buffet: libchromeos: Migrate ExportedPropertySet to libchromeos by Christopher Wiley · 11 years ago
  76. aa3a559 buffet: Add command queue and command basic command dispatch mechanism by Alex Vakulenko · 11 years ago
  77. 0de52f1 buffet: Add OWNERS file. by Ben Chan · 11 years ago
  78. 2d2d92b libchromeos: Migrate AsyncEventSequencer to libchromeos by Christopher Wiley · 11 years ago
  79. 4510944 buffet: Add GCD device draft record to device registration by Alex Vakulenko · 11 years ago
  80. 144bc4b Moved 'src/platform/chromiumos-wide-profiling' to 'src/platform2' by Alex Vakulenko · 11 years ago
  81. fb163cf platform2: Moved glbnech from platform/autotest/... to platform2 by Alex Vakulenko · 11 years ago
  82. 1f30a62 buffet: Pass CommandManager instance to DeviceRegistrationInfo by Alex Vakulenko · 11 years ago
  83. c2bc9a4 buffet: Move global instance of CommandManager to buffet::Manager by Alex Vakulenko · 11 years ago
  84. 5841c30 buffet: Sorted headers alphabetically (build/include_alpha) by Alex Vakulenko · 11 years ago
  85. abaa6e0 Move 'platform/salsa' sources to 'platform2' by Alex Vakulenko · 11 years ago
  86. e4efaaf buffet: GCD command manager to load command .json files at startup by Alex Vakulenko · 11 years ago
  87. fd44869 buffet: load standard GCD command definitions in CommandManager by Alex Vakulenko · 11 years ago
  88. 685312f buffet: add object property parsing error informaion. by Alex Vakulenko · 11 years ago
  89. 9ac962f buffet: change error namespace conventions to align with error_codes.h by Alex Vakulenko · 11 years ago
  90. c30f821 buffet: extract useful error code definitionss into a separate file by Alex Vakulenko · 11 years ago
  91. 7c36b67 buffet: Add command definition support for GCD command manager by Alex Vakulenko · 11 years ago
  92. d537904 buffet: Add base GCD command definition .json file by Alex Vakulenko · 11 years ago
  93. 6201d2d buffet: extract common unittest helper functions into separate file by Alex Vakulenko · 11 years ago
  94. c6fd9bb Move 'platform/crosh' to platform2 by Alex Vakulenko · 11 years ago
  95. 5de1f10 Move 'src/platform/init' to 'src/platform2' by Alex Vakulenko · 11 years ago
  96. e19f54e Merge branch 'merge-permission_broker-rewrite' into merge-permission_broker by Ben Chan · 11 years ago
  97. ea893c4 Merge branch 'merge-minijail-rewrite' into merge-minijail by Ben Chan · 11 years ago
  98. a57b4da Merge branch 'merge-modem-utilities-rewrite' into merge-modem-utilities by Ben Chan · 11 years ago
  99. cd4c5fc Move 'platform/lorgnette' into platform2 by Alex Vakulenko · 11 years ago
  100. 046c564 Move 'platform/power_manager' into platform2 by Alex Vakulenko · 11 years ago