summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-07Mapper: remove unused function map_song_fs()Max Kellermann
2014-02-07DecoderThread: use only DetachedSong::GetRealURI()Max Kellermann
2014-02-07DecoderThread: pass Path object around for local song filesMax Kellermann
2014-02-07SongUpdate: pass Storage to UpdateFileInArchive()Max Kellermann
2014-02-07PlaylistSave: use DetachedSong::GetRealURI() in playlist_print_song()Max Kellermann
2014-02-07FileCommands: support remove database filesMax Kellermann
2014-02-07FileCommands: use Storage::MapFS() instead of map_uri_fs()Max Kellermann
2014-02-07FileCommands: move code to read_file_comments()Max Kellermann
2014-02-07fixed possible format_context not closed in ffmpeg_decodegeneticdrift
2014-02-07storage/local: hide the class declarationsMax Kellermann
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann
2014-02-07Mapper: convert IsInDatabase() check to assertion in map_song_detach()Max Kellermann
2014-02-07Merge tag 'release-0.18.8'Max Kellermann
2014-02-07release v0.18.8v0.18.8Max Kellermann
2014-02-07NEWS: fix 0.18.7 release yearMax Kellermann
2014-02-06pcm/FallbackResampler: add missing ConstBuffer<T>::ToVoid() callMax Kellermann
2014-02-06fixed leaked LocalDirectoryReader *const reader in UpdateWalk::UpdateDirectorygeneticdrift
2014-02-06*/smbclient: protect all libsmbclient calls with a mutexMax Kellermann
2014-02-06neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxxMax Kellermann
2014-02-06Makefile.am: add variable SMBCLIENT_SOURCESMax Kellermann
2014-02-06doc/user: document the RoarAudio output pluginMax Kellermann
2014-02-06configure.ac: link the Vorbis encoder with libvorbisMax Kellermann
2014-02-06mixer/Plugin: pass AudioOutput reference to init()Max Kellermann
2014-02-06MixerPlugin: convert function pointers to Mixer virtual methodsMax Kellermann
2014-02-06Mixer: delete the implicit copy constructorMax Kellermann
2014-02-06Mixer: make the constructor "explicit"Max Kellermann
2014-02-06mixer/software: use IgnoreError()Max Kellermann
2014-02-06SongUpdate: use the Storage interface, support remote filesMax Kellermann
2014-02-06SongUpdate: make variables more localMax Kellermann
2014-02-06input/nfs: new plugin using libnfsMax Kellermann
2014-02-06doc/user: sort input pluginsMax Kellermann
2014-02-06storage/smbclient: Storage implementation using libsmbclientMax Kellermann
2014-02-06Instance: narrow "storage" to class StorageMax Kellermann
2014-02-05storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann
2014-02-05storage/Interface: explicitly delete copy constructorsMax Kellermann
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann
2014-02-05db/update: include StorageInterface.hxx instead of LocalStorage.hxxMax Kellermann
2014-02-05storage: add abstract interfaceMax Kellermann
2014-02-05db/UpdateWalk: move LocalStorage to InstanceMax Kellermann
2014-02-05db/update/Remove: initialize attribute "removed_song"Max Kellermann
2014-02-05Mixer: use reference instead of pointer for MixerPluginMax Kellermann
2014-02-05Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann
2014-02-05Main: remove unused global variable "main_thread"Max Kellermann
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann
2014-02-05db/UpdateIO: add "pure" attributesMax Kellermann
2014-02-05db/UpdateGlue: relax assertionMax Kellermann
2014-02-05Instance: add attribute "event_loop"Max Kellermann
2014-02-05MixerPlugin: add EventLoop& init() parameterMax Kellermann
2014-02-05event/Loop: remove the dummy constructor argumentMax Kellermann
2014-02-05test/ShutdownHandler: make the constructor "explicit"Max Kellermann