1. dfdbe61 Do not typedef char16_t if it is a keyword. by Hans Boehm · 10 years ago
  2. 5af7877 Add comment to discourage use of cutils/atomic.h. by Hans Boehm · 10 years ago
  3. 2a4d05a implement LOG_EVENT_STRING by Nick Kralevich · 10 years ago
  4. de8b983 Rename __unused to __UNUSED for glibc support. by Ian Rogers · 10 years ago
  5. a74680f Remove android_atomic_swap from mips & mips64. by Elliott Hughes · 10 years ago
  6. 2970517 Merge "[MIPS64] add atomic-mips64" by Elliott Hughes · 10 years ago
  7. d8f2a8d cutils: Add property_get_bool, _get_int32, _get_int64 by Igor Murashkin · 10 years ago
  8. 0cddcc6 log: Fix warning with __USE_MINGW_ANSI_STDIO by Dan Willemsen · 10 years ago
  9. c3df8d7 Make su 04750 by Nick Kralevich · 10 years ago
  10. 489797c Merge "Add new AID shared by all apps in a profile" by Robin Lee · 10 years ago
  11. 7ab32ac Merge "Use format(gnu_printf, ...) for windows build with __USE_MINGW_ANSI_STDIO" by Andrew Hsieh · 10 years ago
  12. 84c3e99 [MIPS64] add atomic-mips64 by Duane Sand · 10 years ago
  13. bf082ff Merge "Updated trace.h to recognize ATRACE_TAG_BIONIC." by Elliott Hughes · 10 years ago
  14. 811f2c0 Merge "system/window.h: add deprecation warnings" by Mark Salyzyn · 10 years ago
  15. 8c82b35 Updated trace.h to recognize ATRACE_TAG_BIONIC. by Brigid Smith · 10 years ago
  16. 234f696 Add UID and directory for RELRO sharing support. by Torne (Richard Coles) · 10 years ago
  17. 289e111 system/window.h: add deprecation warnings by Mark Salyzyn · 10 years ago
  18. 4887842 include: cleanup for -Wsystem-header by Mark Salyzyn · 10 years ago
  19. 617c28b Merge "Fix list_for_each_safe macro" by Colin Cross · 10 years ago
  20. 4ecbda4 Merge "Add list_add_head to libcutils" by Colin Cross · 10 years ago
  21. ac2fe7e Add missing headers by Dan Albert · 10 years ago
  22. 91dc336 Move netd_client into netd. by Sreeram Ramachandran · 10 years ago
  23. aecc6a6 Bound the ADB connect time with a non-blocking connect by Ken Lierman · 11 years ago
  24. 154ebe8 Introduce netd_client, a dynamic library that talks to netd. by Sreeram Ramachandran · 10 years ago
  25. f8a1089 Add list_add_head to libcutils by Samuel Ortiz · 10 years ago
  26. 8cc7427 Fix list_for_each_safe macro by Thierry Escande · 10 years ago
  27. afa9c9c Fix ucontext_t forward declare for mac. by Christopher Ferris · 10 years ago
  28. b138037 Fix mac build. by Christopher Ferris · 10 years ago
  29. 3a08852 Merge "Rewrite unwind thread handling." by Christopher Ferris · 10 years ago
  30. ad83285 Use format(gnu_printf, ...) for windows build with __USE_MINGW_ANSI_STDIO by Andrew Hsieh · 10 years ago
  31. a2efd3a Rewrite unwind thread handling. by Christopher Ferris · 10 years ago
  32. ddbdae8 Remove the dead corkscrew header files too. by Elliott Hughes · 10 years ago
  33. 3cb5498 logd: 64-bit compile issue by Mark Salyzyn · 10 years ago
  34. b3ef039 Add new AID shared by all apps in a profile by Robin Lee · 10 years ago
  35. 855fcc3 Use the si_code value bionic passes us. by Elliott Hughes · 10 years ago
  36. b526630 audio: fix audio_is_bluetooth_sco_device() by Eric Laurent · 10 years ago
  37. da6b2e2 Improve liblog's fatal logging. by Elliott Hughes · 10 years ago
  38. 3ad0af6 Merge "logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH" by Mark Salyzyn · 10 years ago
  39. dfc47e8 logd: libsysutils: logd startup outside init environment by Mark Salyzyn · 10 years ago
  40. 99f47a9 logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH by Mark Salyzyn · 10 years ago
  41. 6b7ab90 Include 64bit valgrind in the android_filesystem_config. by Narayan Kamath · 10 years ago
  42. 472e04f Merge "logd: liblog: logcat: enable prune features for user" by Mark Salyzyn · 10 years ago
  43. ae83f84 Add guards to prevent typedefs when C++11 is available. by Tim Murray · 10 years ago
  44. e296091 Create an UnwindMapLocal object. by Christopher Ferris · 10 years ago
  45. 1c95047 logd: liblog: logcat: enable prune features for user by Mark Salyzyn · 10 years ago
  46. a459d0b cutils: trace 64-bit compile issues by Mark Salyzyn · 10 years ago
  47. fa3716b logd: liblog: logcat: Arbitrary time to tail by Mark Salyzyn · 11 years ago
  48. dfa7a07 logd: liblog: logcat: Add LogWhiteBlackList by Mark Salyzyn · 11 years ago
  49. 34facab logd: liblog: logcat: Add Statistics by Mark Salyzyn · 11 years ago
  50. 157e1b6 libcutils: add method to get klog level by Alex Ray · 10 years ago
  51. 7e2f83c logd: liblog: 64-bit issues by Mark Salyzyn · 10 years ago
  52. 581edc1 set /proc/sys/net/unix/max_dgram_qlen to large value by Mark Salyzyn · 11 years ago
  53. 154f460 liblog: enable logging to logd. by Mark Salyzyn · 11 years ago
  54. 26fa5cd Merge "AArch64: Use negative values in error enumeration" by Narayan Kamath · 10 years ago
  55. 0175b07 logd: initial checkin. by Mark Salyzyn · 10 years ago
  56. 1ee7570 AArch64: Use negative values in error enumeration by Ashok Bhat · 11 years ago
  57. eb3f421 Enable building init with -Wall -Werror. by Stephen Smalley · 11 years ago
  58. 4bc2f8d x86_64: Add atomic funtions by Qiming Shi · 11 years ago
  59. 810d19f log: add compile-time checking when ALOGV is disabled by Colin Cross · 11 years ago
  60. 5c40200 Revert "Move to the canonical UniquePtr.h." by Elliott Hughes · 11 years ago
  61. 2a72c57 Move to the canonical UniquePtr.h. by Elliott Hughes · 11 years ago
  62. e9edf7a LP64 should have debuggerd and debuggerd64. by Elliott Hughes · 11 years ago
  63. 6694d3e Remove dead code that looked like part of debuggerd. by Elliott Hughes · 11 years ago
  64. c6c194c LP64: Enable debuggerd/libbacktrace/libunwind. by Pavel Chupin · 11 years ago
  65. d391c9b Merge "Re-enable libunwind for arm." by Christopher Ferris · 11 years ago
  66. df29061 Re-enable libunwind for arm. by Christopher Ferris · 11 years ago
  67. 44b99c2 libsysutils: SocketListener export release by Mark Salyzyn · 11 years ago
  68. 23f0410 libsysutils: Add iovec/runOnEachSocket by Mark Salyzyn · 13 years ago
  69. 318bb72 liblog: Add const pedantics by Mark Salyzyn · 11 years ago
  70. 819c58a liblog: Add liblog test suite by Mark Salyzyn · 11 years ago
  71. 1345f38 liblog: deprecate export LOGGER ioctl definitions by Mark Salyzyn · 11 years ago
  72. e9c4196 liblog: deprecate export of LOGGER_LOG_* defines by Mark Salyzyn · 11 years ago
  73. 168021c liblog: resolve build warning messages by Mark Salyzyn · 11 years ago
  74. f387fa5 liblog: drop use of sys/cdefs.h by Mark Salyzyn · 11 years ago
  75. 4295841 liblog: Interface to support abstracting log read by Mark Salyzyn · 11 years ago
  76. a6aad4c libcutils: Move list.c to inlines on list.h by Mark Salyzyn · 11 years ago
  77. d4146e6 system/core: rename aarch64 target to arm64 by Colin Cross · 11 years ago
  78. 3510637 libcutils: fix atomic_memory_store_barrier by Colin Cross · 11 years ago
  79. 0dbce45 Add PROT_* constants not found on windows. by Christopher Ferris · 11 years ago
  80. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 11 years ago
  81. d47ffb8 Merge "AArch64: Add atomic functions" by Elliott Hughes · 11 years ago
  82. c15d2ce AArch64: Add atomic functions by Ashok Bhat · 11 years ago
  83. 20303f8 Next phase of the move, reformat use C++ features. by Christopher Ferris · 11 years ago
  84. bc12d63 Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. by Christopher Ferris · 11 years ago
  85. 038ac69 Move CallStack to libbacktrace. by Christopher Ferris · 11 years ago
  86. 9846497 Refactor to share map_info amongst threads. by Christopher Ferris · 11 years ago
  87. ddc20de move sync headers from include to libsync by Rom Lemarchand · 11 years ago
  88. cd8b953 Merge changes I2d3fef08,Idb828aa4,Ica764b1f,I9ae8887b,I376fad86,I4d00a9dd by Colin Cross · 11 years ago
  89. dfe747a Merge "ion: update struct and type definitions to match kernel header" by Colin Cross · 11 years ago
  90. 1693d7e Make libutils Looper independent of frameworks/native by Brian Carlstrom · 11 years ago
  91. 969eac8 ion: update struct and type definitions to match kernel header by Rom Lemarchand · 11 years ago
  92. 03c932d libion: move ion.h into local include directory by Colin Cross · 11 years ago
  93. 532f465 Merge "AArch64: Correction of struct surface_t" by Elliott Hughes · 11 years ago
  94. fd7eabe Merge "Pixelflinger: Add AArch64 support to pixelflinger JIT." by Elliott Hughes · 11 years ago
  95. e1a475c Merge "Force alignment of data buffer used to process netlink messages" by Elliott Hughes · 11 years ago
  96. 00a258c Fix ExtractEntryToFile. by Narayan Kamath · 11 years ago
  97. 658f89d Pixelflinger: Add AArch64 support to pixelflinger JIT. by Ashok Bhat · 11 years ago
  98. d10afb1 Pixelflinger: Fix issue of pointers being stored in ints by Ashok Bhat · 11 years ago
  99. 6053564 AArch64: Correction of struct surface_t by Marcus Oakland · 11 years ago
  100. 48a6d3d am ac3ab308: Merge "Fix Mac OS build for libziparchive." by Narayan Kamath · 11 years ago