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