- 30 Jun, 2016 1 commit
-
-
Ondřej Surý authored
-
- 29 Mar, 2016 4 commits
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
addition to previous generic socket activation fixes #11
-
- 23 Dec, 2015 1 commit
-
-
Marek Vavruša authored
-
- 10 Dec, 2015 1 commit
-
-
Marek Vavruša authored
* PIE,RELRO+NOW and other security features enabled * support for both static/dynamic builds with BUILDMODE * dynamic library is ABI-versioned, starting at 1 * pkg-config file is installed
-
- 09 Dec, 2015 2 commits
-
-
Marek Vavruša authored
this is needed to make sure it always compiles with PIC
-
Marek Vavruša authored
-
- 06 Dec, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this allows to override any dstdir variable without patching config.mk
-
- 26 Nov, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša 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.
-
- 21 Nov, 2015 1 commit
-
-
Marek Vavruša authored
-
- 25 Sep, 2015 1 commit
-
-
Marek Vavruša authored
todo: active refresh
-
- 03 Aug, 2015 1 commit
-
-
Marek Vavruša authored
this is a first step of leaning towards LuaJIT. the FFI bindings are much faster, simpler and don’t abort traces daemon core scripting engine is still going to support interpreted Lua, but modules requiring library bindings (such as ‘block’) will require LuaJIT for FFI
-
- 15 Jul, 2015 1 commit
-
-
Karel Slaný authored
-
- 30 Jun, 2015 1 commit
-
-
Marek Vavruša authored
-
- 15 Jun, 2015 1 commit
-
-
Marek Vavruša authored
-
- 07 Jun, 2015 1 commit
-
-
Marek Vavruša authored
also some cleanup and version bump to Q2
-
- 25 May, 2015 1 commit
-
-
Marek Vavruša authored
-
- 18 May, 2015 1 commit
-
-
Marek Vavruša authored
-
- 07 May, 2015 1 commit
-
-
Marek Vavruša authored
-
- 24 Apr, 2015 1 commit
-
-
Marek Vavruša authored
the worker now creates a resolution context copy, and keeps it if the query requires iterative queries. the worker_exec() is now a reentrant function that gets called with incoming data until the resolution is done, and it sends the answer
-
- 08 Apr, 2015 3 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- 31 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-
- 29 Mar, 2015 1 commit
-
-
Marek Vavruša authored
example: modules.hints = ‘{“input”:”/etc/hosts”}’ .. is equal to .. modules.load(‘hints’) hints.config(‘{“input”:”/etc/hosts”}’)
-
- 27 Mar, 2015 3 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
The engine is responsible for central managemento of resources and work distribution. This allows to spawn multiple loops. The engine configuration / interface is based on Lua 5.1-5.2, including a RPC and a simple CLI interface. This is going to be the core of configuration later on.
-
Marek Vavruša authored
the build system now doesn't always relink targets
-
- 19 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-
- 18 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-
- 09 Feb, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-