aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* client_idle: add header client_idle.hMax Kellermann2011-01-291-13/+0
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-1/+3
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* client: client_write() does not necessary for export.Avuton Olrich2009-03-301-5/+0
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* client: use sockaddr_to_string()Max Kellermann2009-02-281-1/+1
* client: run client_manager_expire() in an idle eventMax Kellermann2008-12-311-1/+0
* main: use the GLib main loopMax Kellermann2008-12-301-1/+0
* client: include winsock headers on WIN32Max Kellermann2008-12-291-1/+1
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-021-3/+2
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-221-1/+1
* client: use boolMax Kellermann2008-10-311-1/+1
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* client: converted permissions to unsignedMax Kellermann2008-10-171-2/+2
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-151-1/+7
* command: added command "idle"Max Kellermann2008-10-141-0/+14
* don't include os_compat.hMax Kellermann2008-10-081-1/+4
* client: added client_[gs]et_permission()Max Kellermann2008-09-071-0/+4
* removed fdprintf() and client_print()Max Kellermann2008-09-071-2/+0
* client: removed client_get_fd()Max Kellermann2008-09-071-7/+0
* client: added client_printf()Max Kellermann2008-09-071-0/+11
* client: added client_write() and client_puts()Max Kellermann2008-09-071-0/+10
* export the function client_is_expired()Max Kellermann2008-08-291-0/+2
* client: pass the client struct to processCommand()Max Kellermann2008-08-291-0/+9
* client: reorder function declarationsMax Kellermann2008-08-291-3/+4
* client: renamed all public functionsMax Kellermann2008-08-281-6/+6
* renamed interface.c to client.cMax Kellermann2008-08-281-0/+32