summaryrefslogtreecommitdiffstats
path: root/lib/module.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update links to documentationOto Šťáva2024-01-121-1/+1
* Copyright notices: remove years and replace e-mailOto Šťáva2022-12-141-1/+1
* log: shortening LOG_GRP_<SOMETHING> to <SOMETHING>Lukáš Ježek2021-07-291-1/+1
* log: remove hard-coded prefix from log messagesLukáš Ježek2021-07-291-1/+1
* log: split to groupsLukáš Ježek2021-07-291-1/+1
* treewide: rename assumptions to kr_assert() / kr_fails_assert()Tomas Krizek2021-05-251-1/+1
* lib/module.c: replace assertsTomas Krizek2021-05-251-1/+2
* treewide: machine readable license for GNU GPLv3+ source codePetr Špaček2020-02-251-13/+1
* modules: fix typo in link to upgrading guidePetr Špaček2019-07-201-1/+1
* module loading nitpick: improve error messageVladimír Čunát2019-06-131-1/+3
* module API+ABI: remove one level of indirectionVladimír Čunát2019-04-171-29/+25
* lib/module.c: remove unused pthread.hTomas Krizek2019-03-121-1/+0
* meson: use kresdconf.h instead of compiler definesTomas Krizek2019-03-121-9/+1
* locally disable some -Wpedantic via #pragmaVladimír Čunát2018-11-261-0/+3
* rename module 'cache_lmdb' -> 'cache'Vladimír Čunát2017-11-161-13/+20
* .Vladimír Čunát2017-10-121-4/+2
* module.c: don't fall back to MODULEDIR if overriddenVladimír Čunát2017-05-261-4/+2
* module.c: cleanup unused codeVladimír Čunát2017-05-261-7/+3
* Make the moduledir configurable at the runtimeOndřej Surý2017-05-261-6/+2
* module: document the API and simplify the codeVladimír Čunát2017-01-261-27/+21
* Update copyright information with 2017Ondřej Surý2017-01-251-1/+1
* layer: rename knot_ identifiers that are private nowVladimír Čunát2016-11-081-4/+4
* www.gnu.org prefers httpsDaniel Kahn Gillmor2016-07-161-1/+1
* contrib: compile to convenience static libraryMarek Vavruša2015-12-091-1/+1
* build: *DIR variables are assembled in MakefileMarek Vavruša2015-12-061-2/+2
* modules: support for modules in Go (needs golang 1.5+)Marek Vavruša2015-10-191-53/+0
* lib: saner TA store, in Lua module ‘trust_anchors’Marek Vavruša2015-09-211-5/+1
* layer/validate: preliminary code enabling trust anchor configurationKarel Slany2015-08-191-1/+5
* Merge branch 'master' into cache-rrsig-wipKarel Slany2015-08-191-0/+1
|\
| * lib: module properties were ignored for embedded modulesKarel Slany2015-08-191-0/+1
* | lib/validate: pseudocode of the validation flowMarek Vavruša2015-06-301-2/+2
* | layer/rrsigcache: RRSIG caching (writes) enabled.Karel Slany2015-06-291-0/+2
|/
* build: allow library to be built staticallyMarek Vavruša2015-06-071-1/+23
* modules/kmemcached: memcached backend for resolver cacheMarek Vavruša2015-05-271-1/+3
* modules: fixed module unload touching freed memoryMarek Vavruša2015-05-251-2/+1
* module: require apiver for every moduleMarek Vavruša2015-04-121-10/+8
* style: Added missing copyright and licensing statements.Karel Slany2015-04-101-0/+16
* style: Fixed indentation and removed trailing white spaces in C code.Karel Slany2015-04-101-19/+18
* lib/module: support for propertiesMarek Vavruša2015-03-181-50/+71
* lib/module: use RTLD_NODELETE as a workaround for buggy dlcloseMarek Vavruša2015-03-111-1/+3
* tests/unit: portability fixes for gomodule on ELFMarek Vavruša2015-03-111-0/+2
* lib/module: API declaration is mandatoryMarek Vavruša2015-03-101-14/+17
* tests: cleanup module loading to fix broken testsMarek Vavruša2015-03-051-12/+14
* lib/module: basic Go runtime, support for libgo bootstrapMarek Vavruša2015-03-041-9/+72
* lib: expand HOME, support path-less library searchMarek Vavruša2015-02-241-5/+16
* lib: loadable versioned modules (api subject to change)Marek Vavruša2015-02-231-0/+88