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