summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-config.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Change licensesLucas De Marchi1-1/+2
2011-12-12Use true/false for bool returnLucas De Marchi1-5/+5
2011-12-12Directories inside config directories are not supportedLucas De Marchi1-3/+12
2011-12-12Do not stat() dir twiceLucas De Marchi1-20/+7
2011-12-12Fix leak of DIRLucas De Marchi1-3/+0
2011-12-12coding style: be consistent with blank linesLucas De Marchi1-0/+2
2011-12-12coding style: fix lines over 80 charsLucas De Marchi1-5/+8
2011-12-11API-BREAK: kmod_new() takes a second parameter for configuration directory.Gustavo Sverzut Barbieri1-21/+31
2011-12-11export module's options and commands.Gustavo Sverzut Barbieri1-0/+20
2011-12-07kmod_config: parse install and remove commandsLucas De Marchi1-2/+81
2011-12-07kmod_config: parse module optionsLucas De Marchi1-1/+61
2011-12-07Use streq() when possibleLucas De Marchi1-9/+9
2011-12-06kmod_config: optimize config files handlingLucas De Marchi1-61/+83
2011-12-05kmod_alias: reduce from 3 mallocs to a single one.Gustavo Sverzut Barbieri1-10/+7
2011-12-03Fix some coding style issuesLucas De Marchi1-2/+3
2011-12-03improve kmod_config api.Gustavo Sverzut Barbieri1-26/+59
2011-12-03improve "const" keyword usage.Gustavo Sverzut Barbieri1-3/+3
2011-12-02Drop configurations from /usr/localLucas De Marchi1-1/+0
2011-12-02Clean 'unused variable' warningsLucas De Marchi1-3/+2
2011-12-01Use strtok_r insteat of strtokLucas De Marchi1-5/+5
2011-11-30Add getters for aliasesLucas De Marchi1-0/+10
2011-11-30Use underscores() in module names and aliasesLucas De Marchi1-2/+4
2011-11-29Parse blacklists in config filesLucas De Marchi1-2/+35
2011-11-29Add support for parsing config filesLucas De Marchi1-0/+254