Yann Weber
|
bb7a4e7d65
|
Fix #1
Now ttail return an error if the whole date given in argument is not
matched by the format
|
7 years ago |
Yann Weber
|
833b2dae19
|
Bugfix & enhancement
Now an error is triggered if date-min > date-max
Bugfix on date-max searching (on multiple loglines with a date == date-max)
|
7 years ago |
Yann Weber
|
2283a16991
|
Bugfix on datemax > max date
|
7 years ago |
Yann Weber
|
1207a9f742
|
Better error handling
Add some perror calls
|
7 years ago |
Yann Weber
|
6ed34f4e0f
|
Tests update
|
7 years ago |
Yann Weber
|
9d5c000dfa
|
Bugfix & headers update
Deleted old argument struct tm* from search function (now using infos
stored in ttail_t.session )
|
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
|
e3e636e298
|
Implements support for max-date
|
7 years ago |
Yann Weber
|
3ca964c51e
|
Implements help & usage
|
7 years ago |
Yann Weber
|
a234df34c9
|
Add ttail_free() call in main
|
7 years ago |
Yann Weber
|
93415c6adb
|
Enhancement in ttail init checking function
To handle case where none of the file given as argument is readable
|
7 years ago |
Yann Weber
|
fd5d6cad18
|
Bugfix & function implementation
Now we have a running minimal ttail :
src/ttail -d "Mar 6 00:29" -f '%B%n%d %H:%M' -l tests/samples/1.log -l tests/samples/1.1.log
|
7 years ago |
Yann Weber
|
9f5cf21919
|
Tests + bugfix
Testing ttail_search_closest_files() on multiple files
|
7 years ago |
Yann Weber
|
5e5f730815
|
Bugfix + tests for ttail_search_files functions
|
7 years ago |
Yann Weber
|
9b99e070a9
|
Change utils on struct tm
Enhancement in comparison behavior + print function
|
7 years ago |
Yann Weber
|
533bb6b52e
|
Adding missing arguments to search functions
|
7 years ago |
Yann Weber
|
5f7d34f9de
|
[broken] Files searching function 1st implementation
untested
|
7 years ago |
Yann Weber
|
71dc7b9d3b
|
Updated the search_closest_files function
|
7 years ago |
Yann Weber
|
261248f6a7
|
Add some inline functions + utility function
Set some function inlune and implement an utility function
for file searching functions.
|
7 years ago |
Yann Weber
|
e371b34f7d
|
Make some arg const + add autoconf check
|
7 years ago |
Yann Weber
|
5ccb971b71
|
Implement the _ttail_search_file_sorted() function
Telling if the logfile array is sorted
|
7 years ago |
Yann Weber
|
a01866eea7
|
Implements a struct tmp comparison function
|
7 years ago |
Yann Weber
|
55b331a15e
|
Add tests on ttail_logline2date() function
|
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
|
876cc00dec
|
Bugfixes in logfile minmax + tests update
|
7 years ago |
Yann Weber
|
e2d2d7f0db
|
ttail_logline2date() implementation
|
7 years ago |
Yann Weber
|
a4c65684bf
|
Implement & use a ttail_set_fmt() + tests
|
7 years ago |
Yann Weber
|
cacdfc3534
|
Memory leak fixes
|
7 years ago |
Yann Weber
|
5de36b3ecc
|
Implements logline subst + tests
|
7 years ago |
Yann Weber
|
38d7ad4d90
|
Add regex flags support
For extended & case insensitive regex
|
7 years ago |
Yann Weber
|
defd1864d6
|
Add doxygen support
|
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
|
89739fc1e6
|
**temporary commit**
|
7 years ago |
Yann Weber
|
92d5f72ddc
|
Bugfix + tests
|
7 years ago |
Yann Weber
|
01c295d459
|
Code cleaning, updated tests + getline wrapper
The getline wrapper will allow to use getline without calling malloc
and free all the time
|
7 years ago |
Yann Weber
|
b74ee6957f
|
Implemented 2 utility functions + tests
|
7 years ago |
Yann Weber
|
7088bcae86
|
Deleted olf stuff
|
7 years ago |
Yann Weber
|
2ff86aadef
|
File spliting
|
7 years ago |
Yann Weber
|
54cdb23b1d
|
Search file init tests enhancement
|
7 years ago |
Yann Weber
|
fd6a8054ac
|
Bugfixes
|
7 years ago |
Yann Weber
|
3f0432e41a
|
Now we only generate 1 libttail.a file
|
7 years ago |
Yann Weber
|
0080357465
|
Updated tests
|
7 years ago |
Yann Weber
|
26f51ae8a6
|
Started to implement file search op
|
7 years ago |
Yann Weber
|
e46400754a
|
Starting to write ttail_search + tests
|
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 |