summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update component version to 0.1.3 for releaseHEADrelease/0.1.3masterVincent Sanders2020-05-241-1/+1
|
* Infra: Prevent scan-build considering the lexer for nowDaniel Silverstone2020-02-231-3/+9
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* TEST: Ensure we use __func__ for function name checkingDaniel Silverstone2020-02-211-7/+7
| | | | | | | | In order to cope when Check 0.13 changes the test function name in the `START_TEST()` macro, we need to use __func__ rather than open-coding the expected function names. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* nslog: Add nslog_short_level_name() for use in renderersDaniel Silverstone2019-08-022-0/+33
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Update component version for releaserelease/0.1.2Vincent Sanders2018-08-281-1/+1
|
* Another thing to shush openbsdDaniel Silverstone2018-08-261-1/+1
|
* Hopefully shut openbsd up a bitDaniel Silverstone2018-08-261-5/+4
|
* update componet version for releaserelease/0.1.1Vincent Sanders2018-08-211-1/+1
|
* Silence compiler warningJohn-Mark Bell2018-01-201-0/+2
|
* Prepare for 0.1.0 releaserelease/0.1.0Vincent Sanders2017-10-122-1/+4
|
* Clean up some leaks in the test suiteDaniel Silverstone2017-09-101-0/+14
|
* Add cleanup to nslogDaniel Silverstone2017-09-103-3/+36
|
* Change category linking to be cleanerDaniel Silverstone2017-09-101-2/+4
|
* Don't stomp on 'ctx' in logging macroDaniel Silverstone2017-08-311-2/+2
|
* Run doxygen -u to remove warnings...Daniel Silverstone2017-08-121-921/+1569
|
* A commented example for the docsDaniel Silverstone2017-08-112-0/+205
|
* Add a main document for libnslogDaniel Silverstone2017-08-032-1/+163
|
* Documentation in the headerDaniel Silverstone2017-07-223-19/+353
|
* simple doxyfile, maybe awfulDaniel Silverstone2017-06-111-0/+1792
|
* Use YYLTYPE not FILTER_LTYPE in filter_error()Daniel Silverstone2017-06-111-1/+1
|
* Get rid of bison warningDaniel Silverstone2017-06-111-0/+1
|
* Filter testsDaniel Silverstone2017-06-111-0/+266
|
* Don't let patterns consume : | & ^ or !Daniel Silverstone2017-06-111-1/+1
|
* Add some tests to increase core.c cover to 100%Daniel Silverstone2017-06-111-0/+52
|
* Fix up some parser snafu for release modeDaniel Silverstone2017-06-113-12/+43
|
* Subcategory testsDaniel Silverstone2017-06-111-0/+63
|
* tweak READMEDaniel Silverstone2017-06-111-10/+13
|
* Remove redundant parse testDaniel Silverstone2017-06-112-26/+1
|
* Simple parser for filter syntaxDaniel Silverstone2017-06-118-8/+468
|
* Remove assert stuff, we don't need it, add more testDaniel Silverstone2017-06-112-36/+36
|
* Switch to a check based test suite, start fixing bugsDaniel Silverstone2017-06-119-95/+305
|
* Another step toward filters workingDaniel Silverstone2017-06-1110-46/+488
|
* Rework to only allocate one thing in the corked state and nothing in the ↵Daniel Silverstone2017-06-103-71/+96
| | | | uncorked state
* Initial versionDaniel Silverstone2017-06-1011-0/+435