Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-06 | ClientWrite: merge client_write() into Client::Write() | Max Kellermann | 1 | -11/+5 | |
2015-08-06 | Client: include cleanup | Max Kellermann | 1 | -1/+1 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -6/+6 | |
2013-10-19 | util/FormatString: new library to replace g_strdup_printf() | Max Kellermann | 1 | -31/+4 | |
2013-10-15 | *: use WIN32 instead of G_OS_WIN32 | Max Kellermann | 1 | -1/+1 | |
2013-08-08 | Client{Event,Write}: add missing include | Max Kellermann | 1 | -0/+2 | |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -1/+0 | |
2013-01-15 | Client: rebase on the new BufferedSocket class | Max Kellermann | 1 | -90/+1 | |
2013-01-15 | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 1 | -142/+29 | |
2013-01-15 | Client: move connection functions into the class | Max Kellermann | 1 | -9/+9 | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -11/+16 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -5/+5 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-05-19 | client: use sprintf() on WIN32 | Max Kellermann | 1 | -0/+13 | |
On mingw32, snprintf() expects a 64 bit integer instead of a "long int" for "%li" - this is not consistent with our expectation, so we're using plain sprintf(). | |||||
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 1 | -0/+270 | |
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability. |