aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* client: free the fifo bufferMax Kellermann2009-04-171-0/+2
* client, event_pipe: explicitly ignore the write() resultMax Kellermann2009-04-011-1/+1
* client: group static function declarations together.Avuton Olrich2009-03-301-6/+5
* client: client_write() does not necessary for export.Avuton Olrich2009-03-301-1/+4
* client: use the new fifo_buffer libraryMax Kellermann2009-03-141-48/+41
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* client: use sockaddr_to_string()Max Kellermann2009-02-281-45/+7
* client: removed duplicate "client" string from logMax Kellermann2009-02-271-14/+14
* client: check for G_IO_ERR and G_IO_HUPMax Kellermann2009-01-301-8/+19
* client: use the GIOChannel for I/OMax Kellermann2009-01-251-40/+110
* client: use GLib's win32 IO channel on WIN32Max Kellermann2009-01-251-0/+5
* use g_free() instead of free()Max Kellermann2009-01-251-3/+3
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-211-54/+17
* conf: no CamelCase, part IMax Kellermann2009-01-171-5/+5
* client: remove "expire" event on exitMax Kellermann2009-01-101-0/+3
* added missing explicit config.h includesMax Kellermann2009-01-081-2/+1
* client: use GList instead of dlist.hMax Kellermann2009-01-071-37/+47
* client: use GLib instead of utils.hMax Kellermann2009-01-031-7/+8
* client: convert GREETING to a static stringMax Kellermann2009-01-031-2/+2
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-011-1/+1
* client: run client_manager_expire() in an idle eventMax Kellermann2008-12-311-1/+22
* client: remember GLib source idMax Kellermann2008-12-311-9/+14
* main: export the main_loop variableMax Kellermann2008-12-301-1/+2
* main: use the GLib main loopMax Kellermann2008-12-301-68/+71
* client: include winsock headers on WIN32Max Kellermann2008-12-291-2/+8
* client: use GLib loggingMax Kellermann2008-12-291-48/+53
* client: always attempt to flush deferred buffersMax Kellermann2008-12-241-2/+11
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-021-1/+1
* client.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-1/+1
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-221-17/+12
* client: use boolMax Kellermann2008-10-311-1/+1
* client: don't try again after partial writeMax Kellermann2008-10-311-0/+1
* client: use GQueue instead of sllist.h for deferred_sendMax Kellermann2008-10-311-34/+42
* client: use GSList instead of struct strnode for command listsMax Kellermann2008-10-311-41/+15
* client: removed list_cacheMax Kellermann2008-10-311-34/+1
* command: no CamelCaseMax Kellermann2008-10-221-4/+4
* client: converted permissions to unsignedMax Kellermann2008-10-171-3/+3
* client: eliminate variable "left" in client_write()Max Kellermann2008-10-171-5/+5
* client: fixed send bufferMax Kellermann2008-10-171-49/+4
* client: removed CLIENT_MAX_BUFFER_LENGTHMax Kellermann2008-10-171-3/+2
* client: added assertions on the buffer pointersMax Kellermann2008-10-171-0/+6
* client: read() return value is ssize_tMax Kellermann2008-10-171-2/+2
* client: handle partial lines correctlyMax Kellermann2008-10-171-2/+2
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-151-1/+12
* idle: client command "noidle" aborts idleMax Kellermann2008-10-151-3/+21
* client: optimized client_input_received()Max Kellermann2008-10-151-38/+44
* command: added command "idle"Max Kellermann2008-10-141-1/+82
* don't include os_compat.hMax Kellermann2008-10-081-1/+7
* client: check expired after client_process_line()Max Kellermann2008-09-171-1/+3
* client: simplified client_read()Max Kellermann2008-09-101-3/+5