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
*
daemon: refactor stage 1
Oto Šťáva
2023-01-26
1
-4
/
+4
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
1
-1
/
+1
*
log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>
Lukáš Ježek
2021-07-29
1
-5
/
+5
*
log: remove hard-coded prefix from log messages
Lukáš Ježek
2021-07-29
1
-5
/
+5
*
log: split to groups
Lukáš Ježek
2021-07-29
1
-5
/
+5
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
1
-1
/
+1
*
daemon/ffimodule.c: replace asserts
Tomas Krizek
2021-05-25
1
-3
/
+2
*
treewide: avoid memset where it's trivial
Vladimír Čunát
2021-01-13
1
-2
/
+1
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
lua: be stricter around nonsense returned from modules
Vladimír Čunát
2020-01-23
1
-23
/
+34
*
lua FFI: avoid frequent usage of lua_pushpointer()
Vladimír Čunát
2019-11-28
1
-2
/
+7
*
lua module framework: reduce usage of void *data
Vladimír Čunát
2019-06-13
1
-6
/
+2
*
modules: tidy (de)initialization code
Vladimír Čunát
2019-06-13
1
-33
/
+30
*
treewide: drop support for other lua versions
Vladimír Čunát
2019-06-13
1
-7
/
+1
*
lua module layers: simplify l_ffi_call_layer() usage
Vladimír Čunát
2019-06-13
1
-37
/
+25
*
lua module layers: passing from C to lua
Vladimír Čunát
2019-06-13
1
-32
/
+68
*
lua module layers: avoid incorrect returns on errors
Vladimír Čunát
2019-04-17
1
-13
/
+21
*
module API+ABI: remove one level of indirection
Vladimír Čunát
2019-04-17
1
-10
/
+3
*
meson: fix path to load modules
Tomas Krizek
2019-03-12
1
-1
/
+1
*
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