summaryrefslogtreecommitdiff
path: root/src/zeroconf/avahi
AgeCommit message (Expand)Author
2021-02-24zeroconf/{bonjour,avahi}: pass service_type as parameterMax Kellermann
2021-02-24zeroconf/avahi/Helper: make class SharedAvahiClient finalMax Kellermann
2021-02-24zeroconf/avahi/Init: return a std::unique_ptr<AvahiHelper>Max Kellermann
2021-02-24zeroconf/Zeroconf*: drop prefix from file namesMax Kellermann
2021-02-23zeroconf/avahi/Publisher: new class, replacing lots of code from ZeroconfAvah...Max Kellermann
2021-02-23zeroconf/avahi/Client: new class, replacing lots of code from ZeroconfAvahi.cxxMax Kellermann
2021-02-23zeroconf/avahi/Poll: move to namespace AvahiMax Kellermann
2021-02-22zeroconf/avahi/Poll: rename internal variablesMax Kellermann
2021-02-22zeroconf/avahi/Poll: use C++11 initializerMax Kellermann
2021-02-22zeroconf/avahi/Poll: make EventLoop the first parameterMax Kellermann
2021-02-22zeroconf/avahi/Poll: rename `timer` to `event`Max Kellermann
2021-02-22zeroconf/avahi/Poll: add `constexpr`Max Kellermann
2021-02-22zeroconf/avahi/Poll: add `noexcept`Max Kellermann
2021-02-22zeroconf/avahi/Poll: add method GetEventLoop()Max Kellermann
2021-02-22zeroconf/avahi/Poll: forbid copyingMax Kellermann
2021-02-22zeroconf/AvahiPoll: move to lib/avahi/Max Kellermann