1. d0b4d8d libchromeos: Fix support for protobufs in D-Bus serialization by Alex Vakulenko · 10 years ago
  2. b704acf libchromeos: Add D-Bus de-serialization for array of dictionaries by Alex Vakulenko · 10 years ago
  3. 852ff00 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 10 years ago
  4. e8f2d2b peerd: Don't use service tokens by Christopher Wiley · 10 years ago
  5. 3b34ec4 libchromeos: Add overloads for D-Bus method handlers with dbus::Message by Alex Vakulenko · 10 years ago
  6. 982f6d4 libchromeos: Fix race in DBusObject lifetime. by Christopher Wiley · 10 years ago
  7. 454f5f3 peerd: Remove exposed services on death. by Christopher Wiley · 10 years ago
  8. a0a9758 libchromeos: Add missing AddRawMethodHandler variant by Christopher Wiley · 10 years ago
  9. cb8b578 libchromeos: Add method to get the bus from DBusObject by Alex Vakulenko · 10 years ago
  10. 65060f1 libchromeos: fix -Winconsistent-missing-override warning. by Yunlian Jiang · 10 years ago
  11. 05d2904 libchromeos: Cleaned up code with clang-format by Alex Vakulenko · 10 years ago
  12. f5effe9 libchromeos: Add some missing unit tests for HTTP utilities. by Alex Vakulenko · 10 years ago
  13. ce46f5e libchromeos: Replace ScopedDBusErrorWrapper with dbus::ScopedDBusError by Alex Vakulenko · 10 years ago
  14. 7fb5e54 Update libchrome to r307740 and fix build errors by Alex Vakulenko · 10 years ago
  15. 8667f32 libchromeos: support for DBus Property Set method by Peter Qiu · 10 years ago
  16. 973ba0a libchromeos: Add support for invoking D-Bus methods asynchronously by Alex Vakulenko · 10 years ago
  17. 88e2235 libchromeos: Add D-Bus Property class that handles any data type by Alex Vakulenko · 10 years ago
  18. 2cd6793 libchromeos: Enable -Werror. by Alex Deymo · 10 years ago
  19. cc16f10 Revert "privetd: Add HTTPS support" by Yu-Ju Hong · 10 years ago
  20. f0bb95c privetd: Add HTTPS support by Alex Vakulenko · 10 years ago
  21. cbce187 libchromeos: Support D-Bus STRUCT of any size via std::tuple<> by Alex Vakulenko · 10 years ago
  22. 5e16f06 libchromeos: Strongly type return values of async D-Bus calls by Alex Vakulenko · 10 years ago
  23. 8f815f5 libchromeos: Add error location informaion to chromeos::Error by Alex Vakulenko · 10 years ago
  24. 003e3bb libchromeos: Fix DBus data serialization to work with custom types by Alex Vakulenko · 10 years ago
  25. f02e379 libchromeos: Make sure DBusInterface::HandleMethodCall is under test by Alex Vakulenko · 10 years ago
  26. c60df90 libchromeos: Fix regression in DBusInterface::HandleMethodCall by Alex Vakulenko · 10 years ago
  27. ff7e21d libchromeos: Add support for const class member as D-Bus method handlers by Alex Vakulenko · 10 years ago
  28. 2c93bf5 libchromeos: Move common code of AddXXXMethodHandler() out by Alex Vakulenko · 10 years ago
  29. f437e3b libchromeos: Add support for async D-Bus method handlers by Alex Vakulenko · 10 years ago
  30. 00ceab8 libchromeos: ExtractMethodCallResults returns error when D-Bus method fails by Alex Vakulenko · 10 years ago
  31. 90f61fd libchromeos: Add support for OUT parameters in D-Bus method invoker by Alex Vakulenko · 10 years ago
  32. bba50fa libchromeos: Add functions to undecorate type names by Alex Vakulenko · 10 years ago
  33. 927171f libchromeos: Add native C++ D-Bus signal handler support by Alex Vakulenko · 10 years ago
  34. 05127f7 libchromeos: Validate file descriptors when obtaining over D-Bus by Alex Vakulenko · 10 years ago
  35. d550ef9 libchromeos: Move Dictionary class into its own header file by Alex Vakulenko · 10 years ago
  36. 1363ed6 libchromeos: Wrap ScopedDBusError to eliminate link deps on dbus-1 by Alex Vakulenko · 10 years ago
  37. cabc46f libchromeos: Use CallMethodAndBlockWithErrorDetails in dbus_method_invoker by Alex Vakulenko · 10 years ago
  38. e10a703 libchromeos: Fixed D-Bus method call error handling by Alex Vakulenko · 10 years ago
  39. 49ec38f peerd: Add Avahi DBus interface by Christopher Wiley · 10 years ago
  40. 3e007ac libchromeos: Add verbose error logging to D-Bus methods by Alex Vakulenko · 10 years ago
  41. 0666e11 libchromeos: replaced typdefs with type aliases ("using") by Alex Vakulenko · 10 years ago
  42. 90e4ffc libchromeos: Add GetDefaultCompletionAction() to AsyncEventSequencer by Alex Vakulenko · 10 years ago
  43. f2418e5 libchromeos: Include base/macros.h instead of base/basictypes.h by Alex Vakulenko · 10 years ago
  44. 6cd7f81 libchromeos: Add D-Bus method invoker helpers by Alex Vakulenko · 10 years ago
  45. 46dabd1 libchromeos: Add D-Bus serialization for google::protobuf::MessageLite by Alex Vakulenko · 10 years ago
  46. 847b871 libchromeos: Disable automatic symbol exports from libchromeos by Alex Vakulenko · 10 years ago
  47. 9d99bc6 libchromeos: Replace NULL with nullptr by Alex Vakulenko · 10 years ago
  48. fa8f944 libchromeos: Implement D-Bus signal registration by Alex Vakulenko · 10 years ago
  49. 1510466 libchromeos: Clean up/moved file into sub-directories by Alex Vakulenko · 10 years ago
  50. bacf4f0 libchromeos: Fix build break on clang by Alex Vakulenko · 10 years ago
  51. a5f4284 libchromeos: Add MockDBusObject by Christopher Wiley · 10 years ago
  52. 1e259af libchromeos: Add DBusParamWriter and unit tests by Alex Vakulenko · 10 years ago
  53. b381365 libchromeos: split dbus_utils.h/extract data serialization routines by Alex Vakulenko · 10 years ago
  54. e46e51f libchromeos: Extract D-Bus parameter parsing from DBusObject by Alex Vakulenko · 10 years ago
  55. e2f969f libchromeos: Switch ExportedObjectManager to use DBusObject by Alex Vakulenko · 10 years ago
  56. 1cfada5 libchromeos: Use predefined D-Bus error macros from libdbus. by Alex Vakulenko · 10 years ago
  57. 5e87965 libchromeos: Add CallMethod() to help with unit testing. by Alex Vakulenko · 10 years ago
  58. 520fc15 libchromeos: Fix property implementation in DBusObject by Alex Vakulenko · 10 years ago
  59. 30477dd buffet: Add generic DBus object implementation framework by Alex Vakulenko · 10 years ago
  60. ef47ede libchromeos: fix linter issues by Alex Vakulenko · 10 years ago
  61. b54b6dc libchromeos: Fix linting issues by Bertrand SIMONNET · 10 years ago
  62. 09e78dd Remove dead session-manager GLib error constants by Chris Masone · 10 years ago
  63. c7b97b8 Remove conditional code for libchrome <= 242728 by Ben Chan · 11 years ago
  64. 601d167 libchromeos: Support building with libchrome r242728. by Daniel Erat · 11 years ago
  65. 4f268f4 Add libchromeos/libpolicy GYP file by Liam McLoughlin · 12 years ago
  66. cfb8f9f Add new session_manager errors appropriate for multiprofile by Chris Masone · 12 years ago
  67. 4a6610d [libchrome] add ERROR_ALREADY_SESSION by Elly Jones · 12 years ago
  68. 260b425 dbus: Remove func that sends signal with no args by Simon Que · 13 years ago
  69. efb8fe1 dbus: Add function to issue no-reply method call by Simon Que · 13 years ago
  70. 20aad2c Remove dbus/service_constants.h from libchromeos.git. by Satoru Takabayashi · 13 years ago
  71. 88af7b8 libchromeos: add session-service constants. by Elly Jones · 13 years ago
  72. 47979a6 Move definitions of D-Bus string contants from .cc file to .h file. by Satoru Takabayashi · 13 years ago
  73. 7f7c1ca Remove the #include of error_constants.h from service_constants.h. by Satoru Takabayashi · 13 years ago
  74. ac03ae8 Separate error constants from service_constants.h. by Satoru Takabayashi · 13 years ago
  75. 6dd315a Added MonitorConnection template with 4 arguments. by tbarzic · 13 years ago
  76. 3e474ba Add definitions related to controlling the keyboard backlight. by Doug Anderson · 13 years ago
  77. b0c2212 [libchromeos] Add way more flimflam property names by Chris Masone · 13 years ago
  78. 95a3fa4 Add constants for user policy calls. by Mattias Nissler · 13 years ago
  79. 67b63cc [libchromeos] Add flimflam, cashew, modemmanager constants by Chris Masone · 13 years ago
  80. 5151c54 libchromeos: add kSessionManagerRetrieveSessionState. by Daniel Erat · 13 years ago
  81. 4b9f45f libchromeos: Added D-Bus service constants for power manager service by Chris Wolfe · 14 years ago
  82. 936bf34 Constants for Cryptohome API added by Denis Glotov · 14 years ago
  83. 5d2e738 Added constants for the dbus function names for cryptohome's InstallAttributes calls. by Julian Pastarmov · 14 years ago
  84. 84445f7 libchromeos: Add new cryptohomed dbus method names by Ken Mixter · 14 years ago
  85. 9c46589 [common] Add constants for new session manager API calls by Chris Masone · 14 years ago
  86. 948d927 Add constants for new cryptohome API by Denis Glotov · 14 years ago
  87. fc02f23 Typo fix (in "MonitorSignal low-level wrapper introduced") by Denis Glotov · 14 years ago
  88. 8a93c90 MonitorSignal low-level wrapper introduced by Denis Glotov · 14 years ago
  89. a99b237 Introducing kPowerStateChangedSignal - system sleeping state signal by Denis Glotov · 14 years ago
  90. 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
  91. f2c0a3f common: Add EmitLoginPromptVisible constant. by Daniel Erat · 14 years ago
  92. 6eeba3e libchromeos: add RestartEntd dbus method string by Ken Mixter · 14 years ago
  93. f270a7c Stop spamming to /var/log/ui/ui.LATEST. by Yusuke Sato · 14 years ago
  94. af31b89 dbus: Add kRequestRestartSignal constant for power_manager by Benson Leung · 14 years ago
  95. 295dee2 Add SendSignalWithNoArgumentsToSystemBus() to dbus.h by Satoru Takabayashi · 14 years ago
  96. 23a13a8 dbus: Add power manager "BrightnessChanged" signal. by Daniel Erat · 14 years ago
  97. 324f1bb Add constants for new TpmCanAttemptOwnership API. by Frank Swiderski · 14 years ago
  98. d982b41 Add constants for new cryptohome APIs. by Frank Swiderski · 14 years ago
  99. 5446102 Add dbus service constant for UnregisterSuspendDelay. by Benson Leung · 14 years ago
  100. f42912e libchromeos: Add SuspendDelay DBus interface. by Elly Jones · 14 years ago