1. e362772 Cleanup base/logging. by Dan Albert · 10 years ago
  2. b084fe6 Merge "Support arbitrary loggers." by Dan Albert · 10 years ago
  3. 302fce7 Support arbitrary loggers. by Dan Albert · 10 years ago
  4. a59f79d Merge "Only Windows doesn't have %zd." by Elliott Hughes · 10 years ago
  5. fb46085 Only Windows doesn't have %zd. by Elliott Hughes · 10 years ago
  6. ddf6ad5 Merge "Share log writing code." by Dan Albert · 10 years ago
  7. 0a31c4a Share log writing code. by Dan Albert · 10 years ago
  8. 42f94a0 Merge "Support logging to other log buffers." by Dan Albert · 10 years ago
  9. ba0cf41 Support logging to other log buffers. by Dan Albert · 10 years ago
  10. dacd95e Merge "Remove LogMessage::LogLineLowStack." by Dan Albert · 10 years ago
  11. ab8ab33 Merge "Don't show lint errors for rvalue references." by Dan Albert · 10 years ago
  12. d84b195 Merge "Lose umount to toybox." by Elliott Hughes · 10 years ago
  13. 644cad6 Lose umount to toybox. by Elliott Hughes · 10 years ago
  14. 38b92f3 Merge "Just use snprintf for android_get_control_socket." by Elliott Hughes · 10 years ago
  15. 2229b2b Remove LogMessage::LogLineLowStack. by Dan Albert · 10 years ago
  16. f026465 Don't show lint errors for rvalue references. by Dan Albert · 10 years ago
  17. f1d1746 Merge "Update the test for better output on error." by Christopher Ferris · 10 years ago
  18. 931c6a9 Just use snprintf for android_get_control_socket. by Elliott Hughes · 10 years ago
  19. 7c58e72 Merge "Fix Windows strlcpy.c build." by Elliott Hughes · 10 years ago
  20. ed658b7 Fix Windows strlcpy.c build. by Elliott Hughes · 10 years ago
  21. 80ba0a5 Merge "Be more intention-revealing with libcutils' strlcpy." by Elliott Hughes · 10 years ago
  22. 935417d Be more intention-revealing with libcutils' strlcpy. by Elliott Hughes · 10 years ago
  23. 879edbc Update the test for better output on error. by Christopher Ferris · 10 years ago
  24. 52f7e68 Merge "mkbootfs: move fs_config to libcutils" by Mark Salyzyn · 10 years ago
  25. 604855f Merge "Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed." by Elliott Hughes · 10 years ago
  26. d72fe20 Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. by Elliott Hughes · 10 years ago
  27. 7c07d11 Merge "Move all libcutils tests into the gtests." by Elliott Hughes · 10 years ago
  28. 5e48cda Move all libcutils tests into the gtests. by Elliott Hughes · 10 years ago
  29. bacab07 Merge "Move mips/mips64 android_memset16/android_memset32 into libcutils." by Elliott Hughes · 10 years ago
  30. 168b3a6 Move mips/mips64 android_memset16/android_memset32 into libcutils. by Elliott Hughes · 10 years ago
  31. 4838b34 Merge "toolbox: ioctl: fix signedness on ioctl_nr" by Elliott Hughes · 10 years ago
  32. e0f98e4 mkbootfs: move fs_config to libcutils by Mark Salyzyn · 10 years ago
  33. b37420c Merge "Fix shared version of libcutils on the host to include strlcpy" by Brian Carlstrom · 10 years ago
  34. e952fab Fix shared version of libcutils on the host to include strlcpy by Brian Carlstrom · 10 years ago
  35. 98e3dc8 Merge "sdcard: Turn on noatime for fuse mounted sdcard" by Elliott Hughes · 10 years ago
  36. 695b3f7 Merge "Discards frames for code within library." by Christopher Ferris · 10 years ago
  37. 9dc652d Merge "Revert "Disable the static libcutils tests."" by Dan Albert · 10 years ago
  38. 96cb191 Revert "Disable the static libcutils tests." by Dan Albert · 10 years ago
  39. 0986fdd Discards frames for code within library. by Christopher Ferris · 10 years ago
  40. d22a3e5 toolbox: ioctl: fix signedness on ioctl_nr by Chris Fries · 11 years ago
  41. d4d4da8d Merge "Link libc++_static into fs_mgr." by Dan Albert · 10 years ago
  42. db61d5a Link libc++_static into fs_mgr. by Dan Albert · 10 years ago
  43. 3b2e4db Merge "logd: missing include for string.h" by Mark Salyzyn · 10 years ago
  44. f114ab8 Merge "package missing include for string.h" by Mark Salyzyn · 10 years ago
  45. 1a09cc2 Merge "Remove no-op "capabilities"." by Elliott Hughes · 10 years ago
  46. 56116e7 logd: missing include for string.h by Mark Salyzyn · 10 years ago
  47. 7d8a429 package missing include for string.h by Mark Salyzyn · 10 years ago
  48. d6cd23f Merge "Revert "Revert "Adding e4crypt support""" by Paul Lawrence · 10 years ago
  49. c0cb39f Merge "Add verbose param to sparse_file_import_auto" by Mohamad Ayyash · 10 years ago
  50. 8d91c8d Merge "Define atrace_* functions for both target and host." by Richard Uhler · 10 years ago
  51. f63cfa9 Remove no-op "capabilities". by Elliott Hughes · 10 years ago
  52. 5f78353 Merge "Refactor the code." by Christopher Ferris · 10 years ago
  53. dabbfe6 Merge "Add -Wno-inline-asm to Clang flags." by Stephen Hines · 10 years ago
  54. 2e35fbf Revert "Revert "Adding e4crypt support"" by Paul Lawrence · 10 years ago
  55. 55579ab Add verbose param to sparse_file_import_auto by Mohamad Ayyash · 10 years ago
  56. 86f313a Refactor the code. by Christopher Ferris · 10 years ago
  57. 882a972 Merge "run-as: bracket capability" by Mark Salyzyn · 10 years ago
  58. 6c9a3ba run-as: bracket capability by Mark Salyzyn · 10 years ago
  59. cbe528e Add -Wno-inline-asm to Clang flags. by Stephen Hines · 10 years ago
  60. 59a297a Merge "adb: Add option to reboot into sideload mode in recovery" by Tao Bao · 10 years ago
  61. 70649ff Merge "Build init with clang." by Elliott Hughes · 10 years ago
  62. a5638ec adb: Add option to reboot into sideload mode in recovery by Tao Bao · 10 years ago
  63. f662934 Build init with clang. by Elliott Hughes · 10 years ago
  64. 1994ca0 Merge "Lose route to toybox." by Elliott Hughes · 10 years ago
  65. 97db78f Merge "Always unlink /dev/__kmsg__." by Elliott Hughes · 10 years ago
  66. 6e82c43 Lose route to toybox. by Elliott Hughes · 10 years ago
  67. 4400a88 Merge "Enable building libbase on Windows." by Dan Albert · 10 years ago
  68. cd87423 Enable building libbase on Windows. by Dan Albert · 10 years ago
  69. 6ac1111 Merge "toolbox: Fixed type mismatch for ioctl(BLKGETSIZE)" by Elliott Hughes · 10 years ago
  70. 453cdb4 toolbox: Fixed type mismatch for ioctl(BLKGETSIZE) by Johan Redestig · 10 years ago
  71. 6ef5b1c Merge "Lose load_policy to toybox." by Elliott Hughes · 10 years ago
  72. e7b431d Lose load_policy to toybox. by Elliott Hughes · 10 years ago
  73. 0a7365e Merge "Clarify a few things about bootcharts." by Elliott Hughes · 10 years ago
  74. 968fe6e Clarify a few things about bootcharts. by Elliott Hughes · 10 years ago
  75. d8df5c0 Merge "Revert "Remove the emulator special case from the "adb root" code."" by Dan Albert · 10 years ago
  76. be4210d Revert "Remove the emulator special case from the "adb root" code." by Dan Albert · 10 years ago
  77. 6035493 Merge "Further cleanup of the logic in device_init." by Elliott Hughes · 10 years ago
  78. b9f7fb3 Further cleanup of the logic in device_init. by Elliott Hughes · 10 years ago
  79. b8da5ea Merge "Fix clang build by removing unused locals." by Elliott Hughes · 10 years ago
  80. f7407e2 Fix clang build by removing unused locals. by Elliott Hughes · 10 years ago
  81. 0e16ce7 Always unlink /dev/__kmsg__. by Elliott Hughes · 10 years ago
  82. caea547 Merge "Log more timing information from init." by Elliott Hughes · 10 years ago
  83. ec430a5 Log more timing information from init. by Elliott Hughes · 10 years ago
  84. 6ac42af Define atrace_* functions for both target and host. by Richard Uhler · 10 years ago
  85. 7400efd Merge "Remove uses of libcxx.mk." by Dan Albert · 10 years ago
  86. f3ce24f Remove uses of libcxx.mk. by Dan Albert · 10 years ago
  87. 80d769e Merge "Pull in Windows compatibility header." by Dan Albert · 10 years ago
  88. d42e893 Merge "Include what we use." by Dan Albert · 10 years ago
  89. ada6bbc Pull in Windows compatibility header. by Dan Albert · 10 years ago
  90. 210e2ae Merge "O_CLOEXEC is O_NOINHERIT on Windows." by Dan Albert · 10 years ago
  91. 497e411 O_CLOEXEC is O_NOINHERIT on Windows. by Dan Albert · 10 years ago
  92. dc5c74f Include what we use. by Dan Albert · 10 years ago
  93. cc4c06f Merge "adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo" by Dan Albert · 10 years ago
  94. 9fe336b Merge "Libbacktrace: Use frame-pointer on host" by Andreas Gampe · 10 years ago
  95. 1d10fe4 Libbacktrace: Use frame-pointer on host by Andreas Gampe · 10 years ago
  96. f40b86c Merge "libaudit: limit to 5 selinux denials per sec" by Nick Kralevich · 10 years ago
  97. c5eafb2 libaudit: limit to 5 selinux denials per sec by Nick Kralevich · 10 years ago
  98. e7f5d34 adb shell: Win32: fix Ctrl-C, tab completion, line editing, server echo by Spencer Low · 10 years ago
  99. b0d8854 Merge "Fix build" by Sami Tolvanen · 10 years ago
  100. e02d2ef Fix build by Sami Tolvanen · 10 years ago