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: 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
*
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
|
|
*
|
directory: streamline deletes
Eric Wong
2008-10-03
1
-17
/
+15
|
*
|
|
song: start avoiding race in updateSongInfo
Eric Wong
2008-10-03
1
-9
/
+12
|
|
|
/
|
|
/
|
|
*
|
playlist: small lines of code reduction
Eric Wong
2008-10-03
1
-96
/
+47
|
*
|
Revert "Start using song pointers in core data structures"
Eric Wong
2008-10-02
8
-49
/
+44
*
|
|
playlist: fix "currentsong" at end-of-playlist
Eric Wong
2008-10-04
1
-4
/
+11
|
/
/
*
|
Switch to C99 types (retaining compat with old compilers)
Eric Wong
2008-09-29
31
-132
/
+150
*
|
allow searching for albums with an empty tag
Eric Wong
2008-09-29
2
-1
/
+25
*
|
Merge branch 'ew/directory'
Eric Wong
2008-09-29
12
-375
/
+341
|
\
|
|
*
directory: remove redundant sanitizePathDup
Eric Wong
2008-09-29
1
-15
/
+7
|
*
update: move path sanitation up the stack to avoid extra copies
Eric Wong
2008-09-29
3
-30
/
+58
|
*
clean up updateInit calling and error handling
Eric Wong
2008-09-28
3
-13
/
+22
|
*
directory: isRootDirectory() is a one-liner
Eric Wong
2008-09-28
1
-4
/
+1
|
*
directory: writeDirectoryInfo propagates errors
Eric Wong
2008-09-28
1
-28
/
+19
|
*
directory: make it clear that DIRECTORY_MTIME is deprecated
Eric Wong
2008-09-28
1
-1
/
+1
|
*
directory: remove "Mp3" references
Eric Wong
2008-09-28
3
-22
/
+22
|
*
playlist: deleteASongFromPlaylist takes a const Song *
Eric Wong
2008-09-28
2
-2
/
+2
|
*
songvec: songvec_delete takes a const Song pointer
Eric Wong
2008-09-28
2
-2
/
+2
|
*
directory: remove shortname arguments everywhere
Eric Wong
2008-09-28
1
-79
/
+40
|
*
path: add mpd_basename() function
Eric Wong
2008-09-28
2
-0
/
+20
|
*
directory.h: remove directory_sigChldHandler decl
Eric Wong
2008-09-28
1
-2
/
+0
|
*
directory: replace DirectoryList with dirvec
Eric Wong
2008-09-28
4
-197
/
+175
|
*
directory: remove unused CPP defines
Eric Wong
2008-09-28
1
-4
/
+0
|
*
songvec_free => songvec_destroy
Eric Wong
2008-09-28
3
-3
/
+3
|
*
directory.c: kill unnecessary includes
Eric Wong
2008-09-28
1
-4
/
+0
[next]