1. 3f8cbfe Resurrect verbose binder logging by Andy McFadden · 13 years ago
  2. c1b9bbb Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 13 years ago
  3. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  4. 0dd593f PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  5. f24c4cd MemoryHeapBase: Save and binderize the offset by Anu Sundararajan · 13 years ago
  6. 594f3ee Make sure binder ioctl structs don't contain uninitialized values. by Evgeniy Stepanov · 13 years ago
  7. b0dfade Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)" by Andreas Huber · 13 years ago
  8. 0ffc988 Rewrite battery history storage. by Dianne Hackborn · 13 years ago
  9. 0a47f4f Parcel::appendFrom({const } Parcel *parcel, size_t, size_t) by Andreas Huber · 13 years ago
  10. bb9d394 Clean up use of HAVE_ANDROID_OS by Kenny Root · 13 years ago
  11. 827521a am 6637e307: am bfb5f596: Merge "Fix for writing empty strings to Parcel::writeString8()" by Jean-Baptiste Queru · 14 years ago
  12. b803c04 Fix for writing empty strings to Parcel::writeString8() by Pravat Dalbehera · 14 years ago
  13. 0bd5243 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  14. b37f8a8 fix messages from sqlite layer in c++ code to be useful. by Vasu Nori · 14 years ago
  15. e6544e4 convert one of the LOGE to LOG_WINDOW msg to reduce grief by Vasu Nori · 14 years ago
  16. b7e2c78 turn off some useless messages by Vasu Nori · 14 years ago
  17. 405e012 am deaa8ff1: am a7ef18fc: Merge "Some debugging support." into gingerbread by Dianne Hackborn · 14 years ago
  18. f123e49 Some debugging support. by Dianne Hackborn · 14 years ago
  19. 1423f51 am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  20. 0234376 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  21. 84fabc0 am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookups with one." into gingerbread by Brad Fitzpatrick · 14 years ago
  22. 7bcad8a3 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  23. d2f6c7fe am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stacks in Binder replies" into gingerbread by Brad Fitzpatrick · 14 years ago
  24. 9555a13 am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & BlockGuard\'s thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 14 years ago
  25. 5b74719 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 14 years ago
  26. 727de40 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  27. f5574e0 am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  28. c0a7e69 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  29. fc94e89 am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  30. 27b3a7a Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  31. 2807df8 Move CursorWindow class from core/jni to libbinder by Mike Lockwood · 14 years ago
  32. 08b3d2e Make static versions of libutils and libbinder. by Dan Egnor · 14 years ago
  33. 92c3b39 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 14 years ago
  34. 7182ef3 Ensure that binder incalls to the system process keep the fg cgroup by Christopher Tate · 14 years ago
  35. c86727f remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 14 years ago
  36. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 14 years ago
  37. 887f355 Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  38. a0a4088 Modify the binder to request 1M - 2 pages instead of 1M. The backing store by Rebecca Schultz Zavin · 15 years ago
  39. 1dacdd4 Reset binder service threads' cgroup/priority after command completion by Christopher Tate · 15 years ago
  40. 97b30e2 Revert jparks code from IPCThreadState. by Evan Millar · 15 years ago
  41. 2867746 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
  42. dabcf41 Add a warning when we leave threads in the binder thread pool in the background scheduling group. by Jason Parks · 15 years ago
  43. dfc7244 libbinder: MemoryHeapPmem: honor the NO_CACHING flag when creating a client heap by Dima Zavin · 15 years ago
  44. baef614 libbinder: add a NO_CACHING flag to MemoryHeapBase by Iliyan Malchev · 15 years ago
  45. f99c180 Add offset handling in MemoryHeapBase class by Benny Wong · 15 years ago
  46. 2f10ae0 Support for marshalling pointers / intptr_t in Parcel. by Andreas Huber · 15 years ago
  47. f1db4ae don't crash in Parcel when given a null (and therfore invalid) native_handle_t by Mathias Agopian · 15 years ago
  48. e1babd4 Instead of using -1 for pid and uid in the simulator, and then having by Marco Nelissen · 15 years ago
  49. 151e859 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 15 years ago
  50. aaf834a some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  51. 9f7d60c am d50a458b: Merge change 2351 into donut by Android (Google) Code Review · 15 years ago
  52. dfece80 change 2115 wasn't merged properly into master. this fixes that. by Mathias Agopian · 15 years ago
  53. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  54. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago