Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Zeroconf*: move to zeroconf/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-06 | event/SocketMonitor: don't close the socket automatically | Max Kellermann | 1 | -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-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 | |
2013-11-07 | AvahiPoll: don't close the dbus socket | Max Kellermann | 1 | -0/+4 | |
Avoid closing it twice. | |||||
2013-10-18 | ZeroconfAvahi: integrate into the EventLoop | Max Kellermann | 1 | -0/+147 | |
Finally fixes the regression by commit c1f4f1fd. |