aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * move checking for access function from stderr to fileMichał Łyszczek2018-04-141-1/+1
| * moved static current_log to el_options structMichał Łyszczek2018-04-142-21/+45
| * change EL_FNAME to more logical EL_FPATHMichał Łyszczek2018-04-148-31/+31
| * packed el_options struct to save even 28bytes on each el_options object!Michał Łyszczek2018-04-132-9/+12
| * fix: broken static analyzer (how did it even work?)Michał Łyszczek2018-04-131-1/+1
| * add: option to *NOT* print new lines with each messageMichał Łyszczek2018-04-136-16/+95
| * add: possibility to remove micro seconds from logMichał Łyszczek2018-04-126-27/+101
| * fix: tests after adding extended colorsMichał Łyszczek2018-04-051-0/+15
| * add: shortcut macros for printing with custom optionsMichał Łyszczek2018-04-052-0/+32
| * add: support for c++ folks (why would they use it anyway?)Michał Łyszczek2018-04-051-0/+7
| * add: possibility to disable not portable extended colorsMichał Łyszczek2018-04-052-1/+47
| * some consistency fixMichał Łyszczek2018-03-282-6/+6
| * add: feature to print prefix with each messageMichał Łyszczek2018-03-289-4/+209
| * updated: man for el_options and EL_FILE_SYNC_EVERYMichał Łyszczek2018-03-271-1/+24
| * fix: data loose on sudden power downMichał Łyszczek2018-03-276-4/+257
| * add: very basic syslog supportMichał Łyszczek2018-03-261-3/+3
| * silent compiler warning for unused variablesMichał Łyszczek2018-03-261-1/+2
| * small refactoring in macrosMichał Łyszczek2018-03-263-27/+27
| * fix: dont use termios on systems which dont provide oneMichał Łyszczek2018-03-262-7/+38
| * fix: make clock optional (some RTOSes dont implement it)Michał Łyszczek2018-03-265-5/+48
* | Merge branch 'nuttx-support'Michał Łyszczek2018-03-2623-23/+360
|\|
| * add: disable-out-tty to test-compilation scriptMichał Łyszczek2018-03-251-0/+1
| * fix: include el-file.h only when it is enabledMichał Łyszczek2018-03-253-6/+12
| * fix: validate input arguments in el_putsMichał Łyszczek2018-03-251-11/+5
| * fix: some compiler warningsMichał Łyszczek2018-03-252-2/+4
| * fix: translate LN to CR-LN, validate socket in arguments to tty functionsMichał Łyszczek2018-03-251-1/+11
| * add: documentation to printing to ttyMichał Łyszczek2018-03-251-2/+30
| * add: example for printing to ttyMichał Łyszczek2018-03-255-3/+69
| * add: printing to tty (/dev/ttyS0) device directlyMichał Łyszczek2018-03-2510-1/+210
| * fix: compiler warning with unused variablesMichał Łyszczek2018-03-241-0/+4
| * remove: unused variableMichał Łyszczek2018-03-241-1/+0
| * fix: use ifdef instead of if in include to silent WundefMichał Łyszczek2018-03-241-2/+2
| * add: #if for all #include "config.h"Michał Łyszczek2018-03-249-2/+20
|/
* version bumpv0.2.2Michał Łyszczek2018-02-097-7/+7
* add: test results for aix and hp-uxMichał Łyszczek2018-02-091-10/+20
* fix: don't rely on FILENAME_MAX in testsMichał Łyszczek2018-02-072-3/+3
* fix: replace intmax_t with (long) long for better compatibilityMichał Łyszczek2018-02-071-5/+11
* fix: errors on AIX platformMichał Łyszczek2018-02-073-3/+653
|\
| * fix: add back tap-driver.sh as not all autotools provides oneaix-supportMichał Łyszczek2018-02-073-2/+652
| * fix: rename AC_CONFIG_MACR_DIRS to support older autoconfMichał Łyszczek2018-02-071-1/+1
|/
* fix: wrong variable used to print short timestampMichał Łyszczek2018-02-071-1/+1
* fix: timestamp creation on some architecturesMichał Łyszczek2018-02-061-9/+13
* support for librb-3.0.0Michał Łyszczek2018-02-061-2/+1
* fix: bug in site generationv0.2.1Michał Łyszczek2018-01-291-1/+1
* add: missing readme.md file to distMichał Łyszczek2018-01-281-1/+1
* version bumpMichał Łyszczek2018-01-287-7/+7
* add: missing gen-download-page.sh to extra_distMichał Łyszczek2018-01-281-1/+1
* fix: enable analyzer only with --enable-analyzerMichał Łyszczek2018-01-272-0/+15
* add: make analyze using clang analyzerMichał Łyszczek2018-01-263-0/+15
* fix: remove tap-driver.sh from extra_distMichał Łyszczek2018-01-261-1/+1