1. c47f098 Revert "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 11 years ago
  2. 5ca39ea am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBase constructor." by Elliott Hughes · 11 years ago
  3. 7f974ff Add a compatibility symbol for the MemoryBase constructor. by Elliott Hughes · 11 years ago
  4. e3e43b3 rename binder services main thread to Binder_* by Mathias Agopian · 11 years ago
  5. e88a85e Fixes to native app ops services by Eino-Ville Talvala · 12 years ago
  6. 5da5ca5 App ops: new native access API. by Dianne Hackborn · 12 years ago
  7. 7b19051 fix a crasher when running out of memory by Mathias Agopian · 12 years ago
  8. 2098517 make sure Parcel handles 0-sized LightFlatenables by Mathias Agopian · 12 years ago
  9. 8210185 No longer need "original calling uid". by Dianne Hackborn · 12 years ago
  10. 8683fca improve [un]marshalling of non-binder objects by Mathias Agopian · 12 years ago
  11. db403e8 split-up Client.h out of SurfaceFlinger.h by Mathias Agopian · 12 years ago
  12. 555f89d Add callback hack to find out when to reload system properties. by Dianne Hackborn · 12 years ago
  13. 64a1e08 SF doesn't need more than a few binder threads by Mathias Agopian · 12 years ago
  14. 1b80f79 add set thread count by Mathias Agopian · 12 years ago
  15. 7a75248 get rid of MemoryHeapPmem by Mathias Agopian · 12 years ago
  16. 89d353a move CursorWindow from libbinder to libandroidfw by Mathias Agopian · 12 years ago
  17. a94f129 Some hardening of isolated processes by restricting access to services. by Dianne Hackborn · 13 years ago
  18. 4e975bb Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  19. c17f56f am 88061d6b: am 5462bc63: Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  20. efd912c am 5462bc63: Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  21. 93ff1f9 Fix a leak in Parcel::writeBlob. by Jeff Brown · 13 years ago
  22. 9f76015 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  23. 3e2fb70 Deprecate local-only CursorWindows. by Jeff Brown · 13 years ago
  24. ec4e006 Use ashmem for CursorWindows. Bug: 5332296 by Jeff Brown · 13 years ago
  25. cc0bf53 Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  26. 7746cc3 Fix handling of "allow fds" state. by Dianne Hackborn · 13 years ago
  27. 5707dbf Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  28. 8938ed2 Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  29. 8acda78 Revert "Transfer large bitmaps using ashmem. Bug: 5224703" by Bart Sears · 13 years ago
  30. f4c1088 Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  31. e16986c Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  32. 99b4984 PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  33. 5728a92 MemoryHeapBase: Save and binderize the offset by Anu Sundararajan · 13 years ago
  34. 51faf46 Parcel::appendFrom({const } Parcel *parcel, size_t, size_t) by Andreas Huber · 13 years ago
  35. 71f64dd Binder linkage no longer depends on JNI objrefs as persistent tokens by Christopher Tate · 14 years ago
  36. 9f5b53d Revert "Binder linkage no longer depends on JNI objrefs as persistent tokens" by Christopher Tate · 13 years ago
  37. c811e7a Binder linkage no longer depends on JNI objrefs as persistent tokens by Christopher Tate · 14 years ago
  38. 11dde11 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  39. 204249b Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  40. bd57473 bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  41. 1b60843 Framework-side support for Dalvik "isSensitiveThread" hook. by Brad Fitzpatrick · 14 years ago
  42. f3372f7 am ae087369: am 63070856: Merge "Don\'t propagate StrictMode over one-way Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  43. 5273603 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  44. b8f4015 am 245cb784: am 84c924a6: Merge "Replace several IPCThreadState::get() lookups with one." into gingerbread by Brad Fitzpatrick · 14 years ago
  45. 70081a1 Replace several IPCThreadState::get() lookups with one. by Brad Fitzpatrick · 14 years ago
  46. 721c416 am cc52121c: am c4b204bd: Merge "More StrictMode work, keeping Binder & BlockGuard\'s thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 14 years ago
  47. a877cd8 More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync. by Brad Fitzpatrick · 14 years ago
  48. 9382d11 am c74034b6: am 24651682: added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  49. a1e6bc8 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  50. 0c2aaca am 706623dd: am c0a7e690: Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  51. 837a0d0 Add Parcel::readExceptionCode() and Parcel::writeNoException() by Brad Fitzpatrick · 14 years ago
  52. f9e01ea am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  53. 702ea9d Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  54. e733497 add API to Cursor to get column value type by Vasu Nori · 14 years ago
  55. 244a765 Move CursorWindow class from core/jni to libbinder by Mike Lockwood · 14 years ago
  56. e3c233d am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 14 years ago
  57. 386a332 Make static versions of libutils and libbinder. by Dan Egnor · 14 years ago
  58. fc821e5 merge from open-source master by The Android Open Source Project · 14 years ago
  59. a3a884d Allow META* macros outside of the framework by Michael Richardson · 15 years ago
  60. 3c772b7 fix [2599939] "cannot play video" after open/close a video player a dozen of times by Mathias Agopian · 14 years ago
  61. 98e71dd remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  62. 0dd0d29 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  63. 8c6cedc Propagate background scheduling class across processes. by Dianne Hackborn · 15 years ago
  64. 0db1a89 libbinder: add a NO_CACHING flag to MemoryHeapBase by Iliyan Malchev · 15 years ago
  65. d4851d7 Add offset handling in MemoryHeapBase class by Benny Wong · 15 years ago
  66. 84a6d04 Support for marshalling pointers / intptr_t in Parcel. by Andreas Huber · 15 years ago
  67. f0adf84 Make MemoryDealer's destructor protected instead of public. by Andreas Huber · 15 years ago
  68. 375f563 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 15 years ago
  69. 723ec00 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  70. 83c0446 some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  71. 310f8da merge master to master_gl by Mathias Agopian · 15 years ago
  72. a47f02a change 2115 wasn't merged properly into master. this fixes that. by Mathias Agopian · 15 years ago
  73. c5b2c0b move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago