summaryrefslogtreecommitdiff
path: root/inotail.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Merge branch 'pipe'Tobias Klauser1-2/+16
2008-03-01Move all #define's except PROGRAM_NAME to inotail.hTobias Klauser1-6/+11
2007-09-25inotail.c: typdef mode_tTobias Klauser1-1/+1
2007-09-18inotail.c: Implement tail_pipe_bytes()Tobias Klauser1-0/+7
2007-09-18inotail.c: Use BUFSIZ and post-incrementTobias Klauser1-2/+1
2007-09-07Merge branch 'master' into pipeTobias Klauser1-2/+5
2007-09-07Rename file_struct membersTobias Klauser1-2/+2
2007-06-20inotail.h: Update copyrightTobias Klauser1-1/+1
2007-06-16Merge branch 'master' into buffersizeTobias Klauser1-0/+2
2007-06-11inotail.c/.h: Clean up a bitTobias Klauser1-2/+10
2007-06-11inotail.c/.h: Implement is_digit to save some bytes of ctype.h inclusionTobias Klauser1-0/+2
2007-05-21Use optimal buffer size depending on the filesystem containing the fileTobias Klauser1-0/+3
2006-12-14inotail.c: Move some macros to inotail.hTobias Klauser1-3/+8
2006-11-15Add license information to Makefile and inotail.hTobias Klauser1-0/+6
2006-10-25Various change to allow tailing bytes relative to the beginTobias Klauser1-3/+0
2006-10-21Unify wording all over the treeTobias Klauser1-2/+2
2006-10-20inotail.c: Add basic support for +/-<num> to -c/-nTobias Klauser1-0/+3
2006-09-26Define unlikely() only for GCCTobias Klauser1-2/+5
2006-09-26Add unlikely macroTobias Klauser1-0/+3
2006-08-20Indent clenaupTobias Klauser1-2/+2
2006-08-12Added ignore flag to struct file_structTobias Klauser1-4/+6
2006-07-17Clean up header and remove ignore field in file_struct (as not really needed ...Tobias Klauser1-14/+1
2006-07-01Further cleanupTobias Klauser1-3/+0
2006-07-01CleanupTobias Klauser1-2/+6
2006-05-11simpletail is the new inotailTobias Klauser1-4/+4
2006-03-13Initial importTobias Klauser1-0/+37