- Nov 07, 2014
-
-
Jan Včelák authored
-
Daniel Salzman authored
-
- Nov 06, 2014
-
-
Marek Vavruša authored
Improve structure names See merge request !307
-
Daniel Salzman authored
Discarded the libknots (common-knot) library Most of the files were moved to `knot/common/` (ex `knot/other/`). Two things moved to `utils/common`, because were used only there (`hex`, `strtonum`). One file (`strlcat`) moved to `libknot/internal/`, as it was used both in server and in libknot. (Also, `strlcpy` was there already). See merge request !306
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Lubos Slovak authored
Most of the files were moved to knot/common/ (ex knot/other/). Two files moved to utils, because were used only there (hex, strtonum). One file (strlcat) moved to libknot/internal/, as it was used both in server and in libknot. (Also, strlcpy was there already).
-
Daniel Salzman authored
Moved common/ to libknot/internal/ 2nd step in separating libknot into an independent library. As we agreed, I moved all files from `common/` to `libknot/internal/`. Also some renaming was done: symbols in `libknot/internal/` should not be prefixed with `knot_` unless they are system symbol replacements. Unified the prefixing of `namedb` symbols. Fixes #305 Following: #301 See merge request !303
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
Config hostname errors Included changes: - log warnings properly - issue warning when FQDN retrieval fails for system.identity and system.nsid - cache hostname lookup refs #306 See merge request !304
-
- Nov 05, 2014
-
-
Lubos Slovak authored
-
Lubos Slovak authored
Conflicts: src/libknot/internal/namedb/namedb.h src/libknot/internal/namedb/namedb_lmdb.c src/libknot/internal/namedb/namedb_trie.c
-
Jan Včelák authored
closes #300
-
Jan Včelák authored
-
Jan Včelák authored
-
Lubos Slovak authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Lubos Slovak authored
Symbols in libknot/internal/ should not have knot_ prefix unless they are a replacement for a system function.
-
Daniel Salzman authored
Namedb iter seek This merge request extends the namedb api for following operations: - `clear()` which equals to deletion of all entries in the database - `iter_seek()` which returns an iterator to given key (or first, last, leq, geq) - this is not supported in the trie yet, but it works for lmdb backend The unittests are extended to cover these operations. See merge request !302
-
Lubos Slovak authored
-
Lubos Slovak authored
-
- Nov 04, 2014
-
-
Lubos Slovak authored
Conflicts: Knot.files src/libknot/internal/hhash.c
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Lubos Slovak authored
Some RCODEs other than NOERROR may result in DNSSEC processing, e.g. NXDOMAIN.
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-