Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | output: move functions into the AudioOutput struct | Max Kellermann | 2014-01-29 | 1 | -2/+2 | |
| | ||||||
* | output: rename source files | Max Kellermann | 2014-01-28 | 1 | -7/+7 | |
| | ||||||
* | Makefile.am: make libneighbor.a conditional | Max Kellermann | 2014-01-28 | 1 | -1/+2 | |
| | | | | Fixes non-Linux build without neighbor plugins. | |||||
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -2/+2 | |
| | | | | Another big chunk of code for multi-player support. | |||||
* | Makefile.am: build test/run_neighbor_explorer with AM_LDADD | Max Kellermann | 2014-01-27 | 1 | -1/+1 | |
| | ||||||
* | Playlist{Info,Vector}: move to db/ | Max Kellermann | 2014-01-27 | 1 | -3/+3 | |
| | ||||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-27 | 1 | -0/+12 | |
|\ | ||||||
| * | test/test_icy_parser: unit test for IcyMetaDataParser.cxx | Max Kellermann | 2014-01-27 | 1 | -0/+11 | |
| | | ||||||
* | | Makefile.am: remove "sparse" rule | Max Kellermann | 2014-01-27 | 1 | -20/+0 | |
| | | | | | | | | We're C++, and sparse understands only plain C. | |||||
* | | Makefile.am: move test-suite.log back to base directory | Max Kellermann | 2014-01-27 | 1 | -2/+0 | |
| | | | | | | | | Was broken on out-of-tree builds. | |||||
* | | configure.ac: move autoconf/automake helpers to build/ | Max Kellermann | 2014-01-27 | 1 | -0/+2 | |
| | | ||||||
* | | move systemd unit to directory systemd/ | Max Kellermann | 2014-01-27 | 1 | -1/+1 | |
| | | ||||||
* | | Makefile.am: fix "distcheck" | Max Kellermann | 2014-01-27 | 1 | -3/+3 | |
| | | ||||||
* | | neighbor/upnp: UPnP media server discovery | Max Kellermann | 2014-01-26 | 1 | -0/+23 | |
| | | ||||||
* | | upnp: initialize the client handle only once | Max Kellermann | 2014-01-26 | 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. | |||||
* | | upnp: move library initialization to Init.cxx | Max Kellermann | 2014-01-26 | 1 | -0/+1 | |
| | | | | | | | | Allow calling UpnpGlobalInit() multiple times. | |||||
* | | upnp: add class UpnpCallback | Max Kellermann | 2014-01-26 | 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. | |||||
* | | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 2014-01-26 | 1 | -9/+13 | |
| | | ||||||
* | | Makefile.am: add DespotifyUtils.cxx to libinput.a and libplaylist_plugins.a | Max Kellermann | 2014-01-26 | 1 | -20/+6 | |
| | | | | | | | | Simplifies test program rules. | |||||
* | | Makefile.am: use $(MKDIR_P) | Max Kellermann | 2014-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 1 | -0/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin. | |||||
* | | input/smbclient: move code to lib/smbclient/Init.cxx | Max Kellermann | 2014-01-25 | 1 | -0/+1 | |
| | | ||||||
* | | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2014-01-24 | 1 | -9/+10 | |
| | | ||||||
* | | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 1 | -17/+17 | |
| | | ||||||
* | | Filter*: move to filter/ | Max Kellermann | 2014-01-24 | 1 | -22/+22 | |
| | | ||||||
* | | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -60/+60 | |
| | | ||||||
* | | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 1 | -3/+3 | |
| | | ||||||
* | | Win32Main: move to win32/ | Max Kellermann | 2014-01-24 | 1 | -6/+6 | |
| | | ||||||
* | | move daemonization code to unix/ | Max Kellermann | 2014-01-24 | 1 | -3/+3 | |
| | | ||||||
* | | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -23/+20 | |
| | | ||||||
* | | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -14/+14 | |
| | | ||||||
* | | Update*: move to update/ | Max Kellermann | 2014-01-24 | 1 | -17/+17 | |
| | | ||||||
* | | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -9/+9 | |
| | | ||||||
* | | Queue*: move to queue/ | Max Kellermann | 2014-01-24 | 1 | -5/+5 | |
| | | ||||||
* | | Zeroconf*: move to zeroconf/ | Max Kellermann | 2014-01-24 | 1 | -6/+6 | |
| | | ||||||
* | | archive/*: move to archive/plugins/ | Max Kellermann | 2014-01-24 | 1 | -12/+12 | |
| | | ||||||
* | | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -75/+75 | |
| | | ||||||
* | | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 1 | -38/+50 | |
| | | ||||||
* | | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -29/+31 | |
| | | ||||||
* | | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 1 | -18/+21 | |
| | | | | | | | | .. and move the plugins to src/encoder/plugins/. | |||||
* | | UPGRADING: remove obsolete file | Max Kellermann | 2014-01-23 | 1 | -1/+1 | |
| | | | | | | | | | | This file has been unmaintained for 5 years, and nowadays, MPD tries very hard to stay compatible with older versions. | |||||
* | | Makefile.am: always link test/dump_playlist with DetachedSong.cxx | Max Kellermann | 2014-01-23 | 1 | -1/+1 | |
| | | | | | | | | Fixes linker failure. | |||||
* | | DetachedSong: un-inline the destructor | Max Kellermann | 2014-01-23 | 1 | -0/+3 | |
| | | | | | | | | Reduce bloat. | |||||
* | | db/upnp: un-inline a few destructors | Max Kellermann | 2014-01-23 | 1 | -1/+1 | |
| | | | | | | | | Reduce bloat. | |||||
* | | thread/Name: set thread names | Max Kellermann | 2014-01-23 | 1 | -0/+1 | |
| | | | | | | | | For debugging. | |||||
* | | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | 2014-01-22 | 1 | -0/+1 | |
| | | ||||||
* | | test: add unit test for playlist_check_translate_song() | Max Kellermann | 2014-01-21 | 1 | -0/+16 | |
| | | ||||||
* | | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -0/+1 | |
| | | | | | | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||||
* | | db/upnp: add UpnpMakeAction() helper function | Max Kellermann | 2014-01-18 | 1 | -0/+1 | |
| | | ||||||
* | | Daemon: move code to class PidFile | Max Kellermann | 2014-01-18 | 1 | -0/+1 | |
| | |