aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientWrite.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use references instead of pointersMax Kellermann2013-10-191-6/+6
* util/FormatString: new library to replace g_strdup_printf()Max Kellermann2013-10-191-31/+4
* *: use WIN32 instead of G_OS_WIN32Max Kellermann2013-10-151-1/+1
* Client{Event,Write}: add missing includeMax Kellermann2013-08-081-0/+2
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+0
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-151-90/+1
* Client: move output buffer code to new class PeakBufferMax Kellermann2013-01-151-142/+29
* Client: move connection functions into the classMax Kellermann2013-01-151-9/+9
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-11/+16
* client: convert to C++Max Kellermann2013-01-031-0/+284