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