]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
cache.clear(name), cache.get(name): review
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 23 Jul 2018 14:46:33 +0000 (16:46 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 17 Aug 2018 13:58:47 +0000 (15:58 +0200)
commita1fa7d828aec4069ed3778d99896c5aab81f3fb1
tree4a4019c735271dd2a87c6089939f967625e84878
parentf5b29467ef23800d3f063bd56d5c357eb4ff888a
cache.clear(name), cache.get(name): review

- fix some edge cases and nitpicks
- static storage -> stack (for temporaries of a few kilobytes)
- sync docs, including caveats of the implementation
NEWS
daemon/README.rst
daemon/bindings.c
lib/cache/api.c
lib/cache/api.h
lib/cache/cdb_lmdb.c
lib/cache/impl.h