index
:
embedlog
0.1.0
0.1.1
0.2.0
0.2.1
0.2.2
0.3
0.3.0
0.3.1
0.4
0.5
0.6
aix-support
feature-test-macro-mess-fix
master
nuttx-support
solaris-build-fix
stable-abi
Ultra-small yet powerful logger for embedded devices (or not)
michal.lyszczek@bofc.pl
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
test-compilation.sh: improve code to not bash git clone server
HEAD
master
Michał Łyszczek
2021-05-16
1
-1
/
+8
*
readme.md: update test result section
Michał Łyszczek
2021-05-13
1
-64
/
+31
*
pkg/rpm/create-pkg.sh: fix versioning extraction
Michał Łyszczek
2021-05-13
1
-1
/
+1
*
tst/test-el-file.c: remove remaining log test file
Michał Łyszczek
2021-05-13
1
-0
/
+2
*
examples: changes names of library examples
Michał Łyszczek
2021-01-25
6
-6
/
+8
*
examples/print-tty.c: allow print-tty to specify port
Michał Łyszczek
2021-01-25
1
-4
/
+10
*
examples/print-tty.c: use termios conditionally
Michał Łyszczek
2021-01-25
1
-1
/
+16
*
examples: add missing el_cleanup() to some examples
Michał Łyszczek
2021-01-25
2
-2
/
+4
*
examples/print-options.c: fix functions prototype
Michał Łyszczek
2021-01-25
1
-3
/
+3
*
examples: add option to build examples as library
Michał Łyszczek
2021-01-25
6
-0
/
+24
*
include/Makefile.am: do not distribute generated embedlog.h
Michał Łyszczek
2021-01-24
1
-1
/
+1
*
man/el_option.3: document default options
Michał Łyszczek
2021-01-24
1
-1
/
+21
*
man/el_option.3: document EL_PRINT_NL option
Michał Łyszczek
2021-01-24
1
-0
/
+7
*
examples/print-thread-safe.c: add new example code
Michał Łyszczek
2021-01-24
2
-0
/
+28
*
tst/test-el-file.c: fix memory leak in test
Michał Łyszczek
2021-01-24
1
-0
/
+1
*
tst/Makefile.am: statically link to embedlog
Michał Łyszczek
2021-01-24
1
-1
/
+1
*
configure.ac: fix compilation error on old gcc
Michał Łyszczek
2021-01-24
1
-1
/
+19
*
retab
Michał Łyszczek
2020-10-24
30
-5778
/
+5151
*
include/embedlog.h.in: change frotate_number type to ushort
Michał Łyszczek
2020-10-22
1
-2
/
+2
*
man/el_option.3: fix invalid type in EL_FROTATE_NUMBER
Michał Łyszczek
2020-10-22
1
-1
/
+1
*
man/el_option.3: update man with new types
Michał Łyszczek
2020-10-22
1
-2
/
+2
*
src/el-options.c: change type of FROTATE_SIZE to unsigned long
Michał Łyszczek
2020-10-22
1
-8
/
+8
*
man/el_option.3: document new padded log numbers
Michał Łyszczek
2020-10-22
1
-1
/
+15
*
tst/test-el-file.c: add tests for padded logs
Michał Łyszczek
2020-10-22
1
-1
/
+88
*
src/el-file.c: add padding to rotate logs
Michał Łyszczek
2020-10-22
3
-23
/
+36
*
tst/mtest.h: update mtest to v1.3.1
Michał Łyszczek
2020-10-22
1
-123
/
+109
*
Makefile.am: do not force static linking for examples and test
Michał Łyszczek
2020-05-29
2
-5
/
+3
*
tst/test-el-file.c: don't run sync test when --disable-dev
Michał Łyszczek
2020-05-29
1
-0
/
+17
*
.gitignore: add include/embedlog.h which is generated by autoconf
Michał Łyszczek
2020-05-29
1
-0
/
+1
*
readme.md: add note about pvs-studio in readme
Michał Łyszczek
2020-05-29
1
-0
/
+2
*
pvs-analize.sh: add script to run pvs-analyzer on the code
Michał Łyszczek
2020-05-29
2
-0
/
+10
*
src/Makefile.am: add nice libtool version description
Michał Łyszczek
2020-05-29
1
-1
/
+11
*
Makefile: examples should depend on all - for libembedlog.a file
Michał Łyszczek
2020-05-29
1
-1
/
+1
*
tst: move extern file_synced from src to tst to preven undef reference
Michał Łyszczek
2020-05-29
2
-2
/
+2
*
cleanup building examples and tests
Michał Łyszczek
2020-05-29
37
-75
/
+74
*
man/el_option.3: add man for EL_FROTATE_NUMBER option
Michał Łyszczek
2020-05-29
1
-0
/
+35
*
tst: add tests for EL_FROTATE_SYMLINK config
Michał Łyszczek
2020-05-29
2
-0
/
+127
*
src/el-file.c: create symlink file to most recent log file
Michał Łyszczek
2020-05-29
4
-3
/
+64
*
configure.ac: add -Wno-unused-result when GCC is used
Michał Łyszczek
2020-05-29
3
-1
/
+137
*
src: move el_basename() from el-print.c to el-utils.c
Michał Łyszczek
2020-05-29
9
-36
/
+95
*
src/el-file.c: add note to self about ordering
Michał Łyszczek
2020-05-28
1
-0
/
+3
*
.vimrc: add basic formatting config for vim users
Michał Łyszczek
2020-05-28
1
-0
/
+12
*
fix git links after domain change
Michał Łyszczek
2019-08-22
2
-3
/
+3
*
move embedlog from kurwinet.pl to bofc.pl
Michał Łyszczek
2019-08-22
11
-60
/
+60
*
src/el-decode-number.c: fix potential loose of precision on 64bit systems
Michał Łyszczek
2019-07-29
1
-1
/
+5
*
man/el_init.3: add missing .PP and fix typo
Michał Łyszczek
2019-06-10
1
-1
/
+2
*
code in master should always have version v9999
Michał Łyszczek
2019-06-10
8
-8
/
+8
*
include/embedlog.h.in: add back EL_FILE_SYNC_* for compatibility
Michał Łyszczek
2019-06-10
1
-0
/
+2
*
src/el-file.c: don't flush when no data has been written
Michał Łyszczek
2019-06-09
2
-0
/
+34
*
src/el-private.h: add missing ']' to EL_PRE_FUNCINFO_LEN
Michał Łyszczek
2019-06-08
1
-2
/
+2
[next]