summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2014-01-29output: move functions into the AudioOutput structMax Kellermann
2014-01-28output: rename source filesMax Kellermann
2014-01-28Makefile.am: make libneighbor.a conditionalMax Kellermann
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann
2014-01-27Makefile.am: build test/run_neighbor_explorer with AM_LDADDMax Kellermann
2014-01-27Playlist{Info,Vector}: move to db/Max Kellermann
2014-01-27Merge branch 'v0.18.x'Max Kellermann
2014-01-27test/test_icy_parser: unit test for IcyMetaDataParser.cxxMax Kellermann
2014-01-27Makefile.am: remove "sparse" ruleMax Kellermann
2014-01-27Makefile.am: move test-suite.log back to base directoryMax Kellermann
2014-01-27configure.ac: move autoconf/automake helpers to build/Max Kellermann
2014-01-27move systemd unit to directory systemd/Max Kellermann
2014-01-27Makefile.am: fix "distcheck"Max Kellermann
2014-01-26neighbor/upnp: UPnP media server discoveryMax Kellermann
2014-01-26upnp: initialize the client handle only onceMax Kellermann
2014-01-26upnp: move library initialization to Init.cxxMax Kellermann
2014-01-26upnp: add class UpnpCallbackMax Kellermann
2014-01-26db/upnp: move generic code to lib/upnp/Max Kellermann
2014-01-26Makefile.am: add DespotifyUtils.cxx to libinput.a and libplaylist_plugins.aMax Kellermann
2014-01-26Makefile.am: use $(MKDIR_P)Max Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
2014-01-25input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann
2014-01-24Mixer*: move to mixer/Max Kellermann
2014-01-24Filter*: move to filter/Max Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Sticker*: move to sticker/Max Kellermann
2014-01-24Win32Main: move to win32/Max Kellermann
2014-01-24move daemonization code to unix/Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Client*: move to client/Max Kellermann
2014-01-24Update*: move to update/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-24Queue*: move to queue/Max Kellermann
2014-01-24Zeroconf*: move to zeroconf/Max Kellermann
2014-01-24archive/*: move to archive/plugins/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-23output/*: move to output/plugins/Max Kellermann
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann
2014-01-23UPGRADING: remove obsolete fileMax Kellermann
2014-01-23Makefile.am: always link test/dump_playlist with DetachedSong.cxxMax Kellermann
2014-01-23DetachedSong: un-inline the destructorMax Kellermann
2014-01-23db/upnp: un-inline a few destructorsMax Kellermann
2014-01-23thread/Name: set thread namesMax Kellermann
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann
2014-01-21test: add unit test for playlist_check_translate_song()Max Kellermann
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann
2014-01-18db/upnp: add UpnpMakeAction() helper functionMax Kellermann
2014-01-18Daemon: move code to class PidFileMax Kellermann