aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add el_new and el_destroy functions for stable ABIstable-abiMichał Łyszczek2019-05-1412-4/+234
* API change: rename "struct el_options" to "struct el"Michał Łyszczek2019-05-1424-658/+661
* include: create embedlog.h.in and generate embedlog.h with itMichał Łyszczek2019-05-142-0/+3
* src/el-options: use static value of 0x7fff for EL_OUT_ALLMichał Łyszczek2019-05-134-4/+35
* include/embedlog.h: add static values to enumsMichał Łyszczek2019-05-132-44/+68
* el_flush(): add new function to force data from buffers to deviceinnogyMichał Łyszczek2019-03-2916-69/+318
* src/el_options.c: add function to get global options objectMichał Łyszczek2019-03-285-0/+42
* embedlog.h: add user's pointer to el_custom_putsMichał Łyszczek2019-03-277-14/+25
* man/el_option.3: add missing EL_FUNCINFO optionMichał Łyszczek2019-03-021-0/+17
* man/el_print.3: el_pmemory: desribe case when mlen == 0Michał Łyszczek2019-03-021-0/+5
* ABI/API change: add printing function name with logsMichał Łyszczek2019-03-0114-130/+445
* version bump to v0.5.0Michał Łyszczek2019-02-287-7/+7
* API change: rename EL_FILE_SYNC_* to EL_FSYNC_* to be consistentMichał Łyszczek2019-02-236-32/+32
* fix: month language in man pages, doh...v0.4.0Michał Łyszczek2019-02-155-5/+5
* fix: some package building problemsMichał Łyszczek2019-02-154-9/+9
* remove some code when binary logs are disabledMichał Łyszczek2019-02-132-9/+16
* 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
* bump version of manual pagesMichał Łyszczek2019-02-135-5/+5
* add: make coverage instructionsMichał Łyszczek2019-02-133-0/+31
* some visual tweaks to manual pagesMichał Łyszczek2019-02-139-27/+45
* add: option to print to stdoutMichał Łyszczek2018-12-057-11/+37
* options: fix g_options altered after el_ocleanupMichał Łyszczek2018-11-242-1/+53
* make embedlog print to stderr by defaultMichał Łyszczek2018-11-238-22/+8
* bump version for next releaseMichał Łyszczek2018-11-232-2/+2
* man/el_print.3: fix typo in encoded integer example tableMichał Łyszczek2018-11-231-1/+1
* add: printing memory without ascii tableMichał Łyszczek2018-11-2311-89/+214
* pkg/deb: fix description in control templateMichał Łyszczek2018-11-231-6/+6
* www: update index and download pagesMichał Łyszczek2018-11-152-7/+182
* pkg/tgz: fix wrong conditional when runnign testprogMichał Łyszczek2018-11-141-1/+1
* pkg/tgz: add CFLAGS and LDFLAGS for building tgz packageMichał Łyszczek2018-11-141-1/+1
* pkg/*: test if testprog fails when there is no lib in the system anymoreMichał Łyszczek2018-11-143-0/+12
* man: fix typo in macroMichał Łyszczek2018-11-141-1/+1
* pkg/deb: add CFLAGS and LDFLAGS for debuildMichał Łyszczek2018-11-141-0/+6
* pkg/deb: add missing install filesMichał Łyszczek2018-11-143-1/+6
* pkg/deb: change generated package name from embedlog0 to libembedlog0Michał Łyszczek2018-11-144-18/+17
* pkg/deb: use @{ instead of ${ as replace tokenMichał Łyszczek2018-11-141-2/+2
* makefile: do not build examples with make allMichał Łyszczek2018-11-142-2/+14
* pkg: add basic files to create packagesMichał Łyszczek2018-11-1412-0/+481
* 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-1221-138/+120
* change \e to \033 in testsMichał Łyszczek2018-10-121-18/+18
* fix: compilation error with bad feature test macro on some systemsMichał Łyszczek2018-10-124-29/+59
* fix: compilation error on solarisMichał Łyszczek2018-10-121-0/+18
* 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: remove comma at the end of enum listMichał Łyszczek2018-10-111-1/+1
* remove check for memcpy, it is useless and breaks clang sanitizerMichał Łyszczek2018-10-111-2/+0
* fix: add missing #ifdef LLONG_MAX in binary testsMichał Łyszczek2018-10-101-0/+13