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
song: fix create-db with fs locale differ from latin1 and utf8
Igor Vagulin
1
-2
/
+4
2008-10-09
Fix error code for "Playlist already exists"
Qball Cow
1
-2
/
+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
/
+27
2008-10-07
directory: use songvec_for_each for iterators
Eric Wong
3
-63
/
+56
2008-10-07
dbUtils: more cleanups
Eric Wong
1
-11
/
+3
2008-10-07
song: Add song_print_url_x
Eric Wong
2
-0
/
+8
2008-10-07
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
2
-22
/
+14
2008-10-07
songvec: lock traversals for thread-safe updates/reads
Eric Wong
1
-10
/
+34
2008-10-06
song: add print_song_info_x for iterators tha pass void *
Eric Wong
2
-0
/
+8
2008-10-05
songvec: add songvec_for_each iterator
Eric Wong
2
-0
/
+15
2008-10-05
song: replace printSong* with song_print_*
Eric Wong
5
-24
/
+23
2008-10-05
wavpack: remove C99 initializers
Eric Wong
1
-12
/
+16
2008-10-05
dbUtils: remove C99 initializer
Eric Wong
1
-3
/
+2
2008-10-05
Assert if we don't have song or song->url set
Eric Wong
2
-4
/
+10
2008-10-05
autotools: tidy up make dist
Eric Wong
2
-144
/
+2
2008-10-05
song: stop storing song_type
Eric Wong
5
-29
/
+22
2008-10-05
song: use flex arrays to store song->url
Eric Wong
3
-19
/
+24
2008-10-05
song: converted "type" to enum
Max Kellermann
2
-5
/
+8
2008-10-05
song: get rid of newNullSong()
Eric Wong
1
-15
/
+4
2008-10-05
song: call freeJustSong if newSong fails
Eric Wong
1
-1
/
+1
2008-10-05
playlist.h: fix build for folks that don't -DMPD_PATH_MAX=...
Eric Wong
1
-0
/
+1
2008-10-05
decode: fix build for folks that don't -DMPD_PATH_MAX=...
Eric Wong
1
-0
/
+1
2008-10-05
directory: fix writeDirectoryDB
Eric Wong
1
-2
/
+4
2008-10-05
command: fix return status
Eric Wong
1
-16
/
+6
2008-10-04
playlist: fix "currentsong" at end-of-playlist
Eric Wong
1
-4
/
+11
2008-10-04
directory: reuse existing directory if found on update
Eric Wong
1
-4
/
+9
2008-10-04
song: better handling of existing songs when rereading DB
Eric Wong
1
-4
/
+13
2008-10-03
tag: merge clearMpdTag into tag_free
Eric Wong
1
-12
/
+2
2008-10-03
song: start avoiding race in updateSongInfo
Eric Wong
1
-9
/
+12
2008-10-03
command: get rid of specialized list handlers
Eric Wong
1
-106
/
+67
2008-10-03
directory: simplify list update handling logic
Eric Wong
3
-100
/
+71
2008-10-03
main_notify: define main_task so we can use it for assertions
Eric Wong
2
-0
/
+7
2008-10-03
directory: streamline deletes
Eric Wong
1
-17
/
+15
2008-10-03
song: start avoiding race in updateSongInfo
Eric Wong
1
-9
/
+12
2008-10-03
playlist: small lines of code reduction
Eric Wong
1
-96
/
+47
2008-10-02
Revert "Start using song pointers in core data structures"
Eric Wong
8
-49
/
+44
2008-09-29
Switch to C99 types (retaining compat with old compilers)
Eric Wong
31
-132
/
+150
2008-09-29
allow searching for albums with an empty tag
Eric Wong
2
-1
/
+25
2008-09-29
directory: remove redundant sanitizePathDup
Eric Wong
1
-15
/
+7
2008-09-29
update: move path sanitation up the stack to avoid extra copies
Eric Wong
3
-30
/
+58
2008-09-29
command: don't clobber next list value when preparsing
Eric Wong
1
-3
/
+6
2008-09-29
flac: removed FlacData.chunk_length
Max Kellermann
4
-9
/
+3
2008-09-29
flac: merged flacSendChunk() into flac_common_write()
Max Kellermann
1
-11
/
+6
2008-09-29
flac: removed generic sample size support
Max Kellermann
1
-31
/
+27
2008-09-29
flac: added special functions for 8 and 32 bit
Max Kellermann
1
-0
/
+37
2008-09-29
flac: added optimized converter for 16 bit
Max Kellermann
1
-0
/
+17
2008-09-29
flac: use signed integers in flac_convert_stereo16()
Max Kellermann
1
-6
/
+4
2008-09-29
flac: moved code from flacWrite() to _flac_common.c
Max Kellermann
4
-120
/
+90
2008-09-29
flac: assume the buffer is empty in flacWrite() II
Max Kellermann
1
-6
/
+2
[next]