1. ce45b89 binder: remove unnecessary err check by Ganesh Mahendran · 7 years ago
  2. 80b88ab Configure threadpool to size one when polling. by Martijn Coenen · 7 years ago
  3. c9f105b Don't lose BR_RELEASE/BR_DECREFS commands. by Martijn Coenen · 7 years ago
  4. 678434f Changes to support new v4.12.3 headers. by Christopher Ferris · 7 years ago
  5. 0ce07ce Only print starvation messages for >1 thread. by Martijn Coenen · 7 years ago
  6. 310feda Remove unused cutils/sched_policy.h include by Dan Willemsen · 7 years ago
  7. c4dd210 Distinguish libhwbinder log tags. by Steven Moreland · 8 years ago
  8. 865da06 libhwbinder: remove set_sched_policy by Tim Murray · 8 years ago
  9. 1e118d2 BpBinder -> BpHwBinder. by Yifan Hong · 8 years ago
  10. dde40f3 BBinder -> BHwBinder. by Yifan Hong · 8 years ago
  11. 8a2e8ac Fix log function for potential overflow by Wei Wang · 8 years ago
  12. 0e72fd5 Fix compiler warnings. by Chia-I Wu · 8 years ago
  13. f75a23d Move android::hidl to android::hardware. by Martijn Coenen · 8 years ago
  14. 80ca4c3 Debug: dump buffers in transactions. by Martijn Coenen · 8 years ago
  15. fd51ebb native_handle_t support. by Martijn Coenen · 8 years ago
  16. d39a168 Initial shot at scatter gather support. by Martijn Coenen · 8 years ago
  17. a660cbc Servicemanager interfaces for libhwbinder. by Martijn Coenen · 8 years ago
  18. 79c2f4d Callback support for libhwbinder. by Martijn Coenen · 8 years ago
  19. e01f4f2 Move hwbinder to the android::hidl namespace. by Martijn Coenen · 8 years ago
  20. 4080edc Make libhwbinder build. by Martijn Coenen · 8 years ago
  21. 2381758 Merge "Log when binder thread pool is starved" into nyc-dev am: 43dcac7 by Colin Cross · 8 years ago
  22. b1dc654 Log when binder thread pool is starved by Colin Cross · 8 years ago
  23. 9d6ce63 Merge "Fix issue #27252896: Security Vulnerability -- weak binder" into nyc-dev by Dianne Hackborn · 9 years ago
  24. 839f707 Fix issue #27252896: Security Vulnerability -- weak binder by Dianne Hackborn · 9 years ago
  25. 8e8a025 Release resources when repeating dlopen-dlcose. by zhongjie · 9 years ago
  26. 1d5dc2b Binder: Add log output in IPCThreadState::self() by Andreas Gampe · 9 years ago
  27. 870d28c am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native." by Elliott Hughes · 9 years ago
  28. e5e7055 Lose HAVE_ANDROID_OS from frameworks/native. by Elliott Hughes · 9 years ago
  29. 319900a Fixed build error with clang/llvm. by Wale Ogunwale · 9 years ago
  30. 2e604f0 Added IPCThreadState::blockUntilThreadAvailable() method. by Wale Ogunwale · 9 years ago
  31. bbef2ba Kill HAVE_PTHREADS. by Yabin Cui · 10 years ago
  32. e8da8a4 binder: Return pid_t/uid_t instead of int by Dan Stoza · 10 years ago
  33. b184ed0 Fix build with clang in C++11 mode by Bernhard Rosenkränzer · 10 years ago
  34. c1c85fd Binder: Remove unused functions & variables by Andreas Gampe · 10 years ago
  35. f9371f6 am dbab409c: Merge "Avoid two warnings from clang." by Chih-Hung Hsieh · 10 years ago
  36. 30dcad7 Avoid two warnings from clang. by Chih-Hung Hsieh · 10 years ago
  37. e993e6f am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  38. f99aec6 Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  39. 07cf48a Use gettid directly in binder. by Elliott Hughes · 10 years ago
  40. 37888cd binder: rm utils/Debug.h by Mark Salyzyn · 10 years ago
  41. ea8e05d Binder: Fix some valgrind errors. by Arve Hjønnevåg · 11 years ago
  42. 4bdf7e9 Binder: Don't cast directly from a pointer to binder_uintptr_t by Arve Hjønnevåg · 11 years ago
  43. 304dcae Binder: Disable attemptIncStrongHandle by Arve Hjønnevåg · 11 years ago
  44. f048798 binder: fix all warnings by Colin Cross · 11 years ago
  45. a544070 Binder: Use 64 bit pointers in 32 processes if selected by the target by Arve Hjønnevåg · 11 years ago
  46. 4ca5baf Binder: Make binder portable by Serban Constantinescu · 11 years ago
  47. b699a79 Make getCallingUid/Pid const. by Jeff Brown · 11 years ago
  48. 0646cb0 binder: add polling / single-threaded operation by Todd Poynor · 11 years ago
  49. f9952ab am de836890: am ef07386e: Prevent IPCThreadState::joinThreadPool from spinning on unexpected error by Jeff Tinker · 11 years ago
  50. ee711ec Prevent IPCThreadState::joinThreadPool from spinning on unexpected error by Jeff Tinker · 11 years ago
  51. 4ea13dc libutils clean-up by Mathias Agopian · 11 years ago
  52. 68b83cc Revert "ugly, temporary, workaroung for a problem where a binder thread spins forever" by Dave Burke · 12 years ago
  53. 84fcf44 ugly, temporary, workaroung for a problem where a binder thread spins forever by Mathias Agopian · 12 years ago
  54. 1611a89 No longer need "original calling uid". by Dianne Hackborn · 12 years ago
  55. 597a3c7 Fix shutdown sequence to avoid SIGSEGV when running am command by Johannes Carlsson · 14 years ago
  56. cb5e242 Scheduling group cleanup by Glenn Kasten · 13 years ago
  57. 7d95b34 Remove obsolete references to sched_policy.h by Glenn Kasten · 13 years ago
  58. e99f139 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  59. d0bfabc Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  60. 93cf854 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  61. 8071bf0 am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1 by Ben Cheng · 13 years ago
  62. 455a70a Initialize bwr.read_buffer in IPCThreadState::talkWithDriver. by Ben Cheng · 13 years ago
  63. 5854b91 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  64. 457d51f Resurrect verbose binder logging by Andy McFadden · 13 years ago
  65. 68c8a65 Make sure binder ioctl structs don't contain uninitialized values. by Evgeniy Stepanov · 13 years ago
  66. 7794994 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  67. 9887826 Some debugging support. by Dianne Hackborn · 14 years ago
  68. 24f8bca Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  69. 3f4ef59 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  70. 94c3634 Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  71. 7c4dfec Ensure that binder incalls to the system process keep the fg cgroup by Christopher Tate · 15 years ago
  72. 5f4d7e8 Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  73. 0d7c8be Reset binder service threads' cgroup/priority after command completion by Christopher Tate · 15 years ago
  74. 5b81687 Revert jparks code from IPCThreadState. by Evan Millar · 15 years ago
  75. 4ab6311 When a thread is about to be put back onto the thread pool ensure that it is in the foreground cgroup. by Jason Parks · 15 years ago
  76. 2b17f14 Add a warning when we leave threads in the binder thread pool in the background scheduling group. by Jason Parks · 15 years ago
  77. b4f35d0 Instead of using -1 for pid and uid in the simulator, and then having by Marco Nelissen · 15 years ago
  78. 1647570 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  79. 7922fa2 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago