Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-09 | idle: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-09 | ClientList: don't use GLib | Max Kellermann | 1 | -2/+1 | |
Use std::list instead of GList. | |||||
2013-01-09 | ClientList: add header ClientList.hxx | Max Kellermann | 1 | -0/+1 | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -4/+4 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -4/+7 | |
2011-01-29 | client_idle: export client_idle_add() | Max Kellermann | 1 | -5/+11 | |
2011-01-29 | client_idle: add header client_idle.h | Max Kellermann | 1 | -0/+1 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
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/+88 | |
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability. |