1. d91d625 Switch to use ComponentManager for traits/components by Alex Vakulenko · 9 years ago
  2. 8a05beb Remove object schema type system by Alex Vakulenko · 9 years ago
  3. 7e894da Remove object schema parsing in CommandDefinition by Alex Vakulenko · 9 years ago
  4. 672634b Persist kInvalidCredentials state by Vitaly Buka · 9 years ago
  5. c27390d Fixed headers parsing in CurlHttpClient by Vitaly Buka · 9 years ago
  6. 88272d5 Replace clouddevices with weave in documentation and tests by Vitaly Buka · 9 years ago
  7. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 9 years ago[Renamed from libweave/src/device_registration_info_unittest.cc]
  8. 80d6653 Remove hard-coded check for standard command definitions by Vitaly Buka · 9 years ago
  9. 0464f26 Rename *Base* method and properties to *Standard* ones by Vitaly Buka · 9 years ago
  10. f0a3b22 Fixed code formating by Vitaly Buka · 9 years ago
  11. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 9 years ago
  12. 7476342 Use single callback for replies to async operations by Vitaly Buka · 10 years ago
  13. f7f52d4 Pass error as ErrorPtr into ErrorCallback by Vitaly Buka · 10 years ago
  14. 1a42e14 Replace type of method parameter of HttpClient::SendRequest with enum by Vitaly Buka · 10 years ago
  15. 1728037 Cleanup mock_http_client.h by Vitaly Buka · 10 years ago
  16. 4774df2 Async RegisterDevice implementation by Vitaly Buka · 10 years ago
  17. 12870bd Change weave::Device::Register API to async version by Vitaly Buka · 10 years ago
  18. 2f54897 Rename Complete::SetResults to Command::Complete by Vitaly Buka · 10 years ago
  19. ff1d186 Post CloudCommandProxy::SendCommandUpdate to accumulate more changes by Vitaly Buka · 10 years ago
  20. 47a1f6f Remove Command::Done and add verification of Command state transitions by Vitaly Buka · 10 years ago
  21. 453c4dd Remove category from Commands definitions by Vitaly Buka · 10 years ago
  22. c3c6dab Remove weave::Cloud interface by Vitaly Buka · 10 years ago
  23. ae6b35d Move OnSettingsChanged callback into callback of weave::Device by Vitaly Buka · 10 years ago
  24. b624bc4 Use enum for Settings::local_anonymous_access_role by Vitaly Buka · 10 years ago
  25. 41a90d6 Remove Device::Options struct by Vitaly Buka · 10 years ago
  26. 238db69 Hide internal settings from weave/settings.h by Vitaly Buka · 10 years ago
  27. a05eadb Remove defaults for settings which have to be set by external code by Vitaly Buka · 10 years ago
  28. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  29. 312c2f5 weave/settings: rename device_id to cloud_id by Johan Euphrosine · 10 years ago
  30. 1e36367 Move all providers into include/weave/provider by Vitaly Buka · 10 years ago
  31. 0f6b2ec libweave: Move testing tools into directory weave/test by Vitaly Buka · 10 years ago
  32. c11a17d libweave: Remove loading/saving of config and state from libweave by Vitaly Buka · 10 years ago
  33. 8cb91d7 libweave: Remove device_kind and embedded_code_path by Vitaly Buka · 10 years ago
  34. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago
  35. 6ca868f libweave: Copy bind_lambda into libweave by Vitaly Buka · 10 years ago
  36. 7d55639 libweave: Copy data_encoding.cc into libweave by Vitaly Buka · 10 years ago
  37. 823fdda libweave: Replace MessageLoop with weave::TaskRunner by Vitaly Buka · 10 years ago
  38. f9630fb libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 10 years ago
  39. 815b603 libweave: Remove mime_type from HttpClient interface by Vitaly Buka · 10 years ago
  40. 1da6599 libweave: Remove dependency on chromeos/http* and chromeos/mime by Vitaly Buka · 10 years ago
  41. 1020618 libweave: Update unittests to work with HttpClient by Vitaly Buka · 10 years ago
  42. 6b61e57 libweave: Suppress mock warnings by Vitaly Buka · 10 years ago
  43. 4f4e228 libweave: Add more methods to modify weave::Command by Vitaly Buka · 10 years ago
  44. 774cdf5 libweave: Remove native_types namespace by Vitaly Buka · 10 years ago
  45. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  46. a647c85 libweave: Clang format of moved files by Vitaly Buka · 10 years ago
  47. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (98%) from buffet/device_registration_info_unittest.cc]
  48. a56a7e6 buffet: Pass TaskRunner to DeviceRegistrationInfo by Alex Vakulenko · 10 years ago
  49. 3fa42ae buffet: Handle cloud request failures due to device deleted on cloud by Alex Vakulenko · 10 years ago
  50. 63cc3d2 buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 10 years ago
  51. 266b2b1 buffet: Implement exponential backoff for cloud requests by Alex Vakulenko · 10 years ago
  52. 6fed053 buffet: Added minimal role into command definition by Vitaly Buka · 10 years ago
  53. d05725f buffet: Make periodic polling secondary if XMPP channel is up by Alex Vakulenko · 10 years ago
  54. cad2e33 buffet: Make RegisterDevice accept only ticket ID by Vitaly Buka · 10 years ago
  55. ee7a3af buffet: Move config and buffet state logic into BuffetConfig by Vitaly Buka · 10 years ago
  56. 4a3a9a2 buffet: Added local_discovery_enabled and local_pairing_enabled options by Vitaly Buka · 10 years ago
  57. 5636322 buffet: StorageInterface::Save accepts const reference by Vitaly Buka · 10 years ago
  58. ae0f3a1 buffet: Multiple listeners of add/remove new command. by Vitaly Buka · 10 years ago
  59. 7c82d29 buffet: Raw string literals for some JSON constants in tests by Vitaly Buka · 10 years ago
  60. 32005de buffet: Wrap buffet unit tests into buffet namespace by Vitaly Buka · 10 years ago
  61. 2c1029f buffet: Store anonymous_access_role in buffet config and state by Vitaly Buka · 10 years ago
  62. cf5248c buffet: Save save buffet state on UpdateDeviceInfo call by Vitaly Buka · 10 years ago
  63. 4129dfa buffet: Use command schema to define "progress" by Vitaly Buka · 10 years ago
  64. b211c10 buffet: Queue multiple command update requests to the server by Alex Vakulenko · 10 years ago
  65. 5e022a3 buffet: CheckDeviceRegistered works offline by Nathan Bullock · 10 years ago
  66. fa94706 buffet: Add read-only properties with buffet config options by Vitaly Buka · 10 years ago
  67. 867b088 buffet: Update configuration reading for new fields moved from privetd by Vitaly Buka · 10 years ago
  68. 808e2d8 buffet: Fix command progress update JSON for GCD server by Alex Vakulenko · 10 years ago
  69. 468f7f3 buffet: Deprecate "displayName" in favor of "name" in device resource by Alex Vakulenko · 10 years ago
  70. 9e2f8cd buffet: Fix crash when CommandInstance::SetResults() is invoked by Alex Vakulenko · 10 years ago
  71. d732bd0 buffet: Add flag to disable XMPP support by Christopher Wiley · 10 years ago
  72. 583d64b buffet: Rework buffet configuration by Christopher Wiley · 10 years ago
  73. 620bd7e buffet: Add DeviceId DBus property by Vitaly Buka · 10 years ago
  74. b055f15 buffet: Update RegistrationStatus enum and how it's set by Vitaly Buka · 10 years ago
  75. 24d189f buffet: Add RegistrationStatus::InvalidCredentials by Nathan Bullock · 10 years ago
  76. c900e48 buffet: Expose RegistrationStatus over DBus by Christopher Wiley · 10 years ago
  77. 6522ab6 buffet: Send modelManifestId with device registration by Vitaly Buka · 10 years ago
  78. e440848 buffet: ticket_id is local to RegisterDevice by Nathan Bullock · 10 years ago
  79. 02ca28b buffet: Persist needed registration data by Nathan Bullock · 10 years ago
  80. 332df19 buffet: Configure buffet from the file. by Anton Muhin · 10 years ago
  81. d3eb19c buffet: Device registration accepts "description", "location" and "display_name". by Vitaly Buka · 10 years ago
  82. 71fb9d5 buffet: Provide results definition in command definition. by Anton Muhin · 10 years ago
  83. f6cbe32 Include the implemented header first in all projects. by Alex Deymo · 10 years ago
  84. 57123b2 buffet: Add state change queue by Alex Vakulenko · 10 years ago
  85. beb1c5b buffet: Merge registration start and finalization. by Anton Muhin · 10 years ago
  86. 532ff7e buffet: Simplify device registration. by Anton Muhin · 11 years ago
  87. a480314 buffet: Switch to new registration workflow, user-initiated. by Anton Muhin · 11 years ago
  88. 07216fe buffet: Add device state manager by Alex Vakulenko · 11 years ago
  89. a8b95bc libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 11 years ago
  90. cca2093 libchromeos: Move http_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  91. a904434 libchromeos: Add generic DBus data serialization/deserialization by Alex Vakulenko · 11 years ago
  92. 3aeea1c libchromeos: Move mime_utils from Buffet to libchromeos by Alex Vakulenko · 11 years ago
  93. cf0b33a libchromeos: Migrate bind_lambda.h from Buffet by Alex Vakulenko · 11 years ago
  94. f2784de buffet: Switch buffet::Manager to use DBusObject by Alex Vakulenko · 11 years ago
  95. 5a9e718 platform2: sweep the lint errors identified by the updated linter by Alex Vakulenko · 11 years ago
  96. 4510944 buffet: Add GCD device draft record to device registration by Alex Vakulenko · 11 years ago
  97. 1f30a62 buffet: Pass CommandManager instance to DeviceRegistrationInfo by Alex Vakulenko · 11 years ago
  98. af23b32 buffet: Remove 'chromeos' namespace and move everything to buffet NS by Alex Vakulenko · 11 years ago
  99. b3aac25 buffet: Added advanced error reporting by Alex Vakulenko · 11 years ago
  100. 006e94e buffet: Extract StorageInterface and implementations into separate files by Christopher Wiley · 11 years ago