1. 203def7 Make liblogwrap vendor_ramdisk_available. by David Anderson · 2 years, 11 months ago
  2. 69cd82e Add ramdisk_available to init_first_stage's deps by Inseob Kim · 3 years ago
  3. 7ca20c1 [LSC] Add LOCAL_LICENSE_KINDS to system/logging by Bob Badour · 3 years, 5 months ago
  4. 4b05d23 logwrapper: don't confuse the static analyzer. by Elliott Hughes · 3 years, 8 months ago
  5. 4749f3a Consolidate OWNERS by Tom Cherry · 3 years, 8 months ago
  6. 6926bdd logwrap: add missing O_CLOEXEC by Tom Cherry · 4 years, 4 months ago
  7. 31bf94d logwrapper: update benchmark and remove old functions by Tom Cherry · 4 years, 9 months ago
  8. f69e1dc logwrap: convert to C++, rename function logwrap_fork_execvp(). by Tom Cherry · 4 years, 9 months ago
  9. 6a7f529 logwrapper: open child_ptty in child process and remove ignore_int_quit by Tom Cherry · 4 years, 9 months ago
  10. 723d29d Build adbd for recovery by Jiyong Park · 6 years ago
  11. 0262e0e Remove misleading comment. by Elliott Hughes · 6 years ago
  12. 541fa42 Build /vendor/bin/logwrapper too. by Elliott Hughes · 6 years ago
  13. c962618 bpfmt. by Elliott Hughes · 6 years ago
  14. 5793c7c Add OWNERS. by Elliott Hughes · 7 years ago
  15. 3236338 Merge "logwrapper: add a benchmark for android_fork_execvp_ext" by Treehugger Robot · 7 years ago
  16. ab6c11a logwrapper: add a benchmark for android_fork_execvp_ext by Narayan Kamath · 7 years ago
  17. 85efd41 Logwrapper: Remove unused support for input / output processing. by Narayan Kamath · 7 years ago
  18. 389fc2b liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 7 years ago
  19. af5b61f Rely on the platform -std default. by Elliott Hughes · 8 years ago
  20. 7e2fa86 system/core Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  21. 6021926 Convert more Android.mk files to Android.bp by Dan Willemsen · 8 years ago
  22. 84760d8 Don't go busy loop when waiting child process. by Tao Wu · 8 years ago
  23. 0217d98 am eaf04aa0: am 3b94cef1: Merge "Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to logwrap.h" by Yusuke Sato · 9 years ago
  24. 1c4cf31 Add FORK_EXECVP_OPTION_CAPTURE_OUTPUT to logwrap.h by Yusuke Sato · 9 years ago
  25. 27abcd5 am d1b11a04: am e656be33: Merge "Add |opts| argument to android_fork_execvp_ext" by Yusuke Sato · 9 years ago
  26. 0fa88fd Add |opts| argument to android_fork_execvp_ext by Yusuke Sato · 9 years ago
  27. 73b470f am ab64465d: am 0e3ce82b: Merge "Use fsck.f2fs -a instead of -f for faster boot" by Yusuke Sato · 9 years ago
  28. e3c01db Use fsck.f2fs -a instead of -f for faster boot by Yusuke Sato · 9 years ago
  29. 3da9940 Put in line breaks when logging to klog by Greg Hartman · 9 years ago
  30. cd06102 Fix "ptsname is not thread-safe; use ptsname_r instead" build break. by Elliott Hughes · 10 years ago
  31. 987319f logwrapper: turn on -Werror by Mark Salyzyn · 10 years ago
  32. b1512c2 system/core 64-bit cleanup. by Elliott Hughes · 10 years ago
  33. c071c31 logwrapper: fix missing include by William Roberts · 11 years ago
  34. a84beb1 Create a separate copy of the fsck logs by Ken Sumrall · 11 years ago
  35. 54ec944 logwrapper: Add ability to log to kernel log by Ken Sumrall · 11 years ago
  36. 296ac85 liblogwrap: use POLLHUP flag to check when a child dies by Rom Lemarchand · 11 years ago
  37. fa528af liblogwrap: lock android_fork_execvp by Rom Lemarchand · 11 years ago
  38. af14edf liblogwrap: replace loops with calls to TEMP_FAILURE_RETRY by Rom Lemarchand · 11 years ago
  39. 5b8d0b8 logwrap lib: make logwrapper less verbose when told to not log by JP Abgrall · 11 years ago
  40. 998f9c2 logwrap: Change semantics of NULL status in android_fork_execvp by Rom Lemarchand · 11 years ago
  41. 905a06c logwrapper: rename logwrap() to android_fork_execvp() by Rom Lemarchand · 11 years ago
  42. b34619d logwrap: add quiet flag to logwrap() by Rom Lemarchand · 11 years ago
  43. 7219942 Merge "logwrap: Replace sigprocmask with pthread_sigmask" by Rom Lemarchand · 11 years ago
  44. 176ccec Merge "logwrap: wait for child process when receiving SIGINT or SIGQUIT" by Rom Lemarchand · 11 years ago
  45. 9bd6fc7 logwrap: Replace sigprocmask with pthread_sigmask by Rom Lemarchand · 11 years ago
  46. 237796c logwrap: wait for child process when receiving SIGINT or SIGQUIT by Rom Lemarchand · 11 years ago
  47. e90500f logwrap: ensure child exits with _exit by Rom Lemarchand · 11 years ago
  48. b224253 logwrap: remove unnecessary call to setuid/setgid by Rom Lemarchand · 11 years ago
  49. 505247c logwrap: fix off by 1 argument error by Rom Lemarchand · 11 years ago
  50. bb4d154 logwrapper: switch to signal handlers for SIGCHLD by Rom Lemarchand · 11 years ago
  51. 0f9c142 logwrapper: prevent logwrap from hanging when child dies by Rom Lemarchand · 11 years ago
  52. 72722b2 logwrapper: split into liblogwrap and the executable itself by Rom Lemarchand · 11 years ago
  53. 01891c3 Revert "Remove -d option from logwrapper" by Rom Lemarchand · 11 years ago
  54. e91106e Remove -d option from logwrapper by Rom Lemarchand · 11 years ago
  55. f61d1c2 logwrapper: reduce verbosity and fix usage by Tanguy Pruvot · 13 years ago
  56. a530f56 Rename (IF_)LOG() to (IF_)ALOG() by Steve Block · 13 years ago
  57. 7dd8940 Get rid of warnings when compiled with -Wformat-security by Nick Kralevich · 14 years ago
  58. 49b7e0d Add a printf format. by christian.bejram · 14 years ago
  59. 73dd096 Automated import from //branches/master/...@140824,140824 by Dianne Hackborn · 15 years ago
  60. 190995d auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  61. 6b533f8 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  62. 0971583 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  63. 32315d4 Initial Contribution by The Android Open Source Project · 16 years ago