aboutsummaryrefslogtreecommitdiffstats
path: root/src/database.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-281-2/+2
* path: replaced parent_path() with g_path_get_dirname()Max Kellermann2008-10-201-4/+7
* update: make the job id unsignedMax Kellermann2008-10-091-1/+1
* update: job ID must be positiveMax Kellermann2008-10-091-1/+1
* update: don't export updateDirectory()Max Kellermann2008-10-091-1/+13
* database: renamed get_get_song() to db_get_song()Max Kellermann2008-10-091-2/+2
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-091-0/+1
* database: removed local variable bufferSizeMax Kellermann2008-10-091-3/+2
* database: simplify db_load()Max Kellermann2008-10-091-47/+42
* directory: path must not be NULLMax Kellermann2008-10-081-2/+2
* directory: eliminate CamelCaseMax Kellermann2008-10-081-10/+9
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-19/+26
* database: removed printDirectoryInfo()Max Kellermann2008-10-081-10/+0
* directory: moved code to database.cMax Kellermann2008-10-081-0/+324