Sign in
weave
/
weave
/
libweave
/
32005de69ecb92f5507aef03bf363d925d7a682f
/
buffet
/
manager.cc
d1978d3
buffet: Report command instance parsing error to cloud server
by Alex Vakulenko
· 10 years ago
41f73a9
libchromeos: Replace scoped_ptr with std::unique_ptr in D-Bus method handlers
by Alex Vakulenko
· 10 years ago
5e022a3
buffet: CheckDeviceRegistered works offline
by Nathan Bullock
· 10 years ago
f784e21
buffet: Add 'origin' property to Command
by Alex Vakulenko
· 10 years ago
e03af6d
buffet: Add the ability to change command visibility
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
76e7059
buffet: Rename RegisterAsync to Start
by Vitaly Buka
· 10 years ago
d732bd0
buffet: Add flag to disable XMPP support
by Christopher Wiley
· 10 years ago
4b6c0fb
buffet: Pretty print GetDeviceInfo and GetState
by Nathan Bullock
· 10 years ago
64fc5fc
privetd: Implement privet/v3/commands/execute
by Vitaly Buka
· 10 years ago
3886e8f
privetd: Implement privet/v3/commands/status
by Vitaly Buka
· 10 years ago
583d64b
buffet: Rework buffet configuration
by Christopher Wiley
· 10 years ago
aabadee
privetd: Implement /privet/v3/commandDefs
by Vitaly Buka
· 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
ba983c8
buffet: Automatically periodically call StartDevice()
by Christopher Wiley
· 10 years ago
1e26dd5
buffet: Use 15 second delay for StartDevice
by Nathan Bullock
· 10 years ago
c900e48
buffet: Expose RegistrationStatus over DBus
by Christopher Wiley
· 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
e0fdeee
buffet: Read config/state paths from commandline
by Christopher Wiley
· 10 years ago
61ad4db
buffet: Fix state update notification to GCD cloud server
by Alex Vakulenko
· 10 years ago
420e49f
buffet: Remove libbuffet and rely on generated proxies
by Alex Vakulenko
· 10 years ago
c3bac7d
chromeos-dbus-bindings: Use object path and service name in generated code
by Alex Vakulenko
· 10 years ago
332df19
buffet: Configure buffet from the file.
by Anton Muhin
· 10 years ago
2348e42
buffet: Moved D-Bus definitions to XML/Code generator
by Alex Vakulenko
· 10 years ago
2b7c4dd
libchromeos: Strongly type return values of async D-Bus calls
by Alex Vakulenko
· 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
5c7bf01
libchromeos: Add support for async D-Bus method handlers
by Alex Vakulenko
· 10 years ago
ff73cf2
buffet: Fix issues in StateChangeQueue
by Alex Vakulenko
· 10 years ago
57123b2
buffet: Add state change queue
by Alex Vakulenko
· 10 years ago
beb1c5b
buffet: Merge registration start and finalization.
by Anton Muhin
· 10 years ago
d8d3216
buffet: First step in device start implementation.
by Anton Muhin
· 11 years ago
86d67fe
buffet: Stub for StartDevice method.
by Anton Muhin
· 11 years ago
532ff7e
buffet: Simplify device registration.
by Anton Muhin
· 11 years ago
576c979
libchromeos: Move Dictionary class into its own header file
by Alex Vakulenko
· 11 years ago
07216fe
buffet: Add device state manager
by Alex Vakulenko
· 11 years ago
89d9d5e
buffet: Add libbuffet library and test daemon
by Alex Vakulenko
· 11 years ago
665c885
buffet: Add ability to add commands via buffet_client
by Alex Vakulenko
· 11 years ago
9511075
buffet: Add DBusCommandDispacher and hook it up to CommandQueue
by Alex Vakulenko
· 11 years ago
a8b95bc
libchromeos: Clean up/moved file into sub-directories
by Alex Vakulenko
· 11 years ago
63cd5fa
libchromeos: split dbus_utils.h/extract data serialization routines
by Alex Vakulenko
· 11 years ago
be9c383
libchromeos: Switch ExportedObjectManager to use DBusObject
by Alex Vakulenko
· 11 years ago
a904434
libchromeos: Add generic DBus data serialization/deserialization
by Alex Vakulenko
· 11 years ago
7a1dc0b
buffet: Use DBus utilities in buffet_client
by Alex Vakulenko
· 11 years ago
f2784de
buffet: Switch buffet::Manager to use DBusObject
by Alex Vakulenko
· 11 years ago
e42dbe0
buffet: Add generic DBus object implementation framework
by Alex Vakulenko
· 11 years ago
5f47206
platform2: Move Error class from Buffet to libchromeos
by Alex Vakulenko
· 11 years ago
b5dd5ea
buffet: libchromeos: Move ExportedObjectManager to libchromeos
by Christopher Wiley
· 11 years ago
98f91cd
buffet: Simplify dbus::Bus propagation via ExportedObjectManager
by Alex Vakulenko
· 11 years ago
94d6597
buffet: libchromeos: Migrate ExportedPropertySet to libchromeos
by Christopher Wiley
· 11 years ago
2d2d92b
libchromeos: Migrate AsyncEventSequencer to libchromeos
by Christopher Wiley
· 11 years ago
1f30a62
buffet: Pass CommandManager instance to DeviceRegistrationInfo
by Alex Vakulenko
· 11 years ago
c2bc9a4
buffet: Move global instance of CommandManager to buffet::Manager
by Alex Vakulenko
· 11 years ago
adb901d
buffet: Add ObjectManager interface to /org/chromium/Buffet
by Christopher Wiley
· 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
b76eb29
buffet: Remove DBusManager class
by Christopher Wiley
· 11 years ago
3cb466c
Buffet: Phase 1 of GCD device registration workflow
by Alex Vakulenko
· 11 years ago
9001624
buffet: Make ExportedPropertySet threadsafe
by Christopher Wiley
· 11 years ago
aa3f29c
buffet: Add State property to Manager
by Christopher Wiley
· 11 years ago
a4915c4
buffet: Add Manager class
by Christopher Wiley
· 11 years ago