| Commit message (Expand) | Author | Age | Files | Lines |
* | Main: disable inotify check without database | Max Kellermann | 2014-02-18 | 1 | -5/+6 |
* | Main: initialize Database before Storage | Max Kellermann | 2014-02-17 | 1 | -5/+12 |
* | Main: move code to InitDatabaseAndStorage() | Max Kellermann | 2014-02-17 | 1 | -6/+12 |
* | Main: move code to db/Configured.cxx | Max Kellermann | 2014-02-17 | 1 | -39/+11 |
* | Main: check if database exists before attempting to close it | Max Kellermann | 2014-02-17 | 1 | -2/+5 |
* | db/DatabaseSimple: remove obsolete header | Max Kellermann | 2014-02-17 | 1 | -1/+0 |
* | Main: wrap the Storage instance in CompositeStorage | Max Kellermann | 2014-02-09 | 1 | -2/+11 |
* | Main: move code to storage/Configured.cxx | Max Kellermann | 2014-02-09 | 1 | -29/+3 |
* | Main: support arbitrary storage plugins | Max Kellermann | 2014-02-08 | 1 | -0/+12 |
* | storage/local: remove utf8 path from constructor | Max Kellermann | 2014-02-07 | 1 | -4/+1 |
* | Main: move storage initialization to InitStorage() | Max Kellermann | 2014-02-07 | 1 | -20/+27 |
* | Mapper: obtain music directory from Storage | Max Kellermann | 2014-02-07 | 1 | -1/+1 |
* | Main: check the music directory | Max Kellermann | 2014-02-07 | 1 | -1/+4 |
* | Main: chop separators from music directory | Max Kellermann | 2014-02-07 | 1 | -0/+3 |
* | Main: create Storage instance in glue_mapper_init() | Max Kellermann | 2014-02-07 | 1 | -5/+12 |
* | Main: allow playlist directory without music directory | Max Kellermann | 2014-02-07 | 1 | -4/+1 |
* | InotifyUpdate: use class Storage instead of Mapper.cxx | Max Kellermann | 2014-02-07 | 1 | -1/+4 |
* | storage/local: hide the class declarations | Max Kellermann | 2014-02-07 | 1 | -2/+2 |
* | storage/local: move to src/storage/plugins/ | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
* | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 2014-02-05 | 1 | -0/+4 |
* | Main: remove unused global variable "main_thread" | Max Kellermann | 2014-02-05 | 1 | -4/+0 |
* | Instance: add attribute "event_loop" | Max Kellermann | 2014-02-05 | 1 | -14/+16 |
* | MixerPlugin: add EventLoop& init() parameter | Max Kellermann | 2014-02-05 | 1 | -1/+2 |
* | event/Loop: remove the dummy constructor argument | Max Kellermann | 2014-02-05 | 1 | -1/+1 |
* | db/update/Service: use DatabaseListener instead of Instance | Max Kellermann | 2014-02-04 | 1 | -1/+1 |
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -7/+11 |
* | Main: create UpdateService instance in glue_db_init_and_load() | Max Kellermann | 2014-02-04 | 1 | -5/+6 |
* | db/update/Service: add SimpleDatabase reference | Max Kellermann | 2014-02-04 | 1 | -1/+2 |
* | Main: don't measure DatabaseGlobalDeinit() time | Max Kellermann | 2014-02-01 | 1 | -4/+0 |
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -3/+20 |
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -6/+11 |
* | Main, OutputThread: increase kernel timer slack (Linux) | Max Kellermann | 2014-01-30 | 1 | -0/+5 |
* | InotifyUpdate: pass EventLoop to mpd_inotify_init() | Max Kellermann | 2014-01-29 | 1 | -1/+2 |
* | Listen: pass EventLoop to listen_global_init() | Max Kellermann | 2014-01-29 | 1 | -1/+1 |
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -4/+2 |
* | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 1 | -0/+30 |
* | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -4/+4 |
* | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | move daemonization code to unix/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
* | Update*: move to update/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -4/+4 |
* | Zeroconf*: move to zeroconf/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | archive/*: move to archive/plugins/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
* | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -1/+1 |
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -1/+1 |
* | Main: glue_mapper_init() returns true if GetUserMusicDir() fails | Max Kellermann | 2014-01-22 | 1 | -1/+1 |