Yann Weber
cd35c78724
Fix #8 now unit test temporary files are removed
7 лет назад
Yann Weber
3e5304bf91
Fix #11
Not 100% sur of implementation. And the feature seems a bit useless..
7 лет назад
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 лет назад
Yann Weber
42457370ba
Enhancement in option parsing errors
Telling getopt to produce an error message by setting opterr to 1
7 лет назад
Yann Weber
d89f8a64e5
Fix #9 add nginx date format to ttail.h
7 лет назад
Yann Weber
4d2fed6c92
Check unit test framework can be disabled
using --disable-check configure option
7 лет назад
Yann Weber
ef1025bc0a
README update
7 лет назад
Yann Weber
e314231033
Fix #7 correcting _ttail_search_closest_stdin() returned value
7 лет назад
Yann Weber
5876beb864
Manpage update & generation bugfix
The manpage update was broken. Now make docs updates the manpage.
7 лет назад
Yann Weber
0826bc3adb
Updated README
7 лет назад
Yann Weber
491de41e54
Add manpage to git repo
7 лет назад
Yann Weber
3b330e114b
Fix #4 Relative dates brakes format detection
Date detection on stdin enabled
7 лет назад
Yann Weber
aa31c07bf1
Add a new debug function
7 лет назад
Yann Weber
7dbc99e4a0
Fixing issue #4 for logfiles
Not done for stdin
7 лет назад
Yann Weber
4a0c3a8d7d
Updated doxygen autotools integration
Attempt to make the doxygen version filter works with git
7 лет назад
Yann Weber
fe382fff5f
ttail_format_guess() do not take ttail_t* as argument
Making this function usable by logfiles and stdin format autodetection
7 лет назад
Yann Weber
55ae3693aa
Fix #6 now make dist produce a good tarball
7 лет назад
Yann Weber
5af21265b0
Tests + bugfix for ttail_tm_cmp() function
7 лет назад
Yann Weber
014d5ffb1f
Changed headers of _ttail_file_(next|start)_line()
7 лет назад
Yann Weber
9e1539a780
Add macros to define test suite & runner
Four macros were added :
- TTAIL_CHECK_START(char *test_suite_str, char *test_case_str)
- TTAIL_SET_FIXTURE(void (*setup)(), void (*teardown)())
- TTAIL_ADD_TEST( libcheck_test test)
- TTAIL_CHECK_END
7 лет назад
Yann Weber
7362e716a2
Updates .gitignore and Makefile.am
Now the doc in generated before the code compils
7 лет назад
Yann Weber
3a4fe6be94
Add tests for _ttail_norm_dates
7 лет назад
Yann Weber
22183a4d4b
Splitting ttail search tests
7 лет назад
Yann Weber
1218a70822
Spliting ttail init tests
7 лет назад
Yann Weber
fe2367eb13
New tests organisation
tests/Makfile.am is now generated using tests/regen.sh .
bootstrap.sh has been updated.
Argument parsing tests are splitted
7 лет назад
Yann Weber
e92e62046e
Renaming _ttail_file_search_from_end()
7 лет назад
Yann Weber
6734c8ad36
Preparing autoformat detection on loglines
7 лет назад
Yann Weber
8684cc7b38
Fix #5 GPL
7 лет назад
Yann Weber
da3327c614
Forgotten tests sample
7 лет назад
Yann Weber
67e9aa752a
Fix #2 Implements stdin operations
Seems to work with stdin
7 лет назад
Yann Weber
376f585004
Removed -ansi gcc option from autotools
7 лет назад
Yann Weber
e27ad730c5
Generalization of ttail_getline() macro
7 лет назад
Yann Weber
5699d49a2e
Add a docs target to make
Now make has a docs target to enforce docs generation
7 лет назад
Yann Weber
04f0ddd897
Add relative date documentation to manpage
7 лет назад
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 лет назад
Yann Weber
9586697f56
Updates in manpage & autotools
7 лет назад
Yann Weber
2f1458f3f3
Add ttail manpage
7 лет назад
Yann Weber
ed5338da15
Updated tests
7 лет назад
Yann Weber
710515fdab
Bugfix on invalid dateformat
Segfault was thrown when no files were found with matching date
7 лет назад
Yann Weber
bb7a4e7d65
Fix #1
Now ttail return an error if the whole date given in argument is not
matched by the format
7 лет назад
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 лет назад
Yann Weber
2283a16991
Bugfix on datemax > max date
7 лет назад
Yann Weber
1207a9f742
Better error handling
Add some perror calls
7 лет назад
Yann Weber
6ed34f4e0f
Tests update
7 лет назад
Yann Weber
9d5c000dfa
Bugfix & headers update
Deleted old argument struct tm* from search function (now using infos
stored in ttail_t.session )
7 лет назад
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 лет назад
Yann Weber
e3e636e298
Implements support for max-date
7 лет назад
Yann Weber
3ca964c51e
Implements help & usage
7 лет назад
Yann Weber
a234df34c9
Add ttail_free() call in main
7 лет назад
Yann Weber
93415c6adb
Enhancement in ttail init checking function
To handle case where none of the file given as argument is readable
7 лет назад