1. cb2d7bf dbus-binding-generator: Use abstract interfaces instead of proxies by Alex Vakulenko · 9 years ago
  2. ea3c168 chromeos-dbus-bindings: rename libchromeos -> libbrillo by Alex Vakulenko · 9 years ago
  3. be6240d Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 9 years ago
  4. b04415c Revert "chromeos-dbus-bindings: remove object proxy from bus in proxy destructor" by Peter Qiu · 9 years ago
  5. a31c525 chromeos-dbus-bindings: remove object proxy from bus in proxy destructor by Peter Qiu · 9 years ago
  6. a0a75b2 dbus-bindings: Fix include path. by Bertrand SIMONNET · 9 years ago
  7. a30e09d chromeos-dbus-bindings: Literal proxy includes for mocks by Christopher Wiley · 9 years ago
  8. 464405e chromeos-dbus-bindings: Handle mocks all the way up to eleven. by Alex Deymo · 9 years ago
  9. b05f95c Look up one more level for common-mk/ directory by Christopher Wiley · 9 years ago
  10. 5d162e5 chromeos-dbus-bindings: Move interface virtual destructors to public. by Alex Deymo · 9 years ago
  11. ce286b9 chromeos-dbus-bindings: Expose Register*Handler() methods in the *ProxyInterface. by Alex Deymo · 9 years ago
  12. f211ae6 chromeos-dbus-bindings: Print output diff when failing a test. by Alex Deymo · 9 years ago
  13. d0cb3fe chromeos-dbus-bindings: Fix more sign issues by Christopher Wiley · 9 years ago
  14. e2879c0 chromeos-dbus-bindings: Fix sign issues in unittests by Christopher Wiley · 9 years ago
  15. 1685610 chromeos-dbus-bindings: Make Interface destructor virtual. by Alex Deymo · 9 years ago
  16. 0bd7dd7 platform2: Fix issues with new version of libchrome by Alex Vakulenko · 9 years ago
  17. 6cc1d5b libchromeos: Replace scoped_ptr with std::unique_ptr in D-Bus method handlers by Alex Vakulenko · 9 years ago
  18. b000aae platform2: Explicitly use base:: namespace with CommandLine by Alex Vakulenko · 9 years ago
  19. 239469e delete __STDC_{FORMAT,LIMIT}_MACROS by Mike Frysinger · 9 years ago
  20. efe9df5 chromeos-dbus-bindings: Correct ObjectManager without service name by Christopher Wiley · 9 years ago
  21. 1b6aa98 libchromeos: Replace char with std::string in string_utils API by Vitaly Buka · 9 years ago
  22. 1485624 chromeos-dbus-bindings: Handle all-uppercase identifiers gracefully by Alex Vakulenko · 9 years ago
  23. c4e01f1 chromeos-dbus-bindings: Generate only single proxy accessor for singletons by Alex Vakulenko · 9 years ago
  24. 59dd2e9 chromeos-dbus-bindings: Generator must expose property name accessors by Alex Vakulenko · 9 years ago
  25. b69be60 chromeos-dbus-bindings: Inline some of named constants in tests by Alex Vakulenko · 9 years ago
  26. 1b4882c chromeos-dbus-bindings: Add support for dbus::Message in handler params by Alex Vakulenko · 9 years ago
  27. 008e19d chromeos-dbus-bindings: Added proxy mock generation by Alex Vakulenko · 9 years ago
  28. e11e81c chromeos-dbus-bindings: Add destructor for ObjectManagerProxy by Christopher Wiley · 10 years ago
  29. f3c6897 Update libchrome to r307740 and fix build errors by Alex Vakulenko · 10 years ago
  30. 1f19109 chromeos-dbus-bindings: write access property support by Peter Qiu · 10 years ago
  31. c4e32f5 chromeos-dbus-bindings: Add asynchronous method proxies and timeouts by Alex Vakulenko · 10 years ago
  32. 824b524 chromeos-dbus-bindings: Use per signal handlers by Christopher Wiley · 10 years ago
  33. e2a3338 chromeos-dbus-bindings: Add "ignore_interfaces" option to config.json by Alex Vakulenko · 10 years ago
  34. 99e8fb0 chromeos-dbus-bindings: Add support for ObjectManager/Properties by Alex Vakulenko · 10 years ago
  35. 355d7ce chromeos-dbus-bindings: Extract common code into functions by Alex Vakulenko · 10 years ago
  36. 0a86514 chromeos-dbus-bindings: Minor code formatting and comment fixes by Alex Vakulenko · 10 years ago
  37. 6ef2d73 chromeos-dbus-bindings: Use object path and service name in generated code by Alex Vakulenko · 10 years ago
  38. d1150f9 buffet: Moved D-Bus definitions to XML/Code generator by Alex Vakulenko · 10 years ago
  39. c95f06b chromeos-dbus-bindings: passing multiple input files on command line by Alex Vakulenko · 10 years ago
  40. 4f3c05e chromeos-dbus-bindings: Add support for STRUCT and typed async methods by Alex Vakulenko · 10 years ago
  41. fafef13 chromeos-dbus-bindings: Redesign due to underlying DBusObject change. by Alex Vakulenko · 10 years ago
  42. dd88575 chromeos-dbus-bindings: Add support for DBus Property by Peter Qiu · 10 years ago
  43. b19e92f chromeos-dbus-bindings: Add support for sending signals from the adaptor. by Alex Deymo · 10 years ago
  44. a6153c9 chromeos-dbus-bindings: Add bus parameter to adaptor constructor by Paul Stewart · 10 years ago
  45. 1dce1ae chromeos-dbus-bindings: Create proxy generator by Paul Stewart · 10 years ago
  46. 99010b6 chromeos-dbus-bindings: Leave method interface unadorned by Paul Stewart · 10 years ago
  47. cc0b8b1 chromeos-dbus-bindings: Move INFO messages to verbose output only. by Alex Deymo · 10 years ago
  48. 8d62c29 chromeos-dbus-bindings: Ignore multi-return methods by Paul Stewart · 10 years ago
  49. bb784db chromeos-dbus-bindings: Make direction paramter optional for methods by Paul Stewart · 10 years ago
  50. b9b3f9d chromeos-dbus-bindings: Generate Interface by Paul Stewart · 10 years ago
  51. 3b340b8 Remove '../platform2/' from platform2 relative paths in gyp files. by Alex Deymo · 10 years ago
  52. 340615f chromeos-dbus-bindings: Address unused warnings by Paul Stewart · 10 years ago
  53. 0e3301a chromeos-dbus-bindings: Add D-Bus signature parser by Paul Stewart · 10 years ago
  54. 154cad5 chromeos-dbus-bindings: Add method name generator by Paul Stewart · 10 years ago
  55. 2b1c612 chromeos-dbus-bindings: XML parser by Paul Stewart · 10 years ago
  56. 4a4c706 chromeos-dbus-bindings: Add skeleton by Paul Stewart · 10 years ago