]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-internal.h
ci: move compression variants further down
[thirdparty/kmod.git] / libkmod / libkmod-internal.h
2025-05-30  Emil VelikovConvert most #ifdef HAVE_FOO checks to #if HAVE_FOO
2025-05-30  Emil Velikovlibkmod: s/* const/*const/ style nitpick
2025-05-20  Emil Velikovlibkmod: update remaining function to return the error...
2025-05-20  Emil Velikovlibkmod: return the errno from kmod_elf_new()
2025-05-20  Emil Velikovlibkmod: kmod_file_get_contents() returns constant...
2025-05-20  Emil Velikovlibkmod: enforce non-null memory in kmod_elf_new()
2025-05-20  Emil Velikovlibkmod: return the errno from kmod_elf_strip()
2024-11-21  Tobias Stoeckmannlibkmod: Propagate hash_add errors
2024-11-15  Tobias Stoeckmannlibkmod: Release memory on error paths
2024-11-15  Tobias Stoeckmannlibkmod: Introduce kmod_list_release
2024-11-15  Emil Velikovlibkmod: rename kmod_elf_get_strings()
2024-11-15  Emil Velikovlibkmod: const annotate kmod_modversion::symbol
2024-10-29  Tobias Stoeckmannlibkmod: Simplify module dependency parsing
2024-10-22  Tobias Stoeckmannlibkmod: Use ELF offsets more often
2024-10-17  Emil VelikovAlways define and use ENABLE_DEBUG
2024-10-17  Emil VelikovAlways define and use ENABLE_LOGGING
2024-10-17  Tobias Stoeckmannlibkmod: Remove elf->changed
2024-09-24  Emil Velikovlibkmod: mass convert with clang-format
2024-09-21  Emil Velikovlibkmod: remove __secure_getenv handling
2024-09-13  Emil Velikovlibkmod: remove internal kmod_list iterators
2024-09-09  Emil Velikovlibkmod: guard some functions with clang-format off
2024-09-07  Emil Velikovlibkmod: introduce and use _nonnull_() decoration
2024-09-07  Emil Velikovlibkmod: introduce and use _nonnull_all_ decoration
2024-09-07  Emil Velikovlibkmod: remove open-coded _printf_format_
2024-09-07  Lucas De MarchiMove _must_check to the left side
2024-05-09  Jose Ignacio Torno... libkmod: add weak dependecies
2024-04-30  Emil Velikovlibkmod: propagate {zstd,xz,zlib}_load errors
2023-06-20  Lucas De Marchilibkmod: Use kernel decompression when available
2023-06-09  Lucas De Marchilibkmod: Keep track of compression type
2023-06-09  Lucas De Marchilibkmod: Do not inititialize file->memory on open
2023-02-22  Emil Velikovlibkmod: annotate kmod_builtin_iter API as static
2023-02-22  Emil Velikovlibkmod: remove unused kmod_module_get_builtin
2021-09-23  Luis Chamberlainlibkmod: add a library notice log level print
2020-12-01  Yauheni Kaliutalibkmod: kmod_log_null: qualify ctx argument as const
2019-12-19  Alexey GladkovLookup aliases in the modules.builtin.modinfo
2019-12-19  Alexey Gladkovlibkmod: Add function to get list of built-in modules
2019-12-19  Alexey Gladkovlibkmod: Add parser for modules.builtin.modinfo
2019-02-04  Yauheni Kaliutalibkmod-signature: implement pkcs7 parsing with openssl
2017-04-11  Yauheni Kaliutalibkmod: modinfo: implement signature output
2015-09-30  Laura Abbottmodprobe: Update error message when path is missing
2015-02-28  Harish Jenny K NFix race while loading modules
2014-10-09  Lucas De MarchiMove remaining functions from libkmod-util to shared
2014-10-03  Lucas De MarchiMove hash implementation to shared directory
2014-10-03  Lucas De MarchiMove missing.h to shared directory
2014-10-03  Lucas De MarchiMove macro.h to shared directory
2014-04-01  Michal Mareklibkmod: Ignore errors from softdeps
2013-07-04  Lucas De MarchiUse "-internal" suffix instead of "-private"