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-10-09
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
9
-116
/
+214
2008-10-09
database: removed local variable bufferSize
Max Kellermann
1
-3
/
+2
2008-10-09
database: simplify db_load()
Max Kellermann
1
-47
/
+42
2008-10-09
shout: removed DISABLED_SHOUT_ENCODER_PLUGIN
Max Kellermann
4
-11
/
+4
2008-10-09
pcm: fix const flac in pcm_convertSampleRate()
Max Kellermann
1
-1
/
+1
2008-10-09
pcm: fixed software volume, broken by unsigned integer
Max Kellermann
1
-6
/
+3
2008-10-09
Fix error code for "Playlist already exists"
Qball Cow
1
-1
/
+1
2008-10-08
directory: fix update in root directory
Max Kellermann
3
-4
/
+4
2008-10-08
update: fix deadlock in delete_song()
Max Kellermann
1
-1
/
+1
2008-10-08
directory: include sys/types.h
Max Kellermann
1
-1
/
+1
2008-10-08
directory: path must not be NULL
Max Kellermann
3
-11
/
+9
2008-10-08
directory: directory_get_path(NULL) is not allowed
Max Kellermann
1
-2
/
+8
2008-10-08
directory: eliminate CamelCase
Max Kellermann
9
-58
/
+58
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
11
-68
/
+79
2008-10-08
database: removed printDirectoryInfo()
Max Kellermann
3
-14
/
+5
2008-10-08
directory: moved code to database.c
Max Kellermann
13
-336
/
+425
2008-10-08
directory: converted isRootDirectory() to an inline function
Max Kellermann
2
-6
/
+10
2008-10-08
song: don't allow calling song_get_url(NULL)
Max Kellermann
2
-7
/
+2
2008-10-08
song: use song_file_update() in song_file_load()
Max Kellermann
1
-10
/
+3
2008-10-08
song: song_file_update() returns bool
Max Kellermann
3
-6
/
+6
2008-10-08
song: don't check song_is_file() in song_file_update()
Max Kellermann
1
-17
/
+16
2008-10-08
song: removed CamelCase
Max Kellermann
13
-58
/
+59
2008-10-08
song: replaced all song constructors
Max Kellermann
5
-28
/
+49
2008-10-08
playlist: simplified setPlaylistRandomStatus()
Max Kellermann
1
-16
/
+15
2008-10-08
use the "bool" data type instead of "int"
Max Kellermann
20
-65
/
+74
2008-10-08
don't include os_compat.h
Max Kellermann
62
-38
/
+143
2008-10-08
CPP include cleanup
Max Kellermann
5
-8
/
+4
2008-10-08
notify: removed the "Notify" typedef
Max Kellermann
7
-19
/
+29
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
26
-118
/
+196
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
11
-87
/
+102
2008-10-08
update: merged exploreDirectory() into updateDirectory()
Max Kellermann
3
-49
/
+15
2008-10-08
directory: added directory_is_empty()
Max Kellermann
2
-1
/
+9
2008-10-08
directory: moved code to update.c
Max Kellermann
8
-586
/
+653
2008-10-08
dirvec: moved code to dirvec.c
Max Kellermann
3
-62
/
+75
2008-10-08
notify: loop while no signal is pending
Max Kellermann
1
-2
/
+1
2008-10-07
song: really make the song struct non-packed
Max Kellermann
1
-1
/
+1
2008-10-07
directory: fix return value in removeDeletedFromDirectory
Eric Wong
1
-1
/
+1
2008-10-07
directory: serialize song deletes from playlist during update
Eric Wong
3
-11
/
+28
2008-10-07
directory: use songvec_for_each for iterators
Eric Wong
1
-28
/
+30
2008-10-07
song: use songvec_for_each() in songvec_print() / songvec_save()
Max Kellermann
2
-20
/
+19
2008-10-07
songvec: pass const pointers
Max Kellermann
2
-4
/
+10
2008-10-07
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
2
-14
/
+11
2008-10-07
songvec: lock traversals for thread-safe updates/reads
Eric Wong
1
-10
/
+34
2008-10-07
songvec: add songvec_for_each iterator
Eric Wong
2
-0
/
+15
2008-10-07
song: replace printSong* with song_print_*
Eric Wong
4
-14
/
+14
2008-10-07
Assert if we don't have song or song->url set
Eric Wong
2
-4
/
+10
2008-10-06
autotools: tidy up make dist
Eric Wong
2
-144
/
+1
2008-10-06
song: stop storing song_type
Eric Wong
6
-27
/
+22
2008-10-06
song: don't make the struct packed
Max Kellermann
2
-2
/
+2
2008-10-06
song: use flex arrays to store song->url
Eric Wong
4
-17
/
+25
[next]