1. a8e7bf2 Rename WorkSource methods on IPCThreadState. by Olivier Gaillard · 6 years ago
  2. 0e0f1de Add worksource support to binder calls. by Olivier Gaillard · 6 years ago
  3. 150b4ef Revert "binder: Remove ashmem validitiy checks" by Jorim Jaggi · 6 years ago
  4. b62b056 binder: Remove ashmem validitiy checks by Joel Fernandes · 6 years ago
  5. 05827be Give StrictMode more bits to work with. by Jeff Sharkey · 6 years ago
  6. 4de83c7 Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9 am: 450bbf91e9 by Ryo Hashimoto · 6 years ago
  7. be5b918 Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9 by Ryo Hashimoto · 6 years ago
  8. 450bbf9 Merge "Add C++ implementation of ParcelFileDescriptor" am: e3c9030dc9 by Ryo Hashimoto · 6 years ago
  9. e3c9030 Merge "Add C++ implementation of ParcelFileDescriptor" by Treehugger Robot · 6 years ago
  10. 22f140d resolve merge conflicts of f11e2bd016d886a333345dea853ebda23a408d5c to pi-dev-plus-aosp by Xin Li · 6 years ago
  11. f11e2bd Merge pi-dev-plus-aosp-without-vendor into stage-aosp-master by Xin Li · 6 years ago
  12. 7a96ec4 Make Parcel::readBlob sanity check the fd by Marco Nelissen · 6 years ago
  13. fdd8da9 [binder] Replace NULL/0 with nullptr by Yi Kong · 6 years ago
  14. 9163556 [binder] Replace NULL/0 with nullptr by Yi Kong · 6 years ago
  15. bf55189 Add C++ implementation of ParcelFileDescriptor by Ryo Hashimoto · 6 years ago
  16. a17f022 Increment when attempting to read protected Parcel Data by Michael Wachenschwanz · 6 years ago
  17. 61f7750 Disallow reading object data from Parcels with non-object reads am: c517681c66 am: e69532fd03 by Michael Wachenschwanz · 6 years ago
  18. c720d6e Disallow reading object data from Parcels with non-object reads am: c517681c66 by Michael Wachenschwanz · 6 years ago
  19. c517681 Disallow reading object data from Parcels with non-object reads by Michael Wachenschwanz · 7 years ago
  20. f854238 Don't pad before calling writeInPlace(). by Martijn Coenen · 6 years ago
  21. ade8989 libbinder: remove unnecessary check by Ganesh Mahendran · 7 years ago
  22. 4e99fac Merge "Changes to support new v4.12.3 headers." am: ab9e842013 by Christopher Ferris · 7 years ago
  23. dbaa22a Changes to support new v4.12.3 headers. by Christopher Ferris · 7 years ago
  24. 747d847 Merge "Fix clang static anaylzer warnings." am: a97d58a21b by Manoj Gupta · 7 years ago
  25. 6eb6205 Fix clang static anaylzer warnings. by Manoj Gupta · 7 years ago
  26. 1967749 Merge "DO NOT MERGE Revert "Logging for catching memory issue in Parcel"" into oc-dev by Michael Wachenschwanz · 7 years ago
  27. a654163 DO NOT MERGE Revert "Logging for catching memory issue in Parcel" by Michael Wachenschwanz · 7 years ago
  28. c8ddb01 Merge "Logging for catching memory issue in Parcel" into oc-dev by Michael Wachenschwanz · 7 years ago
  29. c65de59 Logging for catching memory issue in Parcel by Michael Wachenschwanz · 7 years ago
  30. 2b63174 Correctly set minimum priority on nodes. by Martijn Coenen · 7 years ago
  31. 15feb9b Add private helpers needed for job queue. by Dianne Hackborn · 7 years ago
  32. 6316f5b libbinder: Add support for Value, Map, and IpPrefix types by Robert Quattlebaum · 8 years ago
  33. ec9ec7d libbinder: replace dup() with fcntl(F_DUPFD_CLOEXEC) by Nick Kralevich · 8 years ago
  34. 457c594 resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 am: 02e4440eab am: 953c05276e am: e37a4dc7c4 am: 8ed5e3d7ca am: 9d5dd3f584 am: 9ef37cdcdc by Christopher Tate · 8 years ago
  35. e37a4dc resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 am: 02e4440eab by Christopher Tate · 8 years ago
  36. 02e4440 resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d am: abe293b950 by Christopher Tate · 8 years ago
  37. abe293b resolve merge conflicts of 13c5c34 to mnc-dev am: 79b74d787d by Christopher Tate · 8 years ago
  38. 79b74d7 resolve merge conflicts of 13c5c34 to mnc-dev by Christopher Tate · 8 years ago
  39. ed6937a Correct overflow check in Parcel resize code am: 8b64307e95 by Christopher Tate · 8 years ago
  40. 8b64307 Correct overflow check in Parcel resize code by Christopher Tate · 8 years ago
  41. 4423511 Correct overflow check in Parcel resize code by Christopher Tate · 8 years ago
  42. d84ff31 Fix fd leak in Binder by Fabien Sanglard · 8 years ago
  43. 1941a40 Introduce new command callback to shell. by Dianne Hackborn · 8 years ago
  44. 433e87b binder: Replace use of resize()/memcpy() with reserve()/insert() by Paul Lietar · 8 years ago
  45. 213f015 Merge changes from topic 'utf' by Martijn Coenen · 8 years ago
  46. 57a58d9 Merge "binder: use ashmem_valid()" am: b5ac868729 am: d7f671406c am: 9a057a99df by Mark Salyzyn · 8 years ago
  47. 9a057a9 Merge "binder: use ashmem_valid()" am: b5ac868729 am: d7f671406c by Mark Salyzyn · 8 years ago
  48. 8058936 binder: use ashmem_valid() by Mark Salyzyn · 8 years ago
  49. 3eaf53e Add bound checks to utf16_to_utf8 by Sergio Giro · 8 years ago
  50. e1d310d Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 8 years ago
  51. 206c2b8 Merge "Unicode: specify destination length in utf8_to_utf16 methods" by Sergio Giro · 8 years ago
  52. f460743 Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 8 years ago
  53. 5064822 Merge \\"Add |readString8| method which returns failure\\" am: 115e6ec7e9 by Roshan Pius · 8 years ago
  54. 83b9ea5 Merge \"Add |readString8| method which returns failure\" am: 115e6ec7e9 by Roshan Pius · 8 years ago
  55. 87b64d2 Add |readString8| method which returns failure by Roshan Pius · 8 years ago
  56. 05cd88a Add bound checks to utf16_to_utf8 am: 9b39ebe132 by Sergio Giro · 8 years ago
  57. 9b39ebe Add bound checks to utf16_to_utf8 by Sergio Giro · 8 years ago
  58. bd95c70 Merge \"Add bound checks to utf16_to_utf8\" into nyc-mr1-dev am: 9e3a43e817 by Sergio Giro · 8 years ago
  59. 7e93b2d Add bound checks to utf16_to_utf8 by Sergio Giro · 8 years ago
  60. c55b4b6 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376 am: a8244873a8 am: 93bf31f54d am: f91c66a9a8 by Marco Nelissen · 8 years ago
  61. fb6342d Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376 am: a8244873a8 am: 93bf31f54d by Marco Nelissen · 8 years ago
  62. 93bf31f Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 am: bca20d8376 by Marco Nelissen · 8 years ago
  63. a824487 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 am: 56dea28189 by Marco Nelissen · 8 years ago
  64. bca20d8 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 by Marco Nelissen · 8 years ago
  65. 56dea28 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 by Marco Nelissen · 8 years ago
  66. 82afbe2 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d by Marco Nelissen · 8 years ago
  67. 775f2e6 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 by Marco Nelissen · 8 years ago
  68. 1de7966 Correctly handle dup() failure in Parcel::readNativeHandle by Marco Nelissen · 8 years ago
  69. d760b81 Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 758973c am: 512926e by Christopher Wiley · 8 years ago
  70. 2cf1995 libbinder: Replace ScopedFd with base::unique_fd by Christopher Wiley · 8 years ago
  71. 0cbee9f Merge "Revert "libbinder: Replace ScopedFd with base::unique_fd"" am: dcc5575 by Christopher Wiley · 8 years ago
  72. 46ef1a7 Revert "libbinder: Replace ScopedFd with base::unique_fd" by Christopher Wiley · 8 years ago
  73. 7f38c4b Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 747c0bb am: 7a07e39 by Treehugger Robot · 8 years ago
  74. b12c5a6 libbinder: Replace ScopedFd with base::unique_fd by Christopher Wiley · 8 years ago
  75. ffc5a84 Merge "Remove spurious log" into nyc-dev am: 7ff357a by Christopher Tate · 9 years ago
  76. bf14e94 Remove spurious log by Christopher Tate · 9 years ago
  77. fc7e369 Merge "Guard against failed array allocation" into nyc-dev am: 834fde8 by Christopher Tate · 9 years ago
  78. e4e0ae8 Guard against failed array allocation by Christopher Tate · 9 years ago
  79. b5f08e4 Merge "libbinder: Make null handling explicit for strong binders" by Christopher Wiley · 9 years ago
  80. 35d77ca libbinder: Make null handling explicit for strong binders by Christopher Wiley · 9 years ago
  81. 0b1cf33 libbinder: Allow readByteVector to take uint8_t by Casey Dahlin · 9 years ago
  82. 0e93732 Merge commit 'db5c5bb0259fa024517d9a151726785facba4f02' into HEAD by Bill Yi · 9 years ago
  83. 185d344 libbinder: Allow readByteVector to take uint8_t by Casey Dahlin · 9 years ago
  84. 6ff4920 Merge "system_server BINDER_TYPE_FD driver ashmem accessors" am: b23a388c64 by Mark Salyzyn · 9 years ago
  85. 70f3665 system_server BINDER_TYPE_FD driver ashmem accessors by Mark Salyzyn · 9 years ago
  86. 4ab1dbe Merge "Add support for decoding UTF16 to UTF8" am: ac4728f8ba am: 7b0c8479ae by Christopher Wiley · 9 years ago
  87. ac4728f Merge "Add support for decoding UTF16 to UTF8" by Christopher Wiley · 9 years ago
  88. 9a5e32f Add support for decoding UTF16 to UTF8 by Christopher Wiley · 9 years ago
  89. 393aa43 system_server BINDER_TYPE_FD sockets using ashmem accessors by Mark Salyzyn · 9 years ago
  90. 9cc62e8 Parcel: file descriptor leak by Mark Salyzyn · 9 years ago
  91. 8bb1a53 Parcel: include Android coding standard by Mark Salyzyn · 9 years ago
  92. 4d64cf9 Parcel: LOG_TAG cleanup by Mark Salyzyn · 9 years ago
  93. becad77 Merge "system_server BINDER_TYPE_FD sockets using ashmem accessors" by Mark Salyzyn · 9 years ago
  94. f6ec7d5 Merge changes I4ebccfd0,I3507bdfd,Iaf02f55c am: acca0abaf1 by Mark Salyzyn · 9 years ago
  95. eab2afc system_server BINDER_TYPE_FD sockets using ashmem accessors by Mark Salyzyn · 9 years ago
  96. b454d8f Parcel: file descriptor leak by Mark Salyzyn · 9 years ago
  97. abed7f7 Parcel: include Android coding standard by Mark Salyzyn · 9 years ago
  98. e93390b Parcel: LOG_TAG cleanup by Mark Salyzyn · 9 years ago
  99. f15194a Merge "Allow null values for Parcel readers and writers" am: 4df4842186 by Casey Dahlin · 9 years ago
  100. b987262 Allow null values for Parcel readers and writers by Casey Dahlin · 9 years ago