- 61e7190 libchromeos: revert add process control library, syslog logging capability, and run unit tests by Ken Mixter · 14 years ago
- f7cb327 libchromeos: add process control library, syslog logging capability, and run unit tests by Ken Mixter · 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
- 198937f Add a char* mapping, for the new CertPath compat code in libcros. by Nathan Williams · 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
- 273ffd6 Add constants for AsyncRemove API. by Frank Swiderski · 14 years ago
- 784e3ba Add dbus constant for clean shutdown for powerd. by Benson Leung · 14 years ago
- 713a252 Add constants for new status APIs for the TPM and cryptohome. by Frank Swiderski · 14 years ago
- db4fb54 Add request shutdown dbus signal for future UI. by Benson Leung · 14 years ago
- 5b2869e Add constants for method that enumerates all whitelisted email addresses by Chris Masone · 14 years ago
- 33f0b37 Add cryptohome async API constants. by Frank Swiderski · 14 years ago
- f70d0f8 Change blacklist->unwhitelist, per session_manager changes by Chris Masone · 14 years ago
- 894f85f Add blacklist method to ownership API by Chris Masone · 14 years ago
- 6e28483 Adding more error codes for ownership API by Chris Masone · 14 years ago
- 30d6fa2 Signal names for Ownership API by Chris Masone · 14 years ago
- fb9d3d9 Add constants for ownership API by Chris Masone · 14 years ago
- fa02711 consts for imageburning by Toni Barzic · 14 years ago
- 6a88b8d new method name added by Anton (whywhat) Vayvod · 14 years ago
- de5a248 [libchromeos] Update to new libchrome APIs by Chris Masone · 14 years ago
- 01232f3 New constant for session manager by Anton (whywhat) Vayvod · 14 years ago
- ddbd816 Add service constants for new Cryptohome TPM APIs. by Frank Swiderski · 14 years ago
- 185a3b7 Do not call abort when ::dbus_g_bus_get(DBUS_BUS_SYSTEM); returns NULL. by Yusuke Sato · 14 years ago
- 35371c8 Allowed to construct a dbus::BusConnection object with NULL g_connection (just like dbus::Proxy) to fix TODO in the GetPrivateConnection function. by Yusuke Sato · 14 years ago
- 03b9954 Add constant for CryptohomeMountGuest. BUG=323 by Frank Swiderski · 14 years ago
- 4779c00 Add RequestSuspend signal to list of power manager signals (1 of 7) by David James · 14 years ago
- 291bbe2 Setup code review inheritance by Anush Elangovan · 14 years ago
- f4c96ed Add constants for new dbus methods that interface with the TPM by Chris Masone · 14 years ago
- 6bd971d Adding signals for indicating whether TTS service started successfully by Chaitanya Gharpure · 14 years ago
- 4c2e4c3 Call dbus_bus_register() for the connection returned from dbus_connection_open_private(). by Yusuke Sato · 14 years ago
- 2731d7a Initial patch from Will. by Frank Swiderski · 14 years ago
- 21a193f Update service constants for screen lock. by Mitsuru Oshima · 14 years ago
- 25e5a07 move profiler from chromeos to window_manager by Chong Su · 14 years ago
- 6a05a63 Service constants for screen lock. by Mitsuru Oshima · 14 years ago
- 93b3783 Proxy Constructor for peer proxy. by Mitsuru Oshima · 14 years ago
- d614d48 added CPU profiling related files profiler.cc and profiler.h by Chong Su · 14 years ago
- c1c3eff Revert "added CPU profiling related files profiler.cc and profiler.h" by Darin Petkov · 14 years ago
- 686961c added CPU profiling related files profiler.cc and profiler.h by Chong Su · 14 years ago
- e59ad0f Add the session manager signal to the service constants. by Darin Petkov · 15 years ago
- 36d82ee Adding constants for speech_synthesizer service by Chaitanya Gharpure · 15 years ago
- 7937809 add new constant for new Cryptohome dbus API call by Chris Masone · 15 years ago
- d03b394 add AsciiEncode/Decode to libcromeos by Chris Masone · 15 years ago
- 29f384a Add int32 converstion to G_TYPE_INT by Charlie Lee · 15 years ago
- deeb556 Modify SConstructs to pass SYSROOT through the environment. by tedbo · 15 years ago
- 9169de2 Fixes CCFLAGS for a few SConstruct files by Ryan Cairns · 15 years ago
- 86fbe00 Changes to support CFLAGS from env but still build with -fPIC. by tedbo · 15 years ago
- 8493e1a adding GError stuff for our dbus services by Chris Masone · 15 years ago
- 5da0498 move constants for custom dbus services to central place by Chris Masone · 15 years ago
- fa3e4f1 create an abstract base class for dbus services by Chris Masone · 15 years ago
- c8150f1 wad's DBus additions to support custom services by Chris Masone · 15 years ago
- f805981 Add BusConnection::g_connection() function, just like the Proxy class. This change is for http://codereview.chromium.org/521058. by Yusuke Sato · 15 years ago
- 4952ab9 Consistently pass through PKG_CONFIG_LIBDIR environment variable by Colin Watson · 15 years ago
- 8ba090c Restore libchrome-dev and libgtest-dev build-dependencies by Colin Watson · 15 years ago
- 2679930 Revert "libchromeos Build-Depends on libgtest-dev" by Colin Watson · 15 years ago
- b160910 Install libchrome-dev and libchromeos-dev packages by Colin Watson · 15 years ago
- 2dadb86 libchromeos Build-Depends on libgtest-dev by Colin Watson · 15 years ago
- eb048d4 Fixes so that the window_manager can cross compile again. by tedbo · 15 years ago
- 13f5bff Common library packaging by Colin Watson · 15 years ago
- c9756aa Prepare SConstruct files for cross-building by Colin Watson · 15 years ago
- 964e653 TBR: cmasone@chromium.org by Gaurav Shah · 15 years ago
- 65919e3 Move SecureMemset to common/chromeos/... by Gaurav Shah · 15 years ago
- 71da5ce Two changes to the DBus C++ library. by Yusuke Sato · 15 years ago
- 515159c Clean up to move NewStringCopy from util to chromoes/string. by Sean Parent · 15 years ago
- 2e038f7 Die glog, die! by seanparent@google.com · 15 years ago
- ee184ca Small change to fix build issue by sosa@google.com · 15 years ago
- d2083bf Fix so that libdbus does not call _exit when dbus daemon dies. by chocobo@google.com · 15 years ago
- f2ea024 Removed old base and glog, added DEP for chrome/base, cleaned up usage of by seanparent@google.com · 15 years ago
- 7ec90e9 Adding of library to mount removeable devices when found, and to notify listeners that a change happened to list of known devices. Uses DeviceKit-disks, and policykit-1 to mount drives and get notified of changes by dhg@google.com · 15 years ago
- 570c65b Start copying over source. by rspangler@google.com · 15 years ago