summaryrefslogtreecommitdiff
path: root/lib/init.c
Commit message (Expand)AuthorAgeFilesLines
* Introduced API for selection of access methods.Martin Mares2008-02-121-0/+22
* Moved functions related to parameters to params.c.Martin Mares2008-02-121-89/+15
* Renamed `net.cache_path' to `net.cache_name', it's more logical.Martin Mares2008-02-121-1/+1
* Parameters now have help texts.Martin Mares2008-02-121-3/+4
* Settings of the resolving and caching mechanism are now passed as parameters.Martin Mares2008-02-121-6/+16
* Added a simple infrastructure for setting of arbitrary parameters.Martin Mares2008-02-121-1/+74
* Moved functions related to initialization and cleanup to init.c.Martin Mares2008-02-121-0/+192