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