ruderich.org/simon
/
coloredstderr
/
coloredstderr.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
coloredstderr/coloredstderr.git
2013-06-14
Simon Ruderich
Use locally defined functions in hooks where possible.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Simon Ruderich
Define real_*() static variables with macros.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Simon Ruderich
configure.ac: Fix Vim's syntax coloring issue with...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Simon Ruderich
tests/Makefile.am: Enable parallel and colored test...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Simon Ruderich
Install libcoloredstderr.so read-only.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Simon Ruderich
README: Explain how to modify pre/post variables.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Simon Ruderich
README: Add first part of installation instructions.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
.gitignore: Ignore generated test files.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
tests/lib.sh: Fix tests for dash.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Remove duplicate code in init_from_environment().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Minor documentation updates.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Add missing const and document where it can't be used.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
tests/lib.sh: Minor cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Fix possible memory overwrite in init_from_environment().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Add more error checks.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Remove unnecessary calls to update_environment() in...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
constants.h: Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
ldpreload.h: Add missing unlikely() in DLSYM_FUNCTION().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
hookmacros.h: Remove duplication in _HOOK_PRE_FD_/_HOOK...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
trackfds.h: Add missing inline for consistency.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Add assert()s.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Handle invalid arguments to close()/fclose() better.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
Fix hook for putc_unlocked() with glibc.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
tests/test_symbols.sh: Add.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
tests/Makefile.am: Sort dist_check_DATA.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Simon Ruderich
configure.ac: fcntl.h is required.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Simon Ruderich
hookmacros.h: Minor style fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Simon Ruderich
tests: Split run.sh in multiple test files.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-12
Simon Ruderich
tests: Rename example-* to example_* for consistency.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
tests: Fix tests when running under coloredstderr.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
README: Add.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Add another debug() print to init_from_environment().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Fix compilation with clang.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
m4/ax_c___attribute__.m4: Add.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Hook execvpe(), a GNU extension.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
coloredstderr.c: Fix parameter name in execvp().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
coloredstderr.c: Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
configure.ac: Abort if a required function wasn't found.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
configure.ac: strdup() is no longer used, dup2() is...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
configure.ac: Minor style fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
configure.ac: Add --enable-warnings.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
tests: Fix warnings about unused parameters.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Only run vfork() tests if it's available.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Rename __noinline/__always_inline to prevent clash...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Prevent inlining for more functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Prevent inlining of handle_*_pre/post() functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Don't mark init_pre_post_string() as inline.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Fix save/restore of errno for isatty().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Inline fast part of tracked_fds_find().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Use likely()/unlikely() macros to improve branch predic...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Inline check_handle_fd() into hook macros.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
configure.ac: Compile with -Wall -Wextra -Wconversion.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
ldpreload.h: Split macro into function and macro.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
Remove errno save/restore where not necessary.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Simon Ruderich
handle_*_pre(),handle_*_post(): Remove unused action...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-09
Simon Ruderich
constants.h: Use "\033" instead of the non-standard...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
Simon Ruderich
Remove unused hook puts_unlocked().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-07
Simon Ruderich
Fix a few strict compiler warnings.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Simon Ruderich
trackfds.h: Remove incorrect debug output.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Simon Ruderich
Use char const * instead of const char *.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Simon Ruderich
Use static list of descriptors to reduce mallocs.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Simon Ruderich
tests: Run tests under valgrind if it's available.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Simon Ruderich
Add warning() and use it in DEBUG mode.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Simon Ruderich
Rename tracked_fds_* tracked_fds_list_*.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-06
Simon Ruderich
debug.h: Minor code style fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Simon Ruderich
Hook error() and error_at_line() if available.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Simon Ruderich
coloredstderr.c: Use #include <config.h>.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Simon Ruderich
check_handle_fd(): Reduce calls to isatty().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Simon Ruderich
trackfds.h: Remove unnecessary strdup().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Simon Ruderich
Hook execve() and the other exec*() functions.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Simon Ruderich
Minor documentation updates.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Simon Ruderich
tests: Also run tests in subshell with LD_PRELOAD set.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Simon Ruderich
trackfds.h: Fix realloc() in update_environment().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Simon Ruderich
Improve debug output.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Simon Ruderich
trackfds.h: Fix invalid write if tracked_fds_count...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Simon Ruderich
configure.ac: Don't require special versions of malloc...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Simon Ruderich
configure.ac: Reorder macros to follow convention.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Simon Ruderich
Only hook vfork() if it's available.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Simon Ruderich
debug.h: Handle overflow in debug().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Simon Ruderich
trackfds.h: Handle overflow in update_environment().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Simon Ruderich
tests: Use <STDERR< and >STDERR> as markers.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Simon Ruderich
tests: Use bash to get consistent test results.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Simon Ruderich
COPYING: Add, GPL 3.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-02
Simon Ruderich
Hook vfork() and replace it with fork().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Simon Ruderich
hookmacros.h: Be more careful to restore the errno.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Simon Ruderich
hookmacros.h: Reduce duplication in HOOK_VOID1().
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Simon Ruderich
Hook perror(3).
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Simon Ruderich
configure.ac: Require libtool 2.4.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Simon Ruderich
Add simple test suite.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Simon Ruderich
Add ENV_NAME_FORCE_WRITE to force writes to non-tty...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Simon Ruderich
Fix initialization if ENV_NAME_FDS was not set.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Simon Ruderich
Fix signature of fcntl() hook.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Simon Ruderich
Display PID in tracked_fds_debug().
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Simon Ruderich
trackfds.h: Add missing void to function definition.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Simon Ruderich
fcntl(): Don't call dup_fd() if real_fcntl() failed.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Simon Ruderich
Rename macros.h to hookmacros.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Simon Ruderich
Initial commit.
commit
|
commitdiff
|
tree
|
snapshot