aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseSimple.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-22DatabasePlugin: add method GetUpdateStamp()Max Kellermann1-14/+2
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-2/+2
2013-01-30TagPool, ...: include cleanupMax Kellermann1-3/+1
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-3/+3
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann1-3/+3
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann1-14/+0
2013-01-03database.h: eliminate db_*_song()Max Kellermann1-9/+0
2012-08-16DatabasePlugin: add method ReturnSong()Max Kellermann1-0/+4
2012-08-08DatabaseGlue: pass block to db_init()Max Kellermann1-2/+2
2012-08-08DatabaseGlue: add function db_is_simple()Max Kellermann1-0/+18
2012-08-02DatabaseGlue: remove db_walk(), db_visit()Max Kellermann1-12/+0
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-5/+5
2012-02-13database: add "pure" attributesMax Kellermann1-0/+5
2012-02-13database: remove obsolete prototype db_check()Max Kellermann1-3/+0
2012-02-02directory: require the caller to lock the db_mutexMax Kellermann1-0/+3
2011-09-13db_plugin: add method visit()Max Kellermann1-0/+7
2011-09-13database: don't allow uri==NULLMax Kellermann1-0/+5
2011-09-13database: add struct db_visitorMax Kellermann1-3/+5
2011-09-10db_plugin: introducing a plugin API for the song databaseMax Kellermann1-8/+3
2011-09-09database: return GError on failureMax Kellermann1-2/+2
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-02database: db_load() returns GErrorMax Kellermann1-1/+3
2009-01-18mapper: make the music_directory optionalMax Kellermann1-0/+4
2009-01-18database: pass database file name to db_init()Max Kellermann1-7/+5
2009-01-08update: save the database even if it is emptyMax Kellermann1-0/+11
2009-01-04database: use stdboolMax Kellermann1-3/+4
2009-01-04database: db_init() initializes library, does not updateMax Kellermann1-0/+13
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-09database: renamed get_get_song() to db_get_song()Max Kellermann1-1/+1
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-12/+18
2008-10-08database: removed printDirectoryInfo()Max Kellermann1-3/+0
2008-10-08directory: moved code to database.cMax Kellermann1-17/+27
2008-10-08directory: converted typedef Directory to struct directoryMax Kellermann1-2/+2
2008-10-08update: merged exploreDirectory() into updateDirectory()Max Kellermann1-1/+1
2008-10-08directory: moved code to update.cMax Kellermann1-10/+20
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-3/+4
2008-08-26moved code to crossfade.cMax Kellermann1-9/+10
2008-08-26clean up CPP includesMax Kellermann1-2/+0
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-8/+0
2008-04-13Make the OutputBuffer API more consistentEric Wong1-1/+1
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong1-1/+1
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12remove buffered_chunks, use cb->sizeMax Kellermann1-1/+0
2008-04-12moved CHUNK_SIZE to outputBuffer.hMax Kellermann1-3/+0
2008-04-12unsigned integers in playerData.[ch]Max Kellermann1-2/+2