| Commit message (Expand) | Author | Files | Lines |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -2/+2 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-29 | SongFilter: add special keyword "base" | Max Kellermann | 1 | -3/+1 |
2013-10-29 | DatabaseSelection: use std::string | Max Kellermann | 1 | -5/+3 |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -3/+2 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -2/+2 |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -4/+4 |
2012-08-29 | DatabaseSelection: add method Match() | Max Kellermann | 1 | -0/+4 |
2012-08-08 | DatabaseSelection: add "match" attribute | Max Kellermann | 1 | -2/+7 |
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -18/+8 |
2012-08-02 | DatabaseVisitor, ...: use GError forward declaration | Max Kellermann | 1 | -0/+1 |
2011-09-13 | db_plugin: add method visit() | Max Kellermann | 1 | -12/+25 |
2011-09-13 | database: add struct db_visitor | Max Kellermann | 1 | -10/+18 |
2011-09-10 | database: move code to db_save.c | Max Kellermann | 1 | -6/+4 |
2011-09-10 | directory_save: pass const pointer to _save() | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-07 | database: I/O error handling in db_save() | Max Kellermann | 1 | -1/+1 |
2009-11-01 | text_file: allocate line buffers dynamically | Max Kellermann | 1 | -1/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-02 | directory: directory_load() returns GError | Max Kellermann | 1 | -2/+5 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-09 | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 1 | -4/+8 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+1 |
2008-09-07 | tag: added buffered versions of the tag_print.c code | Max Kellermann | 1 | -5/+5 |
2008-09-07 | tag: moved code to tag_print.c | Max Kellermann | 1 | -4/+7 |
2008-08-26 | renamed decoderInit() to decoder_thread_start() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed decode.c to decoder_thread.c | Max Kellermann | 1 | -5/+4 |
2008-08-26 | moved global variable "pc" to player.h | Max Kellermann | 1 | -3/+0 |
2008-08-26 | moved global variable "ob" to outputBuffer.h | Max Kellermann | 1 | -2/+0 |
2008-08-26 | moved variable "dc" to decode.h | Max Kellermann | 1 | -2/+0 |
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 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -3/+3 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -3/+0 |
2006-08-01 | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 1 | -1/+1 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 1 | -1/+1 |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 1 | -0/+1 |