aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-31client: use GSList instead of struct strnode for command listsMax Kellermann1-41/+15
2008-10-31client: removed list_cacheMax Kellermann1-34/+1
2008-10-22command: no CamelCaseMax Kellermann1-4/+4
2008-10-17client: converted permissions to unsignedMax Kellermann1-3/+3
2008-10-17client: eliminate variable "left" in client_write()Max Kellermann1-5/+5
2008-10-17client: fixed send bufferMax Kellermann1-49/+4
2008-10-17client: removed CLIENT_MAX_BUFFER_LENGTHMax Kellermann1-3/+2
2008-10-17client: added assertions on the buffer pointersMax Kellermann1-0/+6
2008-10-17client: read() return value is ssize_tMax Kellermann1-2/+2
2008-10-17client: handle partial lines correctlyMax Kellermann1-2/+2
2008-10-15listen, client: enable SO_PASSCRED, get client's uidMax Kellermann1-1/+12
2008-10-15idle: client command "noidle" aborts idleMax Kellermann1-3/+21
2008-10-15client: optimized client_input_received()Max Kellermann1-38/+44
2008-10-14command: added command "idle"Max Kellermann1-1/+82
2008-10-08don't include os_compat.hMax Kellermann1-1/+7
2008-09-17client: check expired after client_process_line()Max Kellermann1-1/+3
2008-09-10client: simplified client_read()Max Kellermann1-3/+5
2008-09-10client: client_input_received() returns 0Max Kellermann1-4/+2
2008-09-10client: check for COMMAND_RETURN_CLOSEMax Kellermann1-15/+14
2008-09-10client: renamed local variable "selret" to "ret"Max Kellermann1-4/+4
2008-09-10client: moved CLOSE/KILL check after client_process_line()Max Kellermann1-4/+3
2008-09-07command: use client_[gs]et_permission()Max Kellermann1-3/+1
2008-09-07client: added client_[gs]et_permission()Max Kellermann1-0/+10
2008-09-07removed fdprintf() and client_print()Max Kellermann1-25/+0
2008-09-07client: removed client_get_fd()Max Kellermann1-8/+0
2008-09-07command: added command_success() and command_error()Max Kellermann1-2/+2