]> git.ipfire.org Git - thirdparty/knot-resolver.git/shortlog
thirdparty/knot-resolver.git
2015-05-07  Marek Vavrušadaemon/lua: syntactic sugar for ‘net’
2015-05-07  Marek Vavrušadaemon/bindings: syntactic sugar for cache
2015-05-07  Marek Vavrušabuild: fixed build rule for modules
2015-05-07  Marek Vavrušamodules/ketcd: added polling
2015-05-07  Marek Vavrušabuild: Lua modules with multiple source files
2015-05-07  Marek Vavrušadaemon/ffimodule: support for main thread/coroutine
2015-05-07  Marek Vavrušamodules/ketcd: Etcd module
2015-05-07  Marek Vavrušadaemon/bindings: report errors in events
2015-05-07  Marek Vavrušadaemon/ffimodule: support for Lua modules (including...
2015-05-07  Marek Vavrušabuild: modules/lua, added clean rule
2015-05-06  Marek Vavrušadaemon/engine: support for Lua modules, stub etcd module
2015-05-06  Marek Vavrušalib/modules: layer() api now accept module name
2015-05-06  Marek Vavrušadaemon/bindings: cleanup in formatting
2015-05-05  Marek Vavrušabuild: slack integration
2015-05-05  Marek Vavrušalib: write debug to stdout (buffered)
2015-05-05  Marek Vavrušadaemon/io: fixed corrupted handles with exhausted TCP...
2015-05-05  Marek Vavrušalib/resolve: fixed nested NS dependency chains
2015-05-05  Marek Vavrušalib/resolve: response marked as resolved too early
2015-05-04  Marek Vavrušabuild: experimental slack integration
2015-05-03  Marek VavrušaMerge branch 'cache-backends'
2015-05-03  Marek Vavrušadoc: updated documentation for cache backends
2015-05-03  Marek Vavrušadaemon: added cache.backends() binding
2015-05-03  Marek Vavrušalib/rrcache: renamed itercache to rrcache
2015-05-03  Marek Vavrušalib/pktcache: packet cache (used for caching negative...
2015-05-03  Marek Vavrušalib/resolve: produce() layers can generate answer,...
2015-05-03  Marek Vavrušalib/iterate: accept other in-bailiwick data to answer
2015-05-03  Marek Vavrušalib/resolve: correct edns0 handling for clients
2015-05-03  Marek Vavrušalib/resolve: increased buflen to accomodate edns0/dnssec
2015-05-02  Marek Vavrušadaemon/engine: extensible registry of cache backends
2015-05-02  Marek Vavrušalib/cache: open with generic storage options
2015-05-02  Marek Vavrušalib/cache: relaxed API to allow other assets than RR
2015-05-02  Marek VavrušaMerge branch 'fix-edns0-badimpl'
2015-05-02  Marek Vavrušadaemon/worker: close all handles in worker, pass throug...
2015-05-02  Marek Vavrušalib: revert to rfc1035 basic dns query on bad reply
2015-04-30  Marek Vavrušalib: removed unused headers
2015-04-29  Marek Vavrušadaemon/engine: missing prefix
2015-04-29  Marek Vavrušadaemon/engine: use MODULEDIR for Lua includes
2015-04-29  Marek VavrušaMerge branch 'events'
2015-04-29  Marek Vavrušadaemon/binding: cleanup
2015-04-29  Marek Vavrušadaemon/lua: time constants in env
2015-04-29  Marek Vavrušadaemon/bindings: introduced 'event' package for timers
2015-04-29  Marek Vavrušadaemon/engine: check for bad upvalues in module trampoline
2015-04-28  Marek VavrušaMerge branch 'contrib-csprng'
2015-04-28  Marek Vavrušacontrib: created 'contrib' directory with ccan/isaac...
2015-04-28  Marek VavrušaMerge branch 'resolve-split-api'
2015-04-28  Marek Vavrušalib/iterate: disable qname m12 on positive answers
2015-04-28  Marek Vavrušalib/resolve: fixed debug build
2015-04-28  Marek Vavrušadaemon/worker: implemented iteration limit
2015-04-27  Marek VavrušaMerge branch 'resolve-split-api'
2015-04-27  Marek Vavrušabuild: cleanup in make rules
2015-04-27  Marek Vavrušamodules/hints: fixed memleak on exit
2015-04-27  Marek Vavrušadaemon: fixed memleak in network address pack
2015-04-27  Marek Vavrušadaemon: fixed memleak in CLI
2015-04-27  Marek Vavrušadaemon/net: use REUSEADDR and IPV6ONLY for bound sockets
2015-04-27  Marek Vavrušadaemon/worker: timeouts for queries/connections
2015-04-26  Marek Vavrušatests: added reserve test for array
2015-04-26  Marek Vavrušatests: added parameter checks for zonecut
2015-04-26  Marek Vavrušadaemon/worker: reworked multiplexed worker
2015-04-26  Marek Vavrušalib/resolve: check for non-rd query input
2015-04-26  Marek Vavrušalib/rplan: removed long-lived wr transactions
2015-04-24  Marek Vavrušadaemon/worker: partially implemented multiplexed resolution
2015-04-24  Marek Vavrušadaemon/io: don’t use handle data for buffers
2015-04-24  Marek Vavrušalib/resolve: initialize answer from query (if provided)
2015-04-23  Marek Vavrušadaemon/lua: use rawget/rawset to avoid metatable evaluation
2015-04-23  Marek Vavrušadaemon/engine: unload module if loaded
2015-04-22  Marek VavrušaMerge branch 'resolve-split-api'
2015-04-22  Marek Vavrušadoc: updated API doc and examples
2015-04-22  Marek Vavrušalib/resolve: iterative producer-consumer API implementation
2015-04-22  Marek Vavrušalib: cleanup
2015-04-22  Marek Vavrušalib: cleanup
2015-04-22  Marek Vavrušatests: test large arrays
2015-04-22  Marek Vavrušatests: tests for cache removal, time skip
2015-04-22  Marek Vavrušadaemon/engine: improved error messages (with input...
2015-04-20  Marek Vavrušalib: fixed missing cast
2015-04-19  Marek Vavrušalib: fixed dead code and early dereference
2015-04-19  Marek Vavrušalib: fixed unused return value cid#108843
2015-04-19  Marek Vavrušadoc: fixed typo
2015-04-19  Marek VavrušaMerge branch 'hints_reworked'
2015-04-19  Marek Vavrušamodules/hints: reworked, configurable and exposed props
2015-04-19  Marek Vavrušadaemon/engine: syntactic sugar for module ‘get’, ‘set...
2015-04-19  Marek Vavrušalib/generic: missing include guard, updated doc
2015-04-19  Marek Vavrušalib: implemented deletion for zonecut
2015-04-18  Marek VavrušaMerge branch 'ns_reputation_groundwork'
2015-04-18  Marek Vavrušalib: bail out on irresolvable nameservers
2015-04-18  Marek Vavrušalib: basic nameserver election
2015-04-18  Marek Vavrušalib: implemented new zonecut interface
2015-04-18  Marek Vavrušatests: updated mock api for libknot master
2015-04-18  Marek Vavrušalib/generic: documented walk for map, cleanup
2015-04-18  Marek Vavrušalib/generic: implemented deletion for pack
2015-04-18  Marek Vavrušabuild: removed dead links
2015-04-17  Marek VavrušaMerge branch 'autotools_remove'
2015-04-17  Marek Vavrušabuild: added executables to .gitignore
2015-04-17  Marek Vavrušabuild: removed outdated autotools files
2015-04-15  Marek Vavrušadoc: updated library doc
2015-04-15  Marek Vavrušatests: added tests for _mm functions
2015-04-15  Marek Vavrušadoc: added pack
2015-04-15  Marek VavrušaMerge branch 'generic_pack'
2015-04-15  Marek Vavrušalib/generic: new data structure - packed list
2015-04-15  Karel Slanybuild: added another possible name for lua package
2015-04-15  Marek Vavrušalib/generic: changed map alloc callbacks signature
next