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
/
interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
renamed interface.c to client.c
Max Kellermann
2008-08-28
1
-797
/
+0
*
const pointers
Max Kellermann
2008-08-28
1
-5
/
+5
*
Fix the problem of songs not advancing without client activity
Eric Wong
2008-04-12
1
-0
/
+3
*
clean up CPP includes
Max Kellermann
2008-04-12
1
-2
/
+3
*
provide switches for TCP and unix sockets
Max Kellermann
2008-04-12
1
-0
/
+4
*
fix sign compare warnings
Max Kellermann
2008-04-12
1
-1
/
+1
*
interface: use a saner fdmax for select(2) when closing errored interfaces
Eric Wong
2008-03-26
1
-1
/
+2
*
notify: cleanups
Eric Wong
2008-03-26
1
-4
/
+1
*
unsigned counters
Max Kellermann
2008-03-26
1
-11
/
+11
*
don't repeat select()
Max Kellermann
2008-03-26
1
-5
/
+2
*
unlimited select() timeout
Max Kellermann
2008-03-26
1
-5
/
+3
*
networking: more assertions and cleanups to size_t/unsigned changes
Eric Wong
2008-03-26
1
-17
/
+25
*
use size_t
Max Kellermann
2008-03-26
1
-24
/
+24
*
zero is a valid file descriptor
Max Kellermann
2008-03-26
1
-3
/
+3
*
interface: abort if we expire while processing lines
Eric Wong
2008-01-27
1
-0
/
+2
*
ioops: make this zero-impact when compiling w/o zeroconf as well
Eric Wong
2008-01-03
1
-49
/
+2
*
zeroconf: reformat (with mpd-indent.sh + manual tweaks)
Eric Wong
2008-01-03
1
-7
/
+7
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-15
/
+1
*
interface: fix IPV6 hostname buffer deallocation from automatics
Eric Wong
2007-09-01
1
-12
/
+7
*
interface: print whole debug message at once
J. Alexander Treuman
2007-08-27
1
-7
/
+8
*
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
1
-8
/
+4
*
Changing "//" comments to "/* */" comments.
J. Alexander Treuman
2007-05-15
1
-3
/
+3
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
This fixes a bug where a client sending just the right data could cause mpd
J. Alexander Treuman
2007-03-18
1
-0
/
+1
*
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
1
-6
/
+6
*
avahi: more sparse fixes (-Wshadow, non-ANSI declarations)
Eric Wong
2007-01-14
1
-8
/
+8
*
Added zeroconf service publishing using avahi
Jim Ramsay
2007-01-11
1
-2
/
+60
*
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-26
1
-3
/
+3
*
fix a few warnings on 64-bit machines
Eric Wong
2006-08-18
1
-2
/
+2
*
Separate PROTOCOL_VERSION from VERSION
Eric Wong
2006-08-10
1
-1
/
+1
*
Several fixes uncovered with -pedantic
Eric Wong
2006-08-01
1
-5
/
+5
*
fix some warnings introduced in the big malloc-reduction patch
Eric Wong
2006-07-30
1
-0
/
+1
*
interface/connection malloc reductions from mpd-ke
Eric Wong
2006-07-30
1
-175
/
+270
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-6
/
+6
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-294
/
+300
*
some quick hacks to avoid signedness warnings with gcc4
Warren Dukes
2006-07-17
1
-2
/
+2
*
sparse: ANSI-fy function declarations
Eric Wong
2006-07-17
1
-6
/
+6
*
Change shank's email address
J. Alexander Treuman
2006-07-14
1
-1
/
+1
*
[CLEANUP] Remove unused code
Avuton Olrich
2006-07-14
1
-32
/
+12
*
[CLEANUP] Remove unnecessary includes, static
Avuton Olrich
2006-07-14
1
-3
/
+3
*
Huge header update, update the copyright and add
Avuton Olrich
2006-07-13
1
-1
/
+1
*
My first commit! :D Make sure the same interface isn't closed twice when max...
J. Alexander Treuman
2006-05-10
1
-1
/
+2
*
change a break; to a return statement
Warren Dukes
2005-08-18
1
-1
/
+1
*
attempt to fix an issue discoverred by jat with sending two close commands ba...
Warren Dukes
2005-08-18
1
-0
/
+5
*
change the default max_output_buffer_size from 2048 to 8192
Warren Dukes
2005-04-27
1
-1
/
+1
*
cleanup some debug code
Warren Dukes
2005-03-19
1
-14
/
+11
*
fix some signal handling
Warren Dukes
2005-03-19
1
-0
/
+11
*
*) slight code cleanup
Warren Dukes
2005-03-12
1
-10
/
+15
*
make the "kill" command work again
Eric Wong
2005-02-07
1
-2
/
+2
*
fix some casting issues in error messages for output buffer size
Warren Dukes
2004-12-22
1
-5
/
+6
[next]