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
/
DatabaseGlue.cxx
Age
Commit message (
Expand
)
Author
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-15
Client, ...: remove unnecessary glib.h include
Max Kellermann
2013-10-02
Stats: rename stats.h to Stats.hxx
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-05
conf.h: remove obsolete header
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-08-10
db_error: convert to C++
Max Kellermann
2013-08-04
DatabasePlugin: pass config_param reference
Max Kellermann
2013-01-29
require GLib 2.24
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
2013-01-03
Directory: rename struct directory to Directory
Max Kellermann
2013-01-03
database.h: rename to DatabaseSimple.hxx
Max Kellermann
2013-01-03
database.h: move prototypes to DatabaseGlue.hxx
Max Kellermann
2013-01-03
database.h: eliminate db_*_song()
Max Kellermann
2013-01-02
Directory: turn functions to methods
Max Kellermann
2013-01-02
Directory: make the header C++ only
Max Kellermann
2013-01-02
db_save, state_file: convert to C++
Max Kellermann
2013-01-02
configure.ac: disable C++ RTTI
Max Kellermann
2012-08-22
Database*: fix nullptr dereference when no database is configured
Max Kellermann
2012-08-16
DatabasePlugin: add method ReturnSong()
Max Kellermann
2012-08-15
db_visitor: delete obsolete header
Max Kellermann
2012-08-08
DatabaseGlue: look up the database plugin
Max Kellermann
2012-08-08
DatabaseGlue: pass block to db_init()
Max Kellermann
2012-08-08
DatabaseGlue: add function db_is_simple()
Max Kellermann
2012-08-07
db_selection: rename to DatabaseSelection
Max Kellermann
2012-08-02
DatabaseGlue: remove db_walk(), db_visit()
Max Kellermann
2012-08-02
DatabaseGlue: add function GetDatabase()
Max Kellermann
2012-08-01
db_plugin: convert to C++
Max Kellermann