summaryrefslogtreecommitdiffstats
path: root/src/libknot/dname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libknot: add knot_dname_with_null()Daniel Salzman2024-11-151-0/+11
* dname: require pkt context in functions where appropriateDaniel Salzman2024-01-191-9/+7
* wire: rework dname label traversing functionsDaniel Salzman2024-01-191-10/+10
* dname: add knot_dname_copy_lower()Daniel Salzman2022-01-101-1/+20
* spellingJosh Soref2021-11-241-1/+1
* dname: optimize knot_dname_lf() by combination of memset and direct asignment...Daniel Salzman2021-05-201-17/+16
* dname: optimize knot_dname_lf() for many short labelsLibor Peltan2021-05-201-15/+17
* implemented dnssec validation of updatesLibor Peltan2020-08-031-7/+33
* use https://www.gnu.org instead of http://www.gnu.orgDaniel Kahn Gillmor2018-08-291-1/+1
* knot_dname_in_bailiwick(): new APIVladimír Čunát2018-08-011-38/+19
* rrset-wire: replace knot_dname_parse with simplified implementationDaniel Salzman2018-06-111-36/+0
* dname: fix possible memory leaks in knot_dname_to_strDaniel Salzman2018-04-301-12/+15
* dname: fix knot_dname_to_str memory overflowDaniel Salzman2018-04-231-0/+7
* dname: simplify dname_storage_t usage to mute CoverityDaniel Salzman2018-04-231-10/+10
* libknot/dname: don't sanitize input pointer in knot_dname_freeDaniel Salzman2018-02-051-4/+3
* libknot/compr: simplify label comparisonDaniel Salzman2018-01-251-22/+0
* libknot/dname: code cleanupDaniel Salzman2018-01-251-85/+84
* libknot/dname: revise letter-case comparisonDaniel Salzman2018-01-251-7/+12
* libknot/dname: optimize knot_dname_lfDaniel Salzman2018-01-251-39/+30
* dname: change int to size_t return type where reasonableDaniel Salzman2018-01-101-72/+87
* dname: include cleanupDaniel Salzman2017-12-311-2/+1
* dname: remove old separatorsDaniel Salzman2017-12-311-29/+0
* Switch to locale-independent ctype functionsDaniel Salzman2017-09-251-6/+6
* libknot/packet: compression algorithm improvedMark Karpilovskij2017-08-031-2/+27
* libknot: Improved dname lookup format conversionMark Karpilovskij2017-07-211-21/+24
* libknot/dname: remove unused knot_dname_cmp_wireDaniel Salzman2017-02-201-15/+11
* libknot/dname: simplify knot_tolowerDaniel Salzman2017-02-201-3/+4
* libknot/dname: knot_dname_lf cleanup + lowercase dname only from wireDaniel Salzman2017-02-201-12/+12
* trivial spelling fixes, as found by misspell_fixerklemens2016-05-021-3/+3
* dname: replace free with mm_free where it belongsDominik Taborsky2016-02-221-2/+2
* contrib: move hhash and hat-trie from internal, divide mempattern into mm_ctx...Daniel Salzman2015-12-101-5/+5
* contrib: move macros from internal, extract attributes to libknot/attribute.hDaniel Salzman2015-12-101-1/+1
* contrib: move utils as lookup and wireDaniel Salzman2015-12-071-1/+0
* libknot: move consts from internal, rename const to codesDaniel Salzman2015-12-041-1/+1
* contrib: move print and tolower from internalDaniel Salzman2015-12-041-1/+1
* fix coding styleJan Vcelak2015-11-241-1/+1
* dname: don't add zero label size in knot_dname_prefixDaniel Salzman2015-10-211-7/+7
* move logging from libknot to serverJan Vcelak2014-11-141-1/+0
* libknot: sort includesDaniel Salzman2014-11-061-8/+6
* Merge branch 'master' into public-libs-commonLubos Slovak2014-10-301-11/+15
|\
| * libknot: move common.h to common/macros.hDaniel Salzman2014-10-241-1/+1
| * libknot: replace inclusion of libknot/common with libknot/errcodeDaniel Salzman2014-10-241-0/+1
| * libknot: remove uint typedefJan Vcelak2014-10-241-2/+2
| * public-libs: Removed prefix from mempattern.Lubos Slovak2014-10-221-7/+7
| * Merge branch 'master' into public-libsLubos Slovak2014-10-201-1/+4
| |\
| | * lowercase: dname lookup format in lowercase.Lubos Slovak2014-10-011-0/+3
| | * lowercase: Unified to one function + type check.Lubos Slovak2014-09-301-1/+1
* | | public-libs: Moved libknot/util/* to libknot/internalLubos Slovak2014-10-161-2/+2
* | | public-libs: Moved common/ to libknot/internal/Lubos Slovak2014-10-161-2/+2
|/ /
* | public-libs: Removed private function prefixes.Lubos Slovak2014-10-161-4/+4