aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pkg/test.c: modify test for current embedlog apiv0.1.0-r10.1.0Michał Łyszczek2018-11-151-1/+1
* pkg/deb: add missing install filesMichał Łyszczek2018-11-152-0/+5
* tst/el-print.c: remove O_NONTHREAD flagMichał Łyszczek2018-11-151-1/+1
* autotools: add autogen.sh fileMichał Łyszczek2018-11-151-0/+10
* pkg: add scipts to create packages for various systemsMichał Łyszczek2018-11-1511-0/+498
* Added readme and missing info filesv0.1.0Michał Łyszczek2017-11-267-2/+100
* Removed not really needed autogen.shMichał Łyszczek2017-11-261-1/+0
* Fix clang warningsMichał Łyszczek2017-11-269-32/+38
* Added different test results for root userMichał Łyszczek2017-11-261-8/+51
* Changed expected errno to prevent test fail on freebsdMichał Łyszczek2017-11-261-2/+2
* Made some portability changes in automakeMichał Łyszczek2017-11-2613-19/+66
* Added custom snprintf if system doesn't provide oneMichał Łyszczek2017-11-264-31/+1039
* Made code more c89 friendlyMichał Łyszczek2017-11-267-23/+81
* change --enable-features to be enabled by defaultMichał Łyszczek2017-11-254-21/+31
* Added more test after code coverage resultsMichał Łyszczek2017-11-256-44/+263
* Some fixes after valgrind checkMichał Łyszczek2017-11-242-21/+9
* Added source coverage by testsMichał Łyszczek2017-11-245-2/+141
* Removed debug printMichał Łyszczek2017-11-241-1/+0
* Added tests for el_pmemoryMichał Łyszczek2017-11-244-1/+314
* Added tests for el_perror()Michał Łyszczek2017-11-243-1/+151
* Moved el_level_set and el_output_* to el_options to simplify codeMichał Łyszczek2017-11-2313-565/+179
* Added some tests for print moduleMichał Łyszczek2017-11-235-12/+119
* Added some more tests for file printMichał Łyszczek2017-11-233-9/+66
* Added tests for print and print to fileMichał Łyszczek2017-11-228-22/+1104
* Added tests for options and printMichał Łyszczek2017-11-2016-106/+1991
* Added printing to custom functionMichał Łyszczek2017-10-207-25/+104
* Some bug fixesMichał Łyszczek2017-10-184-70/+153
* Added man pagesMichał Łyszczek2017-10-1723-0/+1045
* Refactored log levels (now there are 8 of them instead of 4)Michał Łyszczek2017-08-253-40/+48
* Increased number of log levels from 4 to INT_MAXMichał Łyszczek2017-08-242-3/+15
* Moved level argument, so user can use 'ELD + n' syntaxMichał Łyszczek2017-08-244-40/+40
* Added cleanup functionsMichał Łyszczek2017-08-242-1/+46
* Added some additional helpful macrosMichał Łyszczek2017-08-231-27/+48
* Changed function names to be more consistentMichał Łyszczek2017-08-234-9/+9
* Changed error to warning for some options setMichał Łyszczek2017-08-151-2/+2
* Added script to test compilation for different option setMichał Łyszczek2017-08-151-0/+57
* Fixed compilation error when --enable-colors were offMichał Łyszczek2017-08-151-1/+1
* Fixed validating of some optionsMichał Łyszczek2017-08-132-5/+9
* Removed print to stderr by defaultMichał Łyszczek2017-08-131-4/+0
* Fixed not being able to set all output at onceMichał Łyszczek2017-08-131-0/+13
* removed unused fileMichał Łyszczek2017-08-131-23/+0
* renamed options to el-options to be constant with myselfMichał Łyszczek2017-08-139-9/+9
* Added possibility to remove log level from printMichał Łyszczek2017-08-133-4/+33
* Added feature to print log to fileMichał Łyszczek2017-08-137-97/+645
* Changed struct options, to struct el_optionsMichał Łyszczek2017-08-117-75/+75
* Added el_pmemory to print nice memory buffer outputMichał Łyszczek2017-07-296-14/+312
* Splitted some functions into separate filesMichał Łyszczek2017-07-298-115/+265
* Added option to print to many different places)Michał Łyszczek2017-07-264-233/+471
* Added el_print_error function (perror equivalent)Michał Łyszczek2017-07-232-13/+74
* Added some guards for --enable-FEATURESMichał Łyszczek2017-05-261-0/+10