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
/
db
/
plugins
/
simple
/
SongSort.cxx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-16
db/simple: use class boost::intrusive::list
Max Kellermann
1
-17
/
+12
2014-02-26
db/simple: create dedicated directory
Max Kellermann
1
-0
/
+0
2014-02-24
SongSort, ...: use libicu instead of GLib's g_utf8_*()
Max Kellermann
1
-4
/
+3
2014-01-24
Database*: move to db/
Max Kellermann
1
-0
/
+0
2014-01-19
Song: embed the Tag object statically into class Song
Max Kellermann
1
-14
/
+6
2014-01-13
copyright year 2014
Max Kellermann
1
-1
/
+1
2013-11-28
include cleanup using iwyu
Max Kellermann
1
-2
/
+0
2013-10-20
TagType: rename enum tag_type to TagType
Max Kellermann
1
-3
/
+3
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
1
-10
/
+10
2013-09-05
Tag, ...: move to libtag.a
Max Kellermann
1
-1
/
+1
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
1
-1
/
+1
2013-07-30
tag: convert to C++
Max Kellermann
1
-5
/
+5
2013-07-28
song: convert header to C++
Max Kellermann
1
-3
/
+3
2013-04-17
song_sort: convert to C++
Max Kellermann
1
-3
/
+6
2012-01-24
directory: replace songvec with doubly linked list
Max Kellermann
1
-115
/
+10
2012-01-24
songvec: move code to songvec_find_pointer()
Max Kellermann
1
-18
/
+28
2012-01-24
songvec: _delete() returns void
Max Kellermann
1
-3
/
+3
2012-01-21
db_lock: new unified lock for songvec and dirvec
Max Kellermann
1
-30
/
+16
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-10-31
songvec: sort songs by album name first, then disc/track number
Max Kellermann
1
-1
/
+30
2009-10-31
songvec: simplified compare_tag_item()
Max Kellermann
1
-8
/
+10
2009-10-13
song: renamed attribute "url" to "uri"
Max Kellermann
1
-4
/
+4
2009-10-13
tag: removed the "_ITEM_" suffix from the enum names
Max Kellermann
1
-2
/
+2
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-0
/
+19
2009-01-15
songvec: sort songs by disc and track number
Max Kellermann
1
-0
/
+46
2009-01-15
dirvec, songvec: sort using g_utf8_collate()
Max Kellermann
1
-1
/
+1
2009-01-03
songvec, dirvec: use GLib instead of utils.h
Max Kellermann
1
-8
/
+9
2008-12-28
songvec: migrate from pthread to glib threads
Thomas Jansen
1
-17
/
+29
2008-12-28
Remove xpthread_* wrappers
Thomas Jansen
1
-0
/
+1
2008-10-21
update: fix multiple deletes from *vec iterators
Eric Wong
1
-1
/
+5
2008-10-21
{dir,song}vec: these structs are const
Eric Wong
1
-1
/
+1
2008-10-14
{dir,song}vec: fix off-by-one errors in {dir,song}vec_delete
Eric Wong
1
-7
/
+6
2008-10-13
songvec: avoid holding nr_lock during free(3)
Eric Wong
1
-3
/
+5
2008-10-08
don't include os_compat.h
Max Kellermann
1
-0
/
+3
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-11
/
+14
2008-10-07
songvec: pass const pointers
Max Kellermann
1
-2
/
+5
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
1
-0
/
+13
2008-09-29
songvec: songvec_delete takes a const Song pointer
Eric Wong
1
-1
/
+1
2008-09-29
songvec_free => songvec_destroy
Eric Wong
1
-1
/
+1
2008-09-23
songvec: avoid free(NULL)
Eric Wong
1
-2
/
+4
2008-09-23
songvec: remove songvec_prune
Eric Wong
1
-23
/
+0
2008-09-23
Replace SongList with struct songvec
Eric Wong
1
-0
/
+89