aboutsummaryrefslogtreecommitdiffstats
path: root/tst/test-el-options.c
Commit message (Expand)AuthorAgeFilesLines
* add support to use custom put with binary dataMichał Łyszczek2019-05-191-2/+2
* add thread safety to libraryMichał Łyszczek2019-05-191-0/+2
* change formating of comments for better readabilityMichał Łyszczek2019-05-151-26/+13
* 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-151-10/+32
* add el_new and el_destroy functions for stable ABIstable-abiMichał Łyszczek2019-05-141-0/+5
* API change: rename "struct el_options" to "struct el"Michał Łyszczek2019-05-141-101/+101
* src/el-options: use static value of 0x7fff for EL_OUT_ALLMichał Łyszczek2019-05-131-2/+17
* src/el_options.c: add function to get global options objectMichał Łyszczek2019-03-281-0/+16
* ABI/API change: add printing function name with logsMichał Łyszczek2019-03-011-0/+29
* API change: rename EL_FILE_SYNC_* to EL_FSYNC_* to be consistentMichał Łyszczek2019-02-231-2/+2
* 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
* clean that mess with feature test macro once and for allfeature-test-macro-mess-fixMichał Łyszczek2018-10-121-1/+1
* fix compilation warningsMichał Łyszczek2018-04-211-3/+0
* 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-181-1/+25
* add: logging of binary dataMichał Łyszczek2018-04-171-2/+1
* add possibility to always sync do disc chosen log levelsMichał Łyszczek2018-04-151-0/+29
* limited log levels to 8 to save memoryMichał Łyszczek2018-04-151-3/+11
* add: option to *NOT* print new lines with each messageMichał Łyszczek2018-04-131-0/+1
* add: possibility to remove micro seconds from logMichał Łyszczek2018-04-121-17/+18
* add: feature to print prefix with each messageMichał Łyszczek2018-03-281-0/+19
* fix: data loose on sudden power downMichał Łyszczek2018-03-271-0/+1
* 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-251-0/+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: tests when --disable-out-stderrMichał Łyszczek2018-01-261-5/+56
* fix: distcheck errors when calling distcleanMichał Łyszczek2018-01-241-0/+321