index
:
inotail.git
followname
master
pipe
inotify enhanced tail
Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-24
Lost in the merge
followname
Tobias Klauser
1
-6
/
+0
2009-01-24
Merge branch 'master' into followname
Tobias Klauser
7
-181
/
+6
2009-01-18
Makefile: Add -Wextra to CFLAGS
Tobias Klauser
1
-1
/
+1
2009-01-18
inotail.h: Use sys/inotify.h
Tobias Klauser
1
-1
/
+1
2009-01-18
Merge branch 'master' of git+ssh://git.distanz.ch/home/tklauser/scm/inotail
Tobias Klauser
5
-178
/
+4
2008-12-15
Merge branch 'master' into followname
Tobias Klauser
3
-3
/
+14
2008-11-14
More comments and clearify a return statement.
Tobias Klauser
1
-1
/
+3
2008-09-23
Update changelog
Tobias Klauser
1
-1
/
+3
2008-09-23
Merge branch 'master' of /home/tklauser/scm/inotail
Tobias Klauser
4
-44
/
+306
2008-09-23
use sys/inotify.h
Adrian Bunk
4
-177
/
+1
2008-08-31
Prepare inotail 0.6
Tobias Klauser
2
-1
/
+10
2008-08-31
Check for file being a pipe before seeking
Tobias Klauser
1
-1
/
+1
2008-07-03
Manpage updates for -F/--follow=name
Tobias Klauser
1
-4
/
+11
2008-06-19
Merge branch 'master' into followname
Tobias Klauser
2
-4
/
+3
2008-05-10
Resolve some merge conflicts.
Tobias Klauser
2
-4
/
+3
2008-05-09
inotail.c: Prepare for follow file by name
Tobias Klauser
1
-7
/
+81
2008-04-14
inotail.c: Comment some oarts of tail_pipe_lines/tail_pipe_bytes
Tobias Klauser
1
-5
/
+20
2008-03-24
Prevent double calls to ignore_file() in/after tail_file()
Tobias Klauser
1
-6
/
+1
2008-03-01
Merge branch 'pipe'
Tobias Klauser
2
-19
/
+260
2008-03-01
Move all #define's except PROGRAM_NAME to inotail.h
Tobias Klauser
2
-12
/
+11
2008-02-11
inotail.c: Handle IN_IGNORED event
Tobias Klauser
1
-0
/
+2
2008-02-11
inotail.c: Check ignore flag before ignoreing the file
Tobias Klauser
1
-2
/
+4
2008-01-14
Update copyright and bump version to pre0 (ti fix Debian bug #460527)
Tobias Klauser
2
-3
/
+3
2008-01-14
inotail.c: Correct format specifier for size_t
Tobias Klauser
1
-1
/
+1
2008-01-14
inotail.c: Handle file truncation in follow mode
Tobias Klauser
1
-10
/
+15
2008-01-13
inotail.c: Correct format for size_t (fixes warning on amd64)
Tobias Klauser
1
-1
/
+1
2007-11-11
Revert "inotail.c: Decrement n_units before calling tail_pipe_from_begin"
pipe
Tobias Klauser
1
-2
/
+5
2007-09-25
inotail.c: typdef mode_t
Tobias Klauser
2
-3
/
+4
2007-09-25
inotail.c: Decrement n_units before calling tail_pipe_from_begin
Tobias Klauser
1
-5
/
+2
2007-09-19
inotail.c: Check for n_units == 0 only if tailing from end
Tobias Klauser
1
-4
/
+9
2007-09-18
inotail.c: Implement pipe tailing lines from begin
Tobias Klauser
1
-5
/
+57
2007-09-18
intotail.c: Check for n_units == 0 before calling tail_pipe_*()
Tobias Klauser
1
-6
/
+3
2007-09-18
inotail.c: Implement tail_pipe_bytes()
Tobias Klauser
2
-9
/
+77
2007-09-18
inotail.c: Use BUFSIZ and post-increment
Tobias Klauser
2
-14
/
+11
2007-09-18
inotail.c: Set rc/ret when calling the functions
Tobias Klauser
1
-6
/
+3
2007-09-17
inotail.c: Correct error handling in tail_pipe_lines()
Tobias Klauser
1
-4
/
+7
2007-09-17
inotail.c: Fix initialization of blksize
Tobias Klauser
1
-1
/
+1
2007-09-15
Merge branch 'master' into pipe
Tobias Klauser
2
-1
/
+8
2007-09-07
Release inotail 0.5
v0.5
Tobias Klauser
2
-1
/
+8
2007-09-07
Merge branch 'master' into pipe
Tobias Klauser
3
-44
/
+76
2007-09-07
Rename file_struct members
Tobias Klauser
2
-22
/
+22
2007-09-07
Also print strerror when file type is not supported
Tobias Klauser
1
-1
/
+1
2007-07-02
inotail.c: Correct error message
Tobias Klauser
1
-1
/
+1
2007-06-24
inotail.c: Flush stdout in write_header()
Tobias Klauser
1
-1
/
+3
2007-06-21
inotail.c: Reorder emalloc/free in handle_inotify_event()
Tobias Klauser
1
-4
/
+4
2007-06-20
Release inotail 0.4
v0.4
Tobias Klauser
2
-1
/
+12
2007-06-20
inotail.h: Update copyright
Tobias Klauser
1
-1
/
+1
2007-06-20
inotail.c: Correct comment
Tobias Klauser
1
-1
/
+1
2007-06-20
inotail.c: Move allocation of buffer before place where buf is used
Tobias Klauser
1
-4
/
+2
2007-06-20
inotail.c: Add missing free() calls after lseek() failure
Tobias Klauser
1
-0
/
+3
[next]