aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/BufferedSocket.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-301-90/+0
| | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
* event/SocketMonitor: OnSocketReady() returns boolMax Kellermann2013-01-301-4/+6
|
* event/SocketMonitor: add methods Read(), Write()Max Kellermann2013-01-301-21/+3
|
* event/SocketMonitor: wrapper class for GSource + GPollFDMax Kellermann2013-01-151-0/+256