summaryrefslogtreecommitdiff
path: root/inotail.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-21inotail.c: Don't open files over and over againTobias Klauser1-11/+19
2006-12-18inotail.c: Minor cleanups and addition of an unlikely()Tobias Klauser1-7/+4
2006-12-15inotail.c: return instead of breakTobias Klauser1-5/+2
2006-12-14inotail.c: Move some macros to inotail.hTobias Klauser1-7/+0
2006-12-14inotail.c: Move a variable to the block where it's usedTobias Klauser1-2/+1
2006-12-14inotail.c: Save 2 LOCTobias Klauser1-4/+2
2006-12-08inotail.c: Yet another user for IS_PIPELIKETobias Klauser1-1/+1
2006-12-08inotail.c: Merge S_ISFIFO and S_ISSOCK to IS_PIPELIKETobias Klauser1-2/+5
2006-11-16inotail.c: Reorder lines_to_offset* functionsTobias Klauser1-31/+37
2006-11-09Dynamically allocate memory for the inotify event bufferTobias Klauser1-4/+7
2006-11-08Document -n/-c +N featureTobias Klauser1-7/+10
2006-11-08Spelling fixes and some small code reorderingTobias Klauser1-8/+6
2006-10-26inotail.c: Support inotail -n +<num>Tobias Klauser1-4/+51
2006-10-25Various change to allow tailing bytes relative to the beginTobias Klauser1-7/+10
2006-10-24inotail.c: Introduce relative tailingTobias Klauser1-6/+9
2006-10-21Unify wording all over the treeTobias Klauser1-2/+2
2006-10-20inotail.c: Add basic support for +/-<num> to -c/-nTobias Klauser1-2/+6
2006-10-20inotail.c: More n_units cleanupTobias Klauser1-6/+6
2006-10-20inotail.c: rename n_lines to n_unitsTobias Klauser1-5/+5
2006-10-17inotail.c: Better error handling in tail_file()Tobias Klauser1-9/+14
2006-10-16inotail.c: Make pretty_name() an inlineTobias Klauser1-1/+1
2006-10-05Better file type checking and more meaningful return valuesTobias Klauser1-3/+12
2006-09-27Move inotify event handling into own functionTobias Klauser1-50/+53
2006-09-26Add unlikely macroTobias Klauser1-2/+1
2006-09-26Add check for the case that no file produced the inotify eventTobias Klauser1-2/+5
2006-09-20Just tail everything in tail_pipe() for nowv0.1Tobias Klauser1-1/+8
2006-09-20Use getopt for command option parsingTobias Klauser1-24/+30
2006-09-20Print pretty name for stdin in verbose modeTobias Klauser1-2/+9
2006-09-13Simplify re-tailing after IN_MODIFYTobias Klauser1-16/+4
2006-09-13Remove one more debugging outputTobias Klauser1-2/+0
2006-09-13Further cleanupTobias Klauser1-4/+4
2006-09-13Reorder definesTobias Klauser1-5/+1
2006-09-03Set mode explicitely when -n command line is specifiedTobias Klauser1-0/+1
2006-09-03Remove some debugging ouput.Tobias Klauser1-3/+1
2006-08-26Better error handling and preparation for tail from stdinTobias Klauser1-13/+46
2006-08-23Unify commandline switch description between binary and manpageTobias Klauser1-4/+4
2006-08-20Close open fd's on failed fstat()Tobias Klauser1-2/+4
2006-08-20CleanupTobias Klauser1-11/+8
2006-08-13Alos check for fd when adding watch to file.Tobias Klauser1-1/+1
2006-08-13Small cleanupsTobias Klauser1-6/+5
2006-08-12Introduce handling of ignored filesTobias Klauser1-10/+30
2006-08-12Improved error handling and more meaningful error messagesTobias Klauser1-26/+37
2006-07-17Update usage, remove version definition (set from Makefile now), remove onlyTobias Klauser1-4/+4
2006-07-11* Update usage()Tobias Klauser1-12/+16
2006-07-09Reorder includes, make verbose char instead of shortTobias Klauser1-5/+5
2006-07-08* Get rid of bytes_to_offset()Tobias Klauser1-15/+8
2006-07-01This seems legitimateTobias Klauser1-1/+1
2006-07-01Make bytes_to_offset() an inlineTobias Klauser1-1/+1
2006-07-01* Implements -c (byte tail)Tobias Klauser1-6/+25
2006-05-29Write a many bytes as readTobias Klauser1-4/+6