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