summaryrefslogtreecommitdiffstats
path: root/src/libknot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Proper rightmost node fetch in zone tree.Marek Vavrusa2013-06-041-3/+9
* Use unsigned bytearray for dname lookup format.Marek Vavrusa2013-06-031-16/+18
* Return rightmost node when searching for node before leftmost.Marek Vavrusa2013-06-031-1/+3
* zscanner: add support for ILNP recordsDaniel Salzman2013-05-291-0/+62
* Use config.h in the same way for same experience in all sources.Ondřej Surý2013-05-2926-4/+56
* dbg: fix some clang warningsDaniel Salzman2013-05-282-7/+5
* fix some warnings caused by '-pedantic' compiler flagJan Vcelak2013-05-271-2/+2
* fix comments and indenting in my code according to coding styleJan Vcelak2013-05-2710-118/+182
* Promote good matches in compr. table even if no new name is inserted.Marek Vavrusa2013-05-271-7/+7
* Do not store names that are already fully covered in compr.tbl.Marek Vavrusa2013-05-271-2/+3
* implement server identification using TXT/CHJan Vcelak2013-05-244-4/+202
* kdig: change default RRSIG expiration as YYYYMMDDHHmmSSDaniel Salzman2013-05-232-5/+11
* Removed unused dname functions.Jan Kadlec2013-05-232-42/+0
* nameserver: fix BSD compile warning (const discarding)Daniel Salzman2013-05-221-6/+5
* libknot: fix Debian 32 compile warnings (bad printf type)Daniel Salzman2013-05-222-3/+4
* Reeanbled removing of empty RRSets from nodes in ddns.cJan Kadlec2013-05-171-27/+27
* Print warning when there is orphan RRSIG after transfer.Jan Kadlec2013-05-161-58/+14
* Adding orphan RRSIGs to zone after update.Jan Kadlec2013-05-161-0/+58
* Check if partial match doesn't exceed maximum offset boundary.Marek Vavrusa2013-05-161-1/+1
* Do not compress root labels.Marek Vavrusa2013-05-161-1/+9
* packet: remove old compression structure and constantsDaniel Salzman2013-05-161-28/+0
* Added better warning message.Jan Kadlec2013-05-141-2/+10
* packet: fix memset boundary in packet creationDaniel Salzman2013-05-141-1/+1
* rrset: fix empty rrset to wire writting + remove useless assertsDaniel Salzman2013-05-141-28/+8
* rrset-dump: add support of blank rrset dumpingDaniel Salzman2013-05-141-0/+18
* Fixed bug in DDNS - removing non-existent RRs.Jan Kadlec2013-05-141-1/+5
* rrset: fix empty rrset write to wireDaniel Salzman2013-05-131-62/+44
* rrset: remove redundant MAX WIRE PTR constantDaniel Salzman2013-05-131-8/+6
* Convert empty RRSets to wire.Jan Kadlec2013-05-131-14/+49
* response: clean up compression codeDaniel Salzman2013-05-112-60/+26
* wire: refactor dname pointer operationsDaniel Salzman2013-05-111-16/+14
* Do not insert compression offsets exceeding maximum (16383).Marek Vavrusa2013-05-111-0/+7
* Fixed broken debug build.Marek Vavrusa2013-05-101-2/+0
* dname: reduce dname_t size via direct implementation of reference countingDaniel Salzman2013-05-102-43/+15
* Removed weird owner_tmp and deprecated compr_cs parameters.Marek Vavrusa2013-05-106-91/+63
* Simplified and cleaned up label compression.Marek Vavrusa2013-05-106-443/+124
* UDP answering converted to mempool memory allocator.Marek Vavrusa2013-05-103-8/+27
* doxygen: fix some warningsDaniel Salzman2013-05-092-2/+2
* debug: fix debug compile warning (bad type)Daniel Salzman2013-05-091-1/+1
* Better knot_zonedb_find_zone_for_name() implementation.Marek Vavrusa2013-05-021-20/+21
* globally remove pointless null test before free()Jan Vcelak2013-05-016-50/+28
* SIG(0): fix invalid read when freeing RRsetJan Vcelak2013-04-302-3/+3
* rrset: fix some invalid commentsJan Vcelak2013-04-301-3/+3
* dnssec: fix Ubuntu compile warning (missing const)Daniel Salzman2013-04-291-1/+1
* common: improve base64/32hex interface and error codesDaniel Salzman2013-04-291-2/+3
* DNSSEC: separate private key structure from signing contextJan Vcelak2013-04-293-94/+179
* bugsquash: Proper handling of NSEC3 zones without NSEC3PARAMJan Kadlec2013-04-263-2/+9
* bugsquash: Fixed wrong compression offset.Jan Kadlec2013-04-261-4/+19
* global whitespace cleanupJan Vcelak2013-04-2633-1363/+1352
* kdig: add -b option support + fix key_params manipulationDaniel Salzman2013-04-232-1/+82