aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientWrite.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19*: use references instead of pointersMax Kellermann1-6/+6
2013-10-19util/FormatString: new library to replace g_strdup_printf()Max Kellermann1-31/+4
2013-10-15*: use WIN32 instead of G_OS_WIN32Max Kellermann1-1/+1
2013-08-08Client{Event,Write}: add missing includeMax Kellermann1-0/+2
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+0
2013-01-15Client: rebase on the new BufferedSocket classMax Kellermann1-90/+1
2013-01-15Client: move output buffer code to new class PeakBufferMax Kellermann1-142/+29
2013-01-15Client: move connection functions into the classMax Kellermann1-9/+9
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-11/+16
2013-01-03client: convert to C++Max Kellermann1-5/+5
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-19client: use sprintf() on WIN32Max Kellermann1-0/+13
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-07-28client: splitted client.c into several piecesMax Kellermann1-0/+270