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
*
song: song_file_update() returns boolean
Max Kellermann
2008-10-11
2
-5
/
+3
*
song: don't check song_is_file() in song_file_update()
Max Kellermann
2008-10-11
1
-24
/
+24
*
song: removed CamelCase
Max Kellermann
2008-10-11
7
-45
/
+44
*
song: replaced all song constructors
Max Kellermann
2008-10-11
4
-27
/
+46
*
playlist: simplified setPlaylistRandomStatus()
Max Kellermann
2008-10-11
1
-5
/
+1
*
CPP include cleanup
Max Kellermann
2008-10-11
4
-4
/
+3
*
song: converted typedef Song to struct song
Max Kellermann
2008-10-11
15
-90
/
+99
*
directory: converted typedef Directory to struct directory
Max Kellermann
2008-10-11
9
-84
/
+89
*
update: merged exploreDirectory() into updateDirectory()
Max Kellermann
2008-10-11
3
-49
/
+15
*
directory: added directory_is_empty()
Max Kellermann
2008-10-11
2
-1
/
+6
*
directory: moved code to update.c
Max Kellermann
2008-10-11
8
-571
/
+629
*
dirvec: moved code to dirvec.c
Max Kellermann
2008-10-11
3
-62
/
+75
*
song: really make the song struct non-packed
Max Kellermann
2008-10-11
1
-1
/
+1
*
song: don't make the struct packed
Max Kellermann
2008-10-11
2
-2
/
+2
*
directory: fix return value in removeDeletedFromDirectory
Eric Wong
2008-10-07
1
-1
/
+1
*
Merge branch 'ew/update-thrsafe'
Eric Wong
2008-10-07
7
-114
/
+167
|
\
|
*
directory: serialize song deletes from playlist during update
Eric Wong
2008-10-07
3
-11
/
+27
|
*
directory: use songvec_for_each for iterators
Eric Wong
2008-10-07
3
-63
/
+56
|
*
dbUtils: more cleanups
Eric Wong
2008-10-07
1
-11
/
+3
|
*
song: Add song_print_url_x
Eric Wong
2008-10-07
2
-0
/
+8
|
*
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
2008-10-07
2
-22
/
+14
|
*
songvec: lock traversals for thread-safe updates/reads
Eric Wong
2008-10-07
1
-10
/
+34
|
*
song: add print_song_info_x for iterators tha pass void *
Eric Wong
2008-10-06
2
-0
/
+8
|
*
songvec: add songvec_for_each iterator
Eric Wong
2008-10-05
2
-0
/
+15
|
*
song: replace printSong* with song_print_*
Eric Wong
2008-10-05
5
-24
/
+23
|
*
Assert if we don't have song or song->url set
Eric Wong
2008-10-05
2
-4
/
+10
*
|
wavpack: remove C99 initializers
Eric Wong
2008-10-05
1
-12
/
+16
*
|
dbUtils: remove C99 initializer
Eric Wong
2008-10-05
1
-3
/
+2
|
/
*
autotools: tidy up make dist
Eric Wong
2008-10-05
3
-145
/
+3
*
autotools: add pthreads linker support
Eric Wong
2008-10-05
2
-0
/
+279
*
Add .gitignore
Eric Wong
2008-10-05
1
-0
/
+35
*
song: stop storing song_type
Eric Wong
2008-10-05
5
-29
/
+22
*
song: use flex arrays to store song->url
Eric Wong
2008-10-05
3
-19
/
+24
*
song: converted "type" to enum
Max Kellermann
2008-10-05
2
-5
/
+8
*
song: get rid of newNullSong()
Eric Wong
2008-10-05
1
-15
/
+4
*
song: call freeJustSong if newSong fails
Eric Wong
2008-10-05
1
-1
/
+1
*
playlist.h: fix build for folks that don't -DMPD_PATH_MAX=...
Eric Wong
2008-10-05
1
-0
/
+1
*
decode: fix build for folks that don't -DMPD_PATH_MAX=...
Eric Wong
2008-10-05
1
-0
/
+1
*
directory: fix writeDirectoryDB
Eric Wong
2008-10-05
1
-2
/
+4
*
command: fix return status
Eric Wong
2008-10-05
1
-16
/
+6
*
Merge commit '1533279fb18b2b0f53345f0e0727d2f0f968c00d'
Eric Wong
2008-10-05
15
-393
/
+283
|
\
|
*
Merge commit 'box/song-locks' into ew/song-locks
Eric Wong
2008-10-04
3
-20
/
+24
|
|
\
|
|
*
directory: reuse existing directory if found on update
Eric Wong
2008-10-04
1
-4
/
+9
|
|
*
song: better handling of existing songs when rereading DB
Eric Wong
2008-10-04
1
-4
/
+13
|
|
*
tag: merge clearMpdTag into tag_free
Eric Wong
2008-10-03
1
-12
/
+2
|
|
*
song: start avoiding race in updateSongInfo
Eric Wong
2008-10-03
1
-9
/
+12
|
*
|
Merge commit 'box/directory' into ew/song-locks
Eric Wong
2008-10-04
5
-225
/
+159
|
|
\
\
|
|
*
|
command: get rid of specialized list handlers
Eric Wong
2008-10-03
1
-106
/
+67
|
|
*
|
directory: simplify list update handling logic
Eric Wong
2008-10-03
3
-100
/
+71
|
|
*
|
main_notify: define main_task so we can use it for assertions
Eric Wong
2008-10-03
2
-0
/
+7
[next]