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
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
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
1
-19
/
+36
2007-06-15
inotail.c: s/Inotify/inotify/
Tobias Klauser
1
-2
/
+2
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: Cleanup
Tobias Klauser
1
-11
/
+7
2007-06-11
inotail.c/.h: Implement is_digit to save some bytes of ctype.h inclusion
Tobias Klauser
1
-2
/
+1
2007-06-08
inotail.c: Rename alloc_buffer() to emalloc()
Tobias Klauser
1
-18
/
+17
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
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
1
-19
/
+63
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
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-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-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
inotail.c: Cleanup before release
Tobias Klauser
1
-17
/
+9
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-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
inotail.c: Inline some functions and initialize files pointer in main
Tobias Klauser
1
-3
/
+3
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
[next]