Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-13 | Reimplement locking in `Logger::append` | Adrian Kummerlaender | |
2016-02-10 | Replace macro argument expansion with more idiomatic recursive template | Adrian Kummerlaender | |
2016-02-07 | Increase log message generation readability | Adrian Kummerlaender | |
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-27 | Explicitly set log file permissions | Adrian Kummerlaender | |
This ensures that the log file is actually accessable - there was a problem where e.g. `change rm test` did not create the log file correctly. | |||
2015-12-24 | Match namespace and directory structure | Adrian Kummerlaender | |