summaryrefslogtreecommitdiff
path: root/inotail.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-31Check for file being a pipe before seekingTobias Klauser1-1/+1
2008-05-10Resolve some merge conflicts.Tobias Klauser1-2/+2
2008-04-14inotail.c: Comment some oarts of tail_pipe_lines/tail_pipe_bytesTobias Klauser1-5/+20
2008-03-24Prevent double calls to ignore_file() in/after tail_file()Tobias Klauser1-6/+1
2008-03-01Merge branch 'pipe'Tobias Klauser1-17/+244
2008-03-01Move all #define's except PROGRAM_NAME to inotail.hTobias Klauser1-6/+0
2008-02-11inotail.c: Handle IN_IGNORED eventTobias Klauser1-0/+2
2008-02-11inotail.c: Check ignore flag before ignoreing the fileTobias Klauser1-2/+4
2008-01-14Update copyright and bump version to pre0 (ti fix Debian bug #460527)Tobias Klauser1-1/+1
2008-01-14inotail.c: Correct format specifier for size_tTobias Klauser1-1/+1
2008-01-14inotail.c: Handle file truncation in follow modeTobias Klauser1-10/+15
2008-01-13inotail.c: Correct format for size_t (fixes warning on amd64)Tobias Klauser1-1/+1
2007-11-11Revert "inotail.c: Decrement n_units before calling tail_pipe_from_begin"pipeTobias Klauser1-2/+5
2007-09-25inotail.c: typdef mode_tTobias Klauser1-2/+3
2007-09-25inotail.c: Decrement n_units before calling tail_pipe_from_beginTobias Klauser1-5/+2
2007-09-19inotail.c: Check for n_units == 0 only if tailing from endTobias Klauser1-4/+9
2007-09-18inotail.c: Implement pipe tailing lines from beginTobias Klauser1-5/+57
2007-09-18intotail.c: Check for n_units == 0 before calling tail_pipe_*()Tobias Klauser1-6/+3
2007-09-18inotail.c: Implement tail_pipe_bytes()Tobias Klauser1-9/+70
2007-09-18inotail.c: Use BUFSIZ and post-incrementTobias Klauser1-12/+10
2007-09-18inotail.c: Set rc/ret when calling the functionsTobias Klauser1-6/+3
2007-09-17inotail.c: Correct error handling in tail_pipe_lines()Tobias Klauser1-4/+7
2007-09-17inotail.c: Fix initialization of blksizeTobias Klauser1-1/+1
2007-09-07Merge branch 'master' into pipeTobias Klauser1-36/+63
2007-09-07Rename file_struct membersTobias Klauser1-20/+20
2007-09-07Also print strerror when file type is not supportedTobias Klauser1-1/+1
2007-07-02inotail.c: Correct error messageTobias Klauser1-1/+1
2007-06-24inotail.c: Flush stdout in write_header()Tobias Klauser1-1/+3
2007-06-21inotail.c: Reorder emalloc/free in handle_inotify_event()Tobias Klauser1-4/+4
2007-06-20inotail.c: Correct commentTobias Klauser1-1/+1
2007-06-20inotail.c: Move allocation of buffer before place where buf is usedTobias Klauser1-4/+2
2007-06-20inotail.c: Add missing free() calls after lseek() failureTobias Klauser1-0/+3
2007-06-17inotail.c: One more unlikelyTobias Klauser1-1/+1
2007-06-17inotail.c: emalloc should return void *Tobias Klauser1-3/+3
2007-06-17inotail.c: Use emallocTobias Klauser1-5/+1
2007-06-17Merge branch 'master' into buffersizeTobias Klauser1-2/+2
2007-06-17inotail.c: Cleanup commentsTobias Klauser1-3/+2
2007-06-16Merge branch 'master' into buffersizeTobias Klauser1-19/+36
2007-06-15inotail.c: s/Inotify/inotify/Tobias Klauser1-2/+2
2007-06-15inotail.c: Simplify tail_pipe_lines()Tobias Klauser1-15/+13
2007-06-15Merge branch 'master' into pipeTobias Klauser1-20/+11
2007-06-15inotail.c: Simplify EINTR handling in watch_files()Tobias Klauser1-13/+8
2007-06-12inotail.c: Also handle EAGAIN in watch_files()Tobias Klauser1-2/+2
2007-06-12inotail.c: Handle EINTR and EAGAIN in tail_pipe_lines()Tobias Klauser1-4/+6
2007-06-12inotail.c: CleanupTobias Klauser1-11/+7
2007-06-11inotail.c/.h: Clean up a bitTobias Klauser1-9/+0
2007-06-11inotail.c: Fix stupid data type error in emalloc()Tobias Klauser1-2/+2
2007-06-11Merge branch 'master' into pipeTobias Klauser1-2/+1
2007-06-11inotail.c/.h: Implement is_digit to save some bytes of ctype.h inclusionTobias Klauser1-2/+1
2007-06-11inotail.c: remove debugging outputTobias Klauser1-2/+0