1. 870d28c am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native." by Elliott Hughes · 9 years ago
  2. e5e7055 Lose HAVE_ANDROID_OS from frameworks/native. by Elliott Hughes · 9 years ago
  3. 319900a Fixed build error with clang/llvm. by Wale Ogunwale · 9 years ago
  4. 2e604f0 Added IPCThreadState::blockUntilThreadAvailable() method. by Wale Ogunwale · 9 years ago
  5. bbef2ba Kill HAVE_PTHREADS. by Yabin Cui · 10 years ago
  6. e8da8a4 binder: Return pid_t/uid_t instead of int by Dan Stoza · 10 years ago
  7. b184ed0 Fix build with clang in C++11 mode by Bernhard Rosenkränzer · 10 years ago
  8. c1c85fd Binder: Remove unused functions & variables by Andreas Gampe · 10 years ago
  9. f9371f6 am dbab409c: Merge "Avoid two warnings from clang." by Chih-Hung Hsieh · 10 years ago
  10. 30dcad7 Avoid two warnings from clang. by Chih-Hung Hsieh · 10 years ago
  11. e993e6f am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  12. f99aec6 Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 10 years ago
  13. 07cf48a Use gettid directly in binder. by Elliott Hughes · 10 years ago
  14. 37888cd binder: rm utils/Debug.h by Mark Salyzyn · 10 years ago
  15. ea8e05d Binder: Fix some valgrind errors. by Arve Hjønnevåg · 11 years ago
  16. 4bdf7e9 Binder: Don't cast directly from a pointer to binder_uintptr_t by Arve Hjønnevåg · 11 years ago
  17. 304dcae Binder: Disable attemptIncStrongHandle by Arve Hjønnevåg · 11 years ago
  18. f048798 binder: fix all warnings by Colin Cross · 11 years ago
  19. a544070 Binder: Use 64 bit pointers in 32 processes if selected by the target by Arve Hjønnevåg · 11 years ago
  20. 4ca5baf Binder: Make binder portable by Serban Constantinescu · 11 years ago
  21. b699a79 Make getCallingUid/Pid const. by Jeff Brown · 11 years ago
  22. 0646cb0 binder: add polling / single-threaded operation by Todd Poynor · 11 years ago
  23. f9952ab am de836890: am ef07386e: Prevent IPCThreadState::joinThreadPool from spinning on unexpected error by Jeff Tinker · 11 years ago
  24. ee711ec Prevent IPCThreadState::joinThreadPool from spinning on unexpected error by Jeff Tinker · 11 years ago
  25. 4ea13dc libutils clean-up by Mathias Agopian · 11 years ago
  26. 68b83cc Revert "ugly, temporary, workaroung for a problem where a binder thread spins forever" by Dave Burke · 12 years ago
  27. 84fcf44 ugly, temporary, workaroung for a problem where a binder thread spins forever by Mathias Agopian · 12 years ago
  28. 1611a89 No longer need "original calling uid". by Dianne Hackborn · 12 years ago
  29. 597a3c7 Fix shutdown sequence to avoid SIGSEGV when running am command by Johannes Carlsson · 14 years ago
  30. cb5e242 Scheduling group cleanup by Glenn Kasten · 12 years ago
  31. 7d95b34 Remove obsolete references to sched_policy.h by Glenn Kasten · 13 years ago
  32. e99f139 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  33. d0bfabc Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  34. 93cf854 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  35. 8071bf0 am f1a4c48b: am e21dabf6: Merge "Initialize bwr.read_buffer in IPCThreadState::talkWithDriver." into ics-mr1 by Ben Cheng · 13 years ago
  36. 455a70a Initialize bwr.read_buffer in IPCThreadState::talkWithDriver. by Ben Cheng · 13 years ago
  37. 5854b91 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  38. 457d51f Resurrect verbose binder logging by Andy McFadden · 13 years ago
  39. 68c8a65 Make sure binder ioctl structs don't contain uninitialized values. by Evgeniy Stepanov · 13 years ago
  40. 7794994 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  41. 9887826 Some debugging support. by Dianne Hackborn · 14 years ago
  42. 24f8bca Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  43. 3f4ef59 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  44. 94c3634 Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  45. 7c4dfec Ensure that binder incalls to the system process keep the fg cgroup by Christopher Tate · 14 years ago
  46. 5f4d7e8 Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  47. 0d7c8be Reset binder service threads' cgroup/priority after command completion by Christopher Tate · 15 years ago
  48. 5b81687 Revert jparks code from IPCThreadState. by Evan Millar · 15 years ago
  49. 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
  50. 2b17f14 Add a warning when we leave threads in the binder thread pool in the background scheduling group. by Jason Parks · 15 years ago
  51. b4f35d0 Instead of using -1 for pid and uid in the simulator, and then having by Marco Nelissen · 15 years ago
  52. 1647570 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  53. 7922fa2 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago