index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ClientNew.cxx
Age
Commit message (
Expand
)
Author
2013-04-17
Main: move global variables to struct Instance
Max Kellermann
2013-01-30
output/httpd: use the BufferedSocket class for HttpdClient
Max Kellermann
2013-01-30
event/BufferedSocket: move output buffer to FullyBufferedSocket
Max Kellermann
2013-01-16
ClientList: convert to a class
Max Kellermann
2013-01-16
Client: use TimeoutMonitor to track connection timeout
Max Kellermann
2013-01-15
Client: rebase on the new BufferedSocket class
Max Kellermann
2013-01-15
Client: move output buffer code to new class PeakBuffer
Max Kellermann
2013-01-15
Client: move connection functions into the class
Max Kellermann
2013-01-15
fifo_buffer: move to util/
Max Kellermann
2013-01-15
fifo_buffer: add extern "C"
Max Kellermann
2013-01-09
ClientList: add header ClientList.hxx
Max Kellermann
2013-01-07
Client: add Partition reference attribute
Max Kellermann
2013-01-04
Client: add "playlist" attribute
Max Kellermann
2013-01-04
Client: initialize num_subscriptions
Max Kellermann
2013-01-04
Client: move code to class CommandListBuilder
Max Kellermann
2013-01-03
ClientNew: initialise the "idle" attributes
Max Kellermann
2013-01-03
Client: add constructor and destructor
Max Kellermann
2013-01-03
Client: use std::deque for messages
Max Kellermann
2013-01-03
ClientInternal: use std::set for subscriptions
Max Kellermann
2013-01-03
ClientNew: allocate/dispose client objects with new/delete
Max Kellermann
2013-01-03
Client: rename the struct client to class Client
Max Kellermann
2013-01-03
client: convert to C++
Max Kellermann
2013-01-03
permission: convert to C++
Max Kellermann
2013-01-03
client_new: convert to C++
Max Kellermann