~pitti/fatrace:master

Last commit made on 2019-11-03
Get this branch:
git clone -b master https://git.launchpad.net/~pitti/fatrace
Only Martin Pitt can upload to this branch. If you are Martin Pitt please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~pitti/fatrace

Recent commits

6f8651b... by Martin Pitt

Update NEWS for 0.15

cfecf79... by Martin Pitt

Fix fd leak with -C when building without FAN_REPORT_FID support

Thanks to Leah Neukirchen for the report!

03d058b... by Martin Pitt

Fix error message on read() failures

33e8b27... by Martin Pitt

Update NEWS for 0.14

f638a13... by Martin Pitt

Makefile: Fix dist target

This will include the tests/ directory. Also simplify it.

52a1b3f... by Martin Pitt

Fix directory events on older kernels

548a25c... by Martin Pitt

Add support for create events

https://launchpad.net/bugs/1371394

52b9291... by Martin Pitt

Add support for rename/move events

https://bugs.debian.org/940629

f49c409... by Martin Pitt

Add support for file delete events

dda8556... by Martin Pitt

Use FAN_REPORT_FID if available

In this mode, file moves and deletions can be reported. Support both
compile-time and run-time fallbacks to the classic mode.