1. b9e0d5e liblog: check loggability before formatting by Tom Cherry · 4 years, 6 months ago
  2. 4004460 Move minimum log priority from libbase to liblog by Tom Cherry · 4 years, 6 months ago
  3. c17613c Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 4 years, 7 months ago
  4. 3a82110 Add version #29 and #30 to liblog by Chong Zhang · 4 years, 6 months ago
  5. b43691a liblog: remove log_portability.h by Tom Cherry · 4 years, 6 months ago
  6. 5bdb9c9 liblog: use libbase_headers for TEMP_FAILURE_RETRY by Tom Cherry · 4 years, 6 months ago
  7. 366afd8 liblog: remove more unused code by Tom Cherry · 4 years, 7 months ago
  8. d7df098 liblog: remove the last of the transport structs by Tom Cherry · 4 years, 7 months ago
  9. a8fcbc3 CtsLiblogTestCases secondary_user by Bookatz · 4 years, 7 months ago
  10. e573fd2 liblog: don't destroy global mutexes by Tom Cherry · 4 years, 7 months ago
  11. bbe3429 liblog: have writers handle their own state by Tom Cherry · 4 years, 7 months ago
  12. e9a284a liblog: use a rwlock for writer initialization by Tom Cherry · 4 years, 7 months ago
  13. 616e907 liblog: do not check loggability of event logs before sending to logd by Tom Cherry · 4 years, 7 months ago
  14. d862281 liblog: simplify fake_log_device by Tom Cherry · 4 years, 7 months ago
  15. edc7f9b liblog: add a test for liblog on host by Tom Cherry · 4 years, 7 months ago
  16. c8c906e Make android_logger_set_prune_list() sane by Tom Cherry · 4 years, 8 months ago
  17. 850b56c liblog: accept log messages with hdr_size greater than known headers by Tom Cherry · 4 years, 8 months ago
  18. 7820ecb Merge "liblog: remove the rest of the log reader transport" by Tom Cherry · 4 years, 8 months ago
  19. 6349552 Merge "liblog: remove memset() before recv()." by Tom Cherry · 4 years, 8 months ago
  20. 8700681 liblog: remove memset() before recv(). by Tom Cherry · 4 years, 8 months ago
  21. f302b81 liblog: remove the rest of the log reader transport by Tom Cherry · 4 years, 8 months ago
  22. f8c222e liblog: Assure shifting behavior is consistent by Greg Kaiser · 4 years, 8 months ago
  23. b48a757 Merge "liblog: simplify logd 'command' functions and struct logger" by Tom Cherry · 4 years, 8 months ago
  24. f459c58 liblog: simplify logd 'command' functions and struct logger by Tom Cherry · 4 years, 8 months ago
  25. 82427c8 Merge "liblog: return 0 from android_logger_list_read() when recv() returns 0" by Tom Cherry · 4 years, 8 months ago
  26. 9e48a88 liblog: return 0 from android_logger_list_read() when recv() returns 0 by Tom Cherry · 4 years, 8 months ago
  27. 28635c4 liblog: cleanup opaque type usage by Tom Cherry · 4 years, 8 months ago
  28. 206ed35 Rename # vndk tag to # llndk by Jiyong Park · 4 years, 9 months ago
  29. da07d08 Move adbd to an apex. by Josh Gao · 5 years ago
  30. e644def liblog: document the liblog<->logd protocol format by Tom Cherry · 4 years, 9 months ago
  31. e99d6ce liblog: remove unused parts of android_log_transport_context by Tom Cherry · 4 years, 9 months ago
  32. 47856dd Remove old logger_entry_v* formats by Tom Cherry · 4 years, 9 months ago
  33. accf48b liblog: disable header_abi_checker by Tom Cherry · 4 years, 9 months ago
  34. 9bfc955 Revert "liblog: remove mistakenly added symbols from vndk" by Tom Cherry · 4 years, 9 months ago
  35. 9c135c5 liblog: remove mistakenly added symbols from vndk by Tom Cherry · 4 years, 9 months ago
  36. 95f5fb6 liblog: fixup log_id_t by Tom Cherry · 4 years, 9 months ago
  37. 7714cc9 liblog: remove checks for __GNUC__ by Tom Cherry · 4 years, 9 months ago
  38. e7fcc77 Merge "liblog: remove client side permissions checking" by Tom Cherry · 4 years, 9 months ago
  39. cf1a25a Merge "liblog: remove unneeded checks and includes from headers" by Tom Cherry · 4 years, 9 months ago
  40. aac8658 liblog: remove client side permissions checking by Tom Cherry · 4 years, 9 months ago
  41. 3fafe72 liblog: enable more tests by Tom Cherry · 4 years, 9 months ago
  42. 574d743 Merge "liblog: remove obsolete comment" by Tom Cherry · 4 years, 9 months ago
  43. ec2dea7 liblog: remove unneeded checks and includes from headers by Tom Cherry · 4 years, 9 months ago
  44. 995d888 liblog: remove obsolete comment by Tom Cherry · 4 years, 9 months ago
  45. de20051 liblog: use RunLogTests() for more tests by Tom Cherry · 4 years, 9 months ago
  46. 01495c2 liblog: don't sleep in the middle of tests by Tom Cherry · 4 years, 10 months ago
  47. 05286f1 liblog: use packed structs instead of raw unaligned reads by Tom Cherry · 4 years, 10 months ago
  48. 5e5ddab Merge "liblog: remove alarm in logd_reader.cpp" by Tom Cherry · 4 years, 10 months ago
  49. fc9d5c0 liblog: remove alarm in logd_reader.cpp by Tom Cherry · 4 years, 10 months ago
  50. ecf9a25 Merge "liblog: remove code checking for fd = 0" by Tom Cherry · 4 years, 10 months ago
  51. 518ea21 liblog: remove code checking for fd = 0 by Tom Cherry · 4 years, 10 months ago
  52. 0b381d3 [liblog] fix -Wreorder-init-list by Nick Desaulniers · 4 years, 10 months ago
  53. c148206 liblog: run in isolated mode, disable flaky tests by Tom Cherry · 4 years, 10 months ago
  54. 8790bec Merge "liblog: use EXPECTED_STREQ for strings" by Treehugger Robot · 4 years, 10 months ago
  55. 70097bc liblog: use EXPECTED_STREQ for strings by Tom Cherry · 4 years, 10 months ago
  56. b76cfc1 Merge "liblog: remove superfluous checks" by Tom Cherry · 4 years, 10 months ago
  57. 4e5c5a5 Merge "liblog: don't set transports to nullptr when they close" by Tom Cherry · 4 years, 10 months ago
  58. 5d719d0 liblog: remove superfluous checks by Tom Cherry · 4 years, 10 months ago
  59. 0bb0104 liblog: don't set transports to nullptr when they close by Tom Cherry · 4 years, 10 months ago
  60. 764acf3 liblog: replace crufty min macro with existing MIN. by Elliott Hughes · 4 years, 10 months ago
  61. 6594c51 Merge "liblog: remove more endianness functions" by Tom Cherry · 4 years, 10 months ago
  62. f47c9af liblog: remove more endianness functions by Tom Cherry · 4 years, 10 months ago
  63. afe4f6a liblog: remove a few unused items by Tom Cherry · 4 years, 10 months ago
  64. 08125f3 liblog: fix prio and tag validation code by Tom Cherry · 4 years, 10 months ago
  65. 519b611 liblog: remove config_write.cpp/.h by Tom Cherry · 4 years, 10 months ago
  66. 29329a5 liblog: remove log/log_transport.h by Tom Cherry · 4 years, 10 months ago
  67. abcdd12 liblog: remove endianness functions by Tom Cherry · 4 years, 10 months ago
  68. 90911b4 liblog: remove unused test #defines and transport code by Tom Cherry · 4 years, 10 months ago
  69. a6a313e liblog: remove stderr logger by Tom Cherry · 4 years, 10 months ago
  70. 6646115 liblog: add -Wall,-Wextra and do related clean-up. by Tom Cherry · 4 years, 10 months ago
  71. 8b75736 liblog: run liblog#enoent only as root by Tom Cherry · 4 years, 11 months ago
  72. ed7c18c liblog: only allow one transport for reading by Tom Cherry · 5 years ago
  73. 58f4025 liblog: enable tests accidentally disabled by Tom Cherry · 5 years ago
  74. f474bd2 liblog: Remove stdbool.h from .cpp files by Tom Cherry · 5 years ago
  75. 827c93c Remove an ancient spam-busting hack from logd. by Elliott Hughes · 9 years ago
  76. 629b22b Fix format string for new google benchmark by Haibo Huang · 5 years ago
  77. 7bad46b Enable native_bridge_support by dimitry · 5 years ago
  78. d6c3c88 Merge "Workaround bad markdown parser." by Treehugger Robot · 5 years ago
  79. 333a898 Workaround bad markdown parser. by Dan Albert · 5 years ago
  80. 425317b liblog: display valid utf8 characters with 'printable' log format by Tom Cherry · 5 years ago
  81. 56b3743 liblog: remove LIBLOG_WEAK by Tom Cherry · 5 years ago
  82. c149a1e Merge "Version liblog LL-NDK library" by Treehugger Robot · 5 years ago
  83. 7c5ba9f Version liblog LL-NDK library by Vic Yang · 5 years ago
  84. d4c1a03 liblog: don't return 0xFFFFFFFF as an invalid log id. by Josh Gao · 5 years ago
  85. 92a6bae Suppress -Wstring-plus-int warning by Yi Kong · 5 years ago
  86. 7f0d1cc __android_log_is_debuggable() shouldn't be an apex symbol by Tom Cherry · 5 years ago
  87. cc1701d liblog: add stubs variant by Tom Cherry · 5 years ago
  88. 53472fc Merge "liblog: make liblog_headers truly stand-alone." by Elliott Hughes · 5 years ago
  89. 02f0e9c liblog: make liblog_headers truly stand-alone. by Elliott Hughes · 5 years ago
  90. 96e06ea liblog: simplify socket_local_client() and always use CLOEXEC by Tom Cherry · 5 years ago
  91. 3d6a878 liblog: remove visibility macros by Tom Cherry · 5 years ago
  92. 0de2ab8 Actually add right instant app boilerplate. by Tom Cherry · 5 years ago
  93. 3277848 Add "instant app" boilerplate. by Tom Cherry · 5 years ago
  94. d3c83f6 Add a version script for liblog for the platform by Tom Cherry · 6 years ago
  95. 771acec Merge "Remove liblog/uio.c and <log/uio.h>" by Tom Cherry · 6 years ago
  96. 4c287a7 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 6 years ago
  97. 440e035 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 6 years ago
  98. e78af0c Merge "Remove liblog's rate limiting" by Treehugger Robot · 6 years ago
  99. 55721f7 Merge "liblog: statically link tests" by Tom Cherry · 6 years ago
  100. 0d2f6bb Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago