aboutsummaryrefslogtreecommitdiffstats
path: root/tst
Commit message (Expand)AuthorAgeFilesLines
* tst/test-el-pbinary.c: add missing checks for nsec and msecMichał Łyszczek2019-06-081-21/+44
* tst/test-el-pbinary.c: fix operator precedenceMichał Łyszczek2019-06-081-2/+2
* fix: add missing #ifdef LLONG_MAX in binary testsMichał Łyszczek2019-06-081-0/+13
* src/el-print.c: fix possible buffer overflow in el_print()Michał Łyszczek2019-06-081-4/+9
* options: fix g_options altered after el_ocleanupMichał Łyszczek2018-11-251-0/+63
* fix: missing el_cleanup in tests causing memory leakv0.3.0Michał Łyszczek2018-05-061-0/+2
* rename test directories to allow parallel testingMichał Łyszczek2018-05-052-29/+29
* fix; tests some systems dont support echo -n flagMichał Łyszczek2018-04-231-26/+26
* add config.h to pbinary testMichał Łyszczek2018-04-221-0/+2
* support automatic reopening of files when frotate is enabledMichał Łyszczek2018-04-221-16/+329
* don't fail every el_print to file after open() failedMichał Łyszczek2018-04-221-11/+65
* fix compilation warningsMichał Łyszczek2018-04-212-9/+1
* fix: embedlog forever fails after writing to non-existing dirMichał Łyszczek2018-04-212-0/+53
* fix failing test when --disable-timestamp was setMichał Łyszczek2018-04-181-2/+2
* add option to disable fractions of seconds in compile timeMichał Łyszczek2018-04-183-34/+213
* add: logging of binary dataMichał Łyszczek2018-04-1711-16/+689
* add possibility to always sync do disc chosen log levelsMichał Łyszczek2018-04-153-0/+148
* limited log levels to 8 to save memoryMichał Łyszczek2018-04-152-5/+13
* change EL_FNAME to more logical EL_FPATHMichał Łyszczek2018-04-141-22/+22
* add: option to *NOT* print new lines with each messageMichał Łyszczek2018-04-132-11/+69
* add: possibility to remove micro seconds from logMichał Łyszczek2018-04-122-26/+76
* fix: tests after adding extended colorsMichał Łyszczek2018-04-051-0/+15
* add: feature to print prefix with each messageMichał Łyszczek2018-03-282-2/+102
* fix: data loose on sudden power downMichał Łyszczek2018-03-272-1/+9
* fix: make clock optional (some RTOSes dont implement it)Michał Łyszczek2018-03-261-4/+12
* add: printing to tty (/dev/ttyS0) device directlyMichał Łyszczek2018-03-252-0/+2
* fix: don't rely on FILENAME_MAX in testsMichał Łyszczek2018-02-072-3/+3
* support for librb-3.0.0Michał Łyszczek2018-02-061-2/+1
* fix: change test directory from /tmp to ./ to prevent condition race with par...v0.2.0Michał Łyszczek2018-01-261-1/+1
* fix: removed debug print from testMichał Łyszczek2018-01-261-1/+0
* add: tests when --disable-colorsMichał Łyszczek2018-01-261-0/+7
* add: tests when --disable-monotonic or --disable-realtimeMichał Łyszczek2018-01-261-3/+19
* add: tests when --disable-timestampMichał Łyszczek2018-01-261-1/+21
* add: disable file tests when --disable-out-fileMichał Łyszczek2018-01-261-0/+4
* add: tests when --disable-out-stderrMichał Łyszczek2018-01-261-5/+56
* fix: perror test error on some systemsMichał Łyszczek2018-01-251-5/+12
* fix: remove non-portable flags from test compilationMichał Łyszczek2018-01-251-1/+0
* removed: tap-driver to rely on autoconf to provide that fileMichał Łyszczek2018-01-251-1/+2
* fix: change NAME_MAX to FILENAME_MAX as it is not available on solarisMichał Łyszczek2018-01-251-6/+7
* fix: add /usr/{include,lib} to search pathMichał Łyszczek2018-01-251-0/+2
* fix: remove gcno files on clean + reformatMichał Łyszczek2018-01-242-2/+4
* fix: distcheck errors when calling distcleanMichał Łyszczek2018-01-2413-2803/+2798
* change: shortened option enums, who wants to type so much?Michał Łyszczek2018-01-235-153/+153
* Fix missing '\' in cflagsMichał Łyszczek2017-11-281-1/+1
* Shortened EL_OPT_OUTPUT to EL_OPT_OUTMichał Łyszczek2017-11-275-16/+16
* Fix clang warningsMichał Łyszczek2017-11-265-10/+12
* Added different test results for root userMichał Łyszczek2017-11-261-8/+51
* Changed expected errno to prevent test fail on freebsdMichał Łyszczek2017-11-261-2/+2
* Made some portability changes in automakeMichał Łyszczek2017-11-263-7/+25
* Added custom snprintf if system doesn't provide oneMichał Łyszczek2017-11-261-0/+4