summaryrefslogtreecommitdiff
path: root/src/ClientNew.cxx
AgeCommit message (Expand)Author
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-09-04system/resolver: convert to C++Max Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-04-17Main: move global variables to struct InstanceMax Kellermann
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann
2013-01-30event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann
2013-01-16ClientList: convert to a classMax Kellermann
2013-01-16Client: use TimeoutMonitor to track connection timeoutMax Kellermann
2013-01-15Client: rebase on the new BufferedSocket classMax Kellermann
2013-01-15Client: move output buffer code to new class PeakBufferMax Kellermann
2013-01-15Client: move connection functions into the classMax Kellermann
2013-01-15fifo_buffer: move to util/Max Kellermann
2013-01-15fifo_buffer: add extern "C"Max Kellermann
2013-01-09ClientList: add header ClientList.hxxMax Kellermann
2013-01-07Client: add Partition reference attributeMax Kellermann
2013-01-04Client: add "playlist" attributeMax Kellermann
2013-01-04Client: initialize num_subscriptionsMax Kellermann
2013-01-04Client: move code to class CommandListBuilderMax Kellermann
2013-01-03ClientNew: initialise the "idle" attributesMax Kellermann
2013-01-03Client: add constructor and destructorMax Kellermann
2013-01-03Client: use std::deque for messagesMax Kellermann
2013-01-03ClientInternal: use std::set for subscriptionsMax Kellermann
2013-01-03ClientNew: allocate/dispose client objects with new/deleteMax Kellermann
2013-01-03Client: rename the struct client to class ClientMax Kellermann
2013-01-03client: convert to C++Max Kellermann
2013-01-03permission: convert to C++Max Kellermann
2013-01-03client_new: convert to C++Max Kellermann