index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database.c
Age
Commit message (
Expand
)
Author
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-02
directory: directory_load() returns GError
Max Kellermann
2009-03-02
database: db_load() returns GError
Max Kellermann
2009-03-02
database: no CamelCase
Max Kellermann
2009-02-27
directory: moved DIRECTORY_* string constants
Max Kellermann
2009-02-12
database: don't load database after charset was reconfigured
Max Kellermann
2009-01-25
database: eliminate "goto" usage
Max Kellermann
2009-01-25
use g_free() instead of free()
Max Kellermann
2009-01-18
mapper: make the music_directory optional
Max Kellermann
2009-01-18
database: pass database file name to db_init()
Max Kellermann
2009-01-17
conf: replaced getConfigParamValue() with config_get_string()
Max Kellermann
2009-01-17
conf: no CamelCase, part I
Max Kellermann
2009-01-04
database: use stdbool
Max Kellermann
2009-01-04
database: db_init() initializes library, does not update
Max Kellermann
2009-01-04
stats: added stats_update()
Max Kellermann
2009-01-04
don't exit after --create-db
Max Kellermann
2009-01-02
database: use GLib instead of utils.h
Max Kellermann
2009-01-01
event_pipe: added pipe_event enum and callbacks
Max Kellermann
2009-01-01
event_pipe: renamed functions from main_notify_* to event_pipe_*
Max Kellermann
2009-01-01
main_notify: renamed source to event_pipe.c
Max Kellermann
2008-12-29
database: use GLib logging
Max Kellermann
2008-12-29
removed os_compat.h
Max Kellermann
2008-12-28
utils: removed myFgets()
Max Kellermann
2008-11-05
path: no CamelCase
Max Kellermann
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
2008-10-20
path: replaced parent_path() with g_path_get_dirname()
Max Kellermann
2008-10-09
update: make the job id unsigned
Max Kellermann
2008-10-09
update: job ID must be positive
Max Kellermann
2008-10-09
update: don't export updateDirectory()
Max Kellermann
2008-10-09
database: renamed get_get_song() to db_get_song()
Max Kellermann
2008-10-09
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
2008-10-09
database: removed local variable bufferSize
Max Kellermann
2008-10-09
database: simplify db_load()
Max Kellermann
2008-10-08
directory: path must not be NULL
Max Kellermann
2008-10-08
directory: eliminate CamelCase
Max Kellermann
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
2008-10-08
database: removed printDirectoryInfo()
Max Kellermann
2008-10-08
directory: moved code to database.c
Max Kellermann