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-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
2007-06-17
inotail.c: One more unlikely
Tobias Klauser
1
-1
/
+1
2007-06-17
inotail.c: emalloc should return void *
Tobias Klauser
1
-3
/
+3
2007-06-17
inotail.c: Use emalloc
Tobias Klauser
1
-5
/
+1
2007-06-17
Merge branch 'master' into buffersize
Tobias Klauser
1
-2
/
+2
2007-06-17
inotail.c: Cleanup comments
Tobias Klauser
1
-3
/
+2
2007-06-16
Merge branch 'master' into buffersize
Tobias Klauser
2
-19
/
+38
2007-06-15
inotail.c: s/Inotify/inotify/
Tobias Klauser
1
-2
/
+2
2007-06-15
inotail.c: Simplify tail_pipe_lines()
Tobias Klauser
1
-15
/
+13
2007-06-15
Merge branch 'master' into pipe
Tobias Klauser
1
-20
/
+11
2007-06-15
inotail.c: Simplify EINTR handling in watch_files()
Tobias Klauser
1
-13
/
+8
2007-06-12
inotail.c: Also handle EAGAIN in watch_files()
Tobias Klauser
1
-2
/
+2
2007-06-12
inotail.c: Handle EINTR and EAGAIN in tail_pipe_lines()
Tobias Klauser
1
-4
/
+6
2007-06-12
inotail.c: Cleanup
Tobias Klauser
1
-11
/
+7
2007-06-11
inotail.c/.h: Clean up a bit
Tobias Klauser
2
-11
/
+10
2007-06-11
inotail.c: Fix stupid data type error in emalloc()
Tobias Klauser
1
-2
/
+2
2007-06-11
Merge branch 'master' into pipe
Tobias Klauser
4
-3
/
+13
2007-06-11
inotail.c/.h: Implement is_digit to save some bytes of ctype.h inclusion
Tobias Klauser
2
-2
/
+3
2007-06-11
inotail.c: remove debugging output
Tobias Klauser
1
-2
/
+0
2007-06-11
inotail.c: Implement tail_pipe_lines()
Tobias Klauser
1
-8
/
+131
2007-06-08
inotail.c: Rename alloc_buffer() to emalloc()
Tobias Klauser
1
-18
/
+17
2007-06-08
inotail.c: Prepare for implementation of tail_pipe_{lines,bytes}
Tobias Klauser
1
-7
/
+15
2007-06-04
inotail.c: Handle return value of lseek
Tobias Klauser
1
-5
/
+20
2007-06-02
inotail.c: Correct error condition in tail_pipe()
Tobias Klauser
1
-1
/
+1
2007-05-29
inotail.c: Fix handling of EINTR in watch_files()
Tobias Klauser
1
-4
/
+15
2007-05-23
inotail.c: Coding style cleanups
Tobias Klauser
1
-2
/
+3
2007-05-23
Change alloc_buffer to take a size_t which is more logical
Tobias Klauser
1
-22
/
+17
2007-05-21
Merge commit 'HEAD'; branch 'master' into buffersize
Tobias Klauser
2
-2
/
+2
2007-05-21
Makefile: Reorder CFLAGS
Tobias Klauser
1
-1
/
+1
2007-05-21
Some housekeeping after introduction of alloc_buffer()
Tobias Klauser
1
-3
/
+2
2007-05-21
Prevent from some possible memory leaks
Tobias Klauser
1
-5
/
+8
2007-05-21
inotail.c: Improve error message
Tobias Klauser
1
-1
/
+1
2007-05-21
Get rid of one variable
Tobias Klauser
1
-3
/
+2
2007-05-21
Use optimal buffer size depending on the filesystem containing the file
Tobias Klauser
2
-19
/
+66
2007-05-20
inotail.c: Proper check of return value for the previous fix
Tobias Klauser
1
-2
/
+2
2007-05-20
inotail.c: Some more error checking in tail_pipe()
Tobias Klauser
1
-2
/
+7
2007-05-18
Makefile: Add uninstall target and compress manpage
Tobias Klauser
1
-0
/
+4
2007-05-18
inotail.c: read() call cleanup
Tobias Klauser
1
-6
/
+6
2007-05-18
inotail.c: Forward just one event, we might miss some events otherwise
Tobias Klauser
1
-1
/
+2
2007-04-17
Release inotail 0.3
v0.3
Tobias Klauser
2
-2
/
+2
2007-04-16
inotail.c: Really fix byte_to_offset() this time
Tobias Klauser
1
-6
/
+12
2007-04-13
inotail.c: Fix an integer underflow in bytes_to_offset()
Tobias Klauser
1
-2
/
+3
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
[prev]
[next]