index
:
inotail.git
followname
master
pipe
inotify enhanced tail
Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inotail.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-14
inotail.c: Save 2 LOC
Tobias Klauser
1
-4
/
+2
2006-12-08
inotail.c: Yet another user for IS_PIPELIKE
Tobias Klauser
1
-1
/
+1
2006-12-08
inotail.c: Merge S_ISFIFO and S_ISSOCK to IS_PIPELIKE
Tobias Klauser
1
-2
/
+5
2006-11-16
inotail.c: Reorder lines_to_offset* functions
Tobias Klauser
1
-31
/
+37
2006-11-09
Dynamically allocate memory for the inotify event buffer
Tobias Klauser
1
-4
/
+7
2006-11-08
Document -n/-c +N feature
Tobias Klauser
1
-7
/
+10
2006-11-08
Spelling fixes and some small code reordering
Tobias Klauser
1
-8
/
+6
2006-10-26
inotail.c: Support inotail -n +<num>
Tobias Klauser
1
-4
/
+51
2006-10-25
Various change to allow tailing bytes relative to the begin
Tobias Klauser
1
-7
/
+10
2006-10-24
inotail.c: Introduce relative tailing
Tobias Klauser
1
-6
/
+9
2006-10-21
Unify wording all over the tree
Tobias Klauser
1
-2
/
+2
2006-10-20
inotail.c: Add basic support for +/-<num> to -c/-n
Tobias Klauser
1
-2
/
+6
2006-10-20
inotail.c: More n_units cleanup
Tobias Klauser
1
-6
/
+6
2006-10-20
inotail.c: rename n_lines to n_units
Tobias Klauser
1
-5
/
+5
2006-10-17
inotail.c: Better error handling in tail_file()
Tobias Klauser
1
-9
/
+14
2006-10-16
inotail.c: Make pretty_name() an inline
Tobias Klauser
1
-1
/
+1
2006-10-05
Better file type checking and more meaningful return values
Tobias Klauser
1
-3
/
+12
2006-09-27
Move inotify event handling into own function
Tobias Klauser
1
-50
/
+53
2006-09-26
Add unlikely macro
Tobias Klauser
1
-2
/
+1
2006-09-26
Add check for the case that no file produced the inotify event
Tobias Klauser
1
-2
/
+5
2006-09-20
Just tail everything in tail_pipe() for now
v0.1
Tobias Klauser
1
-1
/
+8
2006-09-20
Use getopt for command option parsing
Tobias Klauser
1
-24
/
+30
2006-09-20
Print pretty name for stdin in verbose mode
Tobias Klauser
1
-2
/
+9
2006-09-13
Simplify re-tailing after IN_MODIFY
Tobias Klauser
1
-16
/
+4
2006-09-13
Remove one more debugging output
Tobias Klauser
1
-2
/
+0
2006-09-13
Further cleanup
Tobias Klauser
1
-4
/
+4
2006-09-13
Reorder defines
Tobias Klauser
1
-5
/
+1
2006-09-03
Set mode explicitely when -n command line is specified
Tobias Klauser
1
-0
/
+1
2006-09-03
Remove some debugging ouput.
Tobias Klauser
1
-3
/
+1
2006-08-26
Better error handling and preparation for tail from stdin
Tobias Klauser
1
-13
/
+46
2006-08-23
Unify commandline switch description between binary and manpage
Tobias Klauser
1
-4
/
+4
2006-08-20
Close open fd's on failed fstat()
Tobias Klauser
1
-2
/
+4
2006-08-20
Cleanup
Tobias Klauser
1
-11
/
+8
2006-08-13
Alos check for fd when adding watch to file.
Tobias Klauser
1
-1
/
+1
2006-08-13
Small cleanups
Tobias Klauser
1
-6
/
+5
2006-08-12
Introduce handling of ignored files
Tobias Klauser
1
-10
/
+30
2006-08-12
Improved error handling and more meaningful error messages
Tobias Klauser
1
-26
/
+37
2006-07-17
Update usage, remove version definition (set from Makefile now), remove only
Tobias Klauser
1
-4
/
+4
2006-07-11
* Update usage()
Tobias Klauser
1
-12
/
+16
2006-07-09
Reorder includes, make verbose char instead of short
Tobias Klauser
1
-5
/
+5
2006-07-08
* Get rid of bytes_to_offset()
Tobias Klauser
1
-15
/
+8
2006-07-01
This seems legitimate
Tobias Klauser
1
-1
/
+1
2006-07-01
Make bytes_to_offset() an inline
Tobias Klauser
1
-1
/
+1
2006-07-01
* Implements -c (byte tail)
Tobias Klauser
1
-6
/
+25
2006-05-29
Write a many bytes as read
Tobias Klauser
1
-4
/
+6
2006-05-29
* Rename lines() to lines_to_offset() which makes its purpose a bit more clear
Tobias Klauser
1
-9
/
+8
2006-05-25
memset() fbuf before using
Tobias Klauser
1
-1
/
+1
2006-05-17
Allow multiple files to be watched.
Tobias Klauser
1
-14
/
+29
2006-05-11
Adjust comments to new names
Tobias Klauser
1
-1
/
+1
2006-05-11
simpletail is the new inotail
Tobias Klauser
1
-267
/
+161
[next]