1. 8b10517 Merge "dumpstate: sscanf requires an asciiz string" by Treehugger Robot · 9 years ago
  2. 44d29d4 Merge "Fix misc-macro-parentheses warnings in libs/binder." by Chih-hung Hsieh · 9 years ago
  3. 3f5fc8a Merge "Fix misc-macro-parentheses warnings in libs/gui." by Treehugger Robot · 9 years ago
  4. bb261bf Merge "Fix misc-macro-parentheses warnings in sensorservice and CHECK_INTERFACE." by Chih-hung Hsieh · 9 years ago
  5. 23d433c Merge "Fix misc-macro-parentheses warnings in test macros." by Chih-hung Hsieh · 9 years ago
  6. b09e70c Merge "Fix misc-macro-parentheses warnings in opengl." by Chih-hung Hsieh · 9 years ago
  7. 7c5f109 Fix misc-macro-parentheses warnings in libs/gui. by Chih-Hung Hsieh · 9 years ago
  8. a389c7a Fix misc-macro-parentheses warnings in sensorservice and CHECK_INTERFACE. by Chih-Hung Hsieh · 9 years ago
  9. 4a186d4 Fix misc-macro-parentheses warnings in test macros. by Chih-Hung Hsieh · 9 years ago
  10. 8f6b9b3 Fix misc-macro-parentheses warnings in libs/binder. by Chih-Hung Hsieh · 9 years ago
  11. 21c6128 Fix misc-macro-parentheses warnings in opengl. by Chih-Hung Hsieh · 9 years ago
  12. 290f4b9 dumpstate: sscanf requires an asciiz string by Mark Salyzyn · 9 years ago
  13. 8d9818d Merge "libbinder: Use char* message with binder::Status" by Christopher Wiley · 9 years ago android-n-preview-3 android-wear-n-preview-1
  14. 1651ced libbinder: Use char* message with binder::Status by Christopher Wiley · 9 years ago
  15. caff47a Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
  16. 90c04fe Merge "Switch to more conventional ps arguments in dumpstate." by Elliott Hughes · 9 years ago
  17. 32caf1d Switch to more conventional ps arguments in dumpstate. by Elliott Hughes · 9 years ago
  18. d9cdadb Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  19. 8a414ed Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 9 years ago
  20. 6ca70ef Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  21. a5226fb Merge "Fix google-explicit-constructor warnings." by Treehugger Robot · 9 years ago
  22. 3cebac7 Merge "Atrace:use ReadFileToString to read file" by Treehugger Robot · 9 years ago
  23. 758973c Merge "libbinder: Replace ScopedFd with base::unique_fd" by Christopher Wiley · 9 years ago
  24. 32e2d0f Merge "Remove HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE test." by Elliott Hughes · 9 years ago
  25. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  26. 0c50a3f Remove HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE test. by Elliott Hughes · 9 years ago
  27. 2cf1995 libbinder: Replace ScopedFd with base::unique_fd by Christopher Wiley · 9 years ago
  28. d8419c2 Atrace:use ReadFileToString to read file by Stephane Gasparini · 9 years ago
  29. 33dcaf9 Merge "Include libbase headers in libbinder include path" by Treehugger Robot · 9 years ago
  30. 83e6b98 Include libbase headers in libbinder include path by Christopher Wiley · 9 years ago
  31. a8d696c Merge "libgui should re-export libbinder include paths" by Treehugger Robot · 9 years ago
  32. 72db0b7 libgui should re-export libbinder include paths by Christopher Wiley · 9 years ago
  33. dcc5575 Merge "Revert "libbinder: Replace ScopedFd with base::unique_fd"" by Christopher Wiley · 9 years ago
  34. 46ef1a7 Revert "libbinder: Replace ScopedFd with base::unique_fd" by Christopher Wiley · 9 years ago
  35. 747c0bb Merge "libbinder: Replace ScopedFd with base::unique_fd" by Treehugger Robot · 9 years ago
  36. a7ba9d0 Merge "Run 'nativeperms', remove Brillo #ifdef." by Jorge Lucangeli Obes · 9 years ago
  37. e2e44dd Merge "Add missing include to choreographer header." by Martijn Coenen · 9 years ago
  38. 4ca25f2 Add missing include to choreographer header. by Michael Wright · 10 years ago
  39. 78e7eb7 Merge "Add NDK Choreographer API headers" by Martijn Coenen · 9 years ago
  40. 9e413e9 Merge "libbinder: Remove templated binder::Status stream operator." by Treehugger Robot · 9 years ago
  41. 8282342 Run 'nativeperms', remove Brillo #ifdef. by Jorge Lucangeli Obes · 9 years ago
  42. 941a290 Merge "Implement a stub permission server for Brillo tier 1." by Jorge Lucangeli Obes · 9 years ago
  43. 68aac7f Implement a stub permission server for Brillo tier 1. by Jorge Lucangeli Obes · 9 years ago
  44. 00cb980 libbinder: Remove templated binder::Status stream operator. by Ralph Nathan · 9 years ago
  45. b12c5a6 libbinder: Replace ScopedFd with base::unique_fd by Christopher Wiley · 9 years ago
  46. ac6335c Merge "Don't include <sys/sysconf.h>." by Josh Gao · 9 years ago android-n-preview-2
  47. f85daf8 Add NDK Choreographer API headers by Michael Wright · 10 years ago
  48. 9d6d7b3 Don't include <sys/sysconf.h>. by Josh Gao · 9 years ago
  49. 0f73649 Merge "Split increments to silence a compiler warning." by Stephen Hines · 9 years ago
  50. 9c22c3c Split increments to silence a compiler warning. by Stephen Hines · 9 years ago
  51. 1ccaed4 Merge "Address const issues in preparation for libcxx rebase." by Dan Austin · 9 years ago
  52. e9aeab8 Merge "Switch GLES wrappers over to using Clang (and fix inline assembly)." by Stephen Hines · 9 years ago
  53. ec49776 Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  54. 3e8fce4 Switch GLES wrappers over to using Clang (and fix inline assembly). by Stephen Hines · 9 years ago
  55. 88521f6 Merge "Release resources when repeating dlopen-dlcose." by Casey Dahlin · 9 years ago
  56. b5f08e4 Merge "libbinder: Make null handling explicit for strong binders" by Christopher Wiley · 9 years ago
  57. ff40578 Release resources when repeating dlopen-dlcose. by zhongjie · 9 years ago
  58. 35d77ca libbinder: Make null handling explicit for strong binders by Christopher Wiley · 9 years ago
  59. 7dbaaf1 Merge ""#warning" conflict with -Werror" am: e6b6843c5f by Zhiquan Liu · 9 years ago
  60. e6b6843 Merge ""#warning" conflict with -Werror" by Dan Stoza · 9 years ago android-n-preview-1
  61. 4b2a105 "#warning" conflict with -Werror by Zhiquan Liu · 9 years ago
  62. 0e93732 Merge commit 'db5c5bb0259fa024517d9a151726785facba4f02' into HEAD by Bill Yi · 9 years ago
  63. 225a290 Merge "Allocate buffers locally in systems without SurfaceFlinger" by Christopher Wiley · 9 years ago
  64. afcf267 Merge "Allocate buffers locally in systems without SurfaceFlinger" by Christopher Wiley · 9 years ago
  65. 45f33a5 Allocate buffers locally in systems without SurfaceFlinger by Christopher Wiley · 9 years ago
  66. 0c81a4a Merge "libbinder: add getters for PersistableBundle keys" am: 4f321d1629 by Samuel Tan · 9 years ago
  67. 4f321d1 Merge "libbinder: add getters for PersistableBundle keys" by Samuel Tan · 9 years ago
  68. 8b8d774 Merge "Fix -Wgnu-designator warnigns in cmds/flatland/Main.cpp" am: f4475023e7 by Aurimas Liutikas · 9 years ago
  69. f447502 Merge "Fix -Wgnu-designator warnigns in cmds/flatland/Main.cpp" by Aurimas Liutikas · 9 years ago
  70. 2660c7a Fix -Wgnu-designator warnigns in cmds/flatland/Main.cpp by Aurimas Liutikas · 9 years ago
  71. 3f40743 Merge "Replace AppOpsManager locking with std::lock_guard" am: d3a9228d1d by Christopher Wiley · 9 years ago
  72. d3a9228 Merge "Replace AppOpsManager locking with std::lock_guard" by Christopher Wiley · 9 years ago
  73. 3b3e298 Merge "Add missing liblog dependency" am: 39f1abac3c by Dimitry Ivanov · 9 years ago
  74. 39f1aba Merge "Add missing liblog dependency" by Dimitry Ivanov · 9 years ago
  75. eca9569 Add missing liblog dependency by Dimitry Ivanov · 9 years ago
  76. c61c5c0 Merge "Don\'t rely on AppOpsManager in systems without applications" by Christopher Wiley · 9 years ago
  77. f2936d7 Merge "Fix race in AppOpsManager client library" am: 712fe62ab2 by Christopher Wiley · 9 years ago
  78. 5975c00 Replace AppOpsManager locking with std::lock_guard by Christopher Wiley · 9 years ago
  79. 46c32a1 Merge "Don't rely on AppOpsManager in systems without applications" by Christopher Wiley · 9 years ago
  80. 712fe62 Merge "Fix race in AppOpsManager client library" by Christopher Wiley · 9 years ago
  81. 52545f2 libbinder: add getters for PersistableBundle keys by Samuel Tan · 9 years ago
  82. f226203 Merge "libbinder: Allow readByteVector to take uint8_t" am: dda39f2a22 by Casey Dahlin · 9 years ago
  83. dda39f2 Merge "libbinder: Allow readByteVector to take uint8_t" by Casey Dahlin · 9 years ago
  84. c01e8dc Merge "dumpstate: Continued build breakage" am: 16072e7e17 by Mark Salyzyn · 9 years ago
  85. 16072e7 Merge "dumpstate: Continued build breakage" by Mark Salyzyn · 9 years ago
  86. 791ddd3 dumpstate: Continued build breakage by Mark Salyzyn · 9 years ago
  87. 185d344 libbinder: Allow readByteVector to take uint8_t by Casey Dahlin · 9 years ago
  88. c1c11d2 Merge changes I6b499f53,If821ed21 am: c658aee7d6 by Mark Salyzyn · 9 years ago
  89. c658aee Merge changes I6b499f53,If821ed21 by Mark Salyzyn · 9 years ago
  90. 0751efa dumpstate: report process times by Mark Salyzyn · 10 years ago
  91. 6811616 Add option to #define _DUMPSTATE_DRY_RUN_ to skip the actual dumps. by Felipe Leme · 10 years ago
  92. ec3ae45 Merge "Enable wildcard in the list of kernel functions" am: fda23631b9 by John Reck · 10 years ago
  93. fda2363 Merge "Enable wildcard in the list of kernel functions" by John Reck · 10 years ago
  94. 917b324 Merge "dumpstate: refine calculated eMMC performance values" am: 088e7586ea by Mark Salyzyn · 10 years ago
  95. 088e758 Merge "dumpstate: refine calculated eMMC performance values" by Mark Salyzyn · 10 years ago
  96. 01d6c39 dumpstate: refine calculated eMMC performance values by Mark Salyzyn · 10 years ago
  97. 8ed4270 Don't rely on AppOpsManager in systems without applications by Christopher Wiley · 10 years ago
  98. 3196c83 Merge "system_server BINDER_TYPE_FD driver ashmem accessors" am: b23a388c64 by Mark Salyzyn · 10 years ago
  99. b23a388 Merge "system_server BINDER_TYPE_FD driver ashmem accessors" by Mark Salyzyn · 10 years ago
  100. 6dd4552 Fix race in AppOpsManager client library by Christopher Wiley · 10 years ago