]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-index.c
improve logging to mention context.
[thirdparty/kmod.git] / libkmod / libkmod-index.c
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