aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* man/el_option.3: document default optionsMichał Łyszczek2021-01-241-1/+21
* man/el_option.3: document EL_PRINT_NL optionMichał Łyszczek2021-01-241-0/+7
* examples/print-thread-safe.c: add new example codeMichał Łyszczek2021-01-242-0/+28
* tst/test-el-file.c: fix memory leak in testMichał Łyszczek2021-01-241-0/+1
* tst/Makefile.am: statically link to embedlogMichał Łyszczek2021-01-241-1/+1
* configure.ac: fix compilation error on old gccMichał Łyszczek2021-01-241-1/+19
* retabMichał Łyszczek2020-10-2430-5778/+5151
* include/embedlog.h.in: change frotate_number type to ushortMichał Łyszczek2020-10-221-2/+2
* man/el_option.3: fix invalid type in EL_FROTATE_NUMBERMichał Łyszczek2020-10-221-1/+1
* man/el_option.3: update man with new typesMichał Łyszczek2020-10-221-2/+2
* src/el-options.c: change type of FROTATE_SIZE to unsigned longMichał Łyszczek2020-10-221-8/+8
* man/el_option.3: document new padded log numbersMichał Łyszczek2020-10-221-1/+15
* tst/test-el-file.c: add tests for padded logsMichał Łyszczek2020-10-221-1/+88
* src/el-file.c: add padding to rotate logsMichał Łyszczek2020-10-223-23/+36
* tst/mtest.h: update mtest to v1.3.1Michał Łyszczek2020-10-221-123/+109
* Makefile.am: do not force static linking for examples and testMichał Łyszczek2020-05-292-5/+3
* tst/test-el-file.c: don't run sync test when --disable-devMichał Łyszczek2020-05-291-0/+17
* .gitignore: add include/embedlog.h which is generated by autoconfMichał Łyszczek2020-05-291-0/+1
* readme.md: add note about pvs-studio in readmeMichał Łyszczek2020-05-291-0/+2
* pvs-analize.sh: add script to run pvs-analyzer on the codeMichał Łyszczek2020-05-292-0/+10
* src/Makefile.am: add nice libtool version descriptionMichał Łyszczek2020-05-291-1/+11
* Makefile: examples should depend on all - for libembedlog.a fileMichał Łyszczek2020-05-291-1/+1
* tst: move extern file_synced from src to tst to preven undef referenceMichał Łyszczek2020-05-292-2/+2
* cleanup building examples and testsMichał Łyszczek2020-05-2937-75/+74
* man/el_option.3: add man for EL_FROTATE_NUMBER optionMichał Łyszczek2020-05-291-0/+35
* tst: add tests for EL_FROTATE_SYMLINK configMichał Łyszczek2020-05-292-0/+127
* src/el-file.c: create symlink file to most recent log fileMichał Łyszczek2020-05-294-3/+64
* configure.ac: add -Wno-unused-result when GCC is usedMichał Łyszczek2020-05-293-1/+137
* src: move el_basename() from el-print.c to el-utils.cMichał Łyszczek2020-05-299-36/+95
* src/el-file.c: add note to self about orderingMichał Łyszczek2020-05-281-0/+3
* .vimrc: add basic formatting config for vim usersMichał Łyszczek2020-05-281-0/+12
* fix git links after domain changeMichał Łyszczek2019-08-222-3/+3
* move embedlog from kurwinet.pl to bofc.plMichał Łyszczek2019-08-2211-60/+60
* src/el-decode-number.c: fix potential loose of precision on 64bit systemsMichał Łyszczek2019-07-291-1/+5
* man/el_init.3: add missing .PP and fix typoMichał Łyszczek2019-06-101-1/+2
* code in master should always have version v9999Michał Łyszczek2019-06-108-8/+8
* include/embedlog.h.in: add back EL_FILE_SYNC_* for compatibilityMichał Łyszczek2019-06-101-0/+2
* src/el-file.c: don't flush when no data has been writtenMichał Łyszczek2019-06-092-0/+34
* src/el-private.h: add missing ']' to EL_PRE_FUNCINFO_LENMichał Łyszczek2019-06-081-2/+2
* src/el-private.h: add missing EL_PRE_FUNCINFO_LEN to EL_PRE_LEN calcMichał Łyszczek2019-06-082-4/+9
* src/el-print.c: fix possible buffer overflow in el_print()Michał Łyszczek2019-06-083-5/+29
* tst/test-el-file.c: remove testing uninitialized objectMichał Łyszczek2019-05-211-11/+0
* */Makefile.am: usr $top_builddir for include path for embedlog.hMichał Łyszczek2019-05-213-3/+3
* tst/test-el-pmemory.c: add tests for el_o* variantsMichał Łyszczek2019-05-201-0/+69
* src/el-pmemory.c: call el_pmem() directly and not via proxyMichał Łyszczek2019-05-201-2/+2
* test-compilation.sh: use {#} as directory name for resultsMichał Łyszczek2019-05-201-5/+10
* test-compilation.sh: remove stdout when test is successfullMichał Łyszczek2019-05-191-1/+9
* tst/test-el-pbinary.c: modify mix test to print to bufferMichał Łyszczek2019-05-191-12/+58
* add support to use custom put with binary dataMichał Łyszczek2019-05-198-19/+51
* m4/ax_pthread.m4: add macro for pthread flag generationMichał Łyszczek2019-05-191-0/+485