1. a43ee15 binder: print the bad cmd error to android log by liangweikang · 9 years ago
  2. 3e9e757 Merge "TextOutput log improvement" by Treehugger Robot · 9 years ago
  3. 87c03cf Enable multiple concurrent binderLibTest instances by Connor O'Brien · 9 years ago
  4. 236cdb4 TextOutput log improvement by Wei Wang · 9 years ago
  5. 73a7dde [binder]: Correct the index for getReturnString by songjinshi · 9 years ago
  6. c734143 Fix log function for potential overflow by Wei Wang · 9 years ago
  7. e390826 Rely on the platform -std default. by Elliott Hughes · 9 years ago
  8. 213f015 Merge changes from topic 'utf' by Martijn Coenen · 9 years ago
  9. b5ac868 Merge "binder: use ashmem_valid()" by Treehugger Robot · 9 years ago
  10. 8058936 binder: use ashmem_valid() by Mark Salyzyn · 9 years ago
  11. 3eaf53e Add bound checks to utf16_to_utf8 by Sergio Giro · 9 years ago
  12. e1d310d Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 9 years ago
  13. 4ce4db7 Fix memory ordering issues; document IMemory peculiarities by Hans Boehm · 9 years ago
  14. 23e469f Merge "Remove unused include." am: 5242fb42fb by Dmitriy Filchenko · 9 years ago
  15. e3f8eba Remove unused include. by Dmitriy Filchenko · 9 years ago
  16. 2a001e8 resolve merge conflicts of 0783d5f to stage-aosp-master by Dan Willemsen · 9 years ago
  17. 59e086f Start converting Android.mk to Android.bp by Dan Willemsen · 9 years ago
  18. 83b9ea5 Merge \"Add |readString8| method which returns failure\" am: 115e6ec7e9 by Roshan Pius · 9 years ago
  19. 115e6ec Merge "Add |readString8| method which returns failure" by Roshan Pius · 9 years ago
  20. 87b64d2 Add |readString8| method which returns failure by Roshan Pius · 9 years ago
  21. 0a9a1c1 Fix unused variable build errors by Christopher Wiley · 9 years ago
  22. abf1adc Merge \"libbinder: Tighten compiler warnings/errors\" am: ead989c34d by Christopher Wiley · 9 years ago
  23. 3652ff4 libbinder: Tighten compiler warnings/errors by Christopher Wiley · 9 years ago
  24. a2db19c Merge \"Fixed file descriptor leak in IMemory\" into nyc-dev am: a13a22649b by John Eckerdal · 9 years ago
  25. 6b0b063 Fixed file descriptor leak in IMemory by John Eckerdal · 9 years ago
  26. 81ace2f Merge "Fix misc-macro-parentheses warnings in libs/binder." am: 44d29d4d07 by Chih-hung Hsieh · 9 years ago
  27. 8f6b9b3 Fix misc-macro-parentheses warnings in libs/binder. by Chih-Hung Hsieh · 9 years ago
  28. 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 · 9 years ago
  29. 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 · 9 years ago
  30. 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 · 9 years ago
  31. 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 · 9 years ago
  32. bca20d8 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 am: c2c470c700 by Marco Nelissen · 9 years ago
  33. 56dea28 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d am: 775f2e6dbf am: 82afbe2258 by Marco Nelissen · 9 years ago
  34. 82afbe2 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 am: 853702ce3d by Marco Nelissen · 9 years ago
  35. 775f2e6 Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 am: 275c9f60f9 by Marco Nelissen · 9 years ago
  36. 853702c Correctly handle dup() failure in Parcel::readNativeHandle am: 1de7966c72 by Marco Nelissen · 9 years ago
  37. b9f5b3a Merge "libbinder: Use char* message with binder::Status" am: 8d9818db1a by Christopher Wiley · 9 years ago
  38. 1651ced libbinder: Use char* message with binder::Status by Christopher Wiley · 9 years ago
  39. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  40. a5226fb Merge "Fix google-explicit-constructor warnings." by Treehugger Robot · 9 years ago
  41. 1de7966 Correctly handle dup() failure in Parcel::readNativeHandle by Marco Nelissen · 9 years ago
  42. d760b81 Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 758973c am: 512926e by Christopher Wiley · 9 years ago
  43. 758973c Merge "libbinder: Replace ScopedFd with base::unique_fd" by Christopher Wiley · 9 years ago
  44. 3282e04 Merge "Remove HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE test." am: 32e2d0f by Elliott Hughes · 9 years ago
  45. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  46. 0c50a3f Remove HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE test. by Elliott Hughes · 9 years ago
  47. 2cf1995 libbinder: Replace ScopedFd with base::unique_fd by Christopher Wiley · 9 years ago
  48. 7861c63 Merge "Include libbase headers in libbinder include path" am: 33dcaf9 by Treehugger Robot · 9 years ago
  49. 83e6b98 Include libbase headers in libbinder include path by Christopher Wiley · 9 years ago
  50. 0cbee9f Merge "Revert "libbinder: Replace ScopedFd with base::unique_fd"" am: dcc5575 by Christopher Wiley · 9 years ago
  51. dcc5575 Merge "Revert "libbinder: Replace ScopedFd with base::unique_fd"" by Christopher Wiley · 9 years ago
  52. 46ef1a7 Revert "libbinder: Replace ScopedFd with base::unique_fd" by Christopher Wiley · 9 years ago
  53. 7f38c4b Merge "libbinder: Replace ScopedFd with base::unique_fd" am: 747c0bb am: 7a07e39 by Treehugger Robot · 9 years ago
  54. 747c0bb Merge "libbinder: Replace ScopedFd with base::unique_fd" by Treehugger Robot · 9 years ago
  55. 249f373 Merge "Log when binder thread pool is starved" into nyc-dev am: 43dcac7 by Colin Cross · 9 years ago
  56. 96e8322 Log when binder thread pool is starved by Colin Cross · 9 years ago
  57. 180cce9 Merge "Run \'nativeperms\', remove Brillo #ifdef." am: a7ba9d0 am: f949746 by Jorge Lucangeli Obes · 9 years ago
  58. a7ba9d0 Merge "Run 'nativeperms', remove Brillo #ifdef." by Jorge Lucangeli Obes · 9 years ago
  59. 0ed3ca3 Merge "libbinder: Remove templated binder::Status stream operator." am: 9e413e9 by Treehugger Robot · 9 years ago
  60. 8282342 Run 'nativeperms', remove Brillo #ifdef. by Jorge Lucangeli Obes · 9 years ago
  61. 00cb980 libbinder: Remove templated binder::Status stream operator. by Ralph Nathan · 9 years ago
  62. aefcad1 Merge "Binder: add pid to thread name for binder threads." into nyc-dev by Philip Cuadra · 9 years ago
  63. a082fa8 Binder: add pid to thread name for binder threads. by Philip Cuadra · 9 years ago
  64. b12c5a6 libbinder: Replace ScopedFd with base::unique_fd by Christopher Wiley · 9 years ago
  65. ffc5a84 Merge "Remove spurious log" into nyc-dev am: 7ff357a by Christopher Tate · 9 years ago
  66. bf14e94 Remove spurious log by Christopher Tate · 9 years ago
  67. fc7e369 Merge "Guard against failed array allocation" into nyc-dev am: 834fde8 by Christopher Tate · 9 years ago
  68. e4e0ae8 Guard against failed array allocation by Christopher Tate · 9 years ago
  69. e564a36 Fix issue #27252896: Security Vulnerability -- weak binder am: 12bafe2 by Dianne Hackborn · 9 years ago
  70. df806c5 Fix issue #27252896: Security Vulnerability -- weak binder am: ce156f6 by Dianne Hackborn · 9 years ago
  71. 74d2c4b Fix issue #27252896: Security Vulnerability -- weak binder am: 41e7b17 by Dianne Hackborn · 9 years ago
  72. a202396 Fix issue #27252896: Security Vulnerability -- weak binder am: ce156f6 by Dianne Hackborn · 9 years ago
  73. b4f0f33 Fix issue #27252896: Security Vulnerability -- weak binder am: 12bafe2 by Dianne Hackborn · 9 years ago
  74. 41e7b17 Fix issue #27252896: Security Vulnerability -- weak binder by Dianne Hackborn · 9 years ago
  75. ce156f6 Fix issue #27252896: Security Vulnerability -- weak binder by Dianne Hackborn · 9 years ago
  76. 12bafe2 Fix issue #27252896: Security Vulnerability -- weak binder by Dianne Hackborn · 9 years ago
  77. 5b274ca Merge "MediaResourceMonitor: Change argument type from string to int" into nyc-dev by Dongwon Kang · 9 years ago
  78. a8b00c1 Merge "MediaResourceMonitor: Change argument type from string to int" into nyc-dev by Dongwon Kang · 9 years ago
  79. a2a6be1 MediaResourceMonitor: Change argument type from string to int by Dongwon Kang · 9 years ago
  80. 7f0c6d6 Merge "Fix issue #27252896: Security Vulnerability -- weak binder" into nyc-dev by Dianne Hackborn · 9 years ago
  81. c111461 Fix issue #27252896: Security Vulnerability -- weak binder by Dianne Hackborn · 9 years ago
  82. 3795836 Merge "MemoryDealer: expose internal allocation alignment" into nyc-dev by Lajos Molnar · 9 years ago
  83. 1001033 MemoryDealer: expose internal allocation alignment by Lajos Molnar · 9 years ago
  84. dc87747 Merge "Release resources when repeating dlopen-dlcose." am: 88521f6219 by zhongjie · 9 years ago
  85. 88521f6 Merge "Release resources when repeating dlopen-dlcose." by Casey Dahlin · 9 years ago
  86. be5b932 Merge "libbinder: Make null handling explicit for strong binders" am: b5f08e43d8 by Christopher Wiley · 9 years ago
  87. b5f08e4 Merge "libbinder: Make null handling explicit for strong binders" by Christopher Wiley · 9 years ago
  88. ff40578 Release resources when repeating dlopen-dlcose. by zhongjie · 9 years ago
  89. 35d77ca libbinder: Make null handling explicit for strong binders by Christopher Wiley · 9 years ago
  90. 5ceb664 Merge "Refresh the native app ops manager\'s token if needed." into nyc-dev by Svet Ganov · 9 years ago
  91. 2169638 Refresh the native app ops manager's token if needed. by Svet Ganov · 9 years ago
  92. 697b227 Merge "Remove unused native binder impl." into nyc-dev am: f0e9d712b5 by Ruben Brunk · 9 years ago
  93. f0e9d71 Merge "Remove unused native binder impl." into nyc-dev by Ruben Brunk · 9 years ago
  94. 0b1cf33 libbinder: Allow readByteVector to take uint8_t by Casey Dahlin · 9 years ago
  95. c78404c Remove unused native binder impl. by Ruben Brunk · 9 years ago
  96. 131a104 Sanity check IMemory access versus underlying mmap am: 94b0d4e3ab am: ef6908e2b3 am: 97f49e50de am: 84f488f354 am: ebdad60d6b am: fc598c54d9 am: f9e5e80bc1 am: 15364d3ec0 am: 049c5df3e5 by Christopher Tate · 9 years ago
  97. e72aa1b Sanity check IMemory access versus underlying mmap am: 94b0d4e3ab am: ef6908e2b3 am: 97f49e50de am: 84f488f354 am: ebdad60d6b am: fc598c54d9 am: f9e5e80bc1 am: 15364d3ec0 by Christopher Tate · 9 years ago
  98. 0e93732 Merge commit 'db5c5bb0259fa024517d9a151726785facba4f02' into HEAD by Bill Yi · 9 years ago
  99. 15364d3 Sanity check IMemory access versus underlying mmap am: 94b0d4e3ab am: ef6908e2b3 am: 97f49e50de am: 84f488f354 am: ebdad60d6b am: fc598c54d9 by Christopher Tate · 9 years ago
  100. f9e5e80 Sanity check IMemory access versus underlying mmap am: 94b0d4e3ab am: ef6908e2b3 am: 97f49e50de am: 84f488f354 am: ebdad60d6b by Christopher Tate · 9 years ago