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