1. 5a9e718 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 11 years ago
  2. e23caf2 buffet: Build buffet_testrunner only when USE_test is defined by Alex Vakulenko · 11 years ago
  3. 98f91cd buffet: Simplify dbus::Bus propagation via ExportedObjectManager by Alex Vakulenko · 11 years ago
  4. cb571f1 platform2: move --std=gnu++11 flag to common-mk/common.gypi by Alex Vakulenko · 11 years ago
  5. 515b42b buffet: Add an abstract command dispatch interface by Alex Vakulenko · 11 years ago
  6. 8dc69af buffet: Add parsing of command instances from JSON by Alex Vakulenko · 11 years ago
  7. 94d6597 buffet: libchromeos: Migrate ExportedPropertySet to libchromeos by Christopher Wiley · 11 years ago
  8. aa3a559 buffet: Add command queue and command basic command dispatch mechanism by Alex Vakulenko · 11 years ago
  9. 0de52f1 buffet: Add OWNERS file. by Ben Chan · 11 years ago
  10. 2d2d92b libchromeos: Migrate AsyncEventSequencer to libchromeos by Christopher Wiley · 11 years ago
  11. 4510944 buffet: Add GCD device draft record to device registration by Alex Vakulenko · 11 years ago
  12. 1f30a62 buffet: Pass CommandManager instance to DeviceRegistrationInfo by Alex Vakulenko · 11 years ago
  13. c2bc9a4 buffet: Move global instance of CommandManager to buffet::Manager by Alex Vakulenko · 11 years ago
  14. 5841c30 buffet: Sorted headers alphabetically (build/include_alpha) by Alex Vakulenko · 11 years ago
  15. e4efaaf buffet: GCD command manager to load command .json files at startup by Alex Vakulenko · 11 years ago
  16. fd44869 buffet: load standard GCD command definitions in CommandManager by Alex Vakulenko · 11 years ago
  17. 685312f buffet: add object property parsing error informaion. by Alex Vakulenko · 11 years ago
  18. 9ac962f buffet: change error namespace conventions to align with error_codes.h by Alex Vakulenko · 11 years ago
  19. c30f821 buffet: extract useful error code definitionss into a separate file by Alex Vakulenko · 11 years ago
  20. 7c36b67 buffet: Add command definition support for GCD command manager by Alex Vakulenko · 11 years ago
  21. d537904 buffet: Add base GCD command definition .json file by Alex Vakulenko · 11 years ago
  22. 6201d2d buffet: extract common unittest helper functions into separate file by Alex Vakulenko · 11 years ago
  23. 6458a6e Update gyp files to depend on metrics' standalone ebuild. by Bertrand SIMONNET · 11 years ago
  24. 5109b20 buffet: Cleanup GCD command definition type system. by Alex Vakulenko · 11 years ago
  25. 66ec292 buffet: GCD command defintion. Compound object type support. by Alex Vakulenko · 11 years ago
  26. a0424dd buffet: remove unnecessary NOLINTs and restored some C++11 code by Alex Vakulenko · 11 years ago
  27. e439a0f buffet: Adding GCD command definition schema - phase 1. by Alex Vakulenko · 11 years ago
  28. b6513a1 buffet: add C++ variant type (Any). by Alex Vakulenko · 11 years ago
  29. 96c84d3 Buffet: utility function tweaks by Alex Vakulenko · 11 years ago
  30. d2070a7 platform2: Update to build against libchrome-271506 by default by Ben Chan · 11 years ago
  31. adb901d buffet: Add ObjectManager interface to /org/chromium/Buffet by Christopher Wiley · 11 years ago
  32. 3379706 buffet: Cleaned up the remaining linter warnings by Alex Vakulenko · 11 years ago
  33. af23b32 buffet: Remove 'chromeos' namespace and move everything to buffet NS by Alex Vakulenko · 11 years ago
  34. b3aac25 buffet: Added advanced error reporting by Alex Vakulenko · 11 years ago
  35. 48e3728 buffet: Restructure buffet_client.cc by Christopher Wiley · 11 years ago
  36. b76eb29 buffet: Remove DBusManager class by Christopher Wiley · 11 years ago
  37. 006e94e buffet: Extract StorageInterface and implementations into separate files by Christopher Wiley · 11 years ago
  38. cec927c buffet: Add ExportedObjectManager delegate by Christopher Wiley · 11 years ago
  39. 8e34d39 buffet: Added unit tests for DeviceRegistrationInfo class by Alex Vakulenko · 11 years ago
  40. 28b31f5 buffet: add unit tests for http_utils by Alex Vakulenko · 11 years ago
  41. f854591 Fix build break on canary builder for gizmo board. by Alex Vakulenko · 11 years ago
  42. 9cd5e27 Buffet: Implement fake HTTP transport to help write unit tests by Alex Vakulenko · 11 years ago
  43. a3062c5 buffet: reworked http transport to prepare for unit testing by Alex Vakulenko · 11 years ago
  44. bda220a buffet: added url_utils by Alex Vakulenko · 11 years ago
  45. 3cb466c Buffet: Phase 1 of GCD device registration workflow by Alex Vakulenko · 11 years ago
  46. b8ba595 buffet: fixed the style of using 'const' with pointers and references by Alex Vakulenko · 11 years ago
  47. 9001624 buffet: Make ExportedPropertySet threadsafe by Christopher Wiley · 11 years ago
  48. 2ab1bec buffet: Add a helper to coordinate async callbacks by Christopher Wiley · 11 years ago
  49. b645cc9 Buffet utilities updated for GCD device registration by Alex Vakulenko · 11 years ago
  50. 60f304c Updated buffet and attestation to use platform2.gyp by Alex Vakulenko · 11 years ago
  51. f173e22 platform2: Update to build against libchrome-242728 by default by Ben Chan · 11 years ago
  52. ababc5c Use base::Commandline instead of gflags (removes -fno-strict-aliasing). by Chris Sosa · 11 years ago
  53. aa3f29c buffet: Add State property to Manager by Christopher Wiley · 11 years ago
  54. 0ffe3b0 buffet: Add property update signals to ExportedPropertSet by Christopher Wiley · 11 years ago
  55. 639477c buffet: Add ExportedPropertySet delegate by Christopher Wiley · 11 years ago
  56. decdb57 Merge "buffet: Add a HACKING file" by chrome-internal-fetch · 11 years ago
  57. b2bec59 buffet: Add a HACKING file by Christopher Wiley · 11 years ago
  58. a4915c4 buffet: Add Manager class by Christopher Wiley · 11 years ago
  59. eb19fa0 buffet: Anticipate addition of several new DBus facing objects by Christopher Wiley · 11 years ago
  60. 45d9f10 Buffet: Move buffet over to platform2 from src/platform/buffet. by Chris Sosa · 11 years ago