aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/BufferedSocket.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* util/FifoBuffer: rename to StaticFifoBufferMax Kellermann2014-08-061-2/+2
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* util/fifo_buffer: remove obsolete libraryMax Kellermann2013-12-191-1/+0
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+1
|
* 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