summaryrefslogtreecommitdiff
path: root/src/client.c
AgeCommit message (Expand)Author
2011-01-29copyright year 2011Max Kellermann
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-07-28client: splitted client.c into several piecesMax Kellermann
2009-07-28client: moved struct client to client_internal.hMax Kellermann
2009-07-23client: moved some code to client_list_X()Max Kellermann
2009-07-23client: don't include socket headersMax Kellermann
2009-07-19client: return "enum command_return" instead of "int"Max Kellermann
2009-06-04client: check "expired" flag again in client_write_output()Max Kellermann
2009-06-04client: added assertions on channel!=NULLMax Kellermann
2009-04-25client: use GTimer to track timeoutsMax Kellermann
2009-04-17client: free the fifo bufferMax Kellermann
2009-04-01client, event_pipe: explicitly ignore the write() resultMax Kellermann
2009-03-30client: group static function declarations together.Avuton Olrich
2009-03-30client: client_write() does not necessary for export.Avuton Olrich
2009-03-14client: use the new fifo_buffer libraryMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-28client: use sockaddr_to_string()Max Kellermann
2009-02-27client: removed duplicate "client" string from logMax Kellermann
2009-01-30client: check for G_IO_ERR and G_IO_HUPMax Kellermann
2009-01-25client: use the GIOChannel for I/OMax Kellermann
2009-01-25client: use GLib's win32 IO channel on WIN32Max Kellermann
2009-01-25use g_free() instead of free()Max Kellermann
2009-01-21use config_get_positive() instead of manual parsingMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-10client: remove "expire" event on exitMax Kellermann
2009-01-08added missing explicit config.h includesMax Kellermann
2009-01-07client: use GList instead of dlist.hMax Kellermann
2009-01-03client: use GLib instead of utils.hMax Kellermann
2009-01-03client: convert GREETING to a static stringMax Kellermann
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann
2008-12-31client: run client_manager_expire() in an idle eventMax Kellermann
2008-12-31client: remember GLib source idMax Kellermann
2008-12-30main: export the main_loop variableMax Kellermann
2008-12-30main: use the GLib main loopMax Kellermann
2008-12-29client: include winsock headers on WIN32Max Kellermann
2008-12-29client: use GLib loggingMax Kellermann
2008-12-24client: always attempt to flush deferred buffersMax Kellermann
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen
2008-11-24client.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-11-22command: allow clients to subscribe to specific idle eventsMarc Pavot
2008-10-31client: use boolMax Kellermann
2008-10-31client: don't try again after partial writeMax Kellermann
2008-10-31client: use GQueue instead of sllist.h for deferred_sendMax Kellermann
2008-10-31client: use GSList instead of struct strnode for command listsMax Kellermann
2008-10-31client: removed list_cacheMax Kellermann
2008-10-22command: no CamelCaseMax Kellermann
2008-10-17client: converted permissions to unsignedMax Kellermann
2008-10-17client: eliminate variable "left" in client_write()Max Kellermann
2008-10-17client: fixed send bufferMax Kellermann