Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | 1 | -3/+3 | |
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-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -3/+1 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-01-16 | ClientList: convert to a class | Max Kellermann | 1 | -13/+0 | |
2013-01-16 | ClientGlobal: move client_close_all() to ClientList.cxx | Max Kellermann | 1 | -12/+1 | |
2013-01-16 | Client: use TimeoutMonitor to track connection timeout | Max Kellermann | 1 | -2/+0 | |
Don't use a global loop over the whole client list. | |||||
2013-01-15 | Client: move connection functions into the class | Max Kellermann | 1 | -1/+1 | |
2013-01-09 | ClientList: add header ClientList.hxx | Max Kellermann | 1 | -0/+1 | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -3/+0 | |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -2/+5 | |
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/+72 | |
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability. |