- 12 Mar, 2019 7 commits
-
-
Tomas Krizek authored
For better OBS workflow, it's best if archives are treated as untracked files.
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
Tomas Krizek authored
-
- 23 Jan, 2019 1 commit
-
-
Tomas Krizek authored
-
- 04 Dec, 2018 1 commit
-
-
Tomas Krizek authored
-
- 16 Jul, 2018 1 commit
-
-
Marek Vavruša authored
The package_version() function returns current build information. Removed the version module instead of fixing, as it's being obsoleted.
-
- 28 Jun, 2018 1 commit
-
-
Petr Špaček authored
-
- 26 Jun, 2018 1 commit
-
-
Petr Špaček authored
Temporary directory generated by code coverage measurement.
-
- 11 May, 2018 1 commit
-
-
Vladimír Čunát authored
Our Makefile required >= 2.6.4 for some time already. It's pretty straightforward, except for zonefile.lua.in -> zonefile.lua
-
- 27 Feb, 2018 1 commit
-
-
Tomas Krizek authored
-
- 23 Dec, 2017 1 commit
-
-
Marek Vavruša authored
-
- 01 Dec, 2017 1 commit
-
-
Petr Špaček authored
Let's not mix daemon and client files as client might grow to multiple files in future. This will also help with upcomming changes to packaging scripts.
-
- 28 Nov, 2017 1 commit
-
-
Marek Vavruša authored
I moved the test files to module directories because it allows vendoring of whole modules including tests etc. The test environment provides convenience functions and produces test output in TAP format. Ideally all tests should use a common format, so that CI can parse it provide better test output on PRs. It seems like Gitlab CI doesn't support anything yet, but there are two sort-of standards supported in CI tools - TAP and JUnit. I chose TAP because it's easier to read for humans, cmocka supports it, and it should be easier to adapt Deckard. There are also tools to convert TAP into JUnit XML file. Also added more tests for global functions and variables, and the test tool now also tracks coverage (if `luacov` is installed).
-
- 07 Jul, 2017 1 commit
-
-
Vladimír Čunát authored
-
- 05 Apr, 2017 1 commit
-
-
Ondřej Surý authored
-
- 15 Mar, 2017 1 commit
-
-
Vladimír Čunát authored
-
- 06 Mar, 2017 2 commits
-
-
Ondřej Surý authored
-
Vladimír Čunát authored
... and generate files instead of including them.
-
- 28 Feb, 2017 1 commit
-
-
Vladimír Čunát authored
All either generated by the build system or some "standard tools".
-
- 15 Feb, 2017 1 commit
-
-
Vladimír Čunát authored
All either generated by the build system or some "standard tools".
-
- 19 Dec, 2016 1 commit
-
-
Ondřej Surý authored
-
- 02 Nov, 2016 1 commit
-
-
Ondřej Surý authored
-
- 21 Oct, 2016 1 commit
-
-
Ondřej Surý authored
-
- 20 Oct, 2016 1 commit
-
-
Ondřej Surý authored
and set libknot_SONAME and libzscanner_SONAME as lua literals. Remove now obsolete libpath lua function - use find_soname from platform.mk to define <arg>_SONAME, add lua_pushliteral to daemon/engine.c and add -D to daemon/daemon.mk for any new library loaded from Lua.
-
- 28 Jul, 2016 1 commit
-
-
Daniel Kahn Gillmor authored
This is a fully-socket-activated knot-resolver service that can run as a non-priivleged user named knot-resolver.
-
- 20 Jul, 2016 1 commit
-
-
Marek Vavrusa authored
this module is superseded by http module, removing
-
- 17 Jul, 2016 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 16 Jul, 2016 1 commit
-
-
Ondřej Surý authored
-
- 29 Mar, 2016 1 commit
-
-
Marek Vavrusa authored
-
- 25 Nov, 2015 1 commit
-
-
Marek Vavruša authored
amalgamated build concatenates all files into a single .c file to allow compiler see all symbols and produce possibly smaller code. for binary distributions this is what you want, as it's faster but may consume more memory during compilation. it however cannot do incremental builds.
-
- 06 Aug, 2015 1 commit
-
-
Marek Vavruša authored
-
- 07 Jun, 2015 1 commit
-
-
Marek Vavruša authored
also some cleanup and version bump to Q2
-
- 26 Apr, 2015 1 commit
-
-
Marek Vavruša authored
-
- 17 Apr, 2015 1 commit
-
-
Marek Vavruša authored
-
- 27 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-
- 18 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-