Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-18 | system/FatalError: remove GError support | Max Kellermann | 1 | -1/+0 | |
2014-02-18 | Main: disable inotify check without database | Max Kellermann | 1 | -0/+2 | |
Fix build failure. | |||||
2014-02-18 | Makefile.am: rename libdecoder_plugins.a to libdecoder.a | Max Kellermann | 1 | -22/+22 | |
2014-02-18 | Makefile.am: remove unused variable DECODER_SRC | Max Kellermann | 1 | -3/+0 | |
2014-02-18 | Makefile.am: disable test_icy_parser without CURL | Max Kellermann | 1 | -1/+6 | |
2014-02-17 | fs/TextFile: use custom allocation instead of GString | Max Kellermann | 1 | -3/+3 | |
2014-02-17 | Main: move code to db/Configured.cxx | Max Kellermann | 1 | -0/+1 | |
2014-02-12 | systemd: add socket activation files | Max Kellermann | 1 | -0/+1 | |
2014-02-09 | StorageCommands: expose the "mount" command | Max Kellermann | 1 | -0/+1 | |
2014-02-09 | CompositeStorage: new Storage implementation | Max Kellermann | 1 | -0/+1 | |
This is the backend for the upcoming "mount" command. | |||||
2014-02-09 | Main: move code to storage/Configured.cxx | Max Kellermann | 1 | -0/+1 | |
2014-02-08 | storage/nfs: new storage plugin | Max Kellermann | 1 | -0/+7 | |
2014-02-08 | input/nfs: move nfs_domain to lib/nfs/Domain.cxx | Max Kellermann | 1 | -0/+1 | |
2014-02-07 | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 1 | -0/+2 | |
2014-02-07 | Mapper: move check_directory() to the filesystem library | Max Kellermann | 1 | -0/+1 | |
2014-02-07 | Playlist{Any,Registry,Mapper}: move functions to PlaylistStream.cxx | Max Kellermann | 1 | -0/+1 | |
2014-02-07 | playlist/CloseSongEnumerator: new wrapper class | Max Kellermann | 1 | -0/+2 | |
Simplifies a lot of code, because we don't need to return both the SongEnumerator and the InputStream. | |||||
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 1 | -0/+1 | |
Replaces map_to_relative_path() from Mapper.cxx. | |||||
2014-02-06 | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 1 | -0/+1 | |
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately. | |||||
2014-02-06 | neighbor/smbclient: move smbclient_domain to lib/smbclient/Domain.cxx | Max Kellermann | 1 | -0/+1 | |
2014-02-06 | Makefile.am: add variable SMBCLIENT_SOURCES | Max Kellermann | 1 | -3/+6 | |
2014-02-06 | input/nfs: new plugin using libnfs | Max Kellermann | 1 | -0/+7 | |
2014-02-06 | storage/smbclient: Storage implementation using libsmbclient | Max Kellermann | 1 | -0/+9 | |
2014-02-05 | storage/local: move to src/storage/plugins/ | Max Kellermann | 1 | -1/+1 | |
2014-02-05 | storage: add abstract interface | Max Kellermann | 1 | -0/+1 | |
Prepare for the plugin interface. | |||||
2014-02-05 | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 1 | -0/+15 | |
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory. | |||||
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -1/+0 | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||||
2014-02-03 | SongLoader: new class that merges duplicate code | Max Kellermann | 1 | -0/+3 | |
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | |||||
2014-02-02 | ClientFile: move client_allow_file() into the Client class | Max Kellermann | 1 | -1/+1 | |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -37/+60 | |
2014-01-30 | db/update: convert to OO API | Max Kellermann | 1 | -9/+9 | |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | |||||
2014-01-30 | ExcludeList: move to db/update/ | Max Kellermann | 1 | -1/+1 | |
2014-01-29 | db/Directory: move isRootDirectory() to Uri.hxx | Max Kellermann | 1 | -0/+1 | |
Decouple command/OtherCommands.cxx from the "simple" database plugin. | |||||
2014-01-29 | output: move functions into the AudioOutput struct | Max Kellermann | 1 | -2/+2 | |
2014-01-28 | output: rename source files | Max Kellermann | 1 | -7/+7 | |
2014-01-28 | Makefile.am: make libneighbor.a conditional | Max Kellermann | 1 | -1/+2 | |
Fixes non-Linux build without neighbor plugins. | |||||
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 1 | -2/+2 | |
Another big chunk of code for multi-player support. | |||||
2014-01-27 | Makefile.am: build test/run_neighbor_explorer with AM_LDADD | Max Kellermann | 1 | -1/+1 | |
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 1 | -3/+3 | |
2014-01-27 | test/test_icy_parser: unit test for IcyMetaDataParser.cxx | Max Kellermann | 1 | -0/+11 | |
2014-01-27 | Makefile.am: remove "sparse" rule | Max Kellermann | 1 | -20/+0 | |
We're C++, and sparse understands only plain C. | |||||
2014-01-27 | Makefile.am: move test-suite.log back to base directory | Max Kellermann | 1 | -2/+0 | |
Was broken on out-of-tree builds. | |||||
2014-01-27 | configure.ac: move autoconf/automake helpers to build/ | Max Kellermann | 1 | -0/+2 | |
2014-01-27 | move systemd unit to directory systemd/ | Max Kellermann | 1 | -1/+1 | |
2014-01-27 | Makefile.am: fix "distcheck" | Max Kellermann | 1 | -3/+3 | |
2014-01-26 | neighbor/upnp: UPnP media server discovery | Max Kellermann | 1 | -0/+23 | |
2014-01-26 | upnp: initialize the client handle only once | Max Kellermann | 1 | -1/+1 | |
Eliminate class LibUPnP and move the code to ClientInit.cxx. Its initialization function can be called multiple times, but UpnpRegisterClient() is called at most once. | |||||
2014-01-26 | upnp: move library initialization to Init.cxx | Max Kellermann | 1 | -0/+1 | |
Allow calling UpnpGlobalInit() multiple times. | |||||
2014-01-26 | upnp: add class UpnpCallback | Max Kellermann | 1 | -0/+1 | |
Each Upnp*Async() call passes a new cookie pointer, and the cookie passed to UpnpRegisterClient() appears to be ignored. Using this interface is a more elegant approach than having one single "handler" function. | |||||
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 1 | -9/+13 | |