aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/snprintf.c: fix compilation warning with -ansiMichał Łyszczek2019-05-181-0/+2
* src/valid.h: add some more VALID macrosMichał Łyszczek2019-05-171-7/+45
* src: add "public api" comment to public functions.Michał Łyszczek2019-05-167-25/+25
* change formating of comments for better readabilityMichał Łyszczek2019-05-1512-834/+923
* struct el: rename current_log to fcurrent_logMichał Łyszczek2019-05-151-28/+28
* struct el: rename written_after_sync to fwritten_after_syncMichał Łyszczek2019-05-151-3/+3
* struct el: rename file_sync_every to fsync_every for consistencyMichał Łyszczek2019-05-152-3/+3
* struct el: rename file_sync_level to fsync_level for consistencyMichał Łyszczek2019-05-152-3/+3
* Conditionally remove fields from "struct el" to save spaceMichał Łyszczek2019-05-151-1/+13
* add el_new and el_destroy functions for stable ABIstable-abiMichał Łyszczek2019-05-141-0/+52
* API change: rename "struct el_options" to "struct el"Michał Łyszczek2019-05-1412-434/+433
* src/el-options: use static value of 0x7fff for EL_OUT_ALLMichał Łyszczek2019-05-132-1/+17
* el_flush(): add new function to force data from buffers to deviceinnogyMichał Łyszczek2019-03-293-68/+200
* src/el_options.c: add function to get global options objectMichał Łyszczek2019-03-281-0/+15
* embedlog.h: add user's pointer to el_custom_putsMichał Łyszczek2019-03-272-1/+2
* ABI/API change: add printing function name with logsMichał Łyszczek2019-03-015-20/+154
* version bump to v0.5.0Michał Łyszczek2019-02-281-1/+1
* API change: rename EL_FILE_SYNC_* to EL_FSYNC_* to be consistentMichał Łyszczek2019-02-231-2/+2
* remove some code when binary logs are disabledMichał Łyszczek2019-02-131-6/+13
* src/el-private.h: remove all existance of feature test macroMichał Łyszczek2019-02-131-116/+0
* src/el-pmemory.c: fix usage of uninitialized variableMichał Łyszczek2019-02-131-0/+2
* src/el-pmemory.c: fix wrong options object usedMichał Łyszczek2019-02-131-1/+1
* add: option to print to stdoutMichał Łyszczek2018-12-052-0/+11
* options: fix g_options altered after el_ocleanupMichał Łyszczek2018-11-241-1/+1
* make embedlog print to stderr by defaultMichał Łyszczek2018-11-231-0/+1
* bump version for next releaseMichał Łyszczek2018-11-231-1/+1
* add: printing memory without ascii tableMichał Łyszczek2018-11-231-55/+124
* add: feature test macros for ONLCR for different systemsMichał Łyszczek2018-10-121-2/+16
* clean that mess with feature test macro once and for allfeature-test-macro-mess-fixMichał Łyszczek2018-10-1214-115/+111
* fix: compilation error with bad feature test macro on some systemsMichał Łyszczek2018-10-124-29/+59
* ok, I suppose defining feature test macro locally is better ideaMichał Łyszczek2018-10-113-6/+21
* make code more c89 compatibleMichał Łyszczek2018-10-114-28/+64
* fix bad commentMichał Łyszczek2018-09-151-2/+3
* fix: lib version which was forgotten in 0.3.0v0.3.1Michał Łyszczek2018-05-241-1/+1
* last time minor fixesMichał Łyszczek2018-05-061-6/+6
* use unsigned int instead of speed_t to prevent compiler error when termios is...Michał Łyszczek2018-05-033-7/+7
* add: couple more EINVAL checks for public functionsMichał Łyszczek2018-04-264-3/+8
* fix: compilation error when using portable snprintfMichał Łyszczek2018-04-231-1/+1
* support automatic reopening of files when frotate is enabledMichał Łyszczek2018-04-221-43/+18
* don't fail every el_print to file after open() failedMichał Łyszczek2018-04-221-6/+10
* fix: embedlog forever fails after writing to non-existing dirMichał Łyszczek2018-04-211-0/+19
* fix compilation warningsMichał Łyszczek2018-04-205-7/+11
* change some ifdef to simple ifMichał Łyszczek2018-04-201-5/+5
* fix: clang analyzer warningMichał Łyszczek2018-04-201-8/+5
* add: don't *ever* modify in el_perror functions famillyMichał Łyszczek2018-04-191-0/+6
* fix: broken distcheck after file cleanupMichał Łyszczek2018-04-181-4/+1
* add option to disable fractions of seconds in compile timeMichał Łyszczek2018-04-184-55/+129
* add: logging of binary dataMichał Łyszczek2018-04-1716-318/+865
* add possibility to always sync do disc chosen log levelsMichał Łyszczek2018-04-153-4/+65
* limited log levels to 8 to save memoryMichał Łyszczek2018-04-151-0/+1