Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-14 | inotail.c: Move some macros to inotail.h | Tobias Klauser | 1 | -3/+8 | |
Some typos and useless blank lines are also fixed. | |||||
2006-11-15 | Add license information to Makefile and inotail.h | Tobias Klauser | 1 | -0/+6 | |
2006-10-25 | Various change to allow tailing bytes relative to the begin | Tobias Klauser | 1 | -3/+0 | |
"Simplyfy" and inline bytes_to_offset, extend it to support tailing relative to begin of file. Boolean relative makes no sense, make it a char containing 0 for relative to end and 1 for relative to begin. | |||||
2006-10-21 | Unify wording all over the tree | Tobias Klauser | 1 | -2/+2 | |
According to the Linux source it's: * s/linux/Linux/ * s/Kernel/kernel/ * s/Inotify/inotify/ (except at the beginning of a sentence) | |||||
2006-10-20 | inotail.c: Add basic support for +/-<num> to -c/-n | Tobias Klauser | 1 | -0/+3 | |
2006-09-26 | Define unlikely() only for GCC | Tobias Klauser | 1 | -2/+5 | |
Some compilers probably don't know __builtin_expect | |||||
2006-09-26 | Add unlikely macro | Tobias Klauser | 1 | -0/+3 | |
And use it for a really unlikely case | |||||
2006-08-20 | Indent clenaup | Tobias Klauser | 1 | -2/+2 | |
2006-08-12 | Added ignore flag to struct file_struct | Tobias Klauser | 1 | -4/+6 | |
2006-07-17 | Clean up header and remove ignore field in file_struct (as not really needed ↵ | Tobias Klauser | 1 | -14/+1 | |
atm) | |||||
2006-07-01 | Further cleanup | Tobias Klauser | 1 | -3/+0 | |
2006-07-01 | Cleanup | Tobias Klauser | 1 | -2/+6 | |
2006-05-11 | simpletail is the new inotail | Tobias Klauser | 1 | -4/+4 | |
2006-03-13 | Initial import | Tobias Klauser | 1 | -0/+37 | |