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