1. 617911d ANDROID: binder: prevent double flushing when free buffer by Frankie Chang · 4 years, 3 months ago
  2. b534faa Revert "libbinder: introduce guards for getCalling*" by Shubang Lu · 4 years, 3 months ago
  3. 8e5f3b4 libbinder: introduce guards for getCalling* by Steven Moreland · 4 years, 3 months ago
  4. 6ba5a25 libbinder: stop exporting private headers by Steven Moreland · 4 years, 4 months ago
  5. b185ac0 libbinder: support BR_ONEWAY_SPAM_SUSPECT by Hang Lu · 4 years, 5 months ago
  6. 5553ac4 libbinder: support calls over sockets by Steven Moreland · 4 years, 10 months ago
  7. 6c32ccb Merge "binder: race condition by parcel finalize" by Steven Moreland · 4 years, 7 months ago
  8. 7677da6 Merge "Flush BC_FREE_BUFFER and ref ops from non-looper threads." by Steven Moreland · 4 years, 7 months ago
  9. 413a00e binder: race condition by parcel finalize by Jintao Zhu · 4 years, 7 months ago
  10. ff30b34 Merge "libbinder - avoid pthread_cond_broadcast per call" by Steven Moreland · 4 years, 7 months ago
  11. c648a76 libbinder - avoid pthread_cond_broadcast per call by Steven Moreland · 4 years, 7 months ago
  12. 0442a86 Flush BC_FREE_BUFFER and ref ops from non-looper threads. by Martijn Coenen · 8 years ago
  13. f210b50 libbinder: setupPolling flushes commands by Steven Moreland · 4 years, 7 months ago
  14. 80844f7 libbinder: Better oneway function logs. by Steven Moreland · 4 years, 9 months ago
  15. 16c6e70 binder: fix google-runtime-int by Jiyong Park · 4 years, 9 months ago
  16. 384328e binder: fix performance-unnecessary-value-param by Jiyong Park · 4 years, 9 months ago
  17. 161fe12 libbinder: Parcel, remove mOwnerCookie by Steven Moreland · 4 years, 9 months ago
  18. f183fdd libbinder: support TF_CLEAR_BUF by Steven Moreland · 4 years, 10 months ago
  19. d4c2808 Merge "Reland "libbinder: ignore CallRestriction for magic 0 cmd"" by Treehugger Robot · 5 years ago
  20. 9514b20 Reland "libbinder: ignore CallRestriction for magic 0 cmd" by Steven Moreland · 5 years ago
  21. 4f2e77a Merge "Revert "libbinder: ignore CallRestriction for magic 0 cmd"" by Martijn Coenen · 5 years ago
  22. 41a4c36 Revert "libbinder: ignore CallRestriction for magic 0 cmd" by Martijn Coenen · 5 years ago
  23. f1d9613 Merge "libbinder: ignore CallRestriction for magic 0 cmd" by Steven Moreland · 5 years ago
  24. 9f50ea6 libbinder: ignore CallRestriction for magic 0 cmd by Steven Moreland · 5 years ago
  25. b09fc4a libbinder: adopt BINDER_GET_FROZEN_INFO by Marco Ballesio · 5 years ago
  26. 7ee1757 binder: adopt BINDER_FREEZE api by Marco Ballesio · 5 years ago
  27. fcc77f1 libbinder: fix FATAL_IF_NOT_ONEWAY error by Steven Moreland · 5 years ago
  28. d8c8567 libbinder: setupPolling returns status_t by Steven Moreland · 5 years ago
  29. b077deb libbinder: driver unfinished write error code by Steven Moreland · 5 years ago
  30. ce66b8a libbinder: dump dropped oneway transaction data by Steven Moreland · 6 years ago
  31. 39d887d Remove need for libbinderthreadstate. by Steven Moreland · 6 years ago
  32. 61ff849 Remove extraneous semicolon. by Steven Moreland · 6 years ago
  33. 6adf33c libbinder: Replace abort with LOG_ALWAYS_FATAL by Steven Moreland · 6 years ago
  34. f18ddef Merge "Fix FD comparisons in binder" am: 1a9db5066b by Steven Moreland · 6 years ago
  35. c60c4fc Fix FD comparisons in binder by Alexandre Baião · 6 years ago
  36. caf0dd5 Merge "libbinder: remove Parcel::remove" am: 1b03400998 by Steven Moreland · 6 years ago
  37. 80afc6f libbinder: remove Parcel::remove by Steven Moreland · 6 years ago
  38. 588d5ed Merge "libbinder: don't export Static.h" am: b78f7c8eff by Steven Moreland · 6 years ago
  39. a4853cd libbinder: don't export Static.h by Steven Moreland · 6 years ago
  40. 80e1e6d servicemanager: use libbinder by Steven Moreland · 6 years ago
  41. 4aba588 Merge "libbinder: CallRestriction: dump code" am: cf6332b4e9 am: 4d2b4c5996 by Steven Moreland · 6 years ago
  42. 8cb34fc libbinder: CallRestriction: dump code by Steven Moreland · 6 years ago
  43. 2f58eca Merge "Make concurrently accessed globals atomic" am: df4629e947 am: 851c97cb39 by Hans Boehm · 6 years ago
  44. a997b23 Make concurrently accessed globals atomic by Hans Boehm · 6 years ago
  45. 0274306 Merge "[binder]: Use _IOC_NRMASK instead of oxff to filter out the cmd." am: 0b32b12091 by Steven Moreland · 6 years ago
  46. 0b32b12 Merge "[binder]: Use _IOC_NRMASK instead of oxff to filter out the cmd." by Steven Moreland · 6 years ago
  47. 8e486c6 [binder]: Use _IOC_NRMASK instead of oxff to filter out the cmd. by songjinshi · 6 years ago
  48. 3085a47 getCallingSid: get calling security context by Steven Moreland · 7 years ago
  49. fb399e1 Merge "getCallingSid: get calling security context" by Steven Moreland · 7 years ago
  50. 77081f8 Merge "Allow error/abort for non-oneway calls." am: 4ffbaac8e8 am: 72c3e1959b by Steven Moreland · 7 years ago
  51. 7732a09 Allow error/abort for non-oneway calls. by Steven Moreland · 7 years ago
  52. f021200 getCallingSid: get calling security context by Steven Moreland · 7 years ago
  53. 91a0480 Only propagates work source when explicitly set. by Olivier Gaillard · 7 years ago
  54. a8e7bf2 Rename WorkSource methods on IPCThreadState. by Olivier Gaillard · 7 years ago
  55. 0e0f1de Add worksource support to binder calls. by Olivier Gaillard · 7 years ago
  56. dac6dc8 Reland "IPCThreadState: Add a public method to probe if a binder call is being served."" by Jayant Chowdhary · 7 years ago
  57. d2e4de2 Revert "IPCThreadState: Add a public method to probe if a binder call is being served." by Remi NGUYEN VAN · 7 years ago
  58. 0397fac IPCThreadState: Add a public method to probe if a binder call is being served. by Jayant Chowdhary · 7 years ago
  59. f11e2bd Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master by Xin Li · 7 years ago
  60. fdd8da9 [binder] Replace NULL/0 with nullptr by Yi Kong · 7 years ago
  61. 7c170bb Create temp refs on proxies. by Martijn Coenen · 7 years ago
  62. ea0090a Revert "binder: send BC_REPLY and BC_FREE_BUFFER together" by Martijn Coenen · 8 years ago
  63. 0494d6a binder: send BC_REPLY and BC_FREE_BUFFER together by Ganesh Mahendran · 8 years ago
  64. 58e5daa binder: remove unnecessary err check by Ganesh Mahendran · 8 years ago
  65. 9cec85b Silence a false positive memory leak warning. by Manoj Gupta · 8 years ago
  66. 3c4f843 Merge "Don't lose BR_RELEASE/BR_DECREFS commands." am: 372bccede8 by Martijn Coenen · 8 years ago
  67. 0791fbf Don't lose BR_RELEASE/BR_DECREFS commands. by Martijn Coenen · 8 years ago
  68. 2b63174 Correctly set minimum priority on nodes. by Martijn Coenen · 8 years ago
  69. d429f4a binder: remove cgroup interactions by Tim Murray · 8 years ago
  70. a43ee15 binder: print the bad cmd error to android log by liangweikang · 9 years ago
  71. 73a7dde [binder]: Correct the index for getReturnString by songjinshi · 9 years ago
  72. c734143 Fix log function for potential overflow by Wei Wang · 9 years ago
  73. 249f373 Merge "Log when binder thread pool is starved" into nyc-dev am: 43dcac7 by Colin Cross · 9 years ago
  74. 96e8322 Log when binder thread pool is starved by Colin Cross · 9 years ago
  75. 7f0c6d6 Merge "Fix issue #27252896: Security Vulnerability -- weak binder" into nyc-dev by Dianne Hackborn · 9 years ago
  76. c111461 Fix issue #27252896: Security Vulnerability -- weak binder by Dianne Hackborn · 9 years ago
  77. ff40578 Release resources when repeating dlopen-dlcose. by zhongjie · 9 years ago
  78. f31a3eb Binder: Add log output in IPCThreadState::self() by Andreas Gampe · 10 years ago
  79. 30dddd6 am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native." by Elliott Hughes · 10 years ago
  80. 6071da7 Lose HAVE_ANDROID_OS from frameworks/native. by Elliott Hughes · 10 years ago
  81. a3206e6 Fixed build error with clang/llvm. by Wale Ogunwale · 10 years ago
  82. 376b822 Added IPCThreadState::blockUntilThreadAvailable() method. by Wale Ogunwale · 10 years ago
  83. 8fb2d25 Kill HAVE_PTHREADS. by Yabin Cui · 11 years ago
  84. 9c634fd binder: Return pid_t/uid_t instead of int by Dan Stoza · 11 years ago
  85. 74debb0 Fix build with clang in C++11 mode by Bernhard Rosenkränzer · 11 years ago
  86. 0b53b5c Binder: Remove unused functions & variables by Andreas Gampe · 11 years ago
  87. ac5cd96 am dbab409c: Merge "Avoid two warnings from clang." by Chih-Hung Hsieh · 11 years ago
  88. 8e5337d Avoid two warnings from clang. by Chih-Hung Hsieh · 11 years ago
  89. e449952 am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 11 years ago
  90. 5ee2c9d Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 11 years ago
  91. fa6ad07 Use gettid directly in binder. by Elliott Hughes · 11 years ago
  92. 317ff37 binder: rm utils/Debug.h by Mark Salyzyn · 11 years ago
  93. 07fd0f1 Binder: Fix some valgrind errors. by Arve Hjønnevåg · 12 years ago
  94. 87b30d0 Binder: Don't cast directly from a pointer to binder_uintptr_t by Arve Hjønnevåg · 12 years ago
  95. 11cfdcc Binder: Disable attemptIncStrongHandle by Arve Hjønnevåg · 12 years ago
  96. 6f4f3ab binder: fix all warnings by Colin Cross · 12 years ago
  97. 84e625a Binder: Use 64 bit pointers in 32 processes if selected by the target by Arve Hjønnevåg · 12 years ago
  98. f683e01 Binder: Make binder portable by Serban Constantinescu · 12 years ago
  99. ada11c5 Make getCallingUid/Pid const. by Jeff Brown · 12 years ago
  100. 8d96cab binder: add polling / single-threaded operation by Todd Poynor · 12 years ago