index
:
knot
master
knot
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libknot
/
dname.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libknot: add knot_dname_with_null()
Daniel Salzman
2024-11-15
1
-0
/
+11
*
dname: require pkt context in functions where appropriate
Daniel Salzman
2024-01-19
1
-9
/
+7
*
wire: rework dname label traversing functions
Daniel Salzman
2024-01-19
1
-10
/
+10
*
dname: add knot_dname_copy_lower()
Daniel Salzman
2022-01-10
1
-1
/
+20
*
spelling
Josh Soref
2021-11-24
1
-1
/
+1
*
dname: optimize knot_dname_lf() by combination of memset and direct asignment...
Daniel Salzman
2021-05-20
1
-17
/
+16
*
dname: optimize knot_dname_lf() for many short labels
Libor Peltan
2021-05-20
1
-15
/
+17
*
implemented dnssec validation of updates
Libor Peltan
2020-08-03
1
-7
/
+33
*
use https://www.gnu.org instead of http://www.gnu.org
Daniel Kahn Gillmor
2018-08-29
1
-1
/
+1
*
knot_dname_in_bailiwick(): new API
Vladimír Čunát
2018-08-01
1
-38
/
+19
*
rrset-wire: replace knot_dname_parse with simplified implementation
Daniel Salzman
2018-06-11
1
-36
/
+0
*
dname: fix possible memory leaks in knot_dname_to_str
Daniel Salzman
2018-04-30
1
-12
/
+15
*
dname: fix knot_dname_to_str memory overflow
Daniel Salzman
2018-04-23
1
-0
/
+7
*
dname: simplify dname_storage_t usage to mute Coverity
Daniel Salzman
2018-04-23
1
-10
/
+10
*
libknot/dname: don't sanitize input pointer in knot_dname_free
Daniel Salzman
2018-02-05
1
-4
/
+3
*
libknot/compr: simplify label comparison
Daniel Salzman
2018-01-25
1
-22
/
+0
*
libknot/dname: code cleanup
Daniel Salzman
2018-01-25
1
-85
/
+84
*
libknot/dname: revise letter-case comparison
Daniel Salzman
2018-01-25
1
-7
/
+12
*
libknot/dname: optimize knot_dname_lf
Daniel Salzman
2018-01-25
1
-39
/
+30
*
dname: change int to size_t return type where reasonable
Daniel Salzman
2018-01-10
1
-72
/
+87
*
dname: include cleanup
Daniel Salzman
2017-12-31
1
-2
/
+1
*
dname: remove old separators
Daniel Salzman
2017-12-31
1
-29
/
+0
*
Switch to locale-independent ctype functions
Daniel Salzman
2017-09-25
1
-6
/
+6
*
libknot/packet: compression algorithm improved
Mark Karpilovskij
2017-08-03
1
-2
/
+27
*
libknot: Improved dname lookup format conversion
Mark Karpilovskij
2017-07-21
1
-21
/
+24
*
libknot/dname: remove unused knot_dname_cmp_wire
Daniel Salzman
2017-02-20
1
-15
/
+11
*
libknot/dname: simplify knot_tolower
Daniel Salzman
2017-02-20
1
-3
/
+4
*
libknot/dname: knot_dname_lf cleanup + lowercase dname only from wire
Daniel Salzman
2017-02-20
1
-12
/
+12
*
trivial spelling fixes, as found by misspell_fixer
klemens
2016-05-02
1
-3
/
+3
*
dname: replace free with mm_free where it belongs
Dominik Taborsky
2016-02-22
1
-2
/
+2
*
contrib: move hhash and hat-trie from internal, divide mempattern into mm_ctx...
Daniel Salzman
2015-12-10
1
-5
/
+5
*
contrib: move macros from internal, extract attributes to libknot/attribute.h
Daniel Salzman
2015-12-10
1
-1
/
+1
*
contrib: move utils as lookup and wire
Daniel Salzman
2015-12-07
1
-1
/
+0
*
libknot: move consts from internal, rename const to codes
Daniel Salzman
2015-12-04
1
-1
/
+1
*
contrib: move print and tolower from internal
Daniel Salzman
2015-12-04
1
-1
/
+1
*
fix coding style
Jan Vcelak
2015-11-24
1
-1
/
+1
*
dname: don't add zero label size in knot_dname_prefix
Daniel Salzman
2015-10-21
1
-7
/
+7
*
move logging from libknot to server
Jan Vcelak
2014-11-14
1
-1
/
+0
*
libknot: sort includes
Daniel Salzman
2014-11-06
1
-8
/
+6
*
Merge branch 'master' into public-libs-common
Lubos Slovak
2014-10-30
1
-11
/
+15
|
\
|
*
libknot: move common.h to common/macros.h
Daniel Salzman
2014-10-24
1
-1
/
+1
|
*
libknot: replace inclusion of libknot/common with libknot/errcode
Daniel Salzman
2014-10-24
1
-0
/
+1
|
*
libknot: remove uint typedef
Jan Vcelak
2014-10-24
1
-2
/
+2
|
*
public-libs: Removed prefix from mempattern.
Lubos Slovak
2014-10-22
1
-7
/
+7
|
*
Merge branch 'master' into public-libs
Lubos Slovak
2014-10-20
1
-1
/
+4
|
|
\
|
|
*
lowercase: dname lookup format in lowercase.
Lubos Slovak
2014-10-01
1
-0
/
+3
|
|
*
lowercase: Unified to one function + type check.
Lubos Slovak
2014-09-30
1
-1
/
+1
*
|
|
public-libs: Moved libknot/util/* to libknot/internal
Lubos Slovak
2014-10-16
1
-2
/
+2
*
|
|
public-libs: Moved common/ to libknot/internal/
Lubos Slovak
2014-10-16
1
-2
/
+2
|
/
/
*
|
public-libs: Removed private function prefixes.
Lubos Slovak
2014-10-16
1
-4
/
+4
[next]