Sign in
weave
/
weave
/
libweave
/
4846c44914d563a76ac7b97f8917928cd2c054ce
/
src
/
device_registration_info.h
1e019fa
Replace URL with Url in identifiers
by Vitaly Buka
· 9 years ago
03ee8ac
Enable support of endpoints override.
by Vitaly Buka
· 9 years ago
3b8fbc5
Add customizable settings option for xmpp_endpoint
by Vitaly Buka
· 9 years ago
48a8669
Remove domain from weave::Error
by Vitaly Buka
· 9 years ago
0c190b3
Call ConfirmAuthToken when upload is done
by Vitaly Buka
· 9 years ago
72d8d16
Upload local auth data
by Vitaly Buka
· 9 years ago
6182030
Remove allow_response_without_content
by Vitaly Buka
· 9 years ago
666b43e
Move ownership of libweave config to DeviceManager
by Vitaly Buka
· 9 years ago
3d851b4
Change ownership of AuthManager as it's needed by DeviceRegistrationInfo
by Vitaly Buka
· 9 years ago
7717d93
Support HTTP responses with no body
by Vitaly Buka
· 9 years ago
1a10871
Remove output error parameter from BuildDeviceResource
by Vitaly Buka
· 9 years ago
d91d625
Switch to use ComponentManager for traits/components
by Alex Vakulenko
· 9 years ago
672634b
Persist kInvalidCredentials state
by Vitaly Buka
· 9 years ago
88272d5
Replace clouddevices with weave in documentation and tests
by Vitaly Buka
· 9 years ago
5a1f600
Remove the unneeded libweave directory
by Paul Westbrook
· 9 years ago
[Renamed from libweave/src/device_registration_info.h]
e07c29d
libweave: Add 'reason' to backup command fetch requests
by Alex Vakulenko
· 9 years ago
4615e0d
Updated source headers into The Weave Authors
by Vitaly Buka
· 9 years ago
7476342
Use single callback for replies to async operations
by Vitaly Buka
· 9 years ago
f7f52d4
Pass error as ErrorPtr into ErrorCallback
by Vitaly Buka
· 9 years ago
1a42e14
Replace type of method parameter of HttpClient::SendRequest with enum
by Vitaly Buka
· 9 years ago
226842f
Fixed inconsistent type for RegisterCallbacks
by Vitaly Buka
· 9 years ago
4774df2
Async RegisterDevice implementation
by Vitaly Buka
· 9 years ago
866b60a
Remove request id from HTTP client
by Vitaly Buka
· 9 years ago
12870bd
Change weave::Device::Register API to async version
by Vitaly Buka
· 9 years ago
c3c6dab
Remove weave::Cloud interface
by Vitaly Buka
· 9 years ago
9aa15c7
Remove Cloud::Update* methods
by Vitaly Buka
· 9 years ago
ee3e36d
Remove weave::Cloud::GetDeviceInfo and OnCloudRequestErrorCallback
by Vitaly Buka
· 9 years ago
ae6b35d
Move OnSettingsChanged callback into callback of weave::Device
by Vitaly Buka
· 9 years ago
b624bc4
Use enum for Settings::local_anonymous_access_role
by Vitaly Buka
· 9 years ago
41a90d6
Remove Device::Options struct
by Vitaly Buka
· 9 years ago
238db69
Hide internal settings from weave/settings.h
by Vitaly Buka
· 9 years ago
2d16dfa
Drop libweave part from includes.
by Stefan Sauer
· 9 years ago
312c2f5
weave/settings: rename device_id to cloud_id
by Johan Euphrosine
· 9 years ago
1e36367
Move all providers into include/weave/provider
by Vitaly Buka
· 9 years ago
3ab6f6e
Renamed Network interface into Network provided.
by Vitaly Buka
· 9 years ago
5cf12a3
Remove unnecessary getters from weave::Config
by Vitaly Buka
· 9 years ago
64bc9ea
Prevent fetch command queue requests from piling up
by Alex Vakulenko
· 9 years ago
0d50107
libweave: Remove few small base/ dependencies
by Vitaly Buka
· 9 years ago
c11a17d
libweave: Remove loading/saving of config and state from libweave
by Vitaly Buka
· 9 years ago
0801a1f
libweave: Copy chromeos::Error into libweave
by Vitaly Buka
· 9 years ago
7d55639
libweave: Copy data_encoding.cc into libweave
by Vitaly Buka
· 9 years ago
823fdda
libweave: Replace MessageLoop with weave::TaskRunner
by Vitaly Buka
· 9 years ago
0f80f7c
libweave: Move backoff_entry from libchromeos into libweave
by Vitaly Buka
· 9 years ago
f9630fb
libweave: Pass TaskRunner instead of using MessageLoop::current()
by Vitaly Buka
· 9 years ago
0b4e1fd
buffet: Move HttpTransportClient out of libweave
by Vitaly Buka
· 9 years ago
1020618
libweave: Update unittests to work with HttpClient
by Vitaly Buka
· 9 years ago
6da9425
libweave: http::Transport access moved into HttpTransportClient
by Vitaly Buka
· 9 years ago
7b382ac
libweave: Put "weave" includes into <>
by Vitaly Buka
· 9 years ago
4c808b2
libweave: Update "base" state on config change
by Vitaly Buka
· 9 years ago
ddb2e38
buffet: Move ShillClient to buffet
by Vitaly Buka
· 9 years ago
0f91be8
libweave: Retry failed RefreshAccessToken requests
by Alex Vakulenko
· 9 years ago
fb331ac
libweave: Add timestamp for device resource update requests
by Alex Vakulenko
· 10 years ago
8b4ab96
libweave: Interfaces for subcomponents of libweave
by Vitaly Buka
· 10 years ago
1038ec1
libweave: When XMPP channel created, poll the server for commands once
by Alex Vakulenko
· 10 years ago
0fa51e5
libweave: Buffet includes only weave/include files
by Vitaly Buka
· 10 years ago
b6f015a
libweave: Rename buffet namespace into weave
by Vitaly Buka
· 10 years ago
a647c85
libweave: Clang format of moved files
by Vitaly Buka
· 10 years ago
912b698
buffet: Extracted libweave into separate directory
by Vitaly Buka
· 10 years ago
[Renamed (95%) from buffet/device_registration_info.h]
f3a95bf
buffet: Queue device resource updates to prevent parallel requests
by Alex Vakulenko
· 10 years ago
be4254b
buffet: Order device state and command updates on the server
by Alex Vakulenko
· 10 years ago
a56a7e6
buffet: Pass TaskRunner to DeviceRegistrationInfo
by Alex Vakulenko
· 10 years ago
fe53f61
buffet: Add abstract CloudCommandUpdateInterface
by Alex Vakulenko
· 10 years ago
6b40d8f
buffet: Add support for DEVICE_DELETED XMPP notification
by Alex Vakulenko
· 10 years ago
3fa42ae
buffet: Handle cloud request failures due to device deleted on cloud
by Alex Vakulenko
· 10 years ago
63cc3d2
buffet: XmppChannel listens for connectivity changes
by Vitaly Buka
· 10 years ago
b56872f
buffet: Move privet options and state into buffet
by Vitaly Buka
· 10 years ago
93ba0bd
buffet: Serialize/queue device state updates to the cloud server
by Alex Vakulenko
· 10 years ago
266b2b1
buffet: Implement exponential backoff for cloud requests
by Alex Vakulenko
· 10 years ago
7ab89ff
buffet: Remove D-Bus between CloudDelegate and Buffet
by Vitaly Buka
· 10 years ago
6b028ae
buffet: Fix failed XMPP authorization issue
by Alex Vakulenko
· 10 years ago
2f7efdb
buffet: Add base.updateBaseConfiguration implementation
by Vitaly Buka
· 10 years ago
d05725f
buffet: Make periodic polling secondary if XMPP channel is up
by Alex Vakulenko
· 10 years ago
c903d28
buffet: Push state changed to the server immediately
by Vitaly Buka
· 10 years ago
534a312
platform2: Enforce virtual destructors on base classes
by Alex Vakulenko
· 10 years ago
6e3c30e
buffet: Hook up XMPP to deliver push notifications to buffet
by Alex Vakulenko
· 10 years ago
cad2e33
buffet: Make RegisterDevice accept only ticket ID
by Vitaly Buka
· 10 years ago
ff81db6
buffet: Add D-Bus API to change GCD service settings
by Vitaly Buka
· 10 years ago
ee7a3af
buffet: Move config and buffet state logic into BuffetConfig
by Vitaly Buka
· 10 years ago
eedf3be
buffet: Switch XmppChannel to use asynchronous socket streams
by Alex Vakulenko
· 10 years ago
72410b2
buffet: Added base.updateDeviceInfo handler
by Vitaly Buka
· 10 years ago
5e6ff6c
buffet: Replace CallbackList with vector<Callback>
by Vitaly Buka
· 10 years ago
d1978d3
buffet: Report command instance parsing error to cloud server
by Alex Vakulenko
· 10 years ago
ab5f27b
libchromeos: Replace scoped_ptr with std::unique_ptr in async http callbacks
by Alex Vakulenko
· 10 years ago
b211c10
buffet: Queue multiple command update requests to the server
by Alex Vakulenko
· 10 years ago
5e022a3
buffet: CheckDeviceRegistered works offline
by Nathan Bullock
· 10 years ago
9ea5a32
buffet: Add command_def filtering by command visibility
by Alex Vakulenko
· 10 years ago
fa94706
buffet: Add read-only properties with buffet config options
by Vitaly Buka
· 10 years ago
867b088
buffet: Update configuration reading for new fields moved from privetd
by Vitaly Buka
· 10 years ago
f71cca6
libchromeos: Switch http Response to use streams
by Alex Vakulenko
· 10 years ago
468f7f3
buffet: Deprecate "displayName" in favor of "name" in device resource
by Alex Vakulenko
· 10 years ago
d732bd0
buffet: Add flag to disable XMPP support
by Christopher Wiley
· 10 years ago
34eae04
buffet: Allow configurable polling period
by Christopher Wiley
· 10 years ago
583d64b
buffet: Rework buffet configuration
by Christopher Wiley
· 10 years ago
7ad8ffb
buffet: Remove initial OnRegistrationStatusChanged call
by Vitaly Buka
· 10 years ago
620bd7e
buffet: Add DeviceId DBus property
by Vitaly Buka
· 10 years ago
b055f15
buffet: Update RegistrationStatus enum and how it's set
by Vitaly Buka
· 10 years ago
6ca3ad6
buffet: Fix return type of DeviceRegistrationInfo::GetDeviceInfo
by Vitaly Buka
· 10 years ago
ba983c8
buffet: Automatically periodically call StartDevice()
by Christopher Wiley
· 10 years ago
390d191
buffet: Forcibly refresh access token when handling HTTP error 401.
by David Zeuthen
· 10 years ago
24d189f
buffet: Add RegistrationStatus::InvalidCredentials
by Nathan Bullock
· 10 years ago
Next »