]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - src/coloredstderr.c
Use static list of descriptors to reduce mallocs.
[coloredstderr/coloredstderr.git] / src / coloredstderr.c
2013-06-06 Simon RuderichUse static list of descriptors to reduce mallocs.
2013-06-06 Simon RuderichRename tracked_fds_* tracked_fds_list_*.
2013-06-05 Simon RuderichHook error() and error_at_line() if available.
2013-06-05 Simon Ruderichcoloredstderr.c: Use #include <config.h>.
2013-06-05 Simon Ruderichcheck_handle_fd(): Reduce calls to isatty().
2013-06-04 Simon RuderichHook execve() and the other exec*() functions.
2013-06-04 Simon RuderichMinor documentation updates.
2013-06-04 Simon RuderichImprove debug output.
2013-06-03 Simon RuderichOnly hook vfork() if it's available.
2013-06-02 Simon RuderichHook vfork() and replace it with fork().
2013-06-01 Simon RuderichHook perror(3).
2013-06-01 Simon RuderichAdd ENV_NAME_FORCE_WRITE to force writes to non-tty...
2013-06-01 Simon RuderichFix initialization if ENV_NAME_FDS was not set.
2013-05-31 Simon RuderichFix signature of fcntl() hook.
2013-05-31 Simon Ruderichfcntl(): Don't call dup_fd() if real_fcntl() failed.
2013-05-31 Simon RuderichRename macros.h to hookmacros.h.
2013-05-31 Simon RuderichInitial commit.