1. dc9b148 Add binder driver interface test by Riley Andrews · 10 years ago
  2. 1be4021 Merge "Installd: Remove dalvik paths" by Andreas Gampe · 10 years ago
  3. bd872e4 Installd: Remove dalvik paths by Andreas Gampe · 10 years ago
  4. bceb29c Merge "Fix clang -Wc++11-narrowing warnings." by Chih-Hung Hsieh · 10 years ago
  5. 3bded91 Fix clang -Wc++11-narrowing warnings. by Chih-Hung Hsieh · 10 years ago
  6. a59d7a6 Merge "GUI: Remove unused variables" by Andreas Gampe · 10 years ago
  7. 7398a5a GUI: Remove unused variables by Andreas Gampe · 10 years ago
  8. e22262f Merge "libgui: Enable -Weverything and -Werror" by Dan Stoza · 10 years ago
  9. 8fd567b Merge "Libui: Remove unused variables" by Andreas Gampe · 10 years ago
  10. ff78750 Libui: Remove unused variables by Andreas Gampe · 10 years ago
  11. dd883c0 libgui: Enable -Weverything and -Werror by Dan Stoza · 10 years ago
  12. e1a2cae Merge "Fix crash when user provides large values in the Parcel." by Dan Stoza · 10 years ago
  13. ae33eff Fix crash when user provides large values in the Parcel. by Michael Lentine · 10 years ago
  14. 09b9193 Merge "Fix -Werror on 64-bit builds" by Dan Albert · 10 years ago
  15. 67df03d Merge "Disable struct padding warning/error" by Dan Albert · 10 years ago
  16. 35df753 Merge "libui: Enable -Weverything and -Werror" by Dan Albert · 10 years ago
  17. 5588d90 Merge "Enable clang for libui/libgui/surfaceflinger" by Dan Albert · 10 years ago
  18. e2824e0 Merge "Fix for corruption when numFds or numInts is too large." by Dan Albert · 10 years ago
  19. 133caac Fix -Werror on 64-bit builds by Dan Stoza · 10 years ago
  20. 42af278 Disable struct padding warning/error by Dan Stoza · 10 years ago
  21. d318240 libui: Enable -Weverything and -Werror by Dan Stoza · 10 years ago
  22. 01049c8 Enable clang for libui/libgui/surfaceflinger by Dan Stoza · 10 years ago
  23. 3880326 Fix for corruption when numFds or numInts is too large. by Michael Lentine · 10 years ago
  24. f8954c8 Merge "OpenGL tests: Fix unused variables" by Andreas Gampe · 10 years ago
  25. 4aaa393 Merge "Avoid overwriting EGL14.EGL_NO_SURFACE" by Jesse Hall · 10 years ago
  26. 80e8150 Merge "binder: Add {read,write}Uint32 methods to Parcel" by Dan Stoza · 10 years ago
  27. 41a0f2f binder: Add {read,write}Uint32 methods to Parcel by Dan Stoza · 10 years ago
  28. 104e125 Merge "binder: Return pid_t/uid_t instead of int" by Dan Stoza · 10 years ago
  29. 9c634fd binder: Return pid_t/uid_t instead of int by Dan Stoza · 10 years ago
  30. 46ca041 Merge "Don't error out because SensorEventConnection::dump overloads BBinder::dump" by Chih-hung Hsieh · 10 years ago
  31. 72952ef Don't error out because SensorEventConnection::dump overloads BBinder::dump by Bernhard Rosenkränzer · 10 years ago
  32. 2d7ec9d Merge "Fix build with clang in C++11 mode" by Chih-hung Hsieh · 10 years ago
  33. 74debb0 Fix build with clang in C++11 mode by Bernhard Rosenkränzer · 10 years ago
  34. fa59862 OpenGL tests: Fix unused variables by Andreas Gampe · 10 years ago
  35. 7290c24 Avoid overwriting EGL14.EGL_NO_SURFACE by Sangkyu Lee · 10 years ago
  36. 45aa022 Merge "Fix potential format string vulnerability" by chh · 10 years ago
  37. 5f61993 Fix potential format string vulnerability by Bernhard Rosenkränzer · 10 years ago
  38. 2e42a90 Merge "Binder: Remove unused functions & variables" by Andreas Gampe · 10 years ago
  39. 0b53b5c Binder: Remove unused functions & variables by Andreas Gampe · 10 years ago
  40. 8e5fdac Merge "Mark 2 unused paramters as such" by Narayan Kamath · 10 years ago
  41. 7fb390d Mark 2 unused paramters as such by Bernhard Rosenkränzer · 10 years ago
  42. e0f91c3 Merge "We HAVE_LITTLE_ENDIAN." by Elliott Hughes · 10 years ago
  43. a5d7459 We HAVE_LITTLE_ENDIAN. by Elliott Hughes · 10 years ago
  44. 754f16f Merge "Fix installd command line parser" by Mike Lockwood · 10 years ago
  45. c894c20 Merge "C++11 compatibility." by Dan Albert · 10 years ago
  46. 3bdc5b8 C++11 compatibility. by Dan Albert · 10 years ago
  47. ba4a43c Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS." by Elliott Hughes · 10 years ago
  48. 9a4e7f4 Kill INCLUDE_SYS_MOUNT_FOR_STATFS. by Elliott Hughes · 10 years ago
  49. fd5a3e0 Merge "Add an installd command to mark the end of boot." by Narayan Kamath · 10 years ago
  50. 091ea77 Add an installd command to mark the end of boot. by Narayan Kamath · 10 years ago
  51. 947a6ad Merge "Remove comparisons that can't be true" by Chih-hung Hsieh · 10 years ago
  52. 1bb5305 Merge "Fix class vs. struct mismatch" by Chih-hung Hsieh · 10 years ago
  53. 9f42591 Fix class vs. struct mismatch by Bernhard Rosenkränzer · 10 years ago
  54. 6183eb7 Remove comparisons that can't be true by Bernhard Rosenkränzer · 10 years ago
  55. 55f71bc Merge "Replace IInterface::asBinder() with a static" by Marco Nelissen · 10 years ago
  56. 097ca27 Replace IInterface::asBinder() with a static by Marco Nelissen · 10 years ago
  57. d72ff14 Merge "Move frameworks/native to libc++." by Dan Albert · 10 years ago
  58. 6d72063 Move frameworks/native to libc++. by Dan Albert · 10 years ago
  59. 11bf9e5 Merge "Add support for dalvik.vm.isa.<instruction set>.variant" by Ian Rogers · 10 years ago
  60. bc49cd0 Merge "kill HAVE_FORKEXEC" by Yabin Cui · 10 years ago
  61. 9c17fb1 Merge "Frameworks/native: Wall Werror in batteryservice & powermanager" by Andreas Gampe · 10 years ago
  62. 07dffa1 Merge "Frameworks/native: Wall Werror in surfaceflinger" by Andreas Gampe · 10 years ago
  63. 347f288 Frameworks/native: Wall Werror in batteryservice & powermanager by Andreas Gampe · 10 years ago
  64. 89fd4f7 Frameworks/native: Wall Werror in surfaceflinger by Andreas Gampe · 10 years ago
  65. 0dd549a kill HAVE_FORKEXEC by Yabin Cui · 10 years ago
  66. fecc0bf Merge "Frameworks/native: Add pragmas to glgen headers" by Andreas Gampe · 10 years ago
  67. b5da0d7 Frameworks/native: Add pragmas to glgen headers by Andreas Gampe · 10 years ago
  68. 7b3fd29 Merge "EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flag" by Jesse Hall · 10 years ago
  69. 701048c EGL: make x86/64 wrappers resistant to -fno-omit-frame-pointer flag by Michal Wajdeczko · 10 years ago
  70. 16a95b2 Add support for dalvik.vm.isa.<instruction set>.variant by Ian Rogers · 10 years ago
  71. c6f93a4 Merge "Add missing include to fix libc++ build." by Dan Albert · 10 years ago
  72. 0d1c700 Add missing include to fix libc++ build. by Dan Albert · 10 years ago
  73. 62bb385 Fix installd command line parser by Serguei Katkov · 10 years ago
  74. c90b7d9 am d12586b8: Merge "Move hwc tests to libc++." by Dan Albert · 10 years ago
  75. d12586b Merge "Move hwc tests to libc++." by Dan Albert · 10 years ago
  76. bcc1ae0 Move hwc tests to libc++. by Dan Albert · 10 years ago
  77. ac5cd96 am dbab409c: Merge "Avoid two warnings from clang." by Chih-Hung Hsieh · 10 years ago
  78. dbab409 Merge "Avoid two warnings from clang." by Chih-Hung Hsieh · 10 years ago
  79. 8e5337d Avoid two warnings from clang. by Chih-Hung Hsieh · 10 years ago
  80. f3929d6 am e42cba8f: Merge "Initialize ARect fields in default ctor" by Dan Stoza · 10 years ago
  81. e42cba8 Merge "Initialize ARect fields in default ctor" by Dan Stoza · 10 years ago
  82. bccab86 Initialize ARect fields in default ctor by Dmitriy Ivanov · 10 years ago
  83. 5cf92d4 am cb8a9fcc: Merge "Switch to libsigchain.a" by Dmitriy Ivanov · 10 years ago
  84. cb8a9fc Merge "Switch to libsigchain.a" by Dmitriy Ivanov · 10 years ago
  85. 4340a14 Switch to libsigchain.a by Dmitriy Ivanov · 10 years ago
  86. f35a5ba am 649bafb7: Merge "bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)" into lmp-dev by Jesse Hall · 10 years ago
  87. 649bafb Merge "bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)" into lmp-dev by Jesse Hall · 10 years ago
  88. 433fe2a am 0b6acb22: Add version number to SensorService dump output. by Aravind Akella · 10 years ago
  89. 0b6acb2 Add version number to SensorService dump output. by Aravind Akella · 10 years ago
  90. 5b0cbcf bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE) by Jesse Hall · 10 years ago
  91. 5583370 am c52e54c4: Merge "Some more test cleanup." by Dan Albert · 10 years ago
  92. c52e54c Merge "Some more test cleanup." by Dan Albert · 10 years ago
  93. 97a3367 Clean up unused parameter warnings. by Narayan Kamath · 10 years ago
  94. ed7d193 Some more test cleanup. by Dan Albert · 10 years ago
  95. 82ba423 am e9034b45: Merge "Use LOCAL_CLANG := false for GLES wrappers for now" by Chih-hung Hsieh · 10 years ago
  96. e9034b4 Merge "Use LOCAL_CLANG := false for GLES wrappers for now" by Chih-hung Hsieh · 10 years ago
  97. 759115c am 9cc84950: Merge "Don\'t check if this == NULL." by Dan Albert · 10 years ago
  98. 9cc8495 Merge "Don't check if this == NULL." by Dan Albert · 10 years ago
  99. d3684ae Use LOCAL_CLANG := false for GLES wrappers for now by Bernhard Rosenkraenzer · 10 years ago
  100. 0adea3b am 60fd3fee: Migrate CA certificates to all users by Robin Lee · 10 years ago