1. d391c9b Merge "Re-enable libunwind for arm." by Christopher Ferris · 10 years ago
  2. df29061 Re-enable libunwind for arm. by Christopher Ferris · 10 years ago
  3. 44b99c2 libsysutils: SocketListener export release by Mark Salyzyn · 10 years ago
  4. 23f0410 libsysutils: Add iovec/runOnEachSocket by Mark Salyzyn · 12 years ago
  5. 318bb72 liblog: Add const pedantics by Mark Salyzyn · 10 years ago
  6. 819c58a liblog: Add liblog test suite by Mark Salyzyn · 11 years ago
  7. 1345f38 liblog: deprecate export LOGGER ioctl definitions by Mark Salyzyn · 10 years ago
  8. e9c4196 liblog: deprecate export of LOGGER_LOG_* defines by Mark Salyzyn · 11 years ago
  9. 168021c liblog: resolve build warning messages by Mark Salyzyn · 10 years ago
  10. f387fa5 liblog: drop use of sys/cdefs.h by Mark Salyzyn · 11 years ago
  11. 4295841 liblog: Interface to support abstracting log read by Mark Salyzyn · 11 years ago
  12. a6aad4c libcutils: Move list.c to inlines on list.h by Mark Salyzyn · 11 years ago
  13. d4146e6 system/core: rename aarch64 target to arm64 by Colin Cross · 10 years ago
  14. 3510637 libcutils: fix atomic_memory_store_barrier by Colin Cross · 10 years ago
  15. 0dbce45 Add PROT_* constants not found on windows. by Christopher Ferris · 10 years ago
  16. 4675682 Rewrite libbacktrace to be all C++. by Christopher Ferris · 10 years ago
  17. d47ffb8 Merge "AArch64: Add atomic functions" by Elliott Hughes · 10 years ago
  18. c15d2ce AArch64: Add atomic functions by Ashok Bhat · 11 years ago
  19. 20303f8 Next phase of the move, reformat use C++ features. by Christopher Ferris · 10 years ago
  20. bc12d63 Move BACKTRACE_NO_TID to BACKTRACE_CURRENT_THREAD. by Christopher Ferris · 11 years ago
  21. 038ac69 Move CallStack to libbacktrace. by Christopher Ferris · 11 years ago
  22. 9846497 Refactor to share map_info amongst threads. by Christopher Ferris · 10 years ago
  23. ddc20de move sync headers from include to libsync by Rom Lemarchand · 11 years ago
  24. cd8b953 Merge changes I2d3fef08,Idb828aa4,Ica764b1f,I9ae8887b,I376fad86,I4d00a9dd by Colin Cross · 11 years ago
  25. dfe747a Merge "ion: update struct and type definitions to match kernel header" by Colin Cross · 11 years ago
  26. 1693d7e Make libutils Looper independent of frameworks/native by Brian Carlstrom · 11 years ago
  27. 969eac8 ion: update struct and type definitions to match kernel header by Rom Lemarchand · 11 years ago
  28. 03c932d libion: move ion.h into local include directory by Colin Cross · 11 years ago
  29. 532f465 Merge "AArch64: Correction of struct surface_t" by Elliott Hughes · 11 years ago
  30. fd7eabe Merge "Pixelflinger: Add AArch64 support to pixelflinger JIT." by Elliott Hughes · 11 years ago
  31. e1a475c Merge "Force alignment of data buffer used to process netlink messages" by Elliott Hughes · 11 years ago
  32. 00a258c Fix ExtractEntryToFile. by Narayan Kamath · 11 years ago
  33. 658f89d Pixelflinger: Add AArch64 support to pixelflinger JIT. by Ashok Bhat · 11 years ago
  34. d10afb1 Pixelflinger: Fix issue of pointers being stored in ints by Ashok Bhat · 11 years ago
  35. 6053564 AArch64: Correction of struct surface_t by Marcus Oakland · 11 years ago
  36. 48a6d3d am ac3ab308: Merge "Fix Mac OS build for libziparchive." by Narayan Kamath · 11 years ago
  37. 574c3b3 Fix Mac OS build for libziparchive. by Narayan Kamath · 11 years ago
  38. 51a1d4e am a2125077: Merge "Unify zipfile implementations : Step 1." by Narayan Kamath · 11 years ago
  39. 7fc7a07 Merge commit '252d9030cd4b2e3e6cf13fa33f328eccedb5e26c' into HEAD by The Android Open Source Project · 11 years ago
  40. 7462f02 Unify zipfile implementations : Step 1. by Narayan Kamath · 11 years ago
  41. 66ed50a Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD by The Android Open Source Project · 11 years ago
  42. f98e4bf Fix build. by Elliott Hughes · 11 years ago
  43. c7eec83 Support parsing RDNSS ND options from netlink. by Lorenzo Colitti · 11 years ago
  44. 526b838 Switch back to subsystem "net" for netlink events. by Lorenzo Colitti · 11 years ago
  45. 381f70f Parse IP address changes in NetlinkEvent. by Lorenzo Colitti · 11 years ago
  46. aca6a4c am 5e860ce2: am d6f9be1b: Merge "Fix include files in backtrace.h." by Christopher Ferris · 11 years ago
  47. e57912d Fix include files in backtrace.h. by Christopher Ferris · 11 years ago
  48. 2e47c8a am 1e1bae1b: am c2945850: Merge "Add some clarifying defines." by Christopher Ferris · 11 years ago
  49. cbfc730 Add some clarifying defines. by Christopher Ferris · 11 years ago
  50. b518aeb Force alignment of data buffer used to process netlink messages by Chris Dearman · 11 years ago
  51. 6b7b654 am b5c24e09: am 8c58086c: Merge "More libbacktrace fixes." by Christopher Ferris · 11 years ago
  52. 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
  53. 8ed4627 More libbacktrace fixes. by Christopher Ferris · 11 years ago
  54. 0433d62 am 0f26808e: am 98f87d92: Merge "Rewrite libbacktrace using C++." by Christopher Ferris · 11 years ago
  55. 17e91d4 Rewrite libbacktrace using C++. by Christopher Ferris · 11 years ago
  56. ec79ef2 utils: Add ProcessCallStack to collect stack traces for all threads in a process by Igor Murashkin · 11 years ago
  57. 33d1e62 am 4ff9c3f7: am aab1670b: Merge "Add support for ECDSA P-256 with SHA256" by Kenny Root · 11 years ago
  58. db0850c Add support for ECDSA P-256 with SHA256 by Kenny Root · 11 years ago
  59. 44b23fd am 3f0a5e9c: am 71a8aa34: Merge "Update comment from review." by Christopher Ferris · 11 years ago
  60. 7eb36bf am 7f21826c: am f41cf208: Merge "Create a single backtrace library." by Christopher Ferris · 11 years ago
  61. 474afff Update comment from review. by Christopher Ferris · 11 years ago
  62. 7fb2287 Create a single backtrace library. by Christopher Ferris · 11 years ago
  63. 71ddce5 am bbe4c49b: Merge "Moves libmemtrack header to standard location" into klp-dev by Adam Lesinski · 11 years ago
  64. 8f4c14f am 08170103: am 91962669: Merge "cutils: list: add list_for_each_safe" by jp abgrall · 11 years ago
  65. 9196266 Merge "cutils: list: add list_for_each_safe" by jp abgrall · 11 years ago
  66. 8e5b63d mincrypt: support SHA-256 hash algorithm by Doug Zongker · 11 years ago
  67. 481b947 Moves libmemtrack header to standard location by Adam Lesinski · 11 years ago
  68. 44d6342 Remove mkdir() side effect, add .nomedia, utils. by Jeff Sharkey · 11 years ago
  69. 7b445a8 Merge "Fix rotation in camera2 API" into klp-dev by Mathias Agopian · 11 years ago
  70. f1921c7 trace: Add support for tracing 64-bit ints. by Jamie Gennis · 11 years ago
  71. 96675ed Fix rotation in camera2 API by Mathias Agopian · 11 years ago
  72. 30fb83b cutils: list: add list_for_each_safe by Andrew Boie · 11 years ago
  73. 04c12ca Add HOTWORD audio source to audio.h by Eric Laurent · 11 years ago
  74. f348613 Switch back to subsystem "net" for netlink events. by Lorenzo Colitti · 11 years ago
  75. 8ecc7af Add helpers for audio remote submix devices. by Jeff Brown · 11 years ago
  76. 1e26356 Replace sRGB_888 with sRGB_X_8888 by Jesse Hall · 11 years ago
  77. a4b4e9a Parse IP address changes in NetlinkEvent. by Lorenzo Colitti · 11 years ago
  78. dfe0cba Richer SD card permissions through FUSE. by Jeff Sharkey · 11 years ago
  79. 9de3fd1 Merge "Add audio_input_flags_t" by Glenn Kasten · 11 years ago
  80. be06210 libnetutils: Get mtu together with dhcp session results by Dmitry Shmidt · 11 years ago
  81. c051ffd Add audio_input_flags_t by Glenn Kasten · 11 years ago
  82. b480241 Merge "Window: Add query for consumer usage bits." by Eino-Ville Talvala · 11 years ago
  83. ddff623 minor tweaks to FlattenableUtils by Mathias Agopian · 11 years ago
  84. 0f10d0a Add a new utf8-to-utf16 conversion function. by Dianne Hackborn · 11 years ago
  85. 6d611a8 Make Flattenable not virtual (libutils) by Mathias Agopian · 11 years ago
  86. f88a5b4 Window: Add query for consumer usage bits. by Eino-Ville Talvala · 11 years ago
  87. 0d8f3d6 libutils: give BasicHashtableImpl a virtual destructor by Alex Ray · 11 years ago
  88. 567ea47 utils: move thread enums to system/core by Alex Ray · 11 years ago
  89. d614ee4 Added bitwise-or and bitwise-and to BitSet by Michael Wright · 11 years ago
  90. 214c701 Make trace macros slightly more robust by Tim Murray · 11 years ago
  91. 8db925f remove unused declarations and reformat by Mathias Agopian · 11 years ago
  92. d3d3fce remove reserved virtual slots by Mathias Agopian · 11 years ago
  93. 4485d0d new String8, String16 ctors to initialize empty static strings with static linkage by Mathias Agopian · 11 years ago
  94. 9eb2a3b libutils clean-up by Mathias Agopian · 11 years ago
  95. 19159f9 Add new Looper API to check whether the looper is idle. by Dianne Hackborn · 11 years ago
  96. d34a8ca improved CallStack a bit by Mathias Agopian · 11 years ago
  97. 6cd548c Fix a crasher with RefBase debugging and vectors of wp<> by Mathias Agopian · 11 years ago
  98. b73559d Add Vector::resize() by Jesse Hall · 11 years ago
  99. 31ba37f Add Thread::isRunning and Condition::signal(WakeUpType) by Romain Guy · 11 years ago
  100. 6090df8 rename binder services main thread to Binder_* by Mathias Agopian · 11 years ago