2015-05-10 |
Marek Vavruša | tests: added ncache tests, fixed ‘time elapsed’ |
commit | commitdiff | tree |
2015-05-10 |
Marek Vavruša | lib/pktcache: fixed too long cache times |
commit | commitdiff | tree |
2015-05-10 |
Marek Vavruša | pktcache: adjust ttl in records |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | tests: use edns=1 for queries |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | tests: added pktcache |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | daemon/io: check for bad udp reads |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | build: update brew |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | pktcache: maximum time limit, cache only nodata/nxdomain |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | build: added libtasn1 brew dependency |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | doc: updated ketcd |
commit | commitdiff | tree |
2015-05-09 |
Marek Vavruša | doc: added ketcd |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | doc: documented Lua modules |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | modules/ketcd: cleanup, added some documentation |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | modules: fixed install target of Lua modules |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | doc: daemon doc cleanup |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | daemon/lua: syntactic sugar for ‘net’ |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | daemon/bindings: syntactic sugar for cache |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | build: fixed build rule for modules |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | modules/ketcd: added polling |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | build: Lua modules with multiple source files |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | daemon/ffimodule: support for main thread/coroutine |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | modules/ketcd: Etcd module |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | daemon/bindings: report errors in events |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | daemon/ffimodule: support for Lua modules (including... |
commit | commitdiff | tree |
2015-05-07 |
Marek Vavruša | build: modules/lua, added clean rule |
commit | commitdiff | tree |
2015-05-06 |
Marek Vavruša | daemon/engine: support for Lua modules, stub etcd module |
commit | commitdiff | tree |
2015-05-06 |
Marek Vavruša | lib/modules: layer() api now accept module name |
commit | commitdiff | tree |
2015-05-06 |
Marek Vavruša | daemon/bindings: cleanup in formatting |
commit | commitdiff | tree |
2015-05-05 |
Marek Vavruša | build: slack integration |
commit | commitdiff | tree |
2015-05-05 |
Marek Vavruša | lib: write debug to stdout (buffered) |
commit | commitdiff | tree |
2015-05-05 |
Marek Vavruša | daemon/io: fixed corrupted handles with exhausted TCP... |
commit | commitdiff | tree |
2015-05-05 |
Marek Vavruša | lib/resolve: fixed nested NS dependency chains |
commit | commitdiff | tree |
2015-05-05 |
Marek Vavruša | lib/resolve: response marked as resolved too early |
commit | commitdiff | tree |
2015-05-04 |
Marek Vavruša | build: experimental slack integration |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | Merge branch 'cache-backends' |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | doc: updated documentation for cache backends |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | daemon: added cache.backends() binding |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | lib/rrcache: renamed itercache to rrcache |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | lib/pktcache: packet cache (used for caching negative... |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | lib/resolve: produce() layers can generate answer,... |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | lib/iterate: accept other in-bailiwick data to answer |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | lib/resolve: correct edns0 handling for clients |
commit | commitdiff | tree |
2015-05-03 |
Marek Vavruša | lib/resolve: increased buflen to accomodate edns0/dnssec |
commit | commitdiff | tree |
2015-05-02 |
Marek Vavruša | daemon/engine: extensible registry of cache backends |
commit | commitdiff | tree |
2015-05-02 |
Marek Vavruša | lib/cache: open with generic storage options |
commit | commitdiff | tree |
2015-05-02 |
Marek Vavruša | lib/cache: relaxed API to allow other assets than RR |
commit | commitdiff | tree |
2015-05-02 |
Marek Vavruša | Merge branch 'fix-edns0-badimpl' |
commit | commitdiff | tree |
2015-05-02 |
Marek Vavruša | daemon/worker: close all handles in worker, pass throug... |
commit | commitdiff | tree |
2015-05-02 |
Marek Vavruša | lib: revert to rfc1035 basic dns query on bad reply |
commit | commitdiff | tree |
2015-04-30 |
Marek Vavruša | lib: removed unused headers |
commit | commitdiff | tree |
2015-04-29 |
Marek Vavruša | daemon/engine: missing prefix |
commit | commitdiff | tree |
2015-04-29 |
Marek Vavruša | daemon/engine: use MODULEDIR for Lua includes |
commit | commitdiff | tree |
2015-04-29 |
Marek Vavruša | Merge branch 'events' |
commit | commitdiff | tree |
2015-04-29 |
Marek Vavruša | daemon/binding: cleanup |
commit | commitdiff | tree |
2015-04-29 |
Marek Vavruša | daemon/lua: time constants in env |
commit | commitdiff | tree |
2015-04-29 |
Marek Vavruša | daemon/bindings: introduced 'event' package for timers |
commit | commitdiff | tree |
2015-04-29 |
Marek Vavruša | daemon/engine: check for bad upvalues in module trampoline |
commit | commitdiff | tree |
2015-04-28 |
Marek Vavruša | Merge branch 'contrib-csprng' |
commit | commitdiff | tree |
2015-04-28 |
Marek Vavruša | contrib: created 'contrib' directory with ccan/isaac... |
commit | commitdiff | tree |
2015-04-28 |
Marek Vavruša | Merge branch 'resolve-split-api' |
commit | commitdiff | tree |
2015-04-28 |
Marek Vavruša | lib/iterate: disable qname m12 on positive answers |
commit | commitdiff | tree |
2015-04-28 |
Marek Vavruša | lib/resolve: fixed debug build |
commit | commitdiff | tree |
2015-04-28 |
Marek Vavruša | daemon/worker: implemented iteration limit |
commit | commitdiff | tree |
2015-04-27 |
Marek Vavruša | Merge branch 'resolve-split-api' |
commit | commitdiff | tree |
2015-04-27 |
Marek Vavruša | build: cleanup in make rules |
commit | commitdiff | tree |
2015-04-27 |
Marek Vavruša | modules/hints: fixed memleak on exit |
commit | commitdiff | tree |
2015-04-27 |
Marek Vavruša | daemon: fixed memleak in network address pack |
commit | commitdiff | tree |
2015-04-27 |
Marek Vavruša | daemon: fixed memleak in CLI |
commit | commitdiff | tree |
2015-04-27 |
Marek Vavruša | daemon/net: use REUSEADDR and IPV6ONLY for bound sockets |
commit | commitdiff | tree |
2015-04-27 |
Marek Vavruša | daemon/worker: timeouts for queries/connections |
commit | commitdiff | tree |
2015-04-26 |
Marek Vavruša | tests: added reserve test for array |
commit | commitdiff | tree |
2015-04-26 |
Marek Vavruša | tests: added parameter checks for zonecut |
commit | commitdiff | tree |
2015-04-26 |
Marek Vavruša | daemon/worker: reworked multiplexed worker |
commit | commitdiff | tree |
2015-04-26 |
Marek Vavruša | lib/resolve: check for non-rd query input |
commit | commitdiff | tree |
2015-04-26 |
Marek Vavruša | lib/rplan: removed long-lived wr transactions |
commit | commitdiff | tree |
2015-04-24 |
Marek Vavruša | daemon/worker: partially implemented multiplexed resolution |
commit | commitdiff | tree |
2015-04-24 |
Marek Vavruša | daemon/io: don’t use handle data for buffers |
commit | commitdiff | tree |
2015-04-24 |
Marek Vavruša | lib/resolve: initialize answer from query (if provided) |
commit | commitdiff | tree |
2015-04-23 |
Marek Vavruša | daemon/lua: use rawget/rawset to avoid metatable evaluation |
commit | commitdiff | tree |
2015-04-23 |
Marek Vavruša | daemon/engine: unload module if loaded |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | Merge branch 'resolve-split-api' |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | doc: updated API doc and examples |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | lib/resolve: iterative producer-consumer API implementation |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | lib: cleanup |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | lib: cleanup |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | tests: test large arrays |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | tests: tests for cache removal, time skip |
commit | commitdiff | tree |
2015-04-22 |
Marek Vavruša | daemon/engine: improved error messages (with input... |
commit | commitdiff | tree |
2015-04-20 |
Marek Vavruša | lib: fixed missing cast |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | lib: fixed dead code and early dereference |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | lib: fixed unused return value cid#108843 |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | doc: fixed typo |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | Merge branch 'hints_reworked' |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | modules/hints: reworked, configurable and exposed props |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | daemon/engine: syntactic sugar for module ‘get’, ‘set... |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | lib/generic: missing include guard, updated doc |
commit | commitdiff | tree |
2015-04-19 |
Marek Vavruša | lib: implemented deletion for zonecut |
commit | commitdiff | tree |
2015-04-18 |
Marek Vavruša | Merge branch 'ns_reputation_groundwork' |
commit | commitdiff | tree |
2015-04-18 |
Marek Vavruša | lib: bail out on irresolvable nameservers |
commit | commitdiff | tree |
2015-04-18 |
Marek Vavruša | lib: basic nameserver election |
commit | commitdiff | tree |
next |