Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-27 | Introduce thread synchronization for tracking init and logging | Adrian Kummerlaender | |
This obviously leads to synchronizing syscalls that would otherwise happen in parallel. Luckily the goal of this library is to monitor file changes performed by single, user facing applications and as such it doesn't matter if some operations are slightly slower. | |||
2015-12-24 | Add support for changing the `diff` command via an environment variable | Adrian Kummerlaender | |
While the file arguments remain fixed the actual `diff` application and its output style can be changed using the `CHANGE_LOG_DIFF_CMD` environment variable. | |||
2015-12-24 | Match namespace and directory structure | Adrian Kummerlaender | |