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
2009-01-23
playlist: assert in playPlaylistIfPlayerStopped()
Max Kellermann
1
-15
/
+15
2009-01-23
playlist: don't shuffle if not in random mode
Max Kellermann
1
-1
/
+1
2009-01-23
playlist: removed unreachable "playing" check
Max Kellermann
1
-11
/
+7
2009-01-23
playlist: removed stopOnError flag from playPlaylist()
Max Kellermann
3
-10
/
+10
2009-01-23
playlist: restart playing in deleteFromPlaylist()
Max Kellermann
1
-22
/
+9
2009-01-23
playlist: calculate next song before deleting the current one
Max Kellermann
1
-11
/
+5
2009-01-23
playlist: return early from shufflePlaylist()
Max Kellermann
1
-23
/
+24
2009-01-23
playlist: replaced playlist_state with flag playlist.playing
Max Kellermann
2
-33
/
+32
2009-01-23
queue: added queue_shuffle_order()
Max Kellermann
3
-35
/
+53
2009-01-23
playlist: check if repeat mode changes
Max Kellermann
1
-1
/
+4
2009-01-23
playlist: recalculate the queued song after random is toggled
Max Kellermann
1
-0
/
+3
2009-01-23
playlist: moved code to playlist_queue_song_order()
Max Kellermann
1
-23
/
+20
2009-01-23
playlist: documented struct members
Max Kellermann
1
-0
/
+13
2009-01-23
queue: merged songs, songMod, positionToId into struct queue_item
Max Kellermann
2
-56
/
+52
2009-01-22
playlist: moved code to queue.c
Max Kellermann
5
-357
/
+777
2009-01-22
playlist: corrected shuffle underflow test
Max Kellermann
1
-2
/
+2
2009-01-22
playlist: fix buffer underflow when getting current song
Max Kellermann
1
-7
/
+10
2009-01-22
locate: use const pointers
Max Kellermann
4
-32
/
+28
2009-01-22
null: added option to disable timer synchronization
Max Kellermann
1
-1
/
+11
2009-01-22
null: implemented finish() method
Max Kellermann
1
-0
/
+13
2009-01-22
null: no CamelCase
Max Kellermann
2
-15
/
+20
2009-01-21
playlist: convert assertion to check in TAG event handler
Max Kellermann
1
-2
/
+3
2009-01-21
player_thread: emit PLAYLIST event when new song fails
Max Kellermann
1
-1
/
+1
2009-01-21
player_thread: check for decoder failure before seeking
Max Kellermann
1
-1
/
+4
2009-01-21
player_thread: use bool instead of int
Max Kellermann
1
-12
/
+13
2009-01-21
command: don't restart player in the "status" command
Max Kellermann
3
-4
/
+3
2009-01-21
playlist: use the "enum player_error" type
Max Kellermann
1
-1
/
+1
2009-01-21
playlist: free memory with g_free()
Max Kellermann
1
-10
/
+5
2009-01-21
player_thread: request next song only if new one starts playing
Max Kellermann
1
-11
/
+0
2009-01-21
use config_get_positive() instead of manual parsing
Max Kellermann
3
-81
/
+21
2009-01-21
conf: added config_get_positive()
Max Kellermann
2
-0
/
+23
2009-01-21
archiveapi: adding seeking support in zip archives
Viliam Mateicka
1
-2
/
+8
2009-01-20
player_thread: eliminated duplicate PLAYLIST event
Max Kellermann
1
-2
/
+0
2009-01-20
event_pipe: added "TAG" event
Max Kellermann
4
-34
/
+22
2009-01-20
Add space after sticker: to make it consistent.
Qball Cow
1
-1
/
+1
2009-01-19
command: added "sticker" command
Max Kellermann
1
-0
/
+72
2009-01-19
update: delete stickers of deleted songs
Max Kellermann
1
-0
/
+9
2009-01-19
sticker: added song sticker library
Max Kellermann
3
-1
/
+122
2009-01-19
sticker: new library for storing dynamic information about songs
Max Kellermann
6
-0
/
+466
2009-01-19
flac: include config.h
Max Kellermann
1
-0
/
+1
2009-01-18
output: don't include conf.h from output_control.h
Max Kellermann
1
-2
/
+1
2009-01-18
conf: added config_get_block_unsigned()
Max Kellermann
6
-39
/
+33
2009-01-18
conf: added config_get_block_string()
Max Kellermann
11
-98
/
+95
2009-01-18
jack: parse "ports" setting with g_strsplit()
Max Kellermann
1
-20
/
+7
2009-01-18
jack: use audio_output_get_name()
Max Kellermann
1
-11
/
+1
2009-01-18
conf: removed parseConfigFilePath()
Max Kellermann
3
-46
/
+19
2009-01-18
mixer: don't check for NULL before g_free()
Max Kellermann
2
-16
/
+11
2009-01-18
daemon: removed unused variable "userpwd"
Max Kellermann
1
-8
/
+4
2009-01-18
daemon: pass "detach" flag to daemonize()
Max Kellermann
3
-6
/
+7
2009-01-18
daemon: added daemonize_init(), daemonize_finish()
Max Kellermann
3
-45
/
+72
[next]