]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-list.c
ci: move compression variants further down
[thirdparty/kmod.git] / libkmod / libkmod-list.c
2024-11-15  Tobias Stoeckmannlibkmod: Release memory on error paths
2024-09-24  Emil Velikovlibkmod: mass convert with clang-format
2024-09-06  Emil Velikovlibkmod/docs: move libkmod-list section to the header
2024-07-26  Lucas De MarchiDrop the one line short description on sources
2024-07-26  Lucas De MarchiUse SPDX header for license
2014-12-26  Lucas De MarchiRemove FSF mailing address
2014-10-09  Lucas De Marchilibkmod: remove unused inline functions
2013-07-04  Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-01-17  Lucas De Marchilibkmod-list: allow to append an empty list
2012-01-09  Lucas De Marchidoc: organize sections
2012-01-09  Lucas De MarchiUpdate copyright
2011-12-27  Lucas De MarchiFix kmod_list_remove_n_latest()
2011-12-17  Gustavo Sverzut... introduce kmod_list_last()
2011-12-17  Gustavo Sverzut... fix kmod_list_prev().
2011-12-12  Lucas De MarchiChange licenses
2011-12-12  Lucas De Marchicoding style: fix lines over 80 chars
2011-12-08  Lucas De Marchikmod_list: document exported functions
2011-12-06  Lucas De Marchikmod_list: remove nodes in order
2011-12-06  Lucas De Marchikmod_list: add helper function to merge two lists
2011-12-06  Lucas De Marchikmod_list: add helper kmod_list_insert_before()
2011-12-06  Lucas De Marchikmod_list: add helper kmod_list_insert_after()
2011-12-03  Gustavo Sverzut... improve "const" keyword usage.
2011-12-01  Lucas De MarchiAdd kmod_list_remove_n_latest()
2011-12-01  Lucas De MarchiAdd kmod_list_prev to exported functions
2011-11-28  Lucas De MarchiFix wrong copyright
2011-11-23  Lucas De MarchiAdd some function attributes and use them
2011-11-23  Lucas De MarchiImplement circular double-linked list