aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* directory: always maintain sorted properties vectorsEric Wong2008-10-121-4/+0
* directory: make music_root global and avoid runtime initializationEric Wong2008-10-121-22/+6
* directory: don't use identical struct and variable namesEric Wong2008-10-111-10/+9
* update: job ID must be positiveMax Kellermann2008-10-111-1/+1
* update: don't export updateDirectory()Max Kellermann2008-10-111-1/+9
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-111-0/+1
* database: removed local variable bufferSizeMax Kellermann2008-10-111-3/+2
* database: simplify db_load()Max Kellermann2008-10-111-47/+42
* directory: path must not be NULLMax Kellermann2008-10-111-2/+2
* directory: eliminate CamelCaseMax Kellermann2008-10-111-9/+9
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-111-17/+17
* database: removed printDirectoryInfo()Max Kellermann2008-10-111-9/+0
* directory: moved code to database.cMax Kellermann2008-10-111-0/+321