Yann Weber
abe01c0733
Add test for _ttail_file_search_from_end
And updated doxygen todo list
7 years ago
Yann Weber
6e006b35bd
Add comment for set_date_relative + ttail_check.h refactoring
7 years ago
Yann Weber
768ac367d9
Fix #12 sorting options in help text
But not by alphabetical order :P
7 years ago
Yann Weber
bbaa6b84b4
Fix starts for #11
Adds the option -P --permissive.
Starts implementation for logfiles.
Now -P flag make ttail handle invalid files. When invalid file given the
minmax function set the file pointer and the minmax array to NULL.
May introduce bugs if the binary search function does not handles "holes"
in fp array or in minmax array...
7 years ago
Yann Weber
7dbc99e4a0
Fixing issue #4 for logfiles
Not done for stdin
7 years ago
Yann Weber
fe382fff5f
ttail_format_guess() do not take ttail_t* as argument
Making this function usable by logfiles and stdin format autodetection
7 years ago
Yann Weber
3a4fe6be94
Add tests for _ttail_norm_dates
7 years ago
Yann Weber
8684cc7b38
Fix #5 GPL
7 years ago
Yann Weber
5e527d0f3b
Fix #3 Add support for relative dates
Date formats
Two date formats are allowed for dates arguments (-d , -m) :
- the same than in the logfile
- relative from now prefixing the argument with '#-' and given a unit
- y : year
- M : Month
- d : day
- h : hour
- m : min
- s : sec
7 years ago
Yann Weber
782f70e7fc
Enhancement & changes in arguments parsing
add a -h --help option, deleted -l --logfile options
+ spliting the ttail_search_closest() & ttail_search_print_res() functions
7 years ago
Yann Weber
3ca964c51e
Implements help & usage
7 years ago
Yann Weber
e1391139ab
Add setters for RE flags and use them
ttail_set_flag_re_ex() and ttail_set_flag_re_ci()
7 years ago
Yann Weber
a4c65684bf
Implement & use a ttail_set_fmt() + tests
7 years ago
Yann Weber
38d7ad4d90
Add regex flags support
For extended & case insensitive regex
7 years ago
Yann Weber
ce41eddb7a
Add another prefix subst method + tests
Now we can specify a constant length to cut
7 years ago
Yann Weber
b0b9e0a77e
Move options declaration + warn fixes
7 years ago
Yann Weber
2a80bded28
File splitting
7 years ago
Yann Weber
ab53a6a6b9
Implemented ttail_init_check() + tests
7 years ago
Yann Weber
038730b980
Implements ttail_set_date() + tests
7 years ago
Yann Weber
fa815adb0c
Add date guessing feature + tests
7 years ago
Yann Weber
90eede17bd
Enhancement bugfix + tests update
7 years ago
Yann Weber
87bba12a12
Add tests + bugfixes
7 years ago
Yann Weber
d0d2f7220d
Bugfix + enhancement
7 years ago
Yann Weber
7dd93d8688
Bugfix & enhancement
7 years ago
Yann Weber
9c02dd6800
Initial commit
7 years ago
Yann Weber
fbd0a59a12
bad
7 years ago