]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/history - src/trackfds.h
Prevent crash in execve() if env is NULL
[coloredstderr/coloredstderr.git] / src / trackfds.h
2018-02-01 Simon RuderichUpdate copyright year
2015-08-28 Simon Ruderichupdate copyright year
2014-06-22 Simon Ruderichfix typos in comments
2014-01-01 Simon RuderichUpdate copyright year.
2013-09-14 Simon RuderichAdd likely() to tracked_fds_find().
2013-07-21 Simon RuderichRemove unnecessary if in init_from_environment().
2013-07-07 Simon RuderichAdd COLORED_STDERR_IGNORED_BINARIES to exclude binaries.
2013-07-07 Simon RuderichAdd missing assert() to init_from_environment().
2013-06-21 Simon RuderichOverwrite tracked file descriptors when exporting COLOR...
2013-06-20 Simon RuderichRemove invalid assert() in tracked_fds_find().
2013-06-13 Simon RuderichRemove duplicate code in init_from_environment().
2013-06-13 Simon RuderichMinor documentation updates.
2013-06-13 Simon RuderichFix possible memory overwrite in init_from_environment().
2013-06-13 Simon RuderichAdd more error checks.
2013-06-13 Simon Ruderichtrackfds.h: Add missing inline for consistency.
2013-06-13 Simon RuderichAdd assert()s.
2013-06-10 Simon RuderichAdd another debug() print to init_from_environment().
2013-06-10 Simon Ruderichconfigure.ac: Add --enable-warnings.
2013-06-10 Simon RuderichRename __noinline/__always_inline to prevent clash...
2013-06-10 Simon RuderichPrevent inlining for more functions.
2013-06-10 Simon RuderichInline fast part of tracked_fds_find().
2013-06-10 Simon RuderichRemove errno save/restore where not necessary.
2013-06-06 Simon Ruderichtrackfds.h: Remove incorrect debug output.
2013-06-06 Simon RuderichUse char const * instead of const char *.
2013-06-06 Simon RuderichUse static list of descriptors to reduce mallocs.
2013-06-06 Simon RuderichAdd warning() and use it in DEBUG mode.
2013-06-06 Simon RuderichRename tracked_fds_* tracked_fds_list_*.
2013-06-05 Simon Ruderichtrackfds.h: Remove unnecessary strdup().
2013-06-04 Simon RuderichHook execve() and the other exec*() functions.
2013-06-04 Simon RuderichMinor documentation updates.
2013-06-04 Simon Ruderichtrackfds.h: Fix realloc() in update_environment().
2013-06-04 Simon RuderichImprove debug output.
2013-06-04 Simon Ruderichtrackfds.h: Fix invalid write if tracked_fds_count...
2013-06-03 Simon Ruderichtrackfds.h: Handle overflow in update_environment().
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 RuderichDisplay PID in tracked_fds_debug().
2013-05-31 Simon Ruderichtrackfds.h: Add missing void to function definition.
2013-05-31 Simon RuderichInitial commit.