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
04d5588f
Commit
04d5588f
authored
Feb 24, 2021
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zeroconf/Zeroconf*: drop prefix from file names
parent
40d06162
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
20 additions
and
20 deletions
+20
-20
Main.cxx
src/Main.cxx
+1
-1
Bonjour.cxx
src/zeroconf/Bonjour.cxx
+2
-2
Bonjour.hxx
src/zeroconf/Bonjour.hxx
+0
-0
Glue.cxx
src/zeroconf/Glue.cxx
+3
-3
Glue.hxx
src/zeroconf/Glue.hxx
+0
-0
Internal.hxx
src/zeroconf/Internal.hxx
+2
-2
Init.cxx
src/zeroconf/avahi/Init.cxx
+7
-7
Init.hxx
src/zeroconf/avahi/Init.hxx
+0
-0
meson.build
src/zeroconf/avahi/meson.build
+1
-0
meson.build
src/zeroconf/meson.build
+3
-4
run_avahi.cxx
test/run_avahi.cxx
+1
-1
No files found.
src/Main.cxx
View file @
04d5588f
...
...
@@ -43,7 +43,7 @@
#include "fs/AllocatedPath.hxx"
#include "fs/Config.hxx"
#include "playlist/PlaylistRegistry.hxx"
#include "zeroconf/
Zeroconf
Glue.hxx"
#include "zeroconf/Glue.hxx"
#include "decoder/DecoderList.hxx"
#include "pcm/AudioParser.hxx"
#include "pcm/Convert.hxx"
...
...
src/zeroconf/
Zeroconf
Bonjour.cxx
→
src/zeroconf/Bonjour.cxx
View file @
04d5588f
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
Zeroconf
Bonjour.hxx"
#include "
Zeroconf
Internal.hxx"
#include "Bonjour.hxx"
#include "Internal.hxx"
#include "event/SocketEvent.hxx"
#include "util/Domain.hxx"
#include "Log.hxx"
...
...
src/zeroconf/
Zeroconf
Bonjour.hxx
→
src/zeroconf/Bonjour.hxx
View file @
04d5588f
File moved
src/zeroconf/
Zeroconf
Glue.cxx
→
src/zeroconf/Glue.cxx
View file @
04d5588f
...
...
@@ -17,9 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
Zeroconf
Glue.hxx"
#include "
ZeroconfAvahi
.hxx"
#include "
Zeroconf
Bonjour.hxx"
#include "Glue.hxx"
#include "
avahi/Init
.hxx"
#include "Bonjour.hxx"
#include "config/Data.hxx"
#include "config/Option.hxx"
#include "Listen.hxx"
...
...
src/zeroconf/
Zeroconf
Glue.hxx
→
src/zeroconf/Glue.hxx
View file @
04d5588f
File moved
src/zeroconf/
Zeroconf
Internal.hxx
→
src/zeroconf/Internal.hxx
View file @
04d5588f
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef ZEROCONF_INTERNAL_H
#define ZEROCONF_INTERNAL_H
#ifndef ZEROCONF_INTERNAL_H
XX
#define ZEROCONF_INTERNAL_H
XX
/* The dns-sd service type qualifier to publish */
#define SERVICE_TYPE "_mpd._tcp"
...
...
src/zeroconf/
ZeroconfAvahi
.cxx
→
src/zeroconf/
avahi/Init
.cxx
View file @
04d5588f
...
...
@@ -17,13 +17,13 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
ZeroconfAvahi
.hxx"
#include "
avahi/Client
.hxx"
#include "
avahi/ConnectionListener
.hxx"
#include "
avahi/ErrorHandl
er.hxx"
#include "
avahi/Publish
er.hxx"
#include "
avahi/Service
.hxx"
#include "
ZeroconfInternal
.hxx"
#include "
Init
.hxx"
#include "
../Internal
.hxx"
#include "
Client
.hxx"
#include "
ConnectionListen
er.hxx"
#include "
ErrorHandl
er.hxx"
#include "
Publisher
.hxx"
#include "
Service
.hxx"
#include "util/RuntimeError.hxx"
#include "Log.hxx"
...
...
src/zeroconf/
ZeroconfAvahi
.hxx
→
src/zeroconf/
avahi/Init
.hxx
View file @
04d5588f
File moved
src/zeroconf/avahi/meson.build
View file @
04d5588f
...
...
@@ -6,6 +6,7 @@ endif
avahi = static_library(
'avahi',
'Init.cxx',
'Client.cxx',
'Error.cxx',
'Poll.cxx',
...
...
src/zeroconf/meson.build
View file @
04d5588f
...
...
@@ -35,8 +35,8 @@ if zeroconf_option == 'bonjour'
zeroconf = static_library(
'zeroconf_bonjour',
'
Zeroconf
Glue.cxx',
'
Zeroconf
Bonjour.cxx',
'Glue.cxx',
'Bonjour.cxx',
include_directories: inc,
)
...
...
@@ -56,8 +56,7 @@ else
zeroconf = static_library(
'zeroconf_bonjour',
'ZeroconfGlue.cxx',
'ZeroconfAvahi.cxx',
'Glue.cxx',
include_directories: inc,
dependencies: [
avahi_dep,
...
...
test/run_avahi.cxx
View file @
04d5588f
...
...
@@ -19,7 +19,7 @@
#include "event/Loop.hxx"
#include "ShutdownHandler.hxx"
#include "zeroconf/
ZeroconfAvahi
.hxx"
#include "zeroconf/
avahi/Init
.hxx"
#include <stdlib.h>
...
...
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