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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
/
+5
*
client: moved CLOSE/KILL check after client_process_line()
Max Kellermann
2008-09-10
1
-4
/
+3
*
client: don't check FD_ISSET(client->fd) on expired client
Max Kellermann
2008-09-09
1
-1
/
+2
*
client: removed assert(client->fd)>=0
Max Kellermann
2008-09-09
1
-4
/
+2
*
Merge branch 'mk/client'
Eric Wong
2008-09-09
9
-813
/
+1292
|
\
|
*
client: reorder function declarations
Max Kellermann
2008-09-01
1
-3
/
+4
|
*
client: check "expired" after command execution
Max Kellermann
2008-09-01
1
-7
/
+14
|
*
client: added global "expired" flag
Max Kellermann
2008-09-01
1
-6
/
+7
|
*
client: removed superfluous assertion
Max Kellermann
2008-09-01
1
-1
/
+0
|
*
client: more assertions
Max Kellermann
2008-09-01
1
-0
/
+6
|
*
client: moved code to sockaddr_to_tmp_string()
Max Kellermann
2008-09-01
1
-9
/
+17
|
*
client: replace "expired" flag with fd==-1
Max Kellermann
2008-09-01
1
-6
/
+6
|
*
client: moved "expired" accesses into inline function
Max Kellermann
2008-09-01
1
-13
/
+29
|
*
client: no while loop in client_manager_io()
Max Kellermann
2008-09-01
1
-30
/
+24
|
*
client: select() errors are fatal
Max Kellermann
2008-09-01
1
-30
/
+6
|
*
client: use client_defer_output() in client_write()
Max Kellermann
2008-09-01
1
-7
/
+3
|
*
client: moved code to client_write()
Max Kellermann
2008-09-01
1
-26
/
+28
|
*
client: client_defer_output() can create the first defer buffer
Max Kellermann
2008-09-01
1
-5
/
+5
|
*
client: return early on error in client_defer_output()
Max Kellermann
2008-09-01
1
-5
/
+7
|
*
client: moved code to client_defer_output()
Max Kellermann
2008-09-01
1
-20
/
+27
|
*
client: don't free client resources except in client_close()
Max Kellermann
2008-09-01
1
-15
/
+0
|
*
client: allocate clients dynamically
Max Kellermann
2008-09-01
1
-90
/
+76
|
*
client: added function client_by_fd()
Max Kellermann
2008-09-01
1
-13
/
+21
|
*
client: return early in client_new()
Max Kellermann
2008-09-01
1
-30
/
+31
|
*
client: renamed all public functions
Max Kellermann
2008-09-01
6
-19
/
+19
|
*
client: renamed internal functions and variables
Max Kellermann
2008-09-01
1
-297
/
+296
|
*
client: renamed Interface to struct client
Max Kellermann
2008-09-01
1
-19
/
+19
|
*
renamed interface.c to client.c
Max Kellermann
2008-09-01
7
-7
/
+7
|
*
imported list.h from the Linux kernel sources
Max Kellermann
2008-09-01
2
-0
/
+485
*
|
Merge branch 'mk/strset' into mk/playlist
Eric Wong
2008-09-09
7
-151
/
+245
|
\
\
|
*
|
use strset.h instead of tagTracker.h
Max Kellermann
2008-09-09
6
-173
/
+84
|
*
|
strset: fix duplicate values
Max Kellermann
2008-09-09
1
-1
/
+1
|
*
|
added string set library
Max Kellermann
2008-09-09
3
-0
/
+195
*
|
|
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
2008-09-09
5
-27
/
+42
*
|
|
playlist: return -1 after assert(0)
Max Kellermann
2008-09-09
1
-0
/
+1
*
|
|
command: concatenate strings at compile time
Max Kellermann
2008-09-09
1
-27
/
+33
*
|
|
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
2008-09-09
3
-18
/
+21
*
|
|
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
2008-09-09
3
-21
/
+26
*
|
|
directory: printDirectoryInfo() does not call commandError()
Max Kellermann
2008-09-09
2
-4
/
+4
*
|
|
directory: don't pass fd to traverseAllIn()
Max Kellermann
2008-09-09
6
-32
/
+69
*
|
|
directory: don't pass fd to traverseAllIn() callbacks
Max Kellermann
2008-09-09
4
-51
/
+81
*
|
|
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-09
2
-6
/
+15
*
|
|
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-09
6
-150
/
+126
*
|
|
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-09
4
-185
/
+245
*
|
|
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-09
3
-10
/
+8
*
|
|
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-09
3
-24
/
+26
*
|
|
playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()
Max Kellermann
2008-09-09
1
-0
/
+2
*
|
|
playlist: replaced run-time check with assertion
Max Kellermann
2008-09-09
1
-1
/
+3
[next]