1. ff40578 Release resources when repeating dlopen-dlcose. by zhongjie · 9 years ago
  2. f31a3eb Binder: Add log output in IPCThreadState::self() by Andreas Gampe · 9 years ago
  3. 30dddd6 am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native." by Elliott Hughes · 9 years ago
  4. 6071da7 Lose HAVE_ANDROID_OS from frameworks/native. by Elliott Hughes · 9 years ago
  5. a3206e6 Fixed build error with clang/llvm. by Wale Ogunwale · 9 years ago
  6. 376b822 Added IPCThreadState::blockUntilThreadAvailable() method. by Wale Ogunwale · 9 years ago
  7. 8fb2d25 Kill HAVE_PTHREADS. by Yabin Cui · 10 years ago
  8. 9c634fd binder: Return pid_t/uid_t instead of int by Dan Stoza · 10 years ago
  9. 74debb0 Fix build with clang in C++11 mode by Bernhard Rosenkränzer · 10 years ago
  10. 0b53b5c Binder: Remove unused functions & variables by Andreas Gampe · 10 years ago
  11. ac5cd96 am dbab409c: Merge "Avoid two warnings from clang." by Chih-Hung Hsieh · 10 years ago
  12. 8e5337d Avoid two warnings from clang. by Chih-Hung Hsieh · 10 years ago
  13. e449952 am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  14. 5ee2c9d Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  15. fa6ad07 Use gettid directly in binder. by Elliott Hughes · 10 years ago
  16. 317ff37 binder: rm utils/Debug.h by Mark Salyzyn · 10 years ago
  17. 07fd0f1 Binder: Fix some valgrind errors. by Arve Hjønnevåg · 11 years ago
  18. 87b30d0 Binder: Don't cast directly from a pointer to binder_uintptr_t by Arve Hjønnevåg · 11 years ago
  19. 11cfdcc Binder: Disable attemptIncStrongHandle by Arve Hjønnevåg · 11 years ago
  20. 6f4f3ab binder: fix all warnings by Colin Cross · 11 years ago
  21. 84e625a Binder: Use 64 bit pointers in 32 processes if selected by the target by Arve Hjønnevåg · 11 years ago
  22. f683e01 Binder: Make binder portable by Serban Constantinescu · 11 years ago
  23. ada11c5 Make getCallingUid/Pid const. by Jeff Brown · 11 years ago
  24. 8d96cab binder: add polling / single-threaded operation by Todd Poynor · 11 years ago
  25. fc1f308 am de836890: am ef07386e: Prevent IPCThreadState::joinThreadPool from spinning on unexpected error by Jeff Tinker · 11 years ago
  26. ef07386 Prevent IPCThreadState::joinThreadPool from spinning on unexpected error by Jeff Tinker · 11 years ago
  27. 002e1e5 libutils clean-up by Mathias Agopian · 11 years ago
  28. 0bed1f5 Revert "ugly, temporary, workaroung for a problem where a binder thread spins forever" by Dave Burke · 12 years ago
  29. 0845d02 ugly, temporary, workaroung for a problem where a binder thread spins forever by Mathias Agopian · 12 years ago
  30. 8210185 No longer need "original calling uid". by Dianne Hackborn · 12 years ago
  31. db1597a Fix shutdown sequence to avoid SIGSEGV when running am command by Johannes Carlsson · 14 years ago
  32. a26e1cf Scheduling group cleanup by Glenn Kasten · 12 years ago
  33. 4bcb575 Remove obsolete references to sched_policy.h by Glenn Kasten · 13 years ago
  34. 4e975bb Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  35. 6726347 Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  36. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  37. a63ee4c am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1 by Ben Cheng · 13 years ago
  38. d640f89 Initialize bwr.read_buffer in IPCThreadState::talkWithDriver. by Ben Cheng · 13 years ago
  39. 9f76015 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  40. aefc9cd Resurrect verbose binder logging by Andy McFadden · 13 years ago
  41. d547432 Make sure binder ioctl structs don't contain uninitialized values. by Evgeniy Stepanov · 13 years ago
  42. 1b60843 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  43. 67f78c4 Some debugging support. by Dianne Hackborn · 14 years ago
  44. 5273603 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  45. a877cd8 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  46. 702ea9d Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  47. 440fd87 Ensure that binder incalls to the system process keep the fg cgroup by Christopher Tate · 14 years ago
  48. 8c6cedc Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  49. 07d6989 Reset binder service threads' cgroup/priority after command completion by Christopher Tate · 15 years ago
  50. 6dfe8f1 Revert jparks code from IPCThreadState. by Evan Millar · 15 years ago
  51. b5c4135 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
  52. dcd3958 Add a warning when we leave threads in the binder thread pool in the background scheduling group. by Jason Parks · 15 years ago
  53. d43b194 Instead of using -1 for pid and uid in the simulator, and then having by Marco Nelissen · 15 years ago
  54. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  55. 208059f checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago[Renamed (99%) from libs/utils/IPCThreadState.cpp]
  56. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  57. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  58. e09fd9e Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  59. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago