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