gitignore: ignore release files
[platform/upstream/kmod.git] / libkmod / libkmod-file.c
2014-12-26 Lucas De MarchiRemove FSF mailing address
2014-10-03 Lucas De MarchiReorder and reorganize header files
2014-10-03 Lucas De MarchiMove generic util functions to shared directory
2013-11-18 Lucas De Marchifile: use _cleanup_free_
2013-07-04 Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-02-19 Kees Cooklibkmod: fix address argument to mmap calls
2013-02-19 Kees Cooklibkmod: add finit_module logic
2013-01-16 Lucas De MarchiUpdate copyright notices
2012-10-18 Lucas De Marchilibkmod: cache open file for later access
2012-05-08 Dave Reisnerlibkmod-file: gracefully handle errors from zlib
2012-01-09 Lucas De MarchiUpdate copyright
2012-01-04 Lucas De Marchifile: use log facilities
2012-01-04 Lucas De Marchifile: take a weakref to ctx
2012-01-04 Lucas De MarchiAdd missing static const
2012-01-03 Gustavo Sverzut... libkmod-file: refactor code to avoid ifdef mess.
2011-12-24 Lucas De MarchiMerge branch 'master' of git://dev.medozas.de/libkmod
2011-12-24 Jan EngelhardtSupport for loading Xz-compressed modules
2011-12-24 Gustavo Sverzut... file: speed up loading non-gzipped modules when zlib...
2011-12-17 Gustavo Sverzut... implement zlib module loading.