aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-24Config*: move to config/Max Kellermann1-40/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-04-09string_util: convert to C++Max Kellermann1-4/+1
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann1-15/+15
2013-01-30event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann1-1/+1
BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
2013-01-16Client: use TimeoutMonitor to track connection timeoutMax Kellermann1-46/+7
Don't use a global loop over the whole client list.
2013-01-15Client: rebase on the new BufferedSocket classMax Kellermann1-11/+4
2013-01-15Client: move connection functions into the classMax Kellermann1-11/+11
2013-01-09ClientList: don't use GLibMax Kellermann1-3/+1
Use std::list instead of GList.
2013-01-09ClientList: add header ClientList.hxxMax Kellermann1-0/+1
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-2/+2
2013-01-03client: convert to C++Max Kellermann1-3/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-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-28client: splitted client.c into several piecesMax Kellermann1-0/+89
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability.