| Commit message (Expand) | Author | Files | Lines |
2013-11-22 | DatabasePlugin: add method GetUpdateStamp() | Max Kellermann | 1 | -14/+2 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+2 |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -3/+1 |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -3/+3 |
2013-01-03 | database.h: rename to DatabaseSimple.hxx | Max Kellermann | 1 | -3/+3 |
2013-01-03 | database.h: move prototypes to DatabaseGlue.hxx | Max Kellermann | 1 | -14/+0 |
2013-01-03 | database.h: eliminate db_*_song() | Max Kellermann | 1 | -9/+0 |
2012-08-16 | DatabasePlugin: add method ReturnSong() | Max Kellermann | 1 | -0/+4 |
2012-08-08 | DatabaseGlue: pass block to db_init() | Max Kellermann | 1 | -2/+2 |
2012-08-08 | DatabaseGlue: add function db_is_simple() | Max Kellermann | 1 | -0/+18 |
2012-08-02 | DatabaseGlue: remove db_walk(), db_visit() | Max Kellermann | 1 | -12/+0 |
2012-08-02 | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 1 | -5/+5 |
2012-02-13 | database: add "pure" attributes | Max Kellermann | 1 | -0/+5 |
2012-02-13 | database: remove obsolete prototype db_check() | Max Kellermann | 1 | -3/+0 |
2012-02-02 | directory: require the caller to lock the db_mutex | Max Kellermann | 1 | -0/+3 |
2011-09-13 | db_plugin: add method visit() | Max Kellermann | 1 | -0/+7 |
2011-09-13 | database: don't allow uri==NULL | Max Kellermann | 1 | -0/+5 |
2011-09-13 | database: add struct db_visitor | Max Kellermann | 1 | -3/+5 |
2011-09-10 | db_plugin: introducing a plugin API for the song database | Max Kellermann | 1 | -8/+3 |
2011-09-09 | database: return GError on failure | Max Kellermann | 1 | -2/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-02 | database: db_load() returns GError | Max Kellermann | 1 | -1/+3 |
2009-01-18 | mapper: make the music_directory optional | Max Kellermann | 1 | -0/+4 |
2009-01-18 | database: pass database file name to db_init() | Max Kellermann | 1 | -7/+5 |
2009-01-08 | update: save the database even if it is empty | Max Kellermann | 1 | -0/+11 |
2009-01-04 | database: use stdbool | Max Kellermann | 1 | -3/+4 |
2009-01-04 | database: db_init() initializes library, does not update | Max Kellermann | 1 | -0/+13 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-09 | database: renamed get_get_song() to db_get_song() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -12/+18 |
2008-10-08 | database: removed printDirectoryInfo() | Max Kellermann | 1 | -3/+0 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -17/+27 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -2/+2 |
2008-10-08 | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: moved code to update.c | Max Kellermann | 1 | -10/+20 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -3/+4 |
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -9/+10 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 1 | -8/+0 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-04-12 | remove buffered_chunks, use cb->size | Max Kellermann | 1 | -1/+0 |
2008-04-12 | moved CHUNK_SIZE to outputBuffer.h | Max Kellermann | 1 | -3/+0 |
2008-04-12 | unsigned integers in playerData.[ch] | Max Kellermann | 1 | -2/+2 |