1. 8fb2d25 Kill HAVE_PTHREADS. by Yabin Cui · 11 years ago
  2. 4ecf6ec Merge "Restore Region::set(uint32_t, uint32_t)" by Dan Stoza · 11 years ago
  3. 0c1f5cb Follow StrictMode refactoring. by Jeff Sharkey · 11 years ago
  4. 29d8cf9 Replace all instances of intptr_t with uintptr_t. by Riley Andrews · 11 years ago
  5. 50bcb00 Fix signed/unsigned comparison warnings in driver interface test. by Riley Andrews · 11 years ago
  6. fe4966d Restore Region::set(uint32_t, uint32_t) by Bernhard Rosenkraenzer · 11 years ago
  7. 06b01ad Add binder tests by Riley Andrews · 11 years ago
  8. dc9b148 Add binder driver interface test by Riley Andrews · 11 years ago
  9. 7398a5a GUI: Remove unused variables by Andreas Gampe · 11 years ago
  10. e22262f Merge "libgui: Enable -Weverything and -Werror" by Dan Stoza · 11 years ago
  11. ff78750 Libui: Remove unused variables by Andreas Gampe · 11 years ago
  12. dd883c0 libgui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  13. ae33eff Fix crash when user provides large values in the Parcel. by Michael Lentine · 11 years ago
  14. 133caac Fix -Werror on 64-bit builds by Dan Stoza · 11 years ago
  15. 42af278 Disable struct padding warning/error by Dan Stoza · 11 years ago
  16. d318240 libui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  17. 01049c8 Enable clang for libui/libgui/surfaceflinger by Dan Stoza · 11 years ago
  18. 3880326 Fix for corruption when numFds or numInts is too large. by Michael Lentine · 11 years ago
  19. 41a0f2f binder: Add {read,write}Uint32 methods to Parcel by Dan Stoza · 11 years ago
  20. 9c634fd binder: Return pid_t/uid_t instead of int by Dan Stoza · 11 years ago
  21. 74debb0 Fix build with clang in C++11 mode by Bernhard Rosenkränzer · 11 years ago
  22. 0b53b5c Binder: Remove unused functions & variables by Andreas Gampe · 11 years ago
  23. a5d7459 We HAVE_LITTLE_ENDIAN. by Elliott Hughes · 11 years ago
  24. 3bdc5b8 C++11 compatibility. by Dan Albert · 11 years ago
  25. 097ca27 Replace IInterface::asBinder() with a static by Marco Nelissen · 11 years ago
  26. 0d1c700 Add missing include to fix libc++ build. by Dan Albert · 11 years ago
  27. ac5cd96 am dbab409c: Merge "Avoid two warnings from clang." by Chih-Hung Hsieh · 11 years ago
  28. 8e5337d Avoid two warnings from clang. by Chih-Hung Hsieh · 11 years ago
  29. f35a5ba am 649bafb7: Merge "bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE)" into lmp-dev by Jesse Hall · 11 years ago
  30. 5b0cbcf bufferqueue: workaround: allow NULL fence with queueBuffer (DO NOT MERGE) by Jesse Hall · 11 years ago
  31. 5583370 am c52e54c4: Merge "Some more test cleanup." by Dan Albert · 11 years ago
  32. ed7d193 Some more test cleanup. by Dan Albert · 11 years ago
  33. 759115c am 9cc84950: Merge "Don\'t check if this == NULL." by Dan Albert · 11 years ago
  34. 9cc8495 Merge "Don't check if this == NULL." by Dan Albert · 11 years ago
  35. 4335d35 am 9ea09757: Fix broken error check in Parcel::readBlob by Narayan Kamath · 12 years ago
  36. 9ea0975 Fix broken error check in Parcel::readBlob by Narayan Kamath · 12 years ago
  37. 5cc3b8b am 78639c22: Merge "Parcel: extra validation/debug code for writeDupFileDescriptor" into lmp-dev by Jesse Hall · 12 years ago
  38. 78639c2 Merge "Parcel: extra validation/debug code for writeDupFileDescriptor" into lmp-dev by Jesse Hall · 12 years ago
  39. ccf851f Parcel: extra validation/debug code for writeDupFileDescriptor by Jesse Hall · 12 years ago
  40. 021543f am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-dev by Aravind Akella · 12 years ago
  41. a7eb4b7 Merge "Fix sockfd leakage in SensorService." into lmp-dev by Aravind Akella · 12 years ago
  42. 8a96955 Fix sockfd leakage in SensorService. by Aravind Akella · 12 years ago
  43. 0c2da97 am f05ef4e5: Merge "Surface: cancel the dequeued buffer when requestBuffer fails" into lmp-dev by Jesse Hall · 12 years ago
  44. f05ef4e Merge "Surface: cancel the dequeued buffer when requestBuffer fails" into lmp-dev by Jesse Hall · 12 years ago
  45. df035b9 am 36462d9d: Merge "Add more logging for dup(fd) failure" into lmp-dev by Michael Lentine · 12 years ago
  46. 9f5a1b6 Surface: cancel the dequeued buffer when requestBuffer fails by Jesse Hall · 12 years ago
  47. 36273c9 Add more logging for dup(fd) failure by Michael Lentine · 12 years ago
  48. e449952 am 5ee2c9d2: Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 12 years ago
  49. 5ee2c9d Work on issue #17656716: Unhandled exception in Window Manager by Dianne Hackborn · 12 years ago
  50. 265f0d9 am 6ee97e74: Merge "Fix a null dereference." by Dan Albert · 12 years ago
  51. c78a0c1 Fix a null dereference. by Dan Albert · 12 years ago
  52. 435d9cd resolved conflicts for merge of 67d8bd66 to lmp-dev-plus-aosp by Lajos Molnar · 12 years ago
  53. 67d8bd6 surfaceflinger: add getDisplayStats() method by Lajos Molnar · 12 years ago
  54. 1474f88 Don't check if this == NULL. by Dan Albert · 12 years ago
  55. 4355c0c am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 12 years ago
  56. e03abcd am 4a7001ca: Merge "Work around C11 const atomic restrictions." by Hans Boehm · 12 years ago
  57. 3d0daa5 am 8493b79e: SensorService fixes by Aravind Akella · 12 years ago
  58. b79dfe6 Clean cruft out of makefiles. by Dan Albert · 12 years ago
  59. c0df68b Work around C11 const atomic restrictions. by Hans Boehm · 12 years ago
  60. 8493b79 SensorService fixes by Aravind Akella · 12 years ago
  61. 75ec33e am d15ef27f: Update ScreenshotClient to take advantage of rotation in surfaceflinger\'s screencap api by Riley Andrews · 12 years ago
  62. 129dc84 am edb86f9f: Merge "Add rotation to surfaceflingers screen cap." into lmp-dev by Riley Andrews · 12 years ago
  63. d15ef27 Update ScreenshotClient to take advantage of rotation in surfaceflinger's screencap api by Riley Andrews · 12 years ago
  64. 5273a97 resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aosp by Dan Albert · 12 years ago
  65. c3ebe66 Add rotation to surfaceflingers screen cap. by Riley Andrews · 12 years ago
  66. 8b49125 Make string literal concatenation play nice with C++11. by Dan Albert · 12 years ago
  67. 553231f Fix CAS argument type. by Hans Boehm · 12 years ago
  68. 08ff802 Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""" by Hans Boehm · 12 years ago
  69. 57782cd am 5c4a1566: Merge "GLConsumer: Fix eglTerminate/eglInit edge case." into lmp-dev by Eric Penner · 12 years ago
  70. 2d14a0e GLConsumer: Fix eglTerminate/eglInit edge case. by Eric Penner · 12 years ago
  71. 02a1c2c am efc0b35f: Merge "Fix CAS argument type." by Hans Boehm · 12 years ago
  72. 38e451f am 51d3d176: Merge "Within CpuConsumer, use gralloc lockAsync/unlockAsync" into lmp-dev by Riley Andrews · 12 years ago
  73. 5a7ad73 am 62fbb163: Shelve InputFlinger for another release. DO NOT MERGE by Michael Wright · 12 years ago
  74. d53e052 Within CpuConsumer, use gralloc lockAsync/unlockAsync by Riley Andrews · 12 years ago
  75. cb3b7ce am 703b60ce: Merge "Use gettid directly in binder." by Elliott Hughes · 12 years ago
  76. 62fbb16 Shelve InputFlinger for another release. DO NOT MERGE by Michael Wright · 12 years ago
  77. efc0b35 Merge "Fix CAS argument type." by Hans Boehm · 12 years ago
  78. 1ddaadb Fix CAS argument type. by Hans Boehm · 12 years ago
  79. fa6ad07 Use gettid directly in binder. by Elliott Hughes · 12 years ago
  80. dc1fb90 am a0187a9c: Merge "Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""""" by Hans Boehm · 12 years ago
  81. 3effaba Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""" by Hans Boehm · 12 years ago
  82. f010a05 Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""" by Hans Boehm · 12 years ago
  83. 7d1cd4a Merge "Tunneled Video Playback support" into lmp-dev by Rachad · 12 years ago
  84. 66629e0 Revert "Revert "Remove incorrect android_atomic_...64 use."" by Hans Boehm · 12 years ago
  85. 45e2fc2 Revert "Modify EGL to disconnect the window when the surface gets destroyed." by Michael Lentine · 12 years ago
  86. 9dc5c26 Revert "Remove incorrect android_atomic_...64 use." by Hans Boehm · 12 years ago
  87. b37ba39 Sensor related changes for NDK. by Aravind Akella · 12 years ago
  88. 7cb0d39 Tunneled Video Playback support by Rachad · 12 years ago
  89. 64ffcb0 Sensor.cpp changes. by Aravind Akella · 12 years ago
  90. 47e4540 Allow for resizing of Virtual Displays. by Michael Lentine · 12 years ago
  91. 1f6078a Have VirtualDisplays send SF resize messages when resizing by Michael Wright · 12 years ago
  92. cd36eb4 Merge "Modify EGL to disconnect the window when the surface gets destroyed." into lmp-dev by Michael Lentine · 12 years ago
  93. 843cbb2 Modify EGL to disconnect the window when the surface gets destroyed. by Michael Lentine · 12 years ago
  94. fd8498c Remove WAKE_UP_* sensor constants. by Aravind Akella · 12 years ago
  95. 11f1487 BufferQueueProducer: fix which slot gets pre-allocated by Antoine Labour · 12 years ago
  96. c268068 Merge "SensorService performance improvements." into lmp-dev by Aravind Akella · 12 years ago
  97. 56ae426 SensorService performance improvements. by Aravind Akella · 12 years ago
  98. 2295687 Merge "GLProducer: Reference count images rather than buffers." into lmp-dev by Eric Penner · 12 years ago
  99. 2cbba47 add noteResetVideo/Audio to IBatteryStats by Chong Zhang · 12 years ago
  100. 45e695a Merge "crash if getNativeBuffer() called on NULL GraphicBuffer" into lmp-dev by Colin Cross · 12 years ago