1. 29fea7b Merge "Added missing header to window.h" by Dima Zavin · 12 years ago
  2. 331667f Use #define value of 1 to indicate presence of headers. by Jeff Brown · 12 years ago
  3. 307d9cf Merge from AOSP by Jean-Baptiste Queru · 12 years ago
  4. 980a59b Forward compatibility by Jean-Baptiste Queru · 12 years ago
  5. e17e4e5 Added missing header to window.h by Homin Lee · 12 years ago
  6. e4e3f20 type definition for future compat. by Eric Laurent · 12 years ago
  7. 2ac29d0 Rename LOG_ASSERT to ALOG_ASSERT by Steve Block · 13 years ago
  8. 8aeb6e2 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  9. 4f07a1f Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  10. 4163b45 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  11. 9786ec4 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  12. 66b6875 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  13. 61fbcbe Rename (IF_)LOG() to (IF_)ALOG() by Steve Block · 13 years ago
  14. a9b84a7 Add ALOG version of LOG_ASSERT by Steve Block · 13 years ago
  15. e7e7fac Add ALOG versions of LOGD, LOGI, LOGW and LOGE by Steve Block · 13 years ago
  16. 3bc5e45 am 7cd3e0a3: Document ANativeWindow\'s buffer refcounting by Jesse Hall · 13 years ago
  17. 7cd3e0a Document ANativeWindow's buffer refcounting by Jesse Hall · 13 years ago
  18. 3d547e0 am f9c1fcc5: Merge "Replace vendor specific NfcGoogle.apk with generic Nfc.apk" into ics-mr1 by Nick Pelly · 13 years ago
  19. 097b4ed Replace vendor specific NfcGoogle.apk with generic Nfc.apk by Nick Pelly · 13 years ago
  20. 67b11cb am 25a89e77: Fix build by Steve Block · 13 years ago
  21. 25a89e7 Fix build by Steve Block · 13 years ago
  22. 5babfad am baad2843: Update camera documentation about face detection. by Wu-cheng Li · 13 years ago
  23. baad284 Update camera documentation about face detection. by Wu-cheng Li · 13 years ago
  24. 6bcd4d3 Add ANDROID_API macro to export symbols by Romain Guy · 13 years ago
  25. 8d43cb6 Allow CAMERA_CMD_SET_DISPLAY_ORIENTATION to change during preview. by Wu-cheng Li · 13 years ago
  26. 134959a Merge "Create drmrpc group for security services" by Jeffrey Tinker · 13 years ago
  27. 7005c03 Create drmrpc group for security services by Jeffrey Tinker · 13 years ago
  28. 9892aa5 Merge "Fix SocketListener socket leak issue." by David Turner · 13 years ago
  29. 15c8c3e Merge "Support adding, deleting, and clearing IPv6 addrs." by Lorenzo Colitti · 13 years ago
  30. 4520246 Fix SocketListener socket leak issue. by Xianzhu Wang · 13 years ago
  31. 47ddb51 Support adding, deleting, and clearing IPv6 addrs. by Lorenzo Colitti · 13 years ago
  32. 918638c enable HAVE_DLADDR, since... we have it by Mathias Agopian · 13 years ago
  33. 243123f libcutils: qtaguid: Support new functions, add tag resource tracking. by JP Abgrall · 13 years ago
  34. f48b236 core: Add a standalone charger UI binary by Dima Zavin · 13 years ago
  35. da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 13 years ago
  36. 8f91282 init/cutils: move kernel logging interface to libcutils from init by Dima Zavin · 13 years ago
  37. 2d55e02 libcutils/init: move uevent socket opening code to libcutils by Dima Zavin · 13 years ago
  38. c9b0695 another attempt at fixing the SDK build. by Mathias Agopian · 13 years ago
  39. 7934d18 really fix the SDK build and fix THE build by Mathias Agopian · 13 years ago
  40. 33a1d43 attempt to fix SDK build. by Mathias Agopian · 13 years ago
  41. 8968195 Merge "Add a priority constant in to the graphics HAL header" by Mathias Agopian · 13 years ago
  42. 5c9be40 Add a priority constant in to the graphics HAL header by Mathias Agopian · 13 years ago
  43. 9b5c774 libcutils: qtaguid: support socket untagging, return errors. by Ashish Sharma · 13 years ago
  44. 319f4e2 fix a typo that prevented api_connect/api_disconnect to work by Mathias Agopian · 13 years ago
  45. a43546a Change CAMERA_MSG_METADATA_FACE to CAMERA_MSG_PREVIEW_METADATA. by Wu-cheng Li · 13 years ago
  46. ed7f9aa Merge "connect/disconnect is now deprecated." by Mathias Agopian · 13 years ago
  47. 8ad5452 connect/disconnect is now deprecated. by Mathias Agopian · 13 years ago
  48. 3ac91d1 Change int to int32_t in camera_frame_metadata and camera_face. by Wu-cheng Li · 13 years ago
  49. 9d5bfd3 Add camera frame metadata and face detection structs. by Wu-cheng Li · 13 years ago
  50. c349636 Merge "Fix bug 4319552 Use commonly defined channel mask values in native" by Jean-Michel Trivi · 13 years ago
  51. 4518e6a Merge "Add camera face detection enums." by Wu-cheng Li · 13 years ago
  52. de19ea2 Add camera face detection enums. by Wu-cheng Li · 13 years ago
  53. 6d4f397 Fix bug 4319552 Use commonly defined channel mask values in native by Jean-Michel Trivi · 13 years ago
  54. 33fad99 Fix bug 4211099 channel constants and 7.1 mask by Jean-Michel Trivi · 13 years ago
  55. 5100916 support for "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal buffer orientation" by Mathias Agopian · 13 years ago
  56. ae3736a Add lock/unlock perform codes by Mathias Agopian · 13 years ago
  57. 42cc1ed Add setScalingMode to ANativeWindow by Mathias Agopian · 13 years ago
  58. 5423e9e ANativeWindow: add more connectable APIs by Jamie Gennis · 13 years ago
  59. 6dce832 Fix header file inclusion for type uid_t. by Ashish Sharma · 13 years ago
  60. 8626cce Add communication support for xt_qtaguid(network traffic accounting) kernel module. by Ashish Sharma · 13 years ago
  61. 6b06f9f Merge "ANativeWindow: add setters for dimensions and fmt" by Jamie Gennis · 13 years ago
  62. 7da2486 am 436deea5: am 979203ee: Add reset_mask as parameter to ifc_reset_connections by Wink Saville · 13 years ago
  63. 436deea am 979203ee: Add reset_mask as parameter to ifc_reset_connections by Wink Saville · 13 years ago
  64. 979203e Add reset_mask as parameter to ifc_reset_connections by Wink Saville · 13 years ago
  65. 208ec5e ANativeWindow: add setters for dimensions and fmt by Jamie Gennis · 13 years ago
  66. 1f311f2 Merge "Bug 4571308 Timestamps are not always monotonic" by Glenn Kasten · 13 years ago
  67. 0491893 Revert "Add keychain user" by Brian Carlstrom · 13 years ago
  68. 2e81f58 Merge "Create groups to protect bandwidth statistics." by Jeff Sharkey · 13 years ago
  69. c322f67 Bug 4571308 Timestamps are not always monotonic by Glenn Kasten · 13 years ago
  70. 2a56688 Workaround Motorola ril.so incompatiblity with Netlink changes by Mike J. Chen · 13 years ago
  71. 17260b1 Cleanup NetlinkListener and NetlinkEvent by Mike J. Chen · 13 years ago
  72. ec16b9d Revert "Revert "Add NETLINK_ROUTE processing to the netlink client code, so that Ethernet"" by Mike J. Chen · 13 years ago
  73. 4f1df18 Create groups to protect bandwidth statistics. by Jeff Sharkey · 13 years ago
  74. b06dfe1 am 4c78d862: am a08f7ae3: Merge "tweak for forward-compatibility" by Jean-Baptiste Queru · 13 years ago
  75. b6c15de tweak for forward-compatibility by Jean-Baptiste Queru · 13 years ago
  76. da38224 Fixed some audio helper functions by Eric Laurent · 13 years ago
  77. 28e08dc core: move audio_policy.h here from hardware by Dima Zavin · 13 years ago
  78. 3142a20 Merge "Config utils improvement" by Eric Laurent · 13 years ago
  79. 38d14f7 Merge "Added PCM formats to audio.h" by Eric Laurent · 13 years ago
  80. 2b8f76c Tracking merge of dalvik-dev to master by jeffhao · 13 years ago
  81. e555f54 Merge "Crypto changes for devices that don't write ext4 fs on wipe" by Ken Sumrall · 13 years ago
  82. b05b0b5 Crypto changes for devices that don't write ext4 fs on wipe by Ken Sumrall · 13 years ago
  83. c3cf1a8 Config utils improvement by Eric Laurent · 13 years ago
  84. 9714b27 Added PCM formats to audio.h by Eric Laurent · 13 years ago
  85. 7956d75 Merge "rename uevent_checked_recv to uevent_kernel_multicast_recv" by Nick Kralevich · 13 years ago
  86. 1ffdb38 Fix broken comment on closing #endif in window.h by tedbo · 13 years ago
  87. da1a1f6 fix a comment typo in system/graphics.h by Jamie Gennis · 13 years ago
  88. 860f98a am 327b2b70: Merge "move core audio definitions under system/core" by Jean-Baptiste Queru · 13 years ago
  89. 253b598 move core audio definitions under system/core by Dima Zavin · 13 years ago
  90. e8e4be5 move core audio definitions under system/core by Dima Zavin · 13 years ago
  91. 34df17d am 7078f776: Merge "cutils: add popcount/popcountl/popcountll static inline definitions" by Jean-Baptiste Queru · 13 years ago
  92. 4af1cf2 cutils: add popcount/popcountl/popcountll static inline definitions by Dima Zavin · 13 years ago
  93. 57de8b8 rename uevent_checked_recv to uevent_kernel_multicast_recv by Nick Kralevich · 13 years ago
  94. 0ab886b move ANativeWindow and friends under system/core by Iliyan Malchev · 13 years ago
  95. 66ea357 move non-HAL definitions to syste/core/include by Iliyan Malchev · 13 years ago
  96. 3ffd793 native_handle.h: fix declaration by Iliyan Malchev · 13 years ago
  97. 0e02fca Merge "libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils" by Dima Zavin · 13 years ago
  98. 4682aba am b0d0e260: resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 13 years ago
  99. b0d0e26 resolved conflicts for merge of 2baeb898 to honeycomb-plus-aosp by Nick Kralevich · 13 years ago
  100. 2baeb89 am a2842b68: Merge "Fold uevent message origin checking from init into libcutils." by Nick Kralevich · 13 years ago