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
Age
Commit message (
Expand
)
Author
2021-05-26
Merge branch 'v0.22.x'
Max Kellermann
2021-05-25
zeroconf/AvahiPoll: the struct timeval is an absolute time point
Max Kellermann
2021-05-25
zeroconf/AvahiPoll: move code to Schedule()
Max Kellermann
2021-05-25
zeroconf/AvahiPoll: rename "timer" to "event"
Max Kellermann
2021-05-25
zeroconf/avahi: move variable declaration into "case"
Max Kellermann
2021-02-24
zeroconf/{bonjour,avahi}: pass service_type as parameter
Max Kellermann
2021-02-24
zeroconf/Glue: move code to the ZeroconfHelper constructor
Max Kellermann
2021-02-24
zeroconf: return a publisher object
Max Kellermann
2021-02-24
zeroconf: add dependency on event_dep
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/Bonjour: return a std::unique_ptr<BonjourHelper>
Max Kellermann
2021-02-24
zeroconf/Bonjour: pass a context pointer to the callback
Max Kellermann
2021-02-24
zeroconf/Bonjour: add `const`
Max Kellermann
2021-02-24
zeroconf/Bonjour: move the DNSServiceRegister() call to the constructor
Max Kellermann
2021-02-24
zeroconf/Bonjour: convert the callback function to a method
Max Kellermann
2021-02-24
zeroconf/Glue: add `noexcept`
Max Kellermann
2021-02-24
zeroconf/Glue: allow ZeroconfInit() to throw
Max Kellermann
2021-02-24
zeroconf/Bonjour: disallow copying
Max Kellermann
2021-02-24
zeroconf/Bonjour: rename class BonjourMonitor to BonjourHelper
Max Kellermann
2021-02-24
zeroconf/Bonjour: don't call DNSServiceRefDeallocate() if DNSServiceRegister(...
Max Kellermann
2021-02-24
zeroconf/Zeroconf*: drop prefix from file names
Max Kellermann
2021-02-24
zeroconf/Avahi: remove useless log messages
Max Kellermann
2021-02-24
zeroconf: pass global port to init function
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: add class AvahiGlue
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
2021-02-05
event/{Coarse,Fine,Far}TimerEvent: aliases for TimerEvent
Max Kellermann
2021-01-23
zeroconf/ZeroconfBonjour: Cleanup formatting from previous commit
Richard Backhouse
2021-01-23
zeroconf/ZeroconfBonjour: Fix compile errors resulting from "refactor to Sock...
Richard Backhouse
2021-01-01
Merge branch 'v0.22.x'
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-10-14
event/SocketMonitor: refactor to SocketEvent
Max Kellermann
2020-09-23
LogLevel: rename DEFAULT to NOTICE
Max Kellermann
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-23
zeroconf/AvahiPoll: don't pass ERROR|HANGUP to Schedule()
Max Kellermann
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-12
replace limits.h with climits
Rosen Penev
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
meson.build: move Log.cxx and LogBackend.cxx into a static library
Max Kellermann
[next]