aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test-compilation.sh: clone from local dir instead of remote serverMichał Łyszczek2019-05-191-2/+3
* examples/el-lock.c: add missing el-lock.c file to example dirMichał Łyszczek2019-05-191-0/+1
* test-compilation.sh: add generation of compilation test resultsMichał Łyszczek2019-05-191-2/+13
* test-compilation-options: add --enable-pthread to compilation test flsgsMichał Łyszczek2019-05-191-0/+1
* src/Makefile.am: force clang --analyze to use local embedlog.hMichał Łyszczek2019-05-191-1/+1
* tst/main.c: fix 'unused variable' warningMichał Łyszczek2019-05-191-0/+3
* add thread safety to libraryMichał Łyszczek2019-05-1921-86/+1226
* man/el_option.3: fix formating errorMichał Łyszczek2019-05-191-1/+2
* tst/test-el-{pbinary,print}.c: add missing options to the mixMichał Łyszczek2019-05-192-44/+47
* 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
* src/snprintf.c: fix compilation warning with -ansiMichał Łyszczek2019-05-181-0/+2
* configure.ac: remove unneeded AC_CHECK_FUNCSMichał Łyszczek2019-05-181-26/+3
* src/valid.h: add some more VALID macrosMichał Łyszczek2019-05-171-7/+45
* tst/test-el-print.c: print error messages in print_check()Michał Łyszczek2019-05-171-3/+51
* src: add "public api" comment to public functions.Michał Łyszczek2019-05-167-25/+25
* man: update "see also" section.Michał Łyszczek2019-05-156-82/+84
* man/el_overview.7: change .EX, .EE to .nf, .fiMichał Łyszczek2019-05-151-12/+12
* change formating of comments for better readabilityMichał Łyszczek2019-05-1521-1167/+1115
* nclude/embedlog.h.in: fix typoMichał Łyszczek2019-05-151-1/+1
* struct el: rename current_log to fcurrent_logMichał Łyszczek2019-05-152-29/+29
* struct el: rename written_after_sync to fwritten_after_syncMichał Łyszczek2019-05-152-4/+4
* struct el: rename file_sync_every to fsync_every for consistencyMichał Łyszczek2019-05-154-6/+6
* struct el: rename file_sync_level to fsync_level for consistencyMichał Łyszczek2019-05-154-10/+10
* Conditionally remove fields from "struct el" to save spaceMichał Łyszczek2019-05-156-24/+89
* 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