1. 4695b4f Revert "Disallow shrinking threadpool size once started." by SahilSonar · 3 years, 11 months ago t typhoon-qpr1 typhoon-qpr2
  2. 0e4c9bc even further downgrade oneway spam log by Steven Moreland · 4 years, 1 month ago
  3. 1dfb3e9 further downgrade oneway spam log by Steven Moreland · 4 years, 3 months ago
  4. 4486bab Failing to enable oneway spam detection is not an error. by Martijn Coenen · 4 years, 4 months ago
  5. d1388da libhwbinder: support BR_ONEWAY_SPAM_SUSPECT by Hang Lu · 4 years, 5 months ago
  6. e9b4f91 Remove unused context object functions. by Steven Moreland · 4 years, 10 months ago
  7. 87db54c hwbinder: remove blockUntilThreadAvailable by Steven Moreland · 5 years ago
  8. f908c8e Update language to comply with Android's inclusive language guidance by Hungming Chen · 5 years ago
  9. f050d28 avoid global mutex every binder call by Steven Moreland · 5 years ago
  10. 8e047f7 Disallow shrinking threadpool size once started. by Steven Moreland · 6 years ago
  11. 065201c ProcessState: don't require /dev/hwbinder on host. by Steven Moreland · 6 years ago
  12. b2cded4 Enforce log level if driver cannot be opened by Sergii Piatakov · 6 years ago
  13. 59ce509 Merge "Fix log message in the ProcessState constructor" by Treehugger Robot · 6 years ago
  14. 1758d13 Fix log message in the ProcessState constructor by Sergii Piatakov · 6 years ago
  15. 7173a4c Remove unnecessary semicolons. by Steven Moreland · 6 years ago
  16. d9bdb65 libhwbinder on host by Steven Moreland · 6 years ago
  17. 48adadd stop exporting kernel headers by Steven Moreland · 6 years ago
  18. c0af11a Adds warning message if kernel doesn't support dynamic HAL shutdown. by Daniel Norman · 6 years ago
  19. bcde6de DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master by Xin Li · 7 years ago
  20. 1268c28 Better error message when mmap fails on /dev/hwbinder by Jiyong Park · 7 years ago
  21. 02ab96e Allow error/abort for non-oneway calls. am: 1460300b6d am: 43e35b58ce by Steven Moreland · 7 years ago
  22. c149dca Revert "Revert "getCallingSid: get calling security context"" by Steven Moreland · 7 years ago
  23. 1460300 Allow error/abort for non-oneway calls. by Steven Moreland · 7 years ago
  24. 2aa3707 Change priority of thread allocation. by Steven Moreland · 7 years ago
  25. 320e1d3 Add getNodeStrongRefCount() to BpHwBinder. by Martijn Coenen · 7 years ago
  26. 55d4107 Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  27. 32507d3 Support initializing ProcessState with custom binder window size. by Martijn Coenen · 7 years ago
  28. 5e67788 Don't use cutils/Atomic.h by Steven Moreland · 8 years ago
  29. 420d4bb Add functions to query #threads and looper state. by Martijn Coenen · 8 years ago
  30. dd6dafb Add getHwBinderKernelReferences by Colin Cross · 8 years ago
  31. 6b4af98 Merge "libhwbinder: use sysconf(_SC_PAGESIZE) to get pagesize" am: c763bcbdb7 am: 0e857aae6a by Ganesh Mahendran · 8 years ago
  32. 62fd3a0 libhwbinder: use sysconf(_SC_PAGESIZE) to get pagesize by Ganesh Mahendran · 9 years ago
  33. 92ccafb Merge "Revert "ProcessState: make binder size 2MB."" am: 8ecfe49c3a am: fbbb18b74b by Martijn Coenen · 8 years ago
  34. 64eed91 Revert "ProcessState: make binder size 2MB." by Martijn Coenen · 8 years ago
  35. 94e2410 ProcessState: make binder size 2MB. by Yifan Hong · 8 years ago
  36. 4b5b956 ProcessState: make binder size 2MB. by Yifan Hong · 8 years ago
  37. f95e67a Merge "Distinguish libhwbinder log tags." am: dfc8788985 am: ba0c510001 by Steven Moreland · 9 years ago
  38. c4dd210 Distinguish libhwbinder log tags. by Steven Moreland · 9 years ago
  39. c3d26e1 Merge "Report binder versions on failure" by TreeHugger Robot · 9 years ago
  40. 5c6fe25 Reduce libhwbinder API surface (1/?). by Martijn Coenen · 9 years ago
  41. 1e118d2 BpBinder -> BpHwBinder. by Yifan Hong · 9 years ago
  42. d521774 Report binder versions on failure by Greg Hartman · 9 years ago
  43. ab00b6a Change default hwbinder threadpool behavior. by Martijn Coenen · 9 years ago
  44. b7e2233 libhwbinder: missing /dev/hwbinder is not a fatal error by Iliyan Malchev · 9 years ago
  45. e3256a6 libhwbinder: fix typo by Iliyan Malchev · 9 years ago
  46. c9b69a9 Move HidlSupport and ServiceManager to libhidl. by Martijn Coenen · 9 years ago
  47. 1a76ac2 Remove unused include. by Dmitriy Filchenko · 9 years ago
  48. f75a23d Move android::hidl to android::hardware. by Martijn Coenen · 9 years ago
  49. a660cbc Servicemanager interfaces for libhwbinder. by Martijn Coenen · 9 years ago
  50. e01f4f2 Move hwbinder to the android::hidl namespace. by Martijn Coenen · 9 years ago
  51. 4080edc Make libhwbinder build. by Martijn Coenen · 9 years ago
  52. 895e117 resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  53. 1f555e9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  54. 2381758 Merge "Log when binder thread pool is starved" into nyc-dev am: 43dcac7 by Colin Cross · 9 years ago
  55. b1dc654 Log when binder thread pool is starved by Colin Cross · 9 years ago
  56. 9569f01 Merge "Binder: add pid to thread name for binder threads." into nyc-dev by Philip Cuadra · 9 years ago
  57. 788e005 Binder: add pid to thread name for binder threads. by Philip Cuadra · 9 years ago
  58. 8e8a025 Release resources when repeating dlopen-dlcose. by zhongjie · 9 years ago
  59. d4d2c2f More O_CLOEXEC by Nick Kralevich · 10 years ago
  60. 15b0e0f am 9df25446: am 9bad590e: Merge "Binder on Windows? Unlikely." by Elliott Hughes · 10 years ago
  61. b9e9f91 Binder on Windows? Unlikely. by Elliott Hughes · 10 years ago
  62. 2e604f0 Added IPCThreadState::blockUntilThreadAvailable() method. by Wale Ogunwale · 10 years ago
  63. 4b030b9 Remove global variables from ProcessState. by Narayan Kamath · 11 years ago
  64. a816fd5 Merge "fix valgrind ioctl warning." by Jesse Hall · 11 years ago
  65. f048798 binder: fix all warnings by Colin Cross · 12 years ago
  66. 023b468 fix valgrind ioctl warning. by Jin Wei · 13 years ago
  67. e6df0c1 defaultServiceManager wait for service manager ready by Todd Poynor · 12 years ago
  68. d191ed7 rename binder services main thread to Binder_* by Mathias Agopian · 12 years ago
  69. 8297f50 add set thread count by Mathias Agopian · 13 years ago
  70. b9a7d6a double checked locking pattern is not safe on SMP by Mathias Agopian · 13 years ago
  71. 7868c84 Shorten thread names by Glenn Kasten · 14 years ago
  72. eafc621 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  73. d8e1916 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  74. 48f4e15 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  75. 1289a8f Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 14 years ago
  76. c0f143d Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 14 years ago
  77. ba3e5e2 Modify the binder to request 1M - 2 pages instead of 1M. The backing store by Rebecca Schultz Zavin · 16 years ago
  78. 1647570 move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
  79. 7922fa2 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 16 years ago