index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
ffimodule.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nitpick fixes for clang-tidy
Vladimír Čunát
2019-02-21
1
-2
/
+2
*
treewide: avoid lua_tonumber where integer is expected
Vladimír Čunát
2019-02-11
1
-1
/
+1
*
split daemon/bindings.c file
Vladimír Čunát
2019-02-07
1
-1
/
+2
*
daemon/ffimodule: avoid ugly casting for slots
Vladimír Čunát
2018-11-21
1
-26
/
+19
*
prepare for adding EDNS modules
Grigorii Demidov
2018-11-12
1
-0
/
+10
*
add bindings for the checkout layer
Marek Vavruša
2018-04-23
1
-0
/
+16
*
Update copyright information with 2017
Ondřej Surý
2017-01-25
1
-1
/
+1
*
layer: refactor and better describe the API
Vladimír Čunát
2016-11-08
1
-6
/
+6
*
layer: rename knot_ identifiers that are private now
Vladimír Čunát
2016-11-08
1
-16
/
+16
*
www.gnu.org prefers https
Daniel Kahn Gillmor
2016-07-16
1
-1
/
+1
*
daemon/bindings: replaced old Lua/C bindings with LuaJIT FFI
Marek Vavruša
2015-08-03
1
-16
/
+4
*
daemon/ffimodule: simplified pointer to layer capi
Marek Vavruša
2015-08-03
1
-53
/
+38
*
daemon: more aggressive Lua GC, forced GC steps
Marek Vavruša
2015-08-01
1
-9
/
+5
*
daemon/ffimodule: call Lua modules unless in FAIL state
Marek Vavruša
2015-08-01
1
-5
/
+4
*
daemon/ffimodule: store layer callbacks in registry
Marek Vavruša
2015-07-31
1
-31
/
+54
*
daemon/bindings: cleanup, checking, rrclass wrapper
Marek Vavruša
2015-07-05
1
-2
/
+2
*
prefetch wip
Marek Vavruša
2015-07-04
1
-2
/
+2
*
modules+bindings: cleanup
Marek Vavruša
2015-07-03
1
-2
/
+5
*
daemon/ffi: skip layer calls in invalid states
Marek Vavruša
2015-06-21
1
-0
/
+6
*
daemon/bindings: wip on query and packet bindings
Marek Vavruša
2015-06-16
1
-13
/
+5
*
daemon/bindings: some basic Lua interface to rplan and query
Marek Vavruša
2015-06-15
1
-9
/
+29
*
daemon/bindings: fixed Lua <=5.1 compat and bad cast
Marek Vavruša
2015-06-15
1
-1
/
+1
*
daemon: fixed leaks and bad ffi module cleanup
Marek Vavruša
2015-06-15
1
-7
/
+8
*
daemon/ffimodule: ignore undefined layers on load
Marek Vavruša
2015-06-15
1
-8
/
+21
*
daemon/bindings: fixed event callback not clearing the stack
Marek Vavruša
2015-05-25
1
-2
/
+3
*
modules: fixed module unload touching freed memory
Marek Vavruša
2015-05-25
1
-2
/
+1
*
daemon/ffimodule: fixed variable shadowing
Marek Vavruša
2015-05-20
1
-1
/
+10
*
modules/lua: module API functions may return coroutines
Marek Vavruša
2015-05-18
1
-43
/
+43
*
daemon/ffimodule: support for main thread/coroutine
Marek Vavruša
2015-05-07
1
-16
/
+19
*
daemon/ffimodule: support for Lua modules (including layers)
Marek Vavruša
2015-05-07
1
-0
/
+232