aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Client.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-19util/DeleteDisposer: new utility classMax Kellermann1-6/+0
2015-08-06ClientWrite: merge client_write() into Client::Write()Max Kellermann1-1/+1
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann1-1/+2
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann1-2/+2
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-06-11ClientList: use class boost::intrusive::listMax Kellermann1-1/+11
2014-02-07Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann1-0/+5
2014-02-04Instance: add Database attributeMax Kellermann1-0/+6
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann1-0/+13
2014-01-24Client*: move to client/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-06event/SocketMonitor: don't close the socket automaticallyMax Kellermann1-0/+5
2013-11-28include cleanup using iwyuMax Kellermann1-1/+1
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-28player_control: rename to PlayerControlMax Kellermann1-1/+1
2013-10-20*Commands: move to src/command/Max Kellermann1-1/+1
2013-10-19Client: move message functions into the classMax Kellermann1-5/+24
2013-10-19Client: move trivial functions into the Client classMax Kellermann1-25/+24
2013-10-19ClientInternal: move class Client to Client.hxxMax Kellermann1-1/+89
2013-10-19*: use references instead of pointersMax Kellermann1-7/+9
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-15gcc.h: major updateMax Kellermann1-1/+1
2013-01-16ClientList: convert to a classMax Kellermann1-1/+0
2013-01-15Client: rebase on the new BufferedSocket classMax Kellermann1-2/+2
2013-01-15Client: move connection functions into the classMax Kellermann1-3/+0
2013-01-07Client: add Partition reference attributeMax Kellermann1-3/+2
2013-01-04Client: add "playlist" attributeMax Kellermann1-2/+4
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-9/+9
2013-01-03client: convert to C++Max Kellermann1-0/+0
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-6/+9
2012-02-13client: add function client_is_local()Max Kellermann1-0/+11
2012-02-13client: add "pure" attributesMax Kellermann1-0/+3
2011-01-29client_idle: add header client_idle.hMax Kellermann1-13/+0
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-1/+3
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-03-30client: client_write() does not necessary for export.Avuton Olrich1-5/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-28client: use sockaddr_to_string()Max Kellermann1-1/+1
2008-12-31client: run client_manager_expire() in an idle eventMax Kellermann1-1/+0
2008-12-30main: use the GLib main loopMax Kellermann1-1/+0
2008-12-29client: include winsock headers on WIN32Max Kellermann1-1/+1
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen1-3/+2
2008-11-22command: allow clients to subscribe to specific idle eventsMarc Pavot1-1/+1
2008-10-31client: use boolMax Kellermann1-1/+1
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-17client: converted permissions to unsignedMax Kellermann1-2/+2
2008-10-15listen, client: enable SO_PASSCRED, get client's uidMax Kellermann1-1/+7
2008-10-14command: added command "idle"Max Kellermann1-0/+14
2008-10-08don't include os_compat.hMax Kellermann1-1/+4