]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod
update TODO
[thirdparty/kmod.git] / libkmod /
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-10  Gustavo Sverzut... kmod_load_resources: use proper full path to binary...
2011-12-10  Gustavo Sverzut... kmod_lookup_alias_from_alias_bin: debug message for...
2011-12-10  Gustavo Sverzut... kmod_search_moddep: reorder to avoid creating path...
2011-12-10  Gustavo Sverzut... fix snprintf usage.
2011-12-09  Lucas De MarchiUse alias/symbol index_mm if it's open
2011-12-09  Lucas De MarchiPass enum around instead of filename
2011-12-09  Lucas De MarchiUse index_mm if it's open for moddep search
2011-12-09  Lucas De MarchiDo not allocate path for known places an close resource...
2011-12-08  Lucas De MarchiLoad and unload resources
2011-12-08  Lucas De Marchiindex: mm: Add flag to open call to populate buffer
2011-12-08  Lucas De MarchiRefactor index file handling
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-08  Gustavo Sverzut... fix path handling at dependencies parsing.
2011-12-08  Gustavo Sverzut... NULL safety in public places, allows disable logging.
2011-12-08  Gustavo Sverzut... log: give log function its data instead of kmod_ctx.
2011-12-08  Gustavo Sverzut... modname_normalize: fix const and buffer overflow.
2011-12-08  Lucas De Marchikmod_loaded: document exported function
2011-12-08  Lucas De Marchikmod_list: document exported functions
2011-12-08  Gustavo Sverzut... kmod_module: Remove const from path
2011-12-08  Gustavo Sverzut... add kmod_module_get_filtered_blacklist()
2011-12-08  Lucas De MarchiOnly search path in moddep if it's not already set
2011-12-08  Lucas De MarchiFix abs path helper function
2011-12-07  Lucas De Marchikmod_module: treat module creation by path with same...
2011-12-07  Lucas De Marchikmod_module: store absolute path when creating module...
2011-12-07  Lucas De MarchiAdd helper path_make_absolute_cwd()
2011-12-07  Lucas De MarchiAdd helper path_is_absolute()
2011-12-07  Lucas De Marchikmod_config: parse install and remove commands
2011-12-07  Lucas De Marchikmod_config: parse module options
2011-12-07  Lucas De MarchiAdd helper strchr_replace()
2011-12-07  Lucas De MarchiUse streq() when possible
2011-12-06  Lucas De MarchiSplit function so we don't call basename() unnecessarily
2011-12-06  Lucas De MarchiMaintain a pool of modules alive
2011-12-06  Lucas De Marchikmod_config: optimize config files handling
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-06  Lucas De Marchikmod_module: normalize module name
2011-12-06  Lucas De Marchikmod_module: get path on demand
2011-12-06  Lucas De Marchikmod_module: parse dependencies on demand
2011-12-06  Lucas De MarchiSplit function to search moddep file
2011-12-06  Lucas De Marchikmod_module: return a new list and increase ref of...
2011-12-06  Lucas De MarchiFix missing parenthesis in macro
2011-12-05  Gustavo Sverzut... Add simple hash implementation
2011-12-05  Lucas De Marchikmod_module: inline name and make it always available
2011-12-05  Gustavo Sverzut... kmod_alias: reduce from 3 mallocs to a single one.
2011-12-05  Lucas De MarchiUse readdir_r in kmod_module_get_sections()
2011-12-05  Lucas De MarchiUse readdir_r in kmod_module_get_holders()
2011-12-05  Lucas De MarchiAdd padding to enum to make sure it's an int
2011-12-05  Lucas De MarchiInline foreach macro for internal usage
2011-12-04  Gustavo Sverzut... no more kmod_loaded and kmod_loaded_module.
2011-12-04  Gustavo Sverzut... kmod_module: extended information gathering.
2011-12-04  Gustavo Sverzut... kmod_module_get_module: safety against NULL pointers
2011-12-04  Gustavo Sverzut... module refcount should start at 1.
2011-12-04  Gustavo Sverzut... fix missing ")".
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 MarchiAdd memdup() helper
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-03  Lucas De MarchiFix some coding style issues
2011-12-03  Gustavo Sverzut... improve kmod_config api.
2011-12-03  Gustavo Sverzut... reorder struct fields to avoid holes, improving packing
2011-12-03  Lucas De MarchiFix extra attribute
2011-12-03  Gustavo Sverzut... improve compiler warnings and checks for internal funct...
2011-12-03  Gustavo Sverzut... improve "const" keyword usage.
2011-12-02  Lucas De MarchiDrop configurations from /usr/local
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 MarchiFix missing return
2011-12-02  Lucas De MarchiClean 'unused variable' warnings
2011-12-02  Lucas De MarchiClean 'shadowed declaration' warnings
2011-12-02  Lucas De MarchiClean 'shadowed declaration' warnings
2011-12-02  Lucas De MarchiClean 'no previous prototype' warning
2011-12-02  Lucas De MarchiUse fstat() instead of stat() when possible
2011-12-01  Lucas De MarchiAdd fucntion to API to get dependencies
2011-12-01  Lucas De MarchiUse strtok_r insteat of strtok
2011-12-01  Lucas De MarchiAdd dependencies when module is create by name lookup
2011-12-01  Lucas De MarchiAdd dependency list to kmod_module
2011-12-01  Lucas De MarchiAdd missing newlines
2011-12-01  Lucas De MarchiAllow path_to_modname to operate locally withou alloc
next