gitignore: ignore release files
[platform/upstream/kmod.git] / libkmod / libkmod-index.c
2015-02-28 Lucas De MarchiCheck return of fseek while reading index
2014-12-26 Lucas De MarchiRemove FSF mailing address
2014-11-15 Lucas De Marchilibkmod-index: move comment to include the includes
2014-11-15 Lucas De Marchilibkmod-index: remove invalid comment
2014-10-29 Lucas De Marchilibkmod-index: keep index and comments in .c
2014-10-11 Lucas De Marchishared: rename prefixes of strbuf functions
2014-10-11 Lucas De MarchiMove strbuf implementation to shared/
2014-10-03 Lucas De MarchiReorder and reorganize header files
2014-10-03 Lucas De MarchiMove generic util functions to shared directory
2014-10-03 Lucas De MarchiMove macro.h to shared directory
2014-09-04 Holger Obermaierlibkmod-index.c: Fix error message
2014-05-14 Leandro PereiraEnsure read_long() reads the correct number of bytes...
2014-05-14 Leandro PereiraBail out of index_mm_open() if fstat() fails
2013-07-04 Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-04-24 Lucas De Marchilibkmod-index: Return early if readroot failed
2013-02-19 Kees Cooklibkmod: fix address argument to mmap calls
2013-01-16 Lucas De MarchiUpdate copyright notices
2012-06-06 Lucas De Marchilibkmod-index: protect ourselves from corrupted indexes
2012-05-23 Lucas De Marchilibkmod-index: use generic function for unaligned access
2012-03-03 Lucas De MarchiFix wrong printf format string
2012-03-02 Lucas De Marchilibkmod-index: do not pre-populate mmap
2012-02-27 Lucas De Marchilibkmod-index: free node when we have only partial...
2012-02-27 Lucas De Marchilibkmod-module: fill builtin's name
2012-02-13 Lucas De Marchilibkmod-index: don't print an error if index doesn...
2012-02-01 Gustavo Sverzut... improve logging to mention context.
2012-01-17 Lucas De MarchiCheck if struct stat has mtim member
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-26 Cristian Rodríguezindex_file_open: fix another fd leak on error path.
2011-12-23 Cristian RodríguezFix leak on error path
2011-12-21 Gustavo Sverzut... Fix unaligned memory access
2011-12-17 Gustavo Sverzut... fix error handling path.
2011-12-16 Cristian RodríguezLibrary must use O_CLOEXEC whenever it opens file descr...
2011-12-12 Lucas De MarchiFix "Dereference of null pointer" as reported by llvm
2011-12-12 Lucas De MarchiChange licenses
2011-12-12 Lucas De MarchiMerge branch 'use-mmap'
2011-12-10 Gustavo Sverzut... index: fix memleak for non-matchin aliases.
2011-12-10 Gustavo Sverzut... index-mm: allocate values inline into node, strings...
2011-12-10 Gustavo Sverzut... index: cleanup header, move as much as possible to...
2011-12-10 Gustavo Sverzut... index-mm: no need to allocate prefix.
2011-12-10 Gustavo Sverzut... index-mm: fix memory access.
2011-12-08 Lucas De Marchiindex: mm: Add flag to open call to populate buffer
2011-12-08 Gustavo Sverzut... remove useless look checking for duplicates
2011-12-08 Gustavo Sverzut... index: avoid strlen() whenever possible.
2011-12-08 Gustavo Sverzut... reduce calls to realloc() if size did not change.
2011-12-08 Gustavo Sverzut... index: improve buffer management and reduce mallocs.
2011-12-03 Lucas De Marchiindex: change license to LGPL
2011-12-03 Lucas De Marchiindex: update copyrignt
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: add support for searching node
2011-12-03 Lucas De Marchiindex: mmap: read child node
2011-12-03 Lucas De Marchiindex: mmap: read root node
2011-12-03 Lucas De Marchiindex: mmap: create and destroy node
2011-12-03 Lucas De Marchiindex: mmap: open and close file
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-12-02 Lucas De Marchiindex: re-order functions so prototypes are not needed
2011-12-02 Lucas De MarchiRemove trailing whitespace
2011-12-02 Lucas De MarchiFix 'redundant redeclaration' warnings
2011-12-02 Lucas De MarchiFix 'old style declaration' warnings
2011-12-02 Lucas De MarchiClean 'shadowed declaration' warnings
2011-11-30 Lucas De MarchiRemove trailing whitespaces
2011-11-30 Lucas De MarchiImport index handling from module-init-tools