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
(
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
mp4: fix potential integer overflow bug in the mp4_decode() function
Terry
1
-0
/
+7
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-10
alsa: re-enable-nonblocking, but sleep if busy
Eric Wong
1
-7
/
+9
2008-09-09
metadata_pipe: kill "writer is ahead of reader" message
Eric Wong
1
-4
/
+1
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-09
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
5
-27
/
+42
2008-09-09
playlist: return -1 after assert(0)
Max Kellermann
1
-0
/
+1
2008-09-09
command: concatenate strings at compile time
Max Kellermann
1
-27
/
+33
2008-09-09
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
3
-18
/
+21
2008-09-09
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
3
-21
/
+26
2008-09-09
directory: printDirectoryInfo() does not call commandError()
Max Kellermann
2
-4
/
+4
2008-09-09
directory: don't pass fd to traverseAllIn()
Max Kellermann
6
-32
/
+69
2008-09-09
directory: don't pass fd to traverseAllIn() callbacks
Max Kellermann
4
-51
/
+81
2008-09-09
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2
-6
/
+15
2008-09-09
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
6
-150
/
+126
2008-09-09
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
4
-185
/
+245
2008-09-09
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
3
-10
/
+8
2008-09-09
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
3
-24
/
+26
2008-09-09
playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()
Max Kellermann
1
-0
/
+2
2008-09-09
playlist: replaced run-time check with assertion
Max Kellermann
1
-1
/
+3
2008-09-09
playlist: added is_valid_playlist_name()
Max Kellermann
2
-3
/
+10
2008-09-09
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
6
-37
/
+38
2008-09-09
use strset.h instead of tagTracker.h
Max Kellermann
6
-173
/
+84
2008-09-09
strset: fix duplicate values
Max Kellermann
1
-1
/
+1
2008-09-09
added string set library
Max Kellermann
3
-0
/
+195
2008-09-08
alsa: use blocking instead of non-blocking write
Eric Wong
1
-1
/
+6
2008-09-08
alsa: show more debugging information
Eric Wong
1
-10
/
+14
2008-09-08
alsa: cleanup the mmap logic a bit
Eric Wong
1
-8
/
+6
2008-09-08
alsa: snd_pcm_sw_params_set_xfer_align is deprecated
Eric Wong
1
-3
/
+0
2008-09-07
alsa: only run snd_config_update_free_global once atexit
Eric Wong
1
-3
/
+7
2008-09-07
alsa: move bitformat reading code out of the way
Eric Wong
1
-16
/
+12
2008-09-07
alsa: always print the period_time we set
Eric Wong
1
-2
/
+1
2008-09-07
alsa: avoid unnecessary heap usage if we don't set a device name
Eric Wong
1
-11
/
+12
2008-09-07
alsa: get rid of the needless canPause flag
Eric Wong
1
-3
/
+0
2008-09-07
alsa: avoid reassigning ad->writei
Eric Wong
1
-7
/
+4
2008-09-07
alsa: add reasoning for the non-portable macro
Eric Wong
1
-0
/
+2
2008-09-07
alsa: capitalize "ALSA" consistently in messages
Eric Wong
1
-16
/
+9
2008-09-07
alsa: optimistically try resuming from suspend
Eric Wong
1
-11
/
+12
2008-09-07
alsa: extra debugging outputs to fix suspend/hibernate
Eric Wong
1
-3
/
+9
2008-09-07
alsa: cleanup debug assignment of the "cmd" variable
Eric Wong
1
-66
/
+50
2008-09-07
playlist: re-randomize when explicitly playing a new song
Eric Wong
1
-0
/
+1
2008-09-05
tag: oops, of course items is now ** and not *
Eric Wong
1
-2
/
+2
2008-09-05
audio_format: volatile removal
Eric Wong
1
-3
/
+3
[next]