Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cc0a592
NFC: rename records dbi to rdbi
Habbie Nov 11, 2025
d6b1358
add comments dbi
Habbie Nov 11, 2025
c98acf0
expose pdns_bswap64 to LMDBLS consumers
Habbie Nov 11, 2025
3426de9
implement functional but slightly wrong feedComment
Habbie Nov 11, 2025
719f806
new command: pdnsutil comment add
Habbie Nov 13, 2025
cd960d8
expand serializeComment, simplify feedComment
Habbie Nov 13, 2025
a584a89
append hash to key
Habbie Nov 13, 2025
f957e77
new command: pdnsutil comment list
Habbie Nov 13, 2025
394b4af
lmdb listComments
Habbie Nov 13, 2025
cb1f64b
init bool
Habbie Nov 14, 2025
1bff585
set lookupstate key/val early; fix comment deserial
Habbie Nov 14, 2025
1604007
allow this one api test to already notice comments somewhat working i…
Habbie Nov 14, 2025
12fd778
format
Habbie Nov 14, 2025
09918ac
implement replaceRecords minus the delete step
Habbie Nov 14, 2025
a3e0d81
test: actually have something to delete
Habbie Nov 14, 2025
2ec12c4
enable comment tests for lmdb, except for search
Habbie Nov 14, 2025
07a0faf
format
Habbie Nov 14, 2025
367df99
replaceComments: first delete comments
Habbie Nov 17, 2025
229a304
switch val encoding to protobuf
Habbie Nov 18, 2025
ec13300
skip pre-protobuf serialised comments
Habbie Nov 19, 2025
284197e
explicit field numbers. not sure this is an improvement
Habbie Nov 20, 2025
4998881
fix autotools build?
Habbie Nov 20, 2025
6cd1308
format
Habbie Nov 20, 2025
f6cb113
comment search
Habbie Nov 20, 2025
460149c
nolint
Habbie Nov 20, 2025
8af286b
nits
Habbie Nov 25, 2025
4df2c5a
Revert "expose pdns_bswap64 to LMDBLS consumers"
Habbie Nov 25, 2025
f959906
nolint
Habbie Nov 25, 2025
7273a0e
expand comment
Habbie Nov 25, 2025
ec88991
drop dead code and old comment
Habbie Nov 25, 2025
0dcac1c
const is almost as cool as string_view
Habbie Nov 25, 2025
175753e
actually declare comments support capability
Habbie Nov 25, 2025
ba2d37b
check if name is in zone
Habbie Nov 25, 2025
d976bd3
throw DBException when we encounter bad comment data
Habbie Mar 6, 2026
b57cce8
fix quote and space
Habbie Mar 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/lmdbbackend/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AM_CPPFLAGS += $(LMDB_CFLAGS) $(LIBCRYPTO_INCLUDES)
AM_CPPFLAGS += $(LMDB_CFLAGS) $(LIBCRYPTO_INCLUDES) -I$(top_srcdir)/ext/protozero/include


pkglib_LTLIBRARIES = liblmdbbackend.la

Expand Down
Loading
Loading