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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-17
client: check expired after client_process_line()
Max Kellermann
1
-1
/
+2
2008-09-12
client: shorten names of the struct client variables
Eric Wong
1
-210
/
+209
2008-09-10
client: simplified client_read()
Max Kellermann
1
-3
/
+5
2008-09-10
client: client_input_received() returns 0
Max Kellermann
1
-4
/
+2
2008-09-10
client: check for COMMAND_RETURN_CLOSE
Max Kellermann
1
-15
/
+14
2008-09-10
client: renamed local variable "selret" to "ret"
Max Kellermann
1
-4
/
+5
2008-09-10
client: moved CLOSE/KILL check after client_process_line()
Max Kellermann
1
-4
/
+3
2008-09-09
client: don't check FD_ISSET(client->fd) on expired client
Max Kellermann
1
-1
/
+2
2008-09-09
client: removed assert(client->fd)>=0
Max Kellermann
1
-4
/
+2
2008-09-01
client: check "expired" after command execution
Max Kellermann
1
-7
/
+14
2008-09-01
client: added global "expired" flag
Max Kellermann
1
-6
/
+7
2008-09-01
client: removed superfluous assertion
Max Kellermann
1
-1
/
+0
2008-09-01
client: more assertions
Max Kellermann
1
-0
/
+6
2008-09-01
client: moved code to sockaddr_to_tmp_string()
Max Kellermann
1
-9
/
+17
2008-09-01
client: replace "expired" flag with fd==-1
Max Kellermann
1
-6
/
+6
2008-09-01
client: moved "expired" accesses into inline function
Max Kellermann
1
-13
/
+29
2008-09-01
client: no while loop in client_manager_io()
Max Kellermann
1
-30
/
+24
2008-09-01
client: select() errors are fatal
Max Kellermann
1
-30
/
+6
2008-09-01
client: use client_defer_output() in client_write()
Max Kellermann
1
-7
/
+3
2008-09-01
client: moved code to client_write()
Max Kellermann
1
-26
/
+28
2008-09-01
client: client_defer_output() can create the first defer buffer
Max Kellermann
1
-5
/
+5
2008-09-01
client: return early on error in client_defer_output()
Max Kellermann
1
-5
/
+7
2008-09-01
client: moved code to client_defer_output()
Max Kellermann
1
-20
/
+27
2008-09-01
client: don't free client resources except in client_close()
Max Kellermann
1
-15
/
+0
2008-09-01
client: allocate clients dynamically
Max Kellermann
1
-90
/
+76
2008-09-01
client: added function client_by_fd()
Max Kellermann
1
-13
/
+21
2008-09-01
client: return early in client_new()
Max Kellermann
1
-30
/
+31
2008-09-01
client: renamed all public functions
Max Kellermann
1
-6
/
+6
2008-09-01
client: renamed internal functions and variables
Max Kellermann
1
-297
/
+296
2008-09-01
client: renamed Interface to struct client
Max Kellermann
1
-19
/
+19
2008-09-01
renamed interface.c to client.c
Max Kellermann
1
-1
/
+1
2008-08-31
const pointers
Max Kellermann
1
-5
/
+5
2008-08-16
core rewrite (decode,player,outputBuffer,playlist)
Eric Wong
1
-3
/
+0
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
1
-0
/
+3
2008-04-12
clean up CPP includes
Max Kellermann
1
-2
/
+3
2008-04-12
provide switches for TCP and unix sockets
Max Kellermann
1
-0
/
+4
2008-04-12
fix sign compare warnings
Max Kellermann
1
-1
/
+1
2008-03-26
interface: use a saner fdmax for select(2) when closing errored interfaces
Eric Wong
1
-1
/
+2
2008-03-26
notify: cleanups
Eric Wong
1
-4
/
+1
2008-03-26
unsigned counters
Max Kellermann
1
-11
/
+11
2008-03-26
don't repeat select()
Max Kellermann
1
-5
/
+2
2008-03-26
unlimited select() timeout
Max Kellermann
1
-5
/
+3
2008-03-26
networking: more assertions and cleanups to size_t/unsigned changes
Eric Wong
1
-17
/
+25
2008-03-26
use size_t
Max Kellermann
1
-24
/
+24
2008-03-26
zero is a valid file descriptor
Max Kellermann
1
-3
/
+3
2008-01-27
interface: abort if we expire while processing lines
Eric Wong
1
-0
/
+2
2008-01-03
ioops: make this zero-impact when compiling w/o zeroconf as well
Eric Wong
1
-49
/
+2
2008-01-03
zeroconf: reformat (with mpd-indent.sh + manual tweaks)
Eric Wong
1
-7
/
+7
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-15
/
+1
2007-09-01
interface: fix IPV6 hostname buffer deallocation from automatics
Eric Wong
1
-12
/
+7
[next]