Sign in
weave
/
weave
/
libweave
/
ae0f3a1db166878fe822a9a611cf053c483e5b76
/
buffet
/
device_registration_info.cc
5e6ff6c
buffet: Replace CallbackList with vector<Callback>
by Vitaly Buka
· 10 years ago
2c1029f
buffet: Store anonymous_access_role in buffet config and state
by Vitaly Buka
· 10 years ago
cf5248c
buffet: Save save buffet state on UpdateDeviceInfo call
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
f784e21
buffet: Add 'origin' property to Command
by Alex Vakulenko
· 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
db770e7
libchromeos: Replace char with std::string in string_utils API
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
8fb6de7
buffet: Always start PeriodicallyPollCommands
by Nathan Bullock
· 10 years ago
c900e48
buffet: Expose RegistrationStatus over DBus
by Christopher Wiley
· 10 years ago
f12f7f0
buffet: Handle XMPP authentication failures
by Nathan Bullock
· 10 years ago
6522ab6
buffet: Send modelManifestId with device registration
by Vitaly Buka
· 10 years ago
bea9113
buffet: Start XMPP immediately after registration
by Nathan Bullock
· 10 years ago
e440848
buffet: ticket_id is local to RegisterDevice
by Nathan Bullock
· 10 years ago
d9e0bcd
buffet: Integrate the XmppClient into buffet
by Nathan Bullock
· 10 years ago
02ca28b
buffet: Persist needed registration data
by Nathan Bullock
· 10 years ago
cd41966
buffet: StartDevice automatically after a short delay
by Christopher Wiley
· 10 years ago
bb5b848
buffet: Allow tests to pass in a path to search for command definitions
by Christopher Wiley
· 10 years ago
1dbad47
buffet: Pass error from GCD if available.
by David Zeuthen
· 10 years ago
d0db55c
buffet: Don't crash if user is passing bad parameters via D-Bus.
by David Zeuthen
· 10 years ago
e0fdeee
buffet: Read config/state paths from commandline
by Christopher Wiley
· 10 years ago
586b8b5
buffet: Remove unused URL
by Christopher Wiley
· 10 years ago
ab8af68
buffet: Organize storage keys by relative lifetime
by Christopher Wiley
· 10 years ago
61ad4db
buffet: Fix state update notification to GCD cloud server
by Alex Vakulenko
· 10 years ago
6401d01
libchromeos: Add request ID to async http I/O methods/callbacks
by Alex Vakulenko
· 10 years ago
0357c03
libchromeos: Add async http I/O API, phase I.
by Alex Vakulenko
· 10 years ago
89dde2f
libchromeos: Cleaned up HTTP utilities
by Alex Vakulenko
· 10 years ago
332df19
buffet: Configure buffet from the file.
by Anton Muhin
· 10 years ago
d3eb19c
buffet: Device registration accepts "description", "location" and "display_name".
by Vitaly Buka
· 10 years ago
76933fd
buffet: Serialize longs as strings.
by Anton Muhin
· 10 years ago
b831562
buffet: Publish state updates.
by Anton Muhin
· 10 years ago
5975552
buffet: Support cloud command proxy.
by Anton Muhin
· 10 years ago
ac8037d
libchromeos: Add error location informaion to chromeos::Error
by Alex Vakulenko
· 10 years ago
5191e81
buffet: Separate command IDs from DBus paths.
by Anton Muhin
· 10 years ago
6d2569e
buffet: Abort limbo commands.
by Anton Muhin
· 10 years ago
d07e206
buffet: Implement command polling.
by Anton Muhin
· 10 years ago
c635c59
buffet: Refactor async operations.
by Anton Muhin
· 10 years ago
0ae1fba
buffet: Implement a tool to do periodic polling.
by Anton Muhin
· 10 years ago
233d2ee
buffet: Refetch access token when expired.
by Anton Muhin
· 10 years ago
9945fac
buffet: Better access to JSON properies.
by Anton Muhin
· 10 years ago
9e19cdd
buffet: Migrate from system_name to just name.
by Anton Muhin
· 10 years ago
a34f0d9
buffet: Abort all the limbo commands.
by Anton Muhin
· 10 years ago
633eded
buffet: Support retries for 5xx errors.
by Anton Muhin
· 10 years ago
beb1c5b
buffet: Merge registration start and finalization.
by Anton Muhin
· 10 years ago
ac661ab
buffet: Introduce a helper method to do cloud API request.
by Anton Muhin
· 10 years ago
d8d3216
buffet: First step in device start implementation.
by Anton Muhin
· 10 years ago
532ff7e
buffet: Simplify device registration.
by Anton Muhin
· 11 years ago
a480314
buffet: Switch to new registration workflow, user-initiated.
by Anton Muhin
· 11 years ago
07216fe
buffet: Add device state manager
by Alex Vakulenko
· 11 years ago
b04936f
buffet: Moved LoadJsonDict() function into buffet/utils.h
by Alex Vakulenko
· 11 years ago
eb4cfb9
buffet: Use Transport::CreateDefault() to create curl http transport
by Alex Vakulenko
· 11 years ago
a8b95bc
libchromeos: Clean up/moved file into sub-directories
by Alex Vakulenko
· 11 years ago
cca2093
libchromeos: Move http_utils from Buffet to libchromeos
by Alex Vakulenko
· 11 years ago
a904434
libchromeos: Add generic DBus data serialization/deserialization
by Alex Vakulenko
· 11 years ago
3aeea1c
libchromeos: Move mime_utils from Buffet to libchromeos
by Alex Vakulenko
· 11 years ago
bd5b544
libchromeos: Move url_utils from Buffet to libchromeos
by Alex Vakulenko
· 11 years ago
e4879a2
libchromeos: Move data_encoding from Buffet to libchromeos
by Alex Vakulenko
· 11 years ago
b8fc1df
libchromeos: Migrate string_utils from Buffet to libchromeos
by Alex Vakulenko
· 11 years ago
f2784de
buffet: Switch buffet::Manager to use DBusObject
by Alex Vakulenko
· 11 years ago
5f47206
platform2: Move Error class from Buffet to libchromeos
by Alex Vakulenko
· 11 years ago
4510944
buffet: Add GCD device draft record to device registration
by Alex Vakulenko
· 11 years ago
1f30a62
buffet: Pass CommandManager instance to DeviceRegistrationInfo
by Alex Vakulenko
· 11 years ago
5841c30
buffet: Sorted headers alphabetically (build/include_alpha)
by Alex Vakulenko
· 11 years ago
96c84d3
Buffet: utility function tweaks
by Alex Vakulenko
· 11 years ago
af23b32
buffet: Remove 'chromeos' namespace and move everything to buffet NS
by Alex Vakulenko
· 11 years ago
b3aac25
buffet: Added advanced error reporting
by Alex Vakulenko
· 11 years ago
006e94e
buffet: Extract StorageInterface and implementations into separate files
by Christopher Wiley
· 11 years ago
8e34d39
buffet: Added unit tests for DeviceRegistrationInfo class
by Alex Vakulenko
· 11 years ago
a3062c5
buffet: reworked http transport to prepare for unit testing
by Alex Vakulenko
· 11 years ago
bda220a
buffet: added url_utils
by Alex Vakulenko
· 11 years ago
3cb466c
Buffet: Phase 1 of GCD device registration workflow
by Alex Vakulenko
· 11 years ago