1. 6e3c30e buffet: Hook up XMPP to deliver push notifications to buffet by Alex Vakulenko · 10 years ago
  2. bf71f70 buffet: Add proper XML parsing for XMPP streams by Alex Vakulenko · 10 years ago
  3. ee7a3af buffet: Move config and buffet state logic into BuffetConfig by Vitaly Buka · 10 years ago
  4. eedf3be buffet: Switch XmppChannel to use asynchronous socket streams by Alex Vakulenko · 10 years ago
  5. 72410b2 buffet: Added base.updateDeviceInfo handler by Vitaly Buka · 10 years ago
  6. 583d64b buffet: Rework buffet configuration by Christopher Wiley · 10 years ago
  7. c900e48 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  8. bdabded buffet: Add an XMPP client class by Nathan Bullock · 10 years ago
  9. 420e49f buffet: Remove libbuffet and rely on generated proxies by Alex Vakulenko · 11 years ago
  10. c3bac7d chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 11 years ago
  11. 2348e42 buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 11 years ago
  12. 5975552 buffet: Support cloud command proxy. by Anton Muhin · 11 years ago
  13. 57123b2 buffet: Add state change queue by Alex Vakulenko · 11 years ago
  14. 759615d buffet: Fix link error on arm-generic by Alex Vakulenko · 11 years ago
  15. 07216fe buffet: Add device state manager by Alex Vakulenko · 11 years ago
  16. b04936f buffet: Moved LoadJsonDict() function into buffet/utils.h by Alex Vakulenko · 11 years ago
  17. 89d9d5e buffet: Add libbuffet library and test daemon by Alex Vakulenko · 11 years ago
  18. 9511075 buffet: Add DBusCommandDispacher and hook it up to CommandQueue by Alex Vakulenko · 11 years ago
  19. 1037e79 buffet: stop linking against libmetrics by Bertrand SIMONNET · 11 years ago
  20. cca2093 libchromeos: Move http_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  21. a6fb4ed libchromeos: Move Any from Buffet to libchromeos. by Alex Vakulenko · 11 years ago
  22. 4866ac9 buffet: Add DBus proxy class for command instance object by Alex Vakulenko · 11 years ago
  23. 3aeea1c libchromeos: Move mime_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  24. bd5b544 libchromeos: Move url_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  25. e4879a2 libchromeos: Move data_encoding from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  26. b8fc1df libchromeos: Migrate string_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  27. e42dbe0 buffet: Add generic DBus object implementation framework by Alex Vakulenko · 11 years ago
  28. 5f47206 platform2: Move Error class from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  29. b5dd5ea buffet: libchromeos: Move ExportedObjectManager to libchromeos by Christopher Wiley · 11 years ago
  30. e23caf2 buffet: Build buffet_testrunner only when USE_test is defined by Alex Vakulenko · 11 years ago
  31. cb571f1 platform2: move --std=gnu++11 flag to common-mk/common.gypi by Alex Vakulenko · 11 years ago
  32. 94d6597 buffet: libchromeos: Migrate ExportedPropertySet to libchromeos by Christopher Wiley · 11 years ago
  33. aa3a559 buffet: Add command queue and command basic command dispatch mechanism by Alex Vakulenko · 11 years ago
  34. 2d2d92b libchromeos: Migrate AsyncEventSequencer to libchromeos by Christopher Wiley · 11 years ago
  35. c30f821 buffet: extract useful error code definitionss into a separate file by Alex Vakulenko · 11 years ago
  36. 7c36b67 buffet: Add command definition support for GCD command manager by Alex Vakulenko · 11 years ago
  37. 6201d2d buffet: extract common unittest helper functions into separate file by Alex Vakulenko · 11 years ago
  38. 6458a6e Update gyp files to depend on metrics' standalone ebuild. by Bertrand SIMONNET · 11 years ago
  39. 66ec292 buffet: GCD command defintion. Compound object type support. by Alex Vakulenko · 11 years ago
  40. e439a0f buffet: Adding GCD command definition schema - phase 1. by Alex Vakulenko · 11 years ago
  41. b6513a1 buffet: add C++ variant type (Any). by Alex Vakulenko · 11 years ago
  42. b3aac25 buffet: Added advanced error reporting by Alex Vakulenko · 11 years ago
  43. b76eb29 buffet: Remove DBusManager class by Christopher Wiley · 11 years ago
  44. 006e94e buffet: Extract StorageInterface and implementations into separate files by Christopher Wiley · 11 years ago
  45. cec927c buffet: Add ExportedObjectManager delegate by Christopher Wiley · 11 years ago
  46. 8e34d39 buffet: Added unit tests for DeviceRegistrationInfo class by Alex Vakulenko · 11 years ago
  47. 9cd5e27 Buffet: Implement fake HTTP transport to help write unit tests by Alex Vakulenko · 11 years ago
  48. a3062c5 buffet: reworked http transport to prepare for unit testing by Alex Vakulenko · 11 years ago
  49. bda220a buffet: added url_utils by Alex Vakulenko · 11 years ago
  50. 3cb466c Buffet: Phase 1 of GCD device registration workflow by Alex Vakulenko · 11 years ago
  51. 9001624 buffet: Make ExportedPropertySet threadsafe by Christopher Wiley · 11 years ago
  52. 2ab1bec buffet: Add a helper to coordinate async callbacks by Christopher Wiley · 11 years ago
  53. 60f304c Updated buffet and attestation to use platform2.gyp by Alex Vakulenko · 11 years ago
  54. f173e22 platform2: Update to build against libchrome-242728 by default by Ben Chan · 11 years ago
  55. ababc5c Use base::Commandline instead of gflags (removes -fno-strict-aliasing). by Chris Sosa · 11 years ago
  56. 639477c buffet: Add ExportedPropertySet delegate by Christopher Wiley · 11 years ago
  57. a4915c4 buffet: Add Manager class by Christopher Wiley · 11 years ago
  58. eb19fa0 buffet: Anticipate addition of several new DBus facing objects by Christopher Wiley · 11 years ago
  59. 45d9f10 Buffet: Move buffet over to platform2 from src/platform/buffet. by Chris Sosa · 11 years ago