index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zeroconf
/
avahi
Age
Commit message (
Expand
)
Author
2021-02-24
zeroconf/{bonjour,avahi}: pass service_type as parameter
Max Kellermann
2021-02-24
zeroconf/avahi/Helper: make class SharedAvahiClient final
Max Kellermann
2021-02-24
zeroconf/avahi/Init: return a std::unique_ptr<AvahiHelper>
Max Kellermann
2021-02-24
zeroconf/Zeroconf*: drop prefix from file names
Max Kellermann
2021-02-23
zeroconf/avahi/Publisher: new class, replacing lots of code from ZeroconfAvah...
Max Kellermann
2021-02-23
zeroconf/avahi/Client: new class, replacing lots of code from ZeroconfAvahi.cxx
Max Kellermann
2021-02-23
zeroconf/avahi/Poll: move to namespace Avahi
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: rename internal variables
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: use C++11 initializer
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: make EventLoop the first parameter
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: rename `timer` to `event`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add `constexpr`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add `noexcept`
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: add method GetEventLoop()
Max Kellermann
2021-02-22
zeroconf/avahi/Poll: forbid copying
Max Kellermann
2021-02-22
zeroconf/AvahiPoll: move to lib/avahi/
Max Kellermann