aboutsummaryrefslogtreecommitdiffstats
path: root/src/Client.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19Client: move trivial functions into the Client classMax Kellermann1-18/+0
2013-10-19*: use references instead of pointersMax Kellermann1-6/+9
2013-10-02Log: new logging library APIMax Kellermann1-0/+3
2013-01-15Client: move connection functions into the classMax Kellermann1-5/+0
2013-01-03Client: rename the struct client to class ClientMax Kellermann1-4/+4
2013-01-03client: convert to C++Max Kellermann1-2/+2
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
2009-07-28client: splitted client.c into several piecesMax Kellermann1-875/+0
2009-07-28client: moved struct client to client_internal.hMax Kellermann1-44/+1
2009-07-23client: moved some code to client_list_X()Max Kellermann1-13/+51
2009-07-23client: don't include socket headersMax Kellermann1-10/+0
2009-07-19client: return "enum command_return" instead of "int"Max Kellermann1-16/+24
2009-06-04client: check "expired" flag again in client_write_output()Max Kellermann1-0/+3
2009-06-04client: added assertions on channel!=NULLMax Kellermann1-0/+10
2009-04-25client: use GTimer to track timeoutsMax Kellermann1-7/+14
2009-04-17client: free the fifo bufferMax Kellermann1-0/+2
2009-04-01client, event_pipe: explicitly ignore the write() resultMax Kellermann1-1/+1
2009-03-30client: group static function declarations together.Avuton Olrich1-6/+5
2009-03-30client: client_write() does not necessary for export.Avuton Olrich1-1/+4
2009-03-14client: use the new fifo_buffer libraryMax Kellermann1-48/+41
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-28client: use sockaddr_to_string()Max Kellermann1-45/+7
2009-02-27client: removed duplicate "client" string from logMax Kellermann1-14/+14
2009-01-30client: check for G_IO_ERR and G_IO_HUPMax Kellermann1-8/+19
2009-01-25client: use the GIOChannel for I/OMax Kellermann1-40/+110
2009-01-25client: use GLib's win32 IO channel on WIN32Max Kellermann1-0/+5
2009-01-25use g_free() instead of free()Max Kellermann1-3/+3
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann1-54/+17
2009-01-17conf: no CamelCase, part IMax Kellermann1-5/+5
2009-01-10client: remove "expire" event on exitMax Kellermann1-0/+3
2009-01-08added missing explicit config.h includesMax Kellermann1-2/+1
2009-01-07client: use GList instead of dlist.hMax Kellermann1-37/+47
2009-01-03client: use GLib instead of utils.hMax Kellermann1-7/+8
2009-01-03client: convert GREETING to a static stringMax Kellermann1-2/+2
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann1-1/+1
2008-12-31client: run client_manager_expire() in an idle eventMax Kellermann1-1/+22
2008-12-31client: remember GLib source idMax Kellermann1-9/+14
2008-12-30main: export the main_loop variableMax Kellermann1-1/+2
2008-12-30main: use the GLib main loopMax Kellermann1-68/+71
2008-12-29client: include winsock headers on WIN32Max Kellermann1-2/+8
2008-12-29client: use GLib loggingMax Kellermann1-48/+53
2008-12-24client: always attempt to flush deferred buffersMax Kellermann1-2/+11
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen1-1/+1
2008-11-24client.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+1
2008-11-22command: allow clients to subscribe to specific idle eventsMarc Pavot1-17/+12
2008-10-31client: use boolMax Kellermann1-1/+1
2008-10-31client: don't try again after partial writeMax Kellermann1-0/+1
2008-10-31client: use GQueue instead of sllist.h for deferred_sendMax Kellermann1-34/+42