Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | directory: path must not be NULL | Max Kellermann | 2008-10-08 | 1 | -2/+2 | |
| | | | | | For the root directory, let's set path to an empty string. This saves a few checks. | |||||
* | directory: eliminate CamelCase | Max Kellermann | 2008-10-08 | 1 | -10/+9 | |
| | | | | CamelCase is ugly, rename the functions. | |||||
* | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-08 | 1 | -19/+26 | |
| | | | | Yet another CamelCase removal patch. | |||||
* | database: removed printDirectoryInfo() | Max Kellermann | 2008-10-08 | 1 | -10/+0 | |
| | | | | The same can be achieved with directory_print(db_get_directory()). | |||||
* | directory: moved code to database.c | Max Kellermann | 2008-10-08 | 1 | -0/+324 | |
Taming the directory.c monster, part II: move the database management stuff to database. directory.c should only contain code which works on directory objects. |