| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-02-09 | Main: wrap the Storage instance in CompositeStorage | Max Kellermann | 1 | -0/+4 |
2014-02-06 | Instance: narrow "storage" to class Storage | Max Kellermann | 1 | -2/+2 |
2014-02-05 | db/UpdateWalk: move LocalStorage to Instance | Max Kellermann | 1 | -0/+4 |
2014-02-05 | Instance: add attribute "event_loop" | Max Kellermann | 1 | -0/+3 |
2014-02-04 | db/DatabaseListener: add method OnDatabaseSongRemoved() | Max Kellermann | 1 | -3/+2 |
2014-02-04 | Instance: merge DatabaseModified() into OnDatabaseModified() | Max Kellermann | 1 | -7/+0 |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -0/+10 |
2014-02-04 | Main: create UpdateService instance in glue_db_init_and_load() | Max Kellermann | 1 | -0/+6 |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -3/+22 |
2014-01-30 | db/update: convert to OO API | Max Kellermann | 1 | -0/+3 |
2014-01-26 | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 1 | -1/+21 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-11 | DatabasePlugin: add interface DatabaseListener | Max Kellermann | 1 | -1/+6 |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -2/+1 |
2013-10-22 | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 1 | -2/+2 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -2/+2 |
2013-04-17 | Main: move global variables to struct Instance | Max Kellermann | 1 | -19/+20 |
2013-01-10 | notify: convert to C++ | Max Kellermann | 1 | -14/+28 |
2013-01-07 | TagPool: use the Mutex class instead of GStaticMutex | Max Kellermann | 1 | -1/+2 |
2013-01-07 | tag: convert to C++ | Max Kellermann | 1 | -3/+3 |
2012-08-08 | tag_pool: use GStaticMutex | Max Kellermann | 1 | -5/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-03-27 | tag_pool: use size_t for string length | Max Kellermann | 1 | -2/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2008-12-28 | tag & tag_pool: migrate from pthread to glib threads | Thomas Jansen | 1 | -2/+6 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-09-07 | tag: lock all accesses to tag_pool | Eric Wong | 1 | -0/+3 |
2008-08-29 | tag: optimize tag_dup(), copy item references | Max Kellermann | 1 | -0/+2 |
2008-08-29 | tag: added a pool for tag items | Max Kellermann | 1 | -9/+7 |
2008-08-26 | added flag "decoder.seeking" | Max Kellermann | 1 | -0/+2 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved convState to struct decoder | Max Kellermann | 1 | -0/+3 |
2008-08-26 | added struct decoder | Max Kellermann | 1 | -5/+7 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -2/+2 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -1/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-18 | Reverting all of my localization changes. It was a horrible | J. Alexander Treuman | 1 | -2/+0 |
2007-01-08 | Moving pathConvCharset to charConv.c so it can be reused for localization. | J. Alexander Treuman | 1 | -0/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -2/+2 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove closeCharSetConversion from the | Avuton Olrich | 1 | -2/+0 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2004-11-03 | remove vim &*(@ | Warren Dukes | 1 | -1/+0 |
2004-06-17 | actually, scratch the last change | Warren Dukes | 1 | -1/+1 |
2004-06-17 | check in configure script if iconv() needs CONST | Warren Dukes | 1 | -1/+1 |