]> git.ipfire.org Git - thirdparty/knot-resolver.git/shortlog
thirdparty/knot-resolver.git
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
2015-04-14  Marek Vavrušadoc: removed u8 circled numbers
2015-04-14  Marek Vavrušareadme: status for master branch
2015-04-13  Marek Vavrušadoc: added @cond and updated readme
2015-04-12  Marek Vavrušadoc: specific version of breathe, as 4.0 fails to build
2015-04-12  Marek Vavrušareadme: added doc badge
2015-04-12  Marek VavrušaMerge branch 'config_documentation'
2015-04-12  Marek Vavrušadoc: default template the same as on rtd
2015-04-12  Marek Vavrušadoc/modules: updated modules documentation
2015-04-12  Marek Vavrušadoc/daemon: written config documentation
2015-04-12  Marek Vavrušadoc/lib: updated library doc
2015-04-12  Marek Vavrušadoc: updated build and index hierarchy
2015-04-12  Marek Vavrušadaemon/lua: kB/MB/GB in env, net.iface sugar, env
2015-04-12  Marek Vavrušareadme: unified badges
2015-04-12  Marek Vavrušabindings/cache: size() -> count(), simpler open()
2015-04-12  Marek Vavrušabindings/net: support for listening on address list...
2015-04-12  Marek VavrušaMerge branch 'fix_sandbox_lua52'
2015-04-12  Marek Vavrušaengine: asynchronous start to prevent leaking of messages
2015-04-12  Marek Vavrušaengine: added ‘hostname()’ to Lua engine
2015-04-12  Marek Vavrušadaemon: check if rundir is writeable
2015-04-12  Marek Vavrušaengine: fixed sandbox for Lua 5.2+
2015-04-12  Marek VavrušaMerge branch 'fix_module_load_return'
2015-04-12  Marek Vavrušalib: lower timeout to 5s
2015-04-12  Marek Vavrušarplan: do not reinit structure on deinit
2015-04-12  Marek Vavrušamodule: require apiver for every module
2015-04-10  Karel Slanybuildsystem: Added file permissions to installed header...
2015-04-10  Karel Slanystyle: Encapsulated REGISTER_MODULE_CALL definition...
2015-04-10  Karel Slanystyle: Moved structure declaration curly braces.
2015-04-10  Karel Slanystyle: Added missing copyright and licensing statements.
2015-04-10  Karel Slanystyle: Fixed indentation and removed trailing white...
2015-04-10  Marek VavrušaMerge branch 'coverity_badge'
2015-04-10  Marek Vavrušadoc: added coverity badge and updated documentation
2015-04-10  Marek Vavrušabuild: moved tests.*.mk to tests/
2015-04-09  Marek Vavrušabuild: added python and xxd to Dockerfile
2015-04-08  Marek VavrušaMerge branch 'test_cache_null'
2015-04-08  Marek Vavrušatests: more null-checks and time skip test
2015-04-08  Marek VavrušaMerge branch 'test_lame_root'
2015-04-08  Marek Vavrušatest: lame root server test
2015-04-08  Marek Vavrušabuild: clean auto-append pip debug.log
2015-04-08  Marek Vavrušabuild: do not rewrite lua.pc for bootstrapped Lua
2015-04-08  Marek VavrušaMerge branch 'lua_travis'
2015-04-08  Marek Vavrušabuild: disabled parallel build for generic depends
2015-04-08  Marek Vavrušabuild: added Lua to Dockerfile
2015-04-08  Marek Vavrušabuild: added Lua to depends
2015-04-08  Marek VavrušaMerge branch 'lua_interpreter'
2015-04-08  Marek Vavrušadaemon/lua: interpreter is able to pretty-print express...
2015-04-08  Marek Vavrušadaemon: all Lua bindings return
2015-04-08  Marek VavrušaMerge branch 'lua_sandbox'
2015-04-08  Marek Vavrušadaemon/build: removed bytecode compilation, as the...
2015-04-08  Marek Vavrušadaemon: unified Lua version checks
2015-04-08  Marek Vavrušadaemon/engine: support for sandboxing pcalls
2015-04-08  Marek Vavrušabuild: compile Lua bytecode for embedded code
2015-04-02  Marek Vavrušareadme: coverage badge
2015-04-02  Marek Vavrušareadme: fixed links
2015-04-01  Marek Vavrušadaemon/io: tcp cleanup
2015-04-01  Marek Vavrušadaemon/lua: disabled syntactic sugar, as the getenvf...
2015-04-01  Marek Vavrušadaemon: fixed Lua 5.2
2015-04-01  Marek Vavrušabuild: fixed relocated Knot github repo
2015-04-01  Marek Vavrušabuild: updated readme
2015-03-31  Marek VavrušaMerge branch 'lua_config'
2015-03-31  Marek Vavrušadaemon/bindings: implemented ‘net’ operations
2015-03-31  Marek Vavrušadaemon/lua: made ‘modules’ append-only
2015-03-31  Marek Vavrušadaemon/bindings: compat for obj_len for Lua<5.2
2015-03-31  Marek Vavrušamodules: renamed ‘modulelist_t’ to ‘module_array_t’
2015-03-31  Marek Vavrušadaemon/engine: made ‘network’ manager part of the engine
2015-03-31  Marek Vavrušadoc: moved github.com repository
2015-03-31  Marek Vavrušadaemon/net: independent network manager
2015-03-31  Marek Vavrušalib/generic: 'map' walk callback contains value
2015-03-31  Marek Vavrušadaemon/bindings: Lua 5.2 compat (lua_objlen)
2015-03-30  Marek Vavrušadaemon/bindings: net.interfaces() implement map
2015-03-29  Marek Vavrušadaemon: ‘net’ package, implemented ‘net.interfaces’
2015-03-29  Marek Vavrušadaemon: added config syntax sugar for ‘modules’
2015-03-29  Marek Vavrušalib/generic: added k-v storage to crit-bit, cleanup
2015-03-28  Marek Vavrušacritbit: included small implementation of critbit tree
2015-03-27  Marek Vavrušalib/generic: fixed in del
2015-03-27  Marek Vavrušadaemon/engine: forward decls for Lua
2015-03-27  Marek VavrušaMerge branch 'lua'
2015-03-27  Marek Vavrušamodules: use engine instead of context, doc fixups
2015-03-27  Marek Vavrušadaemon: updated doc
2015-03-27  Marek Vavrušadaemon: added basic bindings for modules, config and...
2015-03-27  Marek Vavrušadaemon: split worker to 'engine' and workers
2015-03-27  Marek Vavrušadaemon: cleanup worker
2015-03-27  Marek Vavrušalib: demoted context to simple interface, not responsib...
2015-03-27  Marek Vavrušalib: added generics package
2015-03-27  Marek Vavrušabuild: got rid of PHONY dep rules, added lua(5.1,5...
2015-03-21  Marek VavrušaMerge branch 'doc_modules'
2015-03-21  Marek Vavrušadoc: converted modules doc, added cachectl
2015-03-21  Marek VavrušaMerge branch 'mod_cachectl'
2015-03-19  Marek Vavrušadoc: updated doc
2015-03-19  Marek Vavrušadoc: updated doc
2015-03-19  Marek Vavrušamodules/cachectl: list, prune and clear cache
2015-03-19  Marek Vavrušalib/cache: exported cache storage
next