aboutsummaryrefslogtreecommitdiffstats
path: root/src/zeroconf/AvahiPoll.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-24Zeroconf*: move to zeroconf/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-06event/SocketMonitor: don't close the socket automaticallyMax Kellermann1-4/+0
Users now have to call Close() explicitly. This simplifies using the class, as most users have automatic socket management already, and Steal() had to be used often.
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-11-07AvahiPoll: don't close the dbus socketMax Kellermann1-0/+4
Avoid closing it twice.
2013-10-18ZeroconfAvahi: integrate into the EventLoopMax Kellermann1-0/+147
Finally fixes the regression by commit c1f4f1fd.