1. 5a05ef7 binder: host service manager limits max outgoing threads by Yifan Hong · 2 years, 10 months ago
  2. 5e4c2f1 Add getConnectionInfo API to service manager by Devin Moore · 2 years, 11 months ago
  3. ac9df9e Merge "libbinder: Add an option to not log permission check failures." by Treehugger Robot · 3 years ago
  4. 49bc34b libbinder: Add an option to not log permission check failures. by Jayant Chowdhary · 3 years ago
  5. f776001 Implement host service manager by Yifan Hong · 3 years, 2 months ago
  6. 1b26407 libbinder: save another static heap allocation by Steven Moreland · 3 years, 2 months ago
  7. a1d7017 libbinder: servicemanagement errors by Steven Moreland · 3 years, 2 months ago
  8. edd4e07 servicemanager: expose updatable-via-apex by Steven Moreland · 3 years, 4 months ago
  9. 1a3a8ef libbinder use stronger refbase semantics by Steven Moreland · 3 years, 4 months ago
  10. 16c6e70 binder: fix google-runtime-int by Jiyong Park · 3 years, 9 months ago
  11. 70072fd binder: fix google-explicit-constructor by Jiyong Park · 3 years, 9 months ago
  12. 2e293aa servicemanager: vintf declared API by Steven Moreland · 3 years, 11 months ago
  13. 8fda97f libbinder: Log 'Waiting for service...' message outside of retry loop by Tom Cherry · 4 years ago
  14. f2677e2 libbinder: add hints to waitForService error by Steven Moreland · 4 years, 1 month ago
  15. 377fc5a Merge "log when waiting on a servicemanager" by Steven Moreland · 4 years, 3 months ago
  16. 39a5721 log when waiting on a servicemanager by Steven Moreland · 4 years, 3 months ago
  17. 1698ffd libbinder: do not destruct SM global by Steven Moreland · 4 years, 3 months ago
  18. 5af7d85 libbinder: Document future direction of getService. by Steven Moreland · 4 years, 3 months ago
  19. 402c867 Fix defaultServiceManager() locking and retry loop. by Martijn Coenen · 4 years, 6 months ago
  20. 38dbade libbinder: Add setDefaultServiceManager for use in host testing. by Brett Chabot · 4 years, 6 months ago
  21. 9f503a4 Dynamically stop lazy services by Jon Spivack · 4 years, 10 months ago
  22. fed6db4 Unregister Waiter in waitForService by Jon Spivack · 4 years, 9 months ago
  23. b82b8f8 ServiceManager: add isDeclared by Steven Moreland · 4 years, 9 months ago
  24. 583685e IServiceManager: no DECLARE_META_INTERFACE by Steven Moreland · 4 years, 10 months ago
  25. 635a291 IServiceManager: check constant values consistancy by Steven Moreland · 4 years, 10 months ago
  26. 61ff849 Remove extraneous semicolon. by Steven Moreland · 4 years, 10 months ago
  27. ed3b563 libbinder: __ANDROID_HOST__ => !__ANDROID__ by Steven Moreland · 4 years, 11 months ago
  28. a8cb8d7 Merge "libbinder: on host" by Steven Moreland · 4 years, 11 months ago
  29. 28723ae libbinder: on host by Steven Moreland · 5 years ago
  30. 0d84430 ServiceManager signals init to start lazy services by Jon Spivack · 5 years ago
  31. 1c47b58 Add waitForService to AIDL. by Steven Moreland · 5 years ago
  32. 588d5ed Merge "libbinder: don't export Static.h" am: b78f7c8eff by Steven Moreland · 5 years ago
  33. a4853cd libbinder: don't export Static.h by Steven Moreland · 5 years ago
  34. 80e1e6d servicemanager: use libbinder by Steven Moreland · 5 years ago
  35. 92b17c6 libbinder: remove SM Static.cpp vars. by Steven Moreland · 5 years ago
  36. 528ff17 libbinder: Don't link against libutilscallstack. by Martijn Coenen · 6 years ago
  37. ef086dd libbinder: -case in 'Waiting for service' log. by Steven Moreland · 6 years ago
  38. 2d0d167 Don't access system properties from vendor code. by Martijn Coenen · 6 years ago
  39. f11e2bd Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master by Xin Li · 6 years ago
  40. fdd8da9 [binder] Replace NULL/0 with nullptr by Yi Kong · 6 years ago
  41. 788e1c4 Reduce the polling interval in getService() to 100ms by Yunfan Chen · 6 years ago
  42. 47f876b Hide some headers from libbinder to vendors by Jiyong Park · 6 years ago
  43. f56042d Pass dumpsys priority to IServiceManager by Vishnu Nair · 7 years ago
  44. 273e144 IServiceManager: dump stack on blocked vndbinder requests by Iliyan Malchev · 7 years ago
  45. 6456e44 IServiceManager: Improve getService responsiveness in absence of service by Andy Hung · 8 years ago
  46. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  47. 8282342 Run 'nativeperms', remove Brillo #ifdef. by Jorge Lucangeli Obes · 8 years ago
  48. c283270 libbinder: Stub out checkPermissions() on Brillo. by Daniel Erat · 9 years ago
  49. 1835c85 Remove BnServiceManager. by Daniel Erat · 9 years ago
  50. 097ca27 Replace IInterface::asBinder() with a static by Marco Nelissen · 10 years ago
  51. 317ff37 binder: rm utils/Debug.h by Mark Salyzyn · 10 years ago
  52. a7b0f04 defaultServiceManager wait for service manager ready by Todd Poynor · 11 years ago
  53. a94f129 Some hardening of isolated processes by restricting access to services. by Dianne Hackborn · 12 years ago
  54. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  55. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  56. 837a0d0 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  57. 702ea9d Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  58. 375f563 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 15 years ago
  59. 83c0446 some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  60. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  61. 208059f checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago[Renamed (99%) from libs/utils/IServiceManager.cpp]
  62. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  63. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  64. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago