summaryrefslogtreecommitdiffstats
path: root/coverity_model.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-06dnssec: add keyusage + removing retired dnssec keysFilip Široký8-0/+521
2017-01-05journal: take care of alignmentLibor Peltan1-25/+34
2017-01-05journal: minor fixes of static-analyze reportsLibor Peltan2-12/+29
2017-01-05wire: don't use misaligned pointersVladimír Čunát1-6/+15
2017-01-04Coding styleDaniel Salzman7-54/+55
2017-01-04Adapt to the new afl to use __AFL_LOOPOndřej Surý4-11/+21
2017-01-04wire_ctx: refactor to reduce duplication and UBVladimír Čunát3-183/+56
2017-01-04knotd: fix memory leak if ctl socket bind failsDaniel Salzman1-14/+18
2017-01-04journal: int to boolDaniel Salzman3-51/+58
2017-01-04journal: allow DB path reconfigure if not open yetLibor Peltan1-0/+34
2017-01-04journal: serialization able to chunk split even rrset, just rdata needs to be...Libor Peltan2-110/+133
2017-01-04tests: cleanupDaniel Salzman3-49/+47
2017-01-04journal: large code cleanup; identifiers renamed etcLibor Peltan5-173/+192
2017-01-04journal: serialization refactored; old_journal-related serialization movedDaniel Salzman4-308/+159
2017-01-04journal: added unused 4bytes to DB headers for future useLibor Peltan1-5/+22
2017-01-04journal: added obsolete journal import; definitive configuration for journalLibor Peltan12-81/+683
2017-01-04doc: update to track journal_lmdb refactoringLibor Peltan5-36/+131
2017-01-04kjournalprint parametersDaniel Salzman2-35/+33
2017-01-04Kjournalprint: added option to list zones in journal DBLibor Peltan3-7/+64
2017-01-04Kjournalprint utility adaptation to new journalLibor Peltan2-26/+41
2017-01-04journal: mostly coding-style fixes, not squashable; version metadata becomes ...Libor Peltan2-26/+43
2017-01-04journal: unit test: valgrind (not squashable)Libor Peltan1-40/+69
2017-01-04journal: added max-journal-usage and max-journal-depth conf parametersLibor Peltan5-33/+124
2017-01-04journal_lmdb: performance loading many zonesLibor Peltan1-1/+11
2017-01-04Journal: re-implemented completely, LMDB, all zones in one dbLibor Peltan37-2122/+3447
2017-01-04Revert "namedb/lmdb: make sure the freelist can always hold db tree index"Libor Peltan1-19/+0
2017-01-04doc: updated year in pre-built man templatesLibor Peltan11-11/+11
2017-01-03stats: replace obsolete __sync_* functions with __atomic_* onesDaniel Salzman1-6/+6
2016-12-29modules: fix memory leaks if load failsDaniel Salzman2-7/+15
2016-12-29mod-rrl: get the zone cut from either the signer name, soa owner name or ns o...Matthijs Mekking1-0/+49
2016-12-29mod-rrl: apply window size for new bucketsJan Vcelak1-1/+2
2016-12-29mod-dnstap: skip empty packetDaniel Salzman1-0/+5
2016-12-29query_module: simplify module interfaceDaniel Salzman21-63/+60
2016-12-29modules: unify parameter checks and module unload callbacksDaniel Salzman15-163/+69
2016-12-29nameserver: move zone QPLAN_BEGIN an QPLAN_END processing into process_query_outDaniel Salzman3-57/+54
2016-12-29module: make a mod-rrl module from query_processing rrl codeDaniel Salzman31-393/+972
2016-12-29doc: add statistics facilityFilip Siroky7-0/+601
2016-12-29python: add Makefile to distribute the scriptsDaniel Salzman4-1/+9