aboutsummaryrefslogtreecommitdiffstats
path: root/tst
Commit message (Expand)AuthorAgeFilesLines
* tst/test-el-print.c: run each step in mix test as separate testMichał Łyszczek2019-05-191-11/+22
* tst/test-el-pbinary.c: run each step in mix test as separate testMichał Łyszczek2019-05-181-16/+21
* tst/test-el-pbinary.c: add timer source to mix testMichał Łyszczek2019-05-181-0/+3
* tst/test-el-pbinary.c: add missing checks for nsec and msecMichał Łyszczek2019-05-181-23/+47
* tst/test-el-pbinary.c: fix operator precedenceMichał Łyszczek2019-05-181-2/+2
* tst/test-el-pbinary.c: add print messages upon print_check() errorMichał Łyszczek2019-05-181-2/+19
* tst/mtest.h: udpate mtest to v1.1.4Michał Łyszczek2019-05-181-16/+116
* tst/test-el-print.c: print error messages in print_check()Michał Łyszczek2019-05-171-3/+51
* change formating of comments for better readabilityMichał Łyszczek2019-05-156-291/+157
* struct el: rename file_sync_every to fsync_every for consistencyMichał Łyszczek2019-05-151-2/+2
* struct el: rename file_sync_level to fsync_level for consistencyMichał Łyszczek2019-05-151-6/+6
* Conditionally remove fields from "struct el" to save spaceMichał Łyszczek2019-05-152-10/+34
* add el_new and el_destroy functions for stable ABIstable-abiMichał Łyszczek2019-05-142-0/+32
* API change: rename "struct el_options" to "struct el"Michał Łyszczek2019-05-144-134/+133
* src/el-options: use static value of 0x7fff for EL_OUT_ALLMichał Łyszczek2019-05-131-2/+17
* el_flush(): add new function to force data from buffers to deviceinnogyMichał Łyszczek2019-03-292-0/+16
* src/el_options.c: add function to get global options objectMichał Łyszczek2019-03-281-0/+16
* embedlog.h: add user's pointer to el_custom_putsMichał Łyszczek2019-03-273-10/+13
* ABI/API change: add printing function name with logsMichał Łyszczek2019-03-012-7/+107
* API change: rename EL_FILE_SYNC_* to EL_FSYNC_* to be consistentMichał Łyszczek2019-02-233-25/+25
* add: option to print to stdoutMichał Łyszczek2018-12-051-0/+8
* options: fix g_options altered after el_ocleanupMichał Łyszczek2018-11-241-0/+52
* make embedlog print to stderr by defaultMichał Łyszczek2018-11-231-1/+1
* add: printing memory without ascii tableMichał Łyszczek2018-11-232-32/+39
* clean that mess with feature test macro once and for allfeature-test-macro-mess-fixMichał Łyszczek2018-10-126-6/+9
* change \e to \033 in testsMichał Łyszczek2018-10-121-18/+18
* fix: add missing #ifdef LLONG_MAX in binary testsMichał Łyszczek2018-10-101-0/+13
* 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