Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-08-06 | util/FifoBuffer: rename to StaticFifoBuffer | Max Kellermann | 1 | -2/+2 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-12-19 | util/fifo_buffer: remove obsolete library | Max Kellermann | 1 | -1/+0 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+1 | |
2013-10-15 | event/BufferedSocket: pass writable pointer to OnSocketInput() | Max Kellermann | 1 | -1/+9 | |
Remove the const_cast from HttpdClient.cxx, and avoid one allocation in ClientRead.cxx. | |||||
2013-10-15 | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 1 | -5/+11 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+2 | |
Replaces GLib's GError. | |||||
2013-08-08 | event/BufferedSocket: add missing include | Max Kellermann | 1 | -0/+1 | |
2013-01-30 | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 1 | -22/+7 | |
BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer. | |||||
2013-01-30 | event/SocketMonitor: OnSocketReady() returns bool | Max Kellermann | 1 | -1/+1 | |
2013-01-30 | event/SocketMonitor: add methods Read(), Write() | Max Kellermann | 1 | -6/+0 | |
2013-01-15 | event/SocketMonitor: wrapper class for GSource + GPollFD | Max Kellermann | 1 | -0/+125 | |