aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add: search lm library for mathsolaris-build-fixMichał Łyszczek2018-04-231-0/+2
* fix; tests some systems dont support echo -n flagMichał Łyszczek2018-04-231-26/+26
* update readmeMichał Łyszczek2018-04-231-0/+4
* fix: compilation error when using portable snprintfMichał Łyszczek2018-04-231-1/+1
* Merge branch 'nuttx-support'Michał Łyszczek2018-04-2344-553/+3843
|\
| * fix: baudrate for tty example - some systems dont like such high speednuttx-supportMichał Łyszczek2018-04-221-1/+1
| * add config.h to pbinary testMichał Łyszczek2018-04-221-0/+2
| * support automatic reopening of files when frotate is enabledMichał Łyszczek2018-04-222-59/+347
| * don't fail every el_print to file after open() failedMichał Łyszczek2018-04-222-17/+75
| * fix compilation warningsMichał Łyszczek2018-04-212-9/+1
| * fix: embedlog forever fails after writing to non-existing dirMichał Łyszczek2018-04-213-0/+72
| * fix compilation warningsMichał Łyszczek2018-04-206-13/+17
| * change some ifdef to simple ifMichał Łyszczek2018-04-201-5/+5
| * fix: clang analyzer warningMichał Łyszczek2018-04-201-8/+5
| * add: don't *ever* modify in el_perror functions famillyMichał Łyszczek2018-04-192-0/+11
| * fix: broken distcheck after file cleanupMichał Łyszczek2018-04-181-4/+1
| * fix failing test when --disable-timestamp was setMichał Łyszczek2018-04-181-2/+2
| * add new options to test-compilation scriptMichał Łyszczek2018-04-181-1/+5
| * add option to disable fractions of seconds in compile timeMichał Łyszczek2018-04-1815-96/+407
| * add: logging of binary dataMichał Łyszczek2018-04-1731-336/+1703
| * add missing checks for fync and fileno in configureMichał Łyszczek2018-04-161-2/+1
| * add possibility to always sync do disc chosen log levelsMichał Łyszczek2018-04-159-5/+254
| * limited log levels to 8 to save memoryMichał Łyszczek2018-04-156-34/+23
| * add use of stat to check if file existsMichał Łyszczek2018-04-141-3/+28
| * add: alternative algorithm for finding rotate fileMichał Łyszczek2018-04-142-2/+91
| * 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