index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
module.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update links to documentation
Oto Šťáva
2024-01-12
1
-1
/
+1
*
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
-1
/
+1
*
log: remove hard-coded prefix from log messages
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
log: split to groups
Lukáš Ježek
2021-07-29
1
-1
/
+1
*
treewide: rename assumptions to kr_assert() / kr_fails_assert()
Tomas Krizek
2021-05-25
1
-1
/
+1
*
lib/module.c: replace asserts
Tomas Krizek
2021-05-25
1
-1
/
+2
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
modules: fix typo in link to upgrading guide
Petr Špaček
2019-07-20
1
-1
/
+1
*
module loading nitpick: improve error message
Vladimír Čunát
2019-06-13
1
-1
/
+3
*
module API+ABI: remove one level of indirection
Vladimír Čunát
2019-04-17
1
-29
/
+25
*
lib/module.c: remove unused pthread.h
Tomas Krizek
2019-03-12
1
-1
/
+0
*
meson: use kresdconf.h instead of compiler defines
Tomas Krizek
2019-03-12
1
-9
/
+1
*
locally disable some -Wpedantic via #pragma
Vladimír Čunát
2018-11-26
1
-0
/
+3
*
rename module 'cache_lmdb' -> 'cache'
Vladimír Čunát
2017-11-16
1
-13
/
+20
*
.
Vladimír Čunát
2017-10-12
1
-4
/
+2
*
module.c: don't fall back to MODULEDIR if overridden
Vladimír Čunát
2017-05-26
1
-4
/
+2
*
module.c: cleanup unused code
Vladimír Čunát
2017-05-26
1
-7
/
+3
*
Make the moduledir configurable at the runtime
Ondřej Surý
2017-05-26
1
-6
/
+2
*
module: document the API and simplify the code
Vladimír Čunát
2017-01-26
1
-27
/
+21
*
Update copyright information with 2017
Ondřej Surý
2017-01-25
1
-1
/
+1
*
layer: rename knot_ identifiers that are private now
Vladimír Čunát
2016-11-08
1
-4
/
+4
*
www.gnu.org prefers https
Daniel Kahn Gillmor
2016-07-16
1
-1
/
+1
*
contrib: compile to convenience static library
Marek Vavruša
2015-12-09
1
-1
/
+1
*
build: *DIR variables are assembled in Makefile
Marek Vavruša
2015-12-06
1
-2
/
+2
*
modules: support for modules in Go (needs golang 1.5+)
Marek Vavruša
2015-10-19
1
-53
/
+0
*
lib: saner TA store, in Lua module ‘trust_anchors’
Marek Vavruša
2015-09-21
1
-5
/
+1
*
layer/validate: preliminary code enabling trust anchor configuration
Karel Slany
2015-08-19
1
-1
/
+5
*
Merge branch 'master' into cache-rrsig-wip
Karel Slany
2015-08-19
1
-0
/
+1
|
\
|
*
lib: module properties were ignored for embedded modules
Karel Slany
2015-08-19
1
-0
/
+1
*
|
lib/validate: pseudocode of the validation flow
Marek Vavruša
2015-06-30
1
-2
/
+2
*
|
layer/rrsigcache: RRSIG caching (writes) enabled.
Karel Slany
2015-06-29
1
-0
/
+2
|
/
*
build: allow library to be built statically
Marek Vavruša
2015-06-07
1
-1
/
+23
*
modules/kmemcached: memcached backend for resolver cache
Marek Vavruša
2015-05-27
1
-1
/
+3
*
modules: fixed module unload touching freed memory
Marek Vavruša
2015-05-25
1
-2
/
+1
*
module: require apiver for every module
Marek Vavruša
2015-04-12
1
-10
/
+8
*
style: Added missing copyright and licensing statements.
Karel Slany
2015-04-10
1
-0
/
+16
*
style: Fixed indentation and removed trailing white spaces in C code.
Karel Slany
2015-04-10
1
-19
/
+18
*
lib/module: support for properties
Marek Vavruša
2015-03-18
1
-50
/
+71
*
lib/module: use RTLD_NODELETE as a workaround for buggy dlclose
Marek Vavruša
2015-03-11
1
-1
/
+3
*
tests/unit: portability fixes for gomodule on ELF
Marek Vavruša
2015-03-11
1
-0
/
+2
*
lib/module: API declaration is mandatory
Marek Vavruša
2015-03-10
1
-14
/
+17
*
tests: cleanup module loading to fix broken tests
Marek Vavruša
2015-03-05
1
-12
/
+14
*
lib/module: basic Go runtime, support for libgo bootstrap
Marek Vavruša
2015-03-04
1
-9
/
+72
*
lib: expand HOME, support path-less library search
Marek Vavruša
2015-02-24
1
-5
/
+16
*
lib: loadable versioned modules (api subject to change)
Marek Vavruša
2015-02-23
1
-0
/
+88