1. ef1cda8 Revert "Fix "Binder: Make sure binder objects do not overlap" to work old binder kernel interface" by Arve Hjønnevåg · 11 years ago
  2. ee74837 am d5a354c6: am d06f6b00: am 67903293: Fix "Binder: Make sure binder objects do not overlap" to work old binder kernel interface by Arve Hjønnevåg · 11 years ago
  3. c962166 Fix "Binder: Make sure binder objects do not overlap" to work old binder kernel interface by Arve Hjønnevåg · 11 years ago
  4. ec7baf3 am 7cc5b880: am e45636a8: am d437364e: am f50b9eaa: Binder: Make sure binder objects do not overlap by Arve Hjønnevåg · 11 years ago
  5. e02e7f7 am e45636a8: am d437364e: am f50b9eaa: Binder: Make sure binder objects do not overlap by Arve Hjønnevåg · 11 years ago
  6. ea8e05d Binder: Fix some valgrind errors. by Arve Hjønnevåg · 11 years ago
  7. b51680b Binder: Make sure binder objects do not overlap by Arve Hjønnevåg · 11 years ago
  8. 3356f61 am 2b957503: am 74be0f7b: Merge "binder: fix all warnings" by Colin Cross · 11 years ago
  9. f048798 binder: fix all warnings by Colin Cross · 11 years ago
  10. a0a9b17 am c93865de: am 58242fc2: Merge changes Ib0e5a037,I1bd7c38e,Icfc67c2a,I96c64312,I59528054, ... by Arve Hjønnevåg · 11 years ago
  11. a544070 Binder: Use 64 bit pointers in 32 processes if selected by the target by Arve Hjønnevåg · 11 years ago
  12. 4ca5baf Binder: Make binder portable by Serban Constantinescu · 11 years ago
  13. 2bd16d9 Native counterpart of new power manager method by Marco Nelissen · 11 years ago
  14. 2d11f22 Native counterpart of new power manager method by Marco Nelissen · 11 years ago
  15. be8ae98 Add support for sending and receiving ParcelFileDescriptors from native Binder code by Mike Lockwood · 11 years ago
  16. 0d8e2e4 Make Flattenable not virtual by Mathias Agopian · 11 years ago
  17. 565e95e am 255405eb: am 86b2ecdd: Merge "fix mem leak on error handling" by Jeff Brown · 11 years ago
  18. bdfee45 fix mem leak on error handling by Hyejin Kim · 12 years ago
  19. 4ea13dc libutils clean-up by Mathias Agopian · 11 years ago
  20. 2ff5c07 [MIPS] Avoid unaligned load/store for 64-bit doubles. by Douglas Leung · 12 years ago
  21. ae32fcd Aligning native Parcel implementation to Java. by Magnus Strandberg · 13 years ago
  22. eafc621 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  23. d8e1916 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  24. 93cf854 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. 52aa6df Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  26. c407adf Fix possible leak in Parcel::writeDupFileDescriptor. by Jeff Brown · 13 years ago
  27. 7ee58fd am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  28. 5b60119 Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  29. 48f4e15 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  30. 5854b91 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  31. 0db491f Use ashmem for CursorWindows. Bug: 5332296 by Jeff Brown · 13 years ago
  32. b0652d9 Fix handling of "allow fds" state. by Dianne Hackborn · 13 years ago
  33. 8a11ee5 Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  34. abc3cf4 Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  35. 49aa9e0 Revert "Transfer large bitmaps using ashmem. Bug: 5224703" by Bart Sears · 13 years ago
  36. f897f18 Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  37. 914572d Merge "Parcel::appendFrom({const } Parcel *parcel, size_t, size_t)" by Andreas Huber · 13 years ago
  38. db8c494 Rewrite battery history storage. by Dianne Hackborn · 13 years ago
  39. 6cb9508 Parcel::appendFrom({const } Parcel *parcel, size_t, size_t) by Andreas Huber · 13 years ago
  40. 58e6813 Fix for writing empty strings to Parcel::writeString8() by Pravat Dalbehera · 14 years ago
  41. 24f8bca Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  42. c1f5bf8 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  43. 87f4570 StrictMode: gather and return violating stacks in Binder replies by Brad Fitzpatrick · 14 years ago
  44. 3f4ef59 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  45. 67aa5c9 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  46. 94c3634 Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  47. 31bc698 remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  48. f79b77e Support for marshalling pointers / intptr_t in Parcel. by Andreas Huber · 15 years ago
  49. aaac89e don't crash in Parcel when given a null (and therfore invalid) native_handle_t by Mathias Agopian · 15 years ago
  50. a6286c3 some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  51. 74feb4c am d50a458b: Merge change 2351 into donut by Android (Google) Code Review · 15 years ago
  52. 559e4e9 change 2115 wasn't merged properly into master. this fixes that. by Mathias Agopian · 15 years ago
  53. 1647570 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  54. 7922fa2 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago