Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-18 | inotail.c: Implement pipe tailing lines from begin | Tobias Klauser | 1 | -5/+57 | |
Use a general function for lines and bytes to prevent duplicating code. | |||||
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 | |
For now more or less a copy from coreutils | |||||
2007-09-18 | inotail.c: Use BUFSIZ and post-increment | Tobias Klauser | 2 | -14/+11 | |
For consistency reasons mostly :-) | |||||
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.5v0.5 | Tobias Klauser | 2 | -1/+8 | |
2007-09-07 | Merge branch 'master' into pipe | Tobias Klauser | 3 | -44/+76 | |
Conflicts: changelog inotail.c inotail.h | |||||
2007-09-07 | Rename file_struct members | Tobias Klauser | 2 | -22/+22 | |
The rationale behind this is to only use the 'st_' prefix for values gotten by calls to fstat() | |||||
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 | |
These could also be bytes | |||||
2007-06-24 | inotail.c: Flush stdout in write_header() | Tobias Klauser | 1 | -1/+3 | |
To make sure the header is also printed when piping inotail output to pipes. | |||||
2007-06-21 | inotail.c: Reorder emalloc/free in handle_inotify_event() | Tobias Klauser | 1 | -4/+4 | |
Get rid of the following warning when compiling with -Os: inotail.c:338: warning: 'fbuf' may be used uninitialized in this function | |||||
2007-06-20 | Release inotail 0.4v0.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 | |
This saves two possible free calls | |||||
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 | |
Also add the unlikely() to the check of the malloc retval. This patch seems to have gotten lost during a merge. | |||||
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 | |
Conflicts: inotail.c | |||||
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 | |
Conflicts: inotail.c | |||||
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 | |
We don't need another loop, just continue the surrounding while() on EINTR/EAGAIN | |||||
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 | |
Save us some lines | |||||
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 | |
Conflicts: inotail.c | |||||
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 | |
For now the function is more or less a copy from coreutils tail. This could need some work. | |||||
2007-06-08 | inotail.c: Rename alloc_buffer() to emalloc() | Tobias Klauser | 1 | -18/+17 | |
This better describes what the function really does. It will be used for the allocating of the line buffers in tail_pipe too. | |||||
2007-06-08 | inotail.c: Prepare for implementation of tail_pipe_{lines,bytes} | Tobias Klauser | 1 | -7/+15 | |
Split in two functions | |||||
2007-06-04 | inotail.c: Handle return value of lseek | Tobias Klauser | 1 | -5/+20 | |
lseek() could fail so we better handle it. Based on a patch by Folkert van Heusden | |||||
2007-06-02 | inotail.c: Correct error condition in tail_pipe() | Tobias Klauser | 1 | -1/+1 | |
write() returns 0 on end of file | |||||
2007-05-29 | inotail.c: Fix handling of EINTR in watch_files() | Tobias Klauser | 1 | -4/+15 | |
If inotail gets an EINTR signal while reading inotify events, it breaks. However, a common thing to generate these events is hitting ^Z/fg The patch fixes this shortcoming and allows inotail to be interrupted by EINTR. Patch from Anthony Martinez | |||||
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 | |
Some additional cleanups e.g. deletion of unecessary buffer_size variables | |||||
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 | |