Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
e199c33c
Commit
e199c33c
authored
Jan 24, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Client*: move to client/
parent
08296cd6
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
43 additions
and
43 deletions
+43
-43
Makefile.am
Makefile.am
+14
-14
DatabasePrint.cxx
src/DatabasePrint.cxx
+1
-1
Listen.cxx
src/Listen.cxx
+1
-1
Main.cxx
src/Main.cxx
+2
-2
PlaylistPrint.cxx
src/PlaylistPrint.cxx
+1
-1
SongPrint.cxx
src/SongPrint.cxx
+1
-1
Stats.cxx
src/Stats.cxx
+1
-1
StickerPrint.cxx
src/StickerPrint.cxx
+1
-1
TagPrint.cxx
src/TagPrint.cxx
+1
-1
TimePrint.cxx
src/TimePrint.cxx
+1
-1
Client.cxx
src/client/Client.cxx
+0
-0
Client.hxx
src/client/Client.hxx
+0
-0
ClientEvent.cxx
src/client/ClientEvent.cxx
+0
-0
ClientExpire.cxx
src/client/ClientExpire.cxx
+0
-0
ClientFile.cxx
src/client/ClientFile.cxx
+0
-0
ClientFile.hxx
src/client/ClientFile.hxx
+0
-0
ClientGlobal.cxx
src/client/ClientGlobal.cxx
+0
-0
ClientIdle.cxx
src/client/ClientIdle.cxx
+0
-0
ClientInternal.hxx
src/client/ClientInternal.hxx
+0
-0
ClientList.cxx
src/client/ClientList.cxx
+0
-0
ClientList.hxx
src/client/ClientList.hxx
+0
-0
ClientMessage.cxx
src/client/ClientMessage.cxx
+0
-0
ClientMessage.hxx
src/client/ClientMessage.hxx
+0
-0
ClientNew.cxx
src/client/ClientNew.cxx
+0
-0
ClientProcess.cxx
src/client/ClientProcess.cxx
+0
-0
ClientRead.cxx
src/client/ClientRead.cxx
+0
-0
ClientSubscribe.cxx
src/client/ClientSubscribe.cxx
+0
-0
ClientWrite.cxx
src/client/ClientWrite.cxx
+0
-0
AllCommands.cxx
src/command/AllCommands.cxx
+1
-1
CommandListBuilder.cxx
src/command/CommandListBuilder.cxx
+1
-1
DatabaseCommands.cxx
src/command/DatabaseCommands.cxx
+1
-1
FileCommands.cxx
src/command/FileCommands.cxx
+2
-2
MessageCommands.cxx
src/command/MessageCommands.cxx
+2
-2
OtherCommands.cxx
src/command/OtherCommands.cxx
+2
-2
PlayerCommands.cxx
src/command/PlayerCommands.cxx
+1
-1
PlaylistCommands.cxx
src/command/PlaylistCommands.cxx
+1
-1
QueueCommands.cxx
src/command/QueueCommands.cxx
+2
-2
TagCommands.cxx
src/command/TagCommands.cxx
+1
-1
DecoderPrint.cxx
src/decoder/DecoderPrint.cxx
+1
-1
ls.cxx
src/ls.cxx
+1
-1
OutputPrint.cxx
src/output/OutputPrint.cxx
+1
-1
Result.cxx
src/protocol/Result.cxx
+1
-1
QueuePrint.cxx
src/queue/QueuePrint.cxx
+1
-1
No files found.
Makefile.am
View file @
e199c33c
...
...
@@ -133,20 +133,20 @@ src_mpd_SOURCES = \
src/update/UpdateContainer.cxx src/update/UpdateContainer.hxx
\
src/update/UpdateInternal.hxx
\
src/update/UpdateRemove.cxx src/update/UpdateRemove.hxx
\
src/
Client.cxx src
/Client.hxx
\
src/ClientInternal.hxx
\
src/ClientEvent.cxx
\
src/ClientExpire.cxx
\
src/ClientGlobal.cxx
\
src/ClientIdle.cxx
\
src/
ClientList.cxx src
/ClientList.hxx
\
src/ClientNew.cxx
\
src/ClientProcess.cxx
\
src/ClientRead.cxx
\
src/ClientWrite.cxx
\
src/
ClientMessage.cxx src
/ClientMessage.hxx
\
src/ClientSubscribe.cxx
\
src/
ClientFile.cxx src
/ClientFile.hxx
\
src/
client/Client.cxx src/client
/Client.hxx
\
src/
client/
ClientInternal.hxx
\
src/
client/
ClientEvent.cxx
\
src/
client/
ClientExpire.cxx
\
src/
client/
ClientGlobal.cxx
\
src/
client/
ClientIdle.cxx
\
src/
client/ClientList.cxx src/client
/ClientList.hxx
\
src/
client/
ClientNew.cxx
\
src/
client/
ClientProcess.cxx
\
src/
client/
ClientRead.cxx
\
src/
client/
ClientWrite.cxx
\
src/
client/ClientMessage.cxx src/client
/ClientMessage.hxx
\
src/
client/
ClientSubscribe.cxx
\
src/
client/ClientFile.cxx src/client
/ClientFile.hxx
\
src/Listen.cxx src/Listen.hxx
\
src/LogInit.cxx src/LogInit.hxx
\
src/LogBackend.cxx src/LogBackend.hxx
\
...
...
src/DatabasePrint.cxx
View file @
e199c33c
...
...
@@ -23,7 +23,7 @@
#include "SongFilter.hxx"
#include "SongPrint.hxx"
#include "TimePrint.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "tag/Tag.hxx"
#include "LightSong.hxx"
#include "LightDirectory.hxx"
...
...
src/Listen.cxx
View file @
e199c33c
...
...
@@ -21,7 +21,7 @@
#include "Listen.hxx"
#include "Main.hxx"
#include "Instance.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "config/ConfigData.hxx"
#include "config/ConfigGlobal.hxx"
#include "config/ConfigOption.hxx"
...
...
src/Main.cxx
View file @
e199c33c
...
...
@@ -32,8 +32,8 @@
#include "DatabaseSimple.hxx"
#include "Permission.hxx"
#include "Listen.hxx"
#include "Client.hxx"
#include "ClientList.hxx"
#include "
client/
Client.hxx"
#include "
client/
ClientList.hxx"
#include "command/AllCommands.hxx"
#include "Partition.hxx"
#include "Volume.hxx"
...
...
src/PlaylistPrint.cxx
View file @
e199c33c
...
...
@@ -25,7 +25,7 @@
#include "SongPrint.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "InputStream.hxx"
#include "DetachedSong.hxx"
#include "fs/Traits.hxx"
...
...
src/SongPrint.cxx
View file @
e199c33c
...
...
@@ -24,7 +24,7 @@
#include "TimePrint.hxx"
#include "TagPrint.hxx"
#include "Mapper.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "util/UriUtil.hxx"
#define SONG_FILE "file: "
...
...
src/Stats.cxx
View file @
e199c33c
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "Stats.hxx"
#include "PlayerControl.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "DatabaseSelection.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"
...
...
src/StickerPrint.cxx
View file @
e199c33c
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "StickerPrint.hxx"
#include "StickerDatabase.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
void
sticker_print_value
(
Client
&
client
,
...
...
src/TagPrint.cxx
View file @
e199c33c
...
...
@@ -21,7 +21,7 @@
#include "TagPrint.hxx"
#include "tag/Tag.hxx"
#include "tag/TagSettings.h"
#include "Client.hxx"
#include "
client/
Client.hxx"
#define SONG_TIME "Time: "
...
...
src/TimePrint.cxx
View file @
e199c33c
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "TimePrint.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
void
time_print
(
Client
&
client
,
const
char
*
name
,
time_t
t
)
...
...
src/Client.cxx
→
src/
client/
Client.cxx
View file @
e199c33c
File moved
src/Client.hxx
→
src/
client/
Client.hxx
View file @
e199c33c
File moved
src/ClientEvent.cxx
→
src/
client/
ClientEvent.cxx
View file @
e199c33c
File moved
src/ClientExpire.cxx
→
src/
client/
ClientExpire.cxx
View file @
e199c33c
File moved
src/ClientFile.cxx
→
src/
client/
ClientFile.cxx
View file @
e199c33c
File moved
src/ClientFile.hxx
→
src/
client/
ClientFile.hxx
View file @
e199c33c
File moved
src/ClientGlobal.cxx
→
src/
client/
ClientGlobal.cxx
View file @
e199c33c
File moved
src/ClientIdle.cxx
→
src/
client/
ClientIdle.cxx
View file @
e199c33c
File moved
src/ClientInternal.hxx
→
src/
client/
ClientInternal.hxx
View file @
e199c33c
File moved
src/ClientList.cxx
→
src/
client/
ClientList.cxx
View file @
e199c33c
File moved
src/ClientList.hxx
→
src/
client/
ClientList.hxx
View file @
e199c33c
File moved
src/ClientMessage.cxx
→
src/
client/
ClientMessage.cxx
View file @
e199c33c
File moved
src/ClientMessage.hxx
→
src/
client/
ClientMessage.hxx
View file @
e199c33c
File moved
src/ClientNew.cxx
→
src/
client/
ClientNew.cxx
View file @
e199c33c
File moved
src/ClientProcess.cxx
→
src/
client/
ClientProcess.cxx
View file @
e199c33c
File moved
src/ClientRead.cxx
→
src/
client/
ClientRead.cxx
View file @
e199c33c
File moved
src/ClientSubscribe.cxx
→
src/
client/
ClientSubscribe.cxx
View file @
e199c33c
File moved
src/ClientWrite.cxx
→
src/
client/
ClientWrite.cxx
View file @
e199c33c
File moved
src/command/AllCommands.cxx
View file @
e199c33c
...
...
@@ -31,7 +31,7 @@
#include "Permission.hxx"
#include "tag/TagType.h"
#include "protocol/Result.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "util/Tokenizer.hxx"
#include "util/Error.hxx"
...
...
src/command/CommandListBuilder.cxx
View file @
e199c33c
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "CommandListBuilder.hxx"
#include "ClientInternal.hxx"
#include "
client/
ClientInternal.hxx"
#include <string.h>
...
...
src/command/DatabaseCommands.cxx
View file @
e199c33c
...
...
@@ -24,7 +24,7 @@
#include "DatabasePrint.hxx"
#include "DatabaseSelection.hxx"
#include "CommandError.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include "SongFilter.hxx"
...
...
src/command/FileCommands.cxx
View file @
e199c33c
...
...
@@ -22,8 +22,8 @@
#include "CommandError.hxx"
#include "protocol/Ack.hxx"
#include "protocol/Result.hxx"
#include "ClientFile.hxx"
#include "Client.hxx"
#include "
client/
ClientFile.hxx"
#include "
client/
Client.hxx"
#include "util/CharUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
...
...
src/command/MessageCommands.cxx
View file @
e199c33c
...
...
@@ -19,8 +19,8 @@
#include "config.h"
#include "MessageCommands.hxx"
#include "Client.hxx"
#include "ClientList.hxx"
#include "
client/
Client.hxx"
#include "
client/
ClientList.hxx"
#include "Instance.hxx"
#include "Main.hxx"
#include "protocol/Result.hxx"
...
...
src/command/OtherCommands.cxx
View file @
e199c33c
...
...
@@ -43,8 +43,8 @@
#include "Permission.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistVector.hxx"
#include "ClientFile.hxx"
#include "Client.hxx"
#include "
client/
ClientFile.hxx"
#include "
client/
Client.hxx"
#include "Idle.hxx"
#include <assert.h>
...
...
src/command/PlayerCommands.cxx
View file @
e199c33c
...
...
@@ -23,7 +23,7 @@
#include "Playlist.hxx"
#include "PlaylistPrint.hxx"
#include "update/UpdateGlue.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "Volume.hxx"
#include "output/OutputAll.hxx"
#include "Partition.hxx"
...
...
src/command/PlaylistCommands.cxx
View file @
e199c33c
...
...
@@ -28,7 +28,7 @@
#include "playlist/PlaylistQueue.hxx"
#include "playlist/Print.hxx"
#include "TimePrint.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "protocol/ArgParser.hxx"
#include "protocol/Result.hxx"
#include "ls.hxx"
...
...
src/command/QueueCommands.cxx
View file @
e199c33c
...
...
@@ -25,8 +25,8 @@
#include "DatabaseSelection.hxx"
#include "Playlist.hxx"
#include "PlaylistPrint.hxx"
#include "ClientFile.hxx"
#include "Client.hxx"
#include "
client/
ClientFile.hxx"
#include "
client/
Client.hxx"
#include "Partition.hxx"
#include "protocol/ArgParser.hxx"
#include "protocol/Result.hxx"
...
...
src/command/TagCommands.cxx
View file @
e199c33c
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "TagCommands.hxx"
#include "CommandError.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include "protocol/ArgParser.hxx"
#include "protocol/Result.hxx"
#include "tag/Tag.hxx"
...
...
src/decoder/DecoderPrint.cxx
View file @
e199c33c
...
...
@@ -21,7 +21,7 @@
#include "DecoderPrint.hxx"
#include "DecoderList.hxx"
#include "DecoderPlugin.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include <functional>
...
...
src/ls.cxx
View file @
e199c33c
...
...
@@ -21,7 +21,7 @@
#include "ls.hxx"
#include "util/StringUtil.hxx"
#include "util/UriUtil.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include <assert.h>
...
...
src/output/OutputPrint.cxx
View file @
e199c33c
...
...
@@ -26,7 +26,7 @@
#include "OutputPrint.hxx"
#include "OutputAll.hxx"
#include "OutputInternal.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
void
printAudioDevices
(
Client
&
client
)
...
...
src/protocol/Result.cxx
View file @
e199c33c
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "Result.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
#include <assert.h>
...
...
src/queue/QueuePrint.cxx
View file @
e199c33c
...
...
@@ -22,7 +22,7 @@
#include "Queue.hxx"
#include "SongFilter.hxx"
#include "SongPrint.hxx"
#include "Client.hxx"
#include "
client/
Client.hxx"
/**
* Send detailed information about a range of songs in the queue to a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment