1. 5a1f600 Remove the unneeded libweave directory by Paul Westbrook · 10 years ago[Renamed from libweave/src/device_registration_info.cc]
  2. e07c29d libweave: Add 'reason' to backup command fetch requests by Alex Vakulenko · 10 years ago
  3. c1fc90c libweave: Change backup polling interval back to 30 minutes by Alex Vakulenko · 10 years ago
  4. 4615e0d Updated source headers into The Weave Authors by Vitaly Buka · 10 years ago
  5. 7476342 Use single callback for replies to async operations by Vitaly Buka · 10 years ago
  6. f7f52d4 Pass error as ErrorPtr into ErrorCallback by Vitaly Buka · 10 years ago
  7. 7a35005 Added few logging for command notification and DNS-SD updates 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. 4774df2 Async RegisterDevice implementation by Vitaly Buka · 10 years ago
  10. 866b60a Remove request id from HTTP client by Vitaly Buka · 10 years ago
  11. 12870bd Change weave::Device::Register API to async version by Vitaly Buka · 10 years ago
  12. 0209da4 Rename Command::GetStatus into Command::GetState by Vitaly Buka · 10 years ago
  13. ff1d186 Post CloudCommandProxy::SendCommandUpdate to accumulate more changes by Vitaly Buka · 10 years ago
  14. 70f77d9 Add error into Command::Abort method by Vitaly Buka · 10 years ago
  15. 553a762 Rename OnCommandAdded into CommandAdded by Vitaly Buka · 10 years ago
  16. 4c98135 Remove weave::State interface by Vitaly Buka · 10 years ago
  17. ba35059 Rename State::AddOnChangedCallback into State::AddStateChangedCallback by Vitaly Buka · 10 years ago
  18. 95d6256 Add weave::State::SetStateProperty and weave::State::GetStateProperty by Vitaly Buka · 10 years ago
  19. c3c6dab Remove weave::Cloud interface by Vitaly Buka · 10 years ago
  20. ee3e36d Remove weave::Cloud::GetDeviceInfo and OnCloudRequestErrorCallback by Vitaly Buka · 10 years ago
  21. ae6b35d Move OnSettingsChanged callback into callback of weave::Device by Vitaly Buka · 10 years ago
  22. b624bc4 Use enum for Settings::local_anonymous_access_role by Vitaly Buka · 10 years ago
  23. 41a90d6 Remove Device::Options struct by Vitaly Buka · 10 years ago
  24. 2d16dfa Drop libweave part from includes. by Stefan Sauer · 10 years ago
  25. 312c2f5 weave/settings: rename device_id to cloud_id by Johan Euphrosine · 10 years ago
  26. 1e36367 Move all providers into include/weave/provider by Vitaly Buka · 10 years ago
  27. 3ab6f6e Renamed Network interface into Network provided. by Vitaly Buka · 10 years ago
  28. 4ebd329 Reformat with clang-format by Vitaly Buka · 10 years ago
  29. 5cf12a3 Remove unnecessary getters from weave::Config by Vitaly Buka · 10 years ago
  30. 64bc9ea Prevent fetch command queue requests from piling up by Alex Vakulenko · 10 years ago
  31. 0f6b2ec libweave: Move testing tools into directory weave/test by Vitaly Buka · 10 years ago
  32. 11b2f23 libweave: Test for libweave public API. by Vitaly Buka · 10 years ago
  33. e2810e0 libweave: Move reading/writing commands ans states files out of libweave by Vitaly Buka · 10 years ago
  34. c11a17d libweave: Remove loading/saving of config and state from libweave by Vitaly Buka · 10 years ago
  35. 8cb91d7 libweave: Remove device_kind and embedded_code_path by Vitaly Buka · 10 years ago
  36. 0801a1f libweave: Copy chromeos::Error into libweave by Vitaly Buka · 10 years ago
  37. 24d6fd5 libweave: Partially copy string_utils from libchromeos by Vitaly Buka · 10 years ago
  38. 6ca868f libweave: Copy bind_lambda into libweave by Vitaly Buka · 10 years ago
  39. 7d55639 libweave: Copy data_encoding.cc into libweave by Vitaly Buka · 10 years ago
  40. b001f28 libweave: Remove chromeos/url_utils.h includes by Vitaly Buka · 10 years ago
  41. ea2f15f libweave: Remove dependency on libchromeos/chromeos/errors/error_codes.h by Vitaly Buka · 10 years ago
  42. 0f80f7c libweave: Move backoff_entry from libchromeos into libweave by Vitaly Buka · 10 years ago
  43. f9630fb libweave: Pass TaskRunner instead of using MessageLoop::current() by Vitaly Buka · 10 years ago
  44. d282884 libchromeos: Use MockMessageLoop on FakeStream. by Bertrand SIMONNET · 10 years ago
  45. 45277eb libweave: Removed unused includes by Vitaly Buka · 10 years ago
  46. 815b603 libweave: Remove mime_type from HttpClient interface by Vitaly Buka · 10 years ago
  47. 1da6599 libweave: Remove dependency on chromeos/http* and chromeos/mime by Vitaly Buka · 10 years ago
  48. 1020618 libweave: Update unittests to work with HttpClient by Vitaly Buka · 10 years ago
  49. 6da9425 libweave: http::Transport access moved into HttpTransportClient by Vitaly Buka · 10 years ago
  50. 7b382ac libweave: Put "weave" includes into <> by Vitaly Buka · 10 years ago
  51. 8b096cc libweave: Fix notification channel update after device registration by Alex Vakulenko · 10 years ago
  52. 157b16a libweave: Add removing of weave::Command::Observer by Vitaly Buka · 10 years ago
  53. ddb2e38 buffet: Move ShillClient to buffet by Vitaly Buka · 10 years ago
  54. 387b4f4 libweave: Extract weave::Network interface by Vitaly Buka · 10 years ago
  55. 6942e1f libweave: Remove error pointer from ToJson methods by Vitaly Buka · 10 years ago
  56. 15f5909 libweave: Add enums CommandOrigin and CommandStatus by Vitaly Buka · 10 years ago
  57. 0f91be8 libweave: Retry failed RefreshAccessToken requests by Alex Vakulenko · 10 years ago
  58. fb331ac libweave: Add timestamp for device resource update requests by Alex Vakulenko · 10 years ago
  59. 67b5355 libweave: Move CommandObserver into public libweave interface by Vitaly Buka · 10 years ago
  60. 0d377a4 libweave: Rename CommandProxyInterface to CommandObserver by Vitaly Buka · 10 years ago
  61. c3d4e97 libweave: Remove ownership of CommandProxyInterface by CommandInstance by Vitaly Buka · 10 years ago
  62. 1038ec1 libweave: When XMPP channel created, poll the server for commands once by Alex Vakulenko · 10 years ago
  63. 0fa51e5 libweave: Buffet includes only weave/include files by Vitaly Buka · 10 years ago
  64. ed77a57 libweave: Improve VLOG(1) for cloud request by Alex Vakulenko · 10 years ago
  65. b6f015a libweave: Rename buffet namespace into weave by Vitaly Buka · 10 years ago
  66. a647c85 libweave: Clang format of moved files by Vitaly Buka · 10 years ago
  67. 912b698 buffet: Extracted libweave into separate directory by Vitaly Buka · 10 years ago[Renamed (98%) from buffet/device_registration_info.cc]
  68. f3a95bf buffet: Queue device resource updates to prevent parallel requests by Alex Vakulenko · 10 years ago
  69. be4254b buffet: Order device state and command updates on the server by Alex Vakulenko · 10 years ago
  70. a56a7e6 buffet: Pass TaskRunner to DeviceRegistrationInfo by Alex Vakulenko · 10 years ago
  71. 7eb783b buffet: Set reg_status to 'invalid_credentials' on deregistration by Alex Vakulenko · 10 years ago
  72. f61ee01 buffet: Handle 'rateLimitExceeded' errors by retrying the request later by Alex Vakulenko · 10 years ago
  73. 6b40d8f buffet: Add support for DEVICE_DELETED XMPP notification by Alex Vakulenko · 10 years ago
  74. 3fa42ae buffet: Handle cloud request failures due to device deleted on cloud by Alex Vakulenko · 10 years ago
  75. 63cc3d2 buffet: XmppChannel listens for connectivity changes by Vitaly Buka · 10 years ago
  76. 2c4178e buffet: Covert intervals into base::TimeDelta as soon as possible by Vitaly Buka · 10 years ago
  77. 93ba0bd buffet: Serialize/queue device state updates to the cloud server by Alex Vakulenko · 10 years ago
  78. 266b2b1 buffet: Implement exponential backoff for cloud requests by Alex Vakulenko · 10 years ago
  79. ae1ffbc platform2: Fix issues with new version of libchrome by Alex Vakulenko · 10 years ago
  80. 7ab89ff buffet: Remove D-Bus between CloudDelegate and Buffet by Vitaly Buka · 10 years ago
  81. 798a0e7 privetd: Remove empty device name checks by Vitaly Buka · 10 years ago
  82. 6b028ae buffet: Fix failed XMPP authorization issue by Alex Vakulenko · 10 years ago
  83. 2f7efdb buffet: Add base.updateBaseConfiguration implementation by Vitaly Buka · 10 years ago
  84. d05725f buffet: Make periodic polling secondary if XMPP channel is up by Alex Vakulenko · 10 years ago
  85. c903d28 buffet: Push state changed to the server immediately by Vitaly Buka · 10 years ago
  86. 26f557b buffet: XMPP channel sockets are left behind unclosed by Alex Vakulenko · 10 years ago
  87. 6e3c30e buffet: Hook up XMPP to deliver push notifications to buffet by Alex Vakulenko · 10 years ago
  88. cad2e33 buffet: Make RegisterDevice accept only ticket ID by Vitaly Buka · 10 years ago
  89. ff81db6 buffet: Add D-Bus API to change GCD service settings by Vitaly Buka · 10 years ago
  90. ee7a3af buffet: Move config and buffet state logic into BuffetConfig by Vitaly Buka · 10 years ago
  91. eedf3be buffet: Switch XmppChannel to use asynchronous socket streams by Alex Vakulenko · 10 years ago
  92. 4a3a9a2 buffet: Added local_discovery_enabled and local_pairing_enabled options by Vitaly Buka · 10 years ago
  93. 5636322 buffet: StorageInterface::Save accepts const reference by Vitaly Buka · 10 years ago
  94. 5e6ff6c buffet: Replace CallbackList with vector<Callback> by Vitaly Buka · 10 years ago
  95. 2c1029f buffet: Store anonymous_access_role in buffet config and state by Vitaly Buka · 10 years ago
  96. cf5248c buffet: Save save buffet state on UpdateDeviceInfo call by Vitaly Buka · 10 years ago
  97. d1978d3 buffet: Report command instance parsing error to cloud server by Alex Vakulenko · 10 years ago
  98. ab5f27b libchromeos: Replace scoped_ptr with std::unique_ptr in async http callbacks by Alex Vakulenko · 10 years ago
  99. b211c10 buffet: Queue multiple command update requests to the server by Alex Vakulenko · 10 years ago
  100. f784e21 buffet: Add 'origin' property to Command by Alex Vakulenko · 10 years ago