gitignore: ignore release files
[platform/upstream/kmod.git] / libkmod / libkmod-index.h
2014-12-26 Lucas De MarchiRemove FSF mailing address
2014-10-29 Lucas De Marchilibkmod-index: keep index and comments in .c
2014-10-03 Lucas De MarchiPrefer inttypes.h over stdint.h
2013-01-16 Lucas De MarchiUpdate copyright notices
2012-07-18 Lucas De MarchiUse #pragma once instead of #ifndef
2012-03-02 Lucas De Marchilibkmod-index: do not pre-populate mmap
2012-01-16 Lucas De Marchilibkmod: dump index files
2012-01-09 Lucas De MarchiUpdate copyright
2012-01-01 Lucas De Marchiindex: save timestamp of each loaded index
2011-12-12 Lucas De MarchiChange licenses
2011-12-12 Lucas De MarchiMerge branch 'use-mmap'
2011-12-10 Gustavo Sverzut... index: cleanup header, move as much as possible to...
2011-12-08 Lucas De Marchiindex: mm: Add flag to open call to populate buffer
2011-12-08 Gustavo Sverzut... index: avoid strlen() whenever possible.
2011-12-03 Lucas De Marchiindex: change license to LGPL
2011-12-03 Lucas De Marchiindex: mmap: add support for seaching with wildcards
2011-12-03 Lucas De Marchiindex: mmap: add support for searching
2011-12-03 Lucas De Marchiindex: mmap: open and close file
2011-12-03 Lucas De Marchiindex: use idx instead of index due to name clash
2011-12-02 Lucas De Marchiindex: follow libkmod coding style
2011-12-02 Lucas De MarchiRemove redundant comments
2011-12-02 Lucas De Marchiindex: remove unused functions
2011-11-30 Lucas De MarchiFix misspellings by use of codespell
2011-11-30 Lucas De MarchiImport index handling from module-init-tools