Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -6/+6 |
* | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 2013-10-19 | 1 | -31/+4 |
* | *: use WIN32 instead of G_OS_WIN32 | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
* | Client{Event,Write}: add missing include | Max Kellermann | 2013-08-08 | 1 | -0/+2 |
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+0 |
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -90/+1 |
* | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 2013-01-15 | 1 | -142/+29 |
* | Client: move connection functions into the class | Max Kellermann | 2013-01-15 | 1 | -9/+9 |
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -11/+16 |
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+284 |