index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: use bool
Max Kellermann
2008-10-31
1
-1
/
+1
*
client: don't try again after partial write
Max Kellermann
2008-10-31
1
-0
/
+1
*
client: use GQueue instead of sllist.h for deferred_send
Max Kellermann
2008-10-31
1
-34
/
+42
*
client: use GSList instead of struct strnode for command lists
Max Kellermann
2008-10-31
1
-41
/
+15
*
client: removed list_cache
Max Kellermann
2008-10-31
1
-34
/
+1
*
command: no CamelCase
Max Kellermann
2008-10-22
1
-4
/
+4
*
client: converted permissions to unsigned
Max Kellermann
2008-10-17
1
-3
/
+3
*
client: eliminate variable "left" in client_write()
Max Kellermann
2008-10-17
1
-5
/
+5
*
client: fixed send buffer
Max Kellermann
2008-10-17
1
-49
/
+4
*
client: removed CLIENT_MAX_BUFFER_LENGTH
Max Kellermann
2008-10-17
1
-3
/
+2
*
client: added assertions on the buffer pointers
Max Kellermann
2008-10-17
1
-0
/
+6
*
client: read() return value is ssize_t
Max Kellermann
2008-10-17
1
-2
/
+2
*
client: handle partial lines correctly
Max Kellermann
2008-10-17
1
-2
/
+2
*
listen, client: enable SO_PASSCRED, get client's uid
Max Kellermann
2008-10-15
1
-1
/
+12
*
idle: client command "noidle" aborts idle
Max Kellermann
2008-10-15
1
-3
/
+21
*
client: optimized client_input_received()
Max Kellermann
2008-10-15
1
-38
/
+44
*
command: added command "idle"
Max Kellermann
2008-10-14
1
-1
/
+82
*
don't include os_compat.h
Max Kellermann
2008-10-08
1
-1
/
+7
*
client: check expired after client_process_line()
Max Kellermann
2008-09-17
1
-1
/
+3
*
client: simplified client_read()
Max Kellermann
2008-09-10
1
-3
/
+5
*
client: client_input_received() returns 0
Max Kellermann
2008-09-10
1
-4
/
+2
*
client: check for COMMAND_RETURN_CLOSE
Max Kellermann
2008-09-10
1
-15
/
+14
*
client: renamed local variable "selret" to "ret"
Max Kellermann
2008-09-10
1
-4
/
+4
*
client: moved CLOSE/KILL check after client_process_line()
Max Kellermann
2008-09-10
1
-4
/
+3
*
command: use client_[gs]et_permission()
Max Kellermann
2008-09-07
1
-3
/
+1
*
client: added client_[gs]et_permission()
Max Kellermann
2008-09-07
1
-0
/
+10
*
removed fdprintf() and client_print()
Max Kellermann
2008-09-07
1
-25
/
+0
*
client: removed client_get_fd()
Max Kellermann
2008-09-07
1
-8
/
+0
*
command: added command_success() and command_error()
Max Kellermann
2008-09-07
1
-2
/
+2
*
client: added client_printf()
Max Kellermann
2008-09-07
1
-0
/
+29
*
client: added client_write() and client_puts()
Max Kellermann
2008-09-07
1
-24
/
+34
*
include cleanup
Max Kellermann
2008-09-06
1
-1
/
+0
*
client: don't check FD_ISSET(client->fd) on expired client
Max Kellermann
2008-09-06
1
-1
/
+2
*
client: removed assert(client->fd)>=0
Max Kellermann
2008-09-06
1
-4
/
+2
*
export the function client_is_expired()
Max Kellermann
2008-08-29
1
-8
/
+1
*
client: pass the client struct to processCommand()
Max Kellermann
2008-08-29
1
-2
/
+10
*
client: check "expired" after command execution
Max Kellermann
2008-08-29
1
-7
/
+14
*
client: added global "expired" flag
Max Kellermann
2008-08-29
1
-6
/
+7
*
client: removed superfluous assertion
Max Kellermann
2008-08-29
1
-1
/
+0
*
client: more assertions
Max Kellermann
2008-08-28
1
-0
/
+6
*
client: replace "expired" flag with fd==-1
Max Kellermann
2008-08-28
1
-6
/
+6
*
client: moved "expired" accesses into inline function
Max Kellermann
2008-08-28
1
-13
/
+29
*
moved code to sockaddr_to_tmp_string()
Max Kellermann
2008-08-28
1
-9
/
+17
*
client: no while loop in client_manager_io()
Max Kellermann
2008-08-28
1
-32
/
+26
*
client: select() errors are fatal
Max Kellermann
2008-08-28
1
-30
/
+6
*
client: use client_defer_output() in client_write()
Max Kellermann
2008-08-28
1
-7
/
+3
*
moved code to client_write()
Max Kellermann
2008-08-28
1
-26
/
+28
*
client: client_defer_output() can create the first defer buffer
Max Kellermann
2008-08-28
1
-5
/
+5
*
client: return early on error in client_defer_output()
Max Kellermann
2008-08-28
1
-5
/
+7
*
client: moved code to client_defer_output()
Max Kellermann
2008-08-28
1
-20
/
+27
[next]