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
2007-04-06
Makefile: s/DESTDIR/prefix/ which is more intuitive
Tobias Klauser
1
-3
/
+3
2007-03-28
Makefile: Remove LDFLAGS
Tobias Klauser
1
-2
/
+0
2007-03-28
Makefile: Clean up some more
Tobias Klauser
1
-2
/
+4
2007-03-28
Makfile: Get rid of prefix var, it's not necessary
Tobias Klauser
1
-4
/
+3
2007-03-28
chanlog: Updates for 0.3
Tobias Klauser
1
-3
/
+2
2007-03-18
inotail.c: Proper exit after printing of version
Tobias Klauser
1
-1
/
+1
2007-03-04
inotail.c: Fix bug in parsing of +<num> parameters
Tobias Klauser
1
-2
/
+3
2007-03-04
inotail.c: Datatype cleanup
Tobias Klauser
1
-2
/
+2
2007-03-03
inotail.c: Ignore file cleanup
Tobias Klauser
1
-26
/
+23
2007-03-03
Remove stuff unneeded in release
Tobias Klauser
1
-2
/
+2
2007-03-03
inotail.c: Cleanup before release
Tobias Klauser
1
-17
/
+9
2007-03-02
Preparing inotail 0.3
Tobias Klauser
1
-0
/
+10
2007-02-26
inotify-syscalls.h: Add syscall numbers for m32r for those who care
Tobias Klauser
1
-12
/
+10
2007-02-09
Makefile: Add -W to CFLAGS
Tobias Klauser
1
-1
/
+1
2007-02-05
inotail.c: Some more branch prediction
Tobias Klauser
1
-6
/
+6
2007-02-05
inotail.c: Better checking of -n/-c arguments
Tobias Klauser
1
-10
/
+12
2007-02-03
inotail.c: Remember last printed header
Tobias Klauser
1
-1
/
+5
2007-02-02
README: Small fixups
Tobias Klauser
1
-4
/
+4
2007-01-22
inotail.c: Set new file size _after_ read/write in handle_inotify_event()
Tobias Klauser
1
-13
/
+10
2007-01-22
inotail.c: Gaaah! buf is on the stack now.
Tobias Klauser
1
-2
/
+1
2007-01-21
inotail.c: Use strcmp rather than strncmp
Tobias Klauser
1
-2
/
+2
2007-01-21
Makefile: Consolidate CFLAGS
Tobias Klauser
1
-5
/
+3
2007-01-21
inotail.c: Inline some functions and initialize files pointer in main
Tobias Klauser
1
-3
/
+3
2007-01-21
Makefile: Correct verison for target release
Tobias Klauser
1
-3
/
+3
2007-01-20
inotify-syscalls.h: Add syscall numbers for m68k
Tobias Klauser
1
-0
/
+4
2007-01-20
inotail.c: Adjust block size according to return value of read
Tobias Klauser
1
-3
/
+4
2007-01-20
inotail.c: Better handling of errors on inotify_init()
Tobias Klauser
1
-1
/
+4
2007-01-20
inotify-syscalls.h: Check whether the syscall numbers are already defined
Tobias Klauser
1
-2
/
+4
2007-01-20
inotail.c: Simplify iterating through inotify events
Tobias Klauser
1
-13
/
+17
2007-01-15
inotail.c: One more ssize_t
Tobias Klauser
1
-1
/
+1
2007-01-10
README: Mention compiler
Tobias Klauser
1
-0
/
+1
2007-01-10
inotail.c: Minor cleanups
Tobias Klauser
1
-3
/
+3
2007-01-06
Makefile: Add mudflap options to CFLAGS and LDFLAGS when debugging
Tobias Klauser
1
-8
/
+10
2007-01-05
Makefile: Install to /usr/local by default as stated in README
Tobias Klauser
1
-1
/
+1
2007-01-05
README: Add section about building and installing inotail
Tobias Klauser
1
-0
/
+16
2007-01-05
inotail.c: Print version information to stdout
Tobias Klauser
1
-1
/
+1
2007-01-05
inotail.c: Make tail_pipe() return ssize_t
Tobias Klauser
1
-2
/
+2
2007-01-04
inotail.c: Make it clear that we're handling one file when tailing stdin
Tobias Klauser
1
-1
/
+1
2007-01-04
inotail.c: Fix an off-by-one error in lines_to_offset_from_end()
Tobias Klauser
1
-1
/
+1
2007-01-04
inotail.c: Make n_ignored global
Tobias Klauser
1
-15
/
+24
2007-01-04
Makefile: Add custom (e.g. optimization) CFLAGS to our CFLAGS
Tobias Klauser
1
-2
/
+2
2006-12-28
inotail.c: Use consistent nomenclature for struct file_struct pointers
Tobias Klauser
1
-29
/
+29
2006-12-28
inotail.c: Add and use ignore_file() function
Tobias Klauser
1
-7
/
+9
2006-12-28
inotail.c: Handle return value of inotify_add_watch()
Tobias Klauser
1
-2
/
+8
2006-12-23
inotail.c: Print usage to stdout
Tobias Klauser
1
-1
/
+1
2006-12-23
inotail.c: Keep tailing moved files by fd
Tobias Klauser
1
-1
/
+1
2006-12-21
inotail.c: Don't open files over and over again
Tobias Klauser
1
-11
/
+19
2006-12-18
inotail.c: Minor cleanups and addition of an unlikely()
Tobias Klauser
1
-7
/
+4
2006-12-15
inotail.c: return instead of break
Tobias Klauser
1
-5
/
+2
2006-12-14
inotail.c: Move some macros to inotail.h
Tobias Klauser
2
-10
/
+8
[next]