Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libbrillo
/
20d497f58d7abdec1e011cb1efadb45e53e5af0b
/
chromeos
/
dbus
d0b4d8d
libchromeos: Fix support for protobufs in D-Bus serialization
by Alex Vakulenko
· 10 years ago
b704acf
libchromeos: Add D-Bus de-serialization for array of dictionaries
by Alex Vakulenko
· 10 years ago
852ff00
libchromeos: Replace char with std::string in string_utils API
by Vitaly Buka
· 10 years ago
e8f2d2b
peerd: Don't use service tokens
by Christopher Wiley
· 10 years ago
3b34ec4
libchromeos: Add overloads for D-Bus method handlers with dbus::Message
by Alex Vakulenko
· 10 years ago
982f6d4
libchromeos: Fix race in DBusObject lifetime.
by Christopher Wiley
· 10 years ago
454f5f3
peerd: Remove exposed services on death.
by Christopher Wiley
· 10 years ago
a0a9758
libchromeos: Add missing AddRawMethodHandler variant
by Christopher Wiley
· 10 years ago
cb8b578
libchromeos: Add method to get the bus from DBusObject
by Alex Vakulenko
· 10 years ago
65060f1
libchromeos: fix -Winconsistent-missing-override warning.
by Yunlian Jiang
· 10 years ago
05d2904
libchromeos: Cleaned up code with clang-format
by Alex Vakulenko
· 10 years ago
f5effe9
libchromeos: Add some missing unit tests for HTTP utilities.
by Alex Vakulenko
· 10 years ago
ce46f5e
libchromeos: Replace ScopedDBusErrorWrapper with dbus::ScopedDBusError
by Alex Vakulenko
· 10 years ago
7fb5e54
Update libchrome to r307740 and fix build errors
by Alex Vakulenko
· 10 years ago
8667f32
libchromeos: support for DBus Property Set method
by Peter Qiu
· 10 years ago
973ba0a
libchromeos: Add support for invoking D-Bus methods asynchronously
by Alex Vakulenko
· 10 years ago
88e2235
libchromeos: Add D-Bus Property class that handles any data type
by Alex Vakulenko
· 10 years ago
2cd6793
libchromeos: Enable -Werror.
by Alex Deymo
· 10 years ago
cc16f10
Revert "privetd: Add HTTPS support"
by Yu-Ju Hong
· 10 years ago
f0bb95c
privetd: Add HTTPS support
by Alex Vakulenko
· 10 years ago
cbce187
libchromeos: Support D-Bus STRUCT of any size via std::tuple<>
by Alex Vakulenko
· 10 years ago
5e16f06
libchromeos: Strongly type return values of async D-Bus calls
by Alex Vakulenko
· 10 years ago
8f815f5
libchromeos: Add error location informaion to chromeos::Error
by Alex Vakulenko
· 10 years ago
003e3bb
libchromeos: Fix DBus data serialization to work with custom types
by Alex Vakulenko
· 10 years ago
f02e379
libchromeos: Make sure DBusInterface::HandleMethodCall is under test
by Alex Vakulenko
· 10 years ago
c60df90
libchromeos: Fix regression in DBusInterface::HandleMethodCall
by Alex Vakulenko
· 10 years ago
ff7e21d
libchromeos: Add support for const class member as D-Bus method handlers
by Alex Vakulenko
· 10 years ago
2c93bf5
libchromeos: Move common code of AddXXXMethodHandler() out
by Alex Vakulenko
· 10 years ago
f437e3b
libchromeos: Add support for async D-Bus method handlers
by Alex Vakulenko
· 10 years ago
00ceab8
libchromeos: ExtractMethodCallResults returns error when D-Bus method fails
by Alex Vakulenko
· 10 years ago
90f61fd
libchromeos: Add support for OUT parameters in D-Bus method invoker
by Alex Vakulenko
· 10 years ago
bba50fa
libchromeos: Add functions to undecorate type names
by Alex Vakulenko
· 10 years ago
927171f
libchromeos: Add native C++ D-Bus signal handler support
by Alex Vakulenko
· 10 years ago
05127f7
libchromeos: Validate file descriptors when obtaining over D-Bus
by Alex Vakulenko
· 10 years ago
d550ef9
libchromeos: Move Dictionary class into its own header file
by Alex Vakulenko
· 10 years ago
1363ed6
libchromeos: Wrap ScopedDBusError to eliminate link deps on dbus-1
by Alex Vakulenko
· 10 years ago
cabc46f
libchromeos: Use CallMethodAndBlockWithErrorDetails in dbus_method_invoker
by Alex Vakulenko
· 10 years ago
e10a703
libchromeos: Fixed D-Bus method call error handling
by Alex Vakulenko
· 10 years ago
49ec38f
peerd: Add Avahi DBus interface
by Christopher Wiley
· 10 years ago
3e007ac
libchromeos: Add verbose error logging to D-Bus methods
by Alex Vakulenko
· 10 years ago
0666e11
libchromeos: replaced typdefs with type aliases ("using")
by Alex Vakulenko
· 10 years ago
90e4ffc
libchromeos: Add GetDefaultCompletionAction() to AsyncEventSequencer
by Alex Vakulenko
· 10 years ago
f2418e5
libchromeos: Include base/macros.h instead of base/basictypes.h
by Alex Vakulenko
· 10 years ago
6cd7f81
libchromeos: Add D-Bus method invoker helpers
by Alex Vakulenko
· 10 years ago
46dabd1
libchromeos: Add D-Bus serialization for google::protobuf::MessageLite
by Alex Vakulenko
· 10 years ago
847b871
libchromeos: Disable automatic symbol exports from libchromeos
by Alex Vakulenko
· 10 years ago
9d99bc6
libchromeos: Replace NULL with nullptr
by Alex Vakulenko
· 10 years ago
fa8f944
libchromeos: Implement D-Bus signal registration
by Alex Vakulenko
· 10 years ago
1510466
libchromeos: Clean up/moved file into sub-directories
by Alex Vakulenko
· 10 years ago
bacf4f0
libchromeos: Fix build break on clang
by Alex Vakulenko
· 10 years ago
a5f4284
libchromeos: Add MockDBusObject
by Christopher Wiley
· 10 years ago
1e259af
libchromeos: Add DBusParamWriter and unit tests
by Alex Vakulenko
· 10 years ago
b381365
libchromeos: split dbus_utils.h/extract data serialization routines
by Alex Vakulenko
· 10 years ago
e46e51f
libchromeos: Extract D-Bus parameter parsing from DBusObject
by Alex Vakulenko
· 10 years ago
e2f969f
libchromeos: Switch ExportedObjectManager to use DBusObject
by Alex Vakulenko
· 10 years ago
1cfada5
libchromeos: Use predefined D-Bus error macros from libdbus.
by Alex Vakulenko
· 10 years ago
5e87965
libchromeos: Add CallMethod() to help with unit testing.
by Alex Vakulenko
· 10 years ago
520fc15
libchromeos: Fix property implementation in DBusObject
by Alex Vakulenko
· 10 years ago
30477dd
buffet: Add generic DBus object implementation framework
by Alex Vakulenko
· 10 years ago
ef47ede
libchromeos: fix linter issues
by Alex Vakulenko
· 10 years ago
b54b6dc
libchromeos: Fix linting issues
by Bertrand SIMONNET
· 10 years ago
09e78dd
Remove dead session-manager GLib error constants
by Chris Masone
· 10 years ago
c7b97b8
Remove conditional code for libchrome <= 242728
by Ben Chan
· 11 years ago
601d167
libchromeos: Support building with libchrome r242728.
by Daniel Erat
· 11 years ago
4f268f4
Add libchromeos/libpolicy GYP file
by Liam McLoughlin
· 12 years ago
cfb8f9f
Add new session_manager errors appropriate for multiprofile
by Chris Masone
· 12 years ago
4a6610d
[libchrome] add ERROR_ALREADY_SESSION
by Elly Jones
· 12 years ago
260b425
dbus: Remove func that sends signal with no args
by Simon Que
· 13 years ago
efb8fe1
dbus: Add function to issue no-reply method call
by Simon Que
· 13 years ago
20aad2c
Remove dbus/service_constants.h from libchromeos.git.
by Satoru Takabayashi
· 13 years ago
88af7b8
libchromeos: add session-service constants.
by Elly Jones
· 13 years ago
47979a6
Move definitions of D-Bus string contants from .cc file to .h file.
by Satoru Takabayashi
· 13 years ago
7f7c1ca
Remove the #include of error_constants.h from service_constants.h.
by Satoru Takabayashi
· 13 years ago
ac03ae8
Separate error constants from service_constants.h.
by Satoru Takabayashi
· 13 years ago
6dd315a
Added MonitorConnection template with 4 arguments.
by tbarzic
· 13 years ago
3e474ba
Add definitions related to controlling the keyboard backlight.
by Doug Anderson
· 13 years ago
b0c2212
[libchromeos] Add way more flimflam property names
by Chris Masone
· 13 years ago
95a3fa4
Add constants for user policy calls.
by Mattias Nissler
· 13 years ago
67b63cc
[libchromeos] Add flimflam, cashew, modemmanager constants
by Chris Masone
· 13 years ago
5151c54
libchromeos: add kSessionManagerRetrieveSessionState.
by Daniel Erat
· 13 years ago
4b9f45f
libchromeos: Added D-Bus service constants for power manager service
by Chris Wolfe
· 14 years ago
936bf34
Constants for Cryptohome API added
by Denis Glotov
· 14 years ago
5d2e738
Added constants for the dbus function names for cryptohome's InstallAttributes calls.
by Julian Pastarmov
· 14 years ago
84445f7
libchromeos: Add new cryptohomed dbus method names
by Ken Mixter
· 14 years ago
9c46589
[common] Add constants for new session manager API calls
by Chris Masone
· 14 years ago
948d927
Add constants for new cryptohome API
by Denis Glotov
· 14 years ago
fc02f23
Typo fix (in "MonitorSignal low-level wrapper introduced")
by Denis Glotov
· 14 years ago
8a93c90
MonitorSignal low-level wrapper introduced
by Denis Glotov
· 14 years ago
a99b237
Introducing kPowerStateChangedSignal - system sleeping state signal
by Denis Glotov
· 14 years ago
09dcdba
Created a dbus service called LibCrosService (for lack of a better name) that runs in chrome executable. This service currently exposes the functionality of resolving network proxies for given URLs. If more functionalities are required from chrome later, just simply add methods to this service. This implementation spans across several pkgs, this is the libchromeos pkg.
by Kuan Tan
· 14 years ago
f2c0a3f
common: Add EmitLoginPromptVisible constant.
by Daniel Erat
· 14 years ago
6eeba3e
libchromeos: add RestartEntd dbus method string
by Ken Mixter
· 14 years ago
f270a7c
Stop spamming to /var/log/ui/ui.LATEST.
by Yusuke Sato
· 14 years ago
af31b89
dbus: Add kRequestRestartSignal constant for power_manager
by Benson Leung
· 14 years ago
295dee2
Add SendSignalWithNoArgumentsToSystemBus() to dbus.h
by Satoru Takabayashi
· 14 years ago
23a13a8
dbus: Add power manager "BrightnessChanged" signal.
by Daniel Erat
· 14 years ago
324f1bb
Add constants for new TpmCanAttemptOwnership API.
by Frank Swiderski
· 14 years ago
d982b41
Add constants for new cryptohome APIs.
by Frank Swiderski
· 14 years ago
5446102
Add dbus service constant for UnregisterSuspendDelay.
by Benson Leung
· 14 years ago
f42912e
libchromeos: Add SuspendDelay DBus interface.
by Elly Jones
· 14 years ago
Next »