1. 26bef46 Allow null values for Parcel readers and writers by Casey Dahlin · 9 years ago
  2. 6d4da08 Merge "Fix allocation count" am: b25116f735 by Colin Cross · 9 years ago
  3. 02f61fc Merge "Fix allocation count" by Colin Cross · 9 years ago
  4. 6ea1c5c Fix allocation count by Colin Cross · 9 years ago
  5. bdbf521 Merge "Add support for file descriptors and vectors thereof" am: 8f237272e0 by Casey Dahlin · 9 years ago
  6. 7fde043 Merge "Add support for file descriptors and vectors thereof" am: 8f237272e0 by Casey Dahlin · 9 years ago
  7. b82d7fd Add support for file descriptors and vectors thereof by Casey Dahlin · 9 years ago
  8. c788a09 Merge "libbinder: Add support for C++ Parcelable" am: 49b5443a49 am: 6c31acd969 by Christopher Wiley · 9 years ago
  9. d6817a3 Merge "libbinder: Add support for C++ Parcelable" am: 49b5443a49 by Christopher Wiley · 9 years ago
  10. 4851367 Merge "libbinder: Move vector writing templates to header" am: e1aa1c7e13 by Christopher Wiley · 9 years ago
  11. d16a399 Merge "libbinder: Move vector writing templates to header" am: e1aa1c7e13 by Christopher Wiley · 9 years ago
  12. 6a23df1 handle size_t > java max int size am: cfe27deac7 by Nick Kralevich · 9 years ago
  13. d99f211 libbinder: Add support for C++ Parcelable by Christopher Wiley · 9 years ago
  14. 62d6c46 libbinder: Move vector writing templates to header by Christopher Wiley · 9 years ago
  15. 2d4e161 Merge "Revert "Add support for unique_fds and vectors of file descriptors"" by Casey Dahlin · 9 years ago
  16. bba0b7f Merge "Revert "Add support for unique_fds and vectors of file descriptors"" by Casey Dahlin · 9 years ago
  17. 8b31c54 Revert "Add support for unique_fds and vectors of file descriptors" by Casey Dahlin · 9 years ago
  18. 0c2025c Merge "Add support for unique_fds and vectors of file descriptors" by Casey Dahlin · 9 years ago
  19. fa5f67b Merge "Add support for unique_fds and vectors of file descriptors" by Casey Dahlin · 9 years ago
  20. 78c5cfb Add support for unique_fds and vectors of file descriptors by Casey Dahlin · 9 years ago
  21. 13a8e8e Merge "libbinder: Add binder::Status type" am: babed3ea52 by Christopher Wiley · 9 years ago
  22. 37bcab0 handle size_t > java max int size by Nick Kralevich · 9 years ago
  23. 8e5e47f Benign unsigned integer overflow in Parcel by Dan Austin · 9 years ago
  24. c954206 libbinder: Add binder::Status type by Christopher Wiley · 9 years ago
  25. 44a5809 Merge "Use templates for write*Vector methods" am: 81960facb6 by Casey Dahlin · 9 years ago
  26. cc8e567 Use templates for write*Vector methods by Casey Dahlin · 9 years ago
  27. c52362e Merge "libbinder: Return UNEXPECTED_NULL when appropriate" am: 41e50f99bc by Christopher Wiley · 9 years ago
  28. 8d328ec libbinder: Return UNEXPECTED_NULL when appropriate by Christopher Wiley · 9 years ago
  29. 9893bc4 Merge "Add support for reading/writing a vector of binders" am: fd6843236f by Casey Dahlin · 9 years ago
  30. e67e473 Merge commit '75c5de42b759bdcfa7c0e6103fb959c28d686116' into HEAD by Bill Yi · 9 years ago
  31. 3a574b1 Add support for reading/writing a vector of binders by Casey Dahlin · 9 years ago
  32. fb90d50 Fix bug in byte vector serialization by Christopher Wiley · 9 years ago
  33. ddb8fb3 Merge "Add readStrongBinder that takes an interface" am: 71b70a244c by Casey Dahlin · 9 years ago
  34. 375de4a Add readStrongBinder that takes an interface by Casey Dahlin · 9 years ago
  35. 6e6b313 Merge "libbinder: Fix out of bounds in readBoolVector" am: 1f76049c95 by Christopher Wiley · 9 years ago
  36. 73f4356 libbinder: Fix out of bounds in readBoolVector by Christopher Wiley · 9 years ago
  37. 535bf8b Merge changes from topic \'parcel-v2\' into mnc-dr-dev am: cf33d50d25 am: 0c11f9918c by Adrian Roos · 9 years ago
  38. 1b5149e Maintain Parcel ABI by Adrian Roos · 9 years ago
  39. 95e4f02 Revert "Revert "Track ashmem memory usage in Parcel"" by Adrian Roos · 9 years ago
  40. 139c728 Revert "Track ashmem memory usage in Parcel" am: 6880307e8e am: 159a5c3372 by Ian Pedowitz · 9 years ago
  41. 2a3fccc Revert "Track ashmem memory usage in Parcel" by Ian Pedowitz · 9 years ago
  42. 92b355c Track ashmem memory usage in Parcel am: e2f499fb73 am: a0c1be2617 am: cb09f2c82f by Adrian Roos · 9 years ago
  43. 5ee5d70 Track ashmem memory usage in Parcel by Adrian Roos · 9 years ago
  44. 47d53cb Fix build breakage due to extraneous dereference by Casey Dahlin · 9 years ago
  45. d0f31e5 Add read/write methods for vectors by Casey Dahlin · 9 years ago
  46. 458afaf Add methods to Parcel for bool and char and byte by Casey Dahlin · 9 years ago
  47. 084d413 am 6c8c8138: Merge "Benign unsigned integer overflow in Parcel" by Dan Austin · 9 years ago
  48. 4a36bc0 Benign unsigned integer overflow in Parcel by Dan Austin · 9 years ago
  49. 055f000 Fix writeByteArray/writeInt32Array size on x64 by Chad Brubaker · 9 years ago
  50. abaa762 Prevent integer overflow when calculating buffer resizes by Christopher Tate · 9 years ago
  51. 78183cc Don't corrupt parcel when writeFileDescriptor() fails by Christopher Tate · 9 years ago
  52. a091b54 Enable more flexible usage of blobs in parcels. by Jeff Brown · 10 years ago
  53. e00ed3f DO NOT MERGE Remove unused ParcelFileDescriptor methods in parcel. by Tim Kilbourn · 9 years ago
  54. bc76b9a Disregard alleged binder entities beyond parcel bounds by Christopher Tate · 9 years ago
  55. 937c5ee binder: add uint64 support to Parcel. by Ronghua Wu · 9 years ago
  56. 5eb5467 Verify that the native handle was created by Adam Lesinski · 9 years ago
  57. 73f4150 Parcel.cpp: use calloc instead of malloc by Nick Kralevich · 9 years ago
  58. d44e7ba Parcel.cpp: use calloc instead of malloc by Nick Kralevich · 9 years ago
  59. 532036b Add ashmem stats to Parcels by Dan Sandler · 9 years ago
  60. 1596137 Parcel.cpp: reject size_t arguments greater than INT32_MAX by Nick Kralevich · 9 years ago
  61. 5c2eeca binder: add uint64 support to Parcel. by Ronghua Wu · 9 years ago
  62. bb3424f am 8f3ade0c: Merge "Follow StrictMode refactoring." by Jeff Sharkey · 10 years ago
  63. f51ee4b Follow StrictMode refactoring. by Jeff Sharkey · 10 years ago
  64. e94fa16 am 80e81505: Merge "binder: Add {read,write}Uint32 methods to Parcel" by Dan Stoza · 10 years ago
  65. ff4c1b7 binder: Add {read,write}Uint32 methods to Parcel by Dan Stoza · 10 years ago
  66. 20120cd am c894c204: Merge "C++11 compatibility." by Dan Albert · 10 years ago
  67. d29ab95 C++11 compatibility. by Dan Albert · 10 years ago
  68. 353d79a Fix issue #18356768: some app process may hang at Runtime#exit... by Dianne Hackborn · 10 years ago
  69. 492acff Add tracking of parcel memory allocations. by Dianne Hackborn · 10 years ago
  70. 5004b55 Revert "Add more logging for dup(fd) failure" by Jesse Hall · 10 years ago
  71. c0769c5 Revert "Parcel: extra validation/debug code for writeDupFileDescriptor" by Jesse Hall · 10 years ago
  72. cfedf7d Fix broken error check in Parcel::readBlob by Narayan Kamath · 10 years ago
  73. d36cefe Parcel: extra validation/debug code for writeDupFileDescriptor by Jesse Hall · 10 years ago
  74. b421c18 Add more logging for dup(fd) failure by Michael Lentine · 10 years ago
  75. 8b20abb Remove Parcel::writeIntPtr. by Narayan Kamath · 10 years ago
  76. 95e3dcb Merge "Fix mips build for libbinder." by Narayan Kamath · 10 years ago
  77. 9a0a201 Fix mips build for libbinder. by Narayan Kamath · 10 years ago
  78. 55d60f0 am f0a24759: am a28750ee: Merge "binder: Turn on -Werror" by Mark Salyzyn · 10 years ago
  79. 3c2e198 am a28750ee: Merge "binder: Turn on -Werror" by Mark Salyzyn · 10 years ago
  80. 386eb9e binder: Turn on -Werror by Mark Salyzyn · 10 years ago
  81. 14e5ff7 am 57fdbbda: am 4314ccd1: am 70278fbf: Merge "Add error message for hints when exceptions occur during binder transactions." by Jesse Hall · 10 years ago
  82. 4d3d055 am 4314ccd1: am 70278fbf: Merge "Add error message for hints when exceptions occur during binder transactions." by Jesse Hall · 10 years ago
  83. 88ab099 am 70278fbf: Merge "Add error message for hints when exceptions occur during binder transactions." by Jesse Hall · 10 years ago
  84. 7999766 Add error message for hints when exceptions occur during binder transactions. by Jun Jiang · 10 years ago
  85. 7705542 am ca609e43: am 38e2aaaa: am 5b61ad2c: Check the padded size of the read byte array by Kenny Root · 10 years ago
  86. 9f52e2a am 38e2aaaa: am 5b61ad2c: Check the padded size of the read byte array by Kenny Root · 10 years ago
  87. 9ac750f am 5b61ad2c: Check the padded size of the read byte array by Kenny Root · 10 years ago
  88. 1329a9b Check the padded size of the read byte array by Kenny Root · 10 years ago
  89. 426ca24 am 793be12c: am b730a452: am f0190bff: Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  90. 9a1eb6f am b730a452: am f0190bff: Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  91. a5d77f8 am f0190bff: Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  92. 0b8b0f8 Add support for writing byte arrays to parcels by Marco Nelissen · 10 years ago
  93. c888ab1 am d1c87d37: Merge changes I3432d9d3,I90fcf538,I64398603 by Arve Hjønnevåg · 11 years ago
  94. f29c253 am 74be0f7b: Merge "binder: fix all warnings" by Colin Cross · 11 years ago
  95. 1836eb0 am 58242fc2: Merge changes Ib0e5a037,I1bd7c38e,Icfc67c2a,I96c64312,I59528054, ... by Arve Hjønnevåg · 11 years ago
  96. cc508d2 Binder: Make sure binder objects do not overlap by Arve Hjønnevåg · 11 years ago
  97. a08d613 am c5294424: am d1c87d37: Merge changes I3432d9d3,I90fcf538,I64398603 by Arve Hjønnevåg · 11 years ago
  98. f0123d8 am d1c87d37: Merge changes I3432d9d3,I90fcf538,I64398603 by Arve Hjønnevåg · 11 years ago
  99. 031da53 am 6f286114: Revert "Fix "Binder: Make sure binder objects do not overlap" to work old binder kernel interface" by Arve Hjønnevåg · 11 years ago
  100. 83f0eee am 9b5c3b91: 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