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-08-28
moved code to client_write()
Max Kellermann
1
-26
/
+28
2008-08-28
client: client_defer_output() can create the first defer buffer
Max Kellermann
1
-5
/
+5
2008-08-28
client: return early on error in client_defer_output()
Max Kellermann
1
-5
/
+7
2008-08-28
client: moved code to client_defer_output()
Max Kellermann
1
-20
/
+27
2008-08-28
don't free client resources except in client_close()
Max Kellermann
1
-15
/
+0
2008-08-28
client: allocate clients dynamically
Max Kellermann
1
-90
/
+76
2008-08-28
client: added function client_by_fd()
Max Kellermann
1
-13
/
+21
2008-08-28
client: return early in client_new()
Max Kellermann
1
-30
/
+31
2008-08-28
client: renamed all public functions
Max Kellermann
1
-6
/
+6
2008-08-28
client: renamed internal functions and variables
Max Kellermann
1
-297
/
+296
2008-08-28
client: renamed Interface to struct client
Max Kellermann
1
-19
/
+19
2008-08-28
renamed interface.c to client.c
Max Kellermann
1
-1
/
+1
2008-08-28
const pointers
Max Kellermann
1
-5
/
+5
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
2007-08-27
interface: print whole debug message at once
J. Alexander Treuman
1
-7
/
+8
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
1
-8
/
+4
2007-05-15
Changing "//" comments to "/* */" comments.
J. Alexander Treuman
1
-3
/
+3
2007-04-05
The massive copyright update
Avuton Olrich
1
-1
/
+1
2007-03-18
This fixes a bug where a client sending just the right data could cause mpd
J. Alexander Treuman
1
-0
/
+1
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
1
-6
/
+6
2007-01-14
avahi: more sparse fixes (-Wshadow, non-ANSI declarations)
Eric Wong
1
-8
/
+8
2007-01-11
Added zeroconf service publishing using avahi
Jim Ramsay
1
-2
/
+60
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
1
-3
/
+3
2006-08-18
fix a few warnings on 64-bit machines
Eric Wong
1
-2
/
+2
2006-08-10
Separate PROTOCOL_VERSION from VERSION
Eric Wong
1
-1
/
+1
2006-08-01
Several fixes uncovered with -pedantic
Eric Wong
1
-5
/
+5
2006-07-30
fix some warnings introduced in the big malloc-reduction patch
Eric Wong
1
-0
/
+1
2006-07-30
interface/connection malloc reductions from mpd-ke
Eric Wong
1
-175
/
+270
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-6
/
+6
2006-07-20
Add mpd-indent.sh
Avuton Olrich
1
-294
/
+300
2006-07-17
some quick hacks to avoid signedness warnings with gcc4
Warren Dukes
1
-2
/
+2
2006-07-17
sparse: ANSI-fy function declarations
Eric Wong
1
-6
/
+6
2006-07-14
Change shank's email address
J. Alexander Treuman
1
-1
/
+1
2006-07-14
[CLEANUP] Remove unused code
Avuton Olrich
1
-32
/
+12
[next]