aboutsummaryrefslogtreecommitdiffstats
path: root/src/ZeroconfBonjour.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event/SocketMonitor: don't close the socket automaticallyMax Kellermann2014-01-061-1/+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.
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* Log: new logging library APIMax Kellermann2013-10-021-5/+10
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-5/+5
|
* ZeroconfBonjour: fix OnSocketReady() return typeMax Kellermann2013-01-311-1/+2
|
* ZeroconfBonjour: use SocketMonitor instead of GIOChannelMax Kellermann2013-01-271-26/+29
|
* zeroconf: convert to C++Max Kellermann2013-01-271-0/+100