summaryrefslogtreecommitdiffstats
path: root/src/knot.service (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-04Remove empty Bugfixes section from NEWS (fixes #16)Ondřej Surý1-3/+0
2013-06-04Set return code to 0 on proper --helpOndřej Surý1-0/+3
2013-06-04Refactor main() to use goto exit; and set return code to 0 on proper --helpOndřej Surý1-20/+14
2013-06-04Make NEWS version match the autoconf.ac version stringOndřej Surý1-1/+3
2013-06-04Switch to gnits (GNU nitpickers) automake modeOndřej Surý4-374/+411
2013-06-04Make make silent with AM_SILENT_RULES([yes])Ondřej Surý1-0/+1
2013-06-04Enable dist-bzip2 in addition to gz and xz formats.Ondřej Surý1-1/+1
2013-06-04Proper rightmost node fetch in zone tree.Marek Vavrusa1-3/+9
2013-06-03Use unsigned bytearray for dname lookup format.Marek Vavrusa1-16/+18
2013-06-03Return rightmost node when searching for node before leftmost.Marek Vavrusa1-1/+3
2013-06-03Revert to anychar in hat tries.Marek Vavrusa1-1/+1
2013-06-01Lowered recvmmsg queuelen excessive memory usage.Marek Vavrusa2-2/+2
2013-05-31git: add generated test zones and script to .gitignoreDaniel Salzman1-0/+4
2013-05-31zscanner: update scanner.c (changed by autoconf improvements)Daniel Salzman1-365/+365
2013-05-31zscanner-test: improve test scriptDaniel Salzman3-25/+27
2013-05-31Create unittests_xfr on make check, but don't run itOndřej Surý1-4/+2
2013-05-29Use AM_CONDITIONAL(HAVE_RAGEL, ...) to rebuild ragel parser only if ragel is ...Ondřej Surý2-7/+13
2013-05-29RELNOTES: add new features for 1.3Jan Vcelak1-0/+18
2013-05-29zone: remove old function declarationDaniel Salzman1-11/+0
2013-05-29journal: remove redundant magic stringDaniel Salzman2-6/+3
2013-05-29Free all event nodes at once on exit.Marek Vavrusa1-5/+6
2013-05-29Modernize autotools usage and split unittests into separate TESTS targetOndřej Surý11-149/+256
2013-05-29Update .gitignore to precisely match generated filesOndřej Surý1-43/+61
2013-05-29README and COPYING import for hat tries.Marek Vavrusa2-0/+50
2013-05-29zscanner: fix bad EUI separator warningDaniel Salzman7-604/+627
2013-05-29zscanner-test: fix some tests on too long hex rdataDaniel Salzman10-11/+11
2013-05-29zscanner: add support for ILNP recordsDaniel Salzman17-3983/+4669
2013-05-29Add #include <config.h> to flex/bison sourcesOndřej Surý2-0/+32
2013-05-29Use config.h in the same way for same experience in all sources.Ondřej Surý109-29/+157
2013-05-28dbg: fix some clang warningsDaniel Salzman3-9/+5
2013-05-28unittests: add zscanner unittests data to EXTRA_DISTDaniel Salzman135-5/+7
2013-05-27Add uninstall-local hook to remove installed example configurationOndřej Surý1-0/+6
2013-05-27Fix make distcheck (up until uninstall check)Ondřej Surý6-23/+38
2013-05-27fix some warnings caused by '-pedantic' compiler flagJan Vcelak2-3/+3
2013-05-27Remove redundant semicolons after function definitionsDaniel Salzman1-2/+2
2013-05-27configure: test support of -fpredictive-commoning with -WerrorJan Vcelak1-1/+1
2013-05-27autoconf: use compiler flag test macro from GNU Autoconf ArchiveJan Vcelak4-85/+79
2013-05-27Fix dereferencing xfr before NULL check in dbg_xfrOndřej Surý1-2/+2
2013-05-27doc: update documentation for server identification using TXT/CHJan Vcelak2-8/+34
2013-05-27fix comments and indenting in my code according to coding styleJan Vcelak12-120/+210
2013-05-27Promote good matches in compr. table even if no new name is inserted.Marek Vavrusa1-7/+7
2013-05-27Do not store names that are already fully covered in compr.tbl.Marek Vavrusa1-2/+3
2013-05-27configure: fix autoreconf warning if AM_PROG_AR isn't availableDaniel Salzman1-2/+1
2013-05-24zone-load: add missing memory clean in case of sem-check errorDaniel Salzman1-7/+5
2013-05-24implement server identification using TXT/CHJan Vcelak7-47/+241
2013-05-23knotc flush was broken without parameters, added an empty RRMarek Vavrusa1-11/+15
2013-05-23kdig: change default RRSIG expiration as YYYYMMDDHHmmSSDaniel Salzman5-8/+18
2013-05-23kdig: fix OPT printing if not last additional recordDaniel Salzman1-10/+9
2013-05-23fix incorrect number of CHAOS RR classJan Vcelak1-1/+1
2013-05-23Convert TSIG key names to lowercase.Jan Kadlec1-0/+1