aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/BufferedSocket.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event/BufferedSocket: pass writable pointer to OnSocketInput()Max Kellermann2013-10-151-1/+9
| | | | | Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx.
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-151-5/+11
|
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-2/+2
| | | | Replaces GLib's GError.
* event/BufferedSocket: add missing includeMax Kellermann2013-08-081-0/+1
|
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-301-22/+7
| | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
* event/SocketMonitor: OnSocketReady() returns boolMax Kellermann2013-01-301-1/+1
|
* event/SocketMonitor: add methods Read(), Write()Max Kellermann2013-01-301-6/+0
|
* event/SocketMonitor: wrapper class for GSource + GPollFDMax Kellermann2013-01-151-0/+125