| Commit message (Expand) | Author | Files | Lines |
2015-01-28 | StickerDatabase: convert the struct name to upper case | Max Kellermann | 1 | -2/+2 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-12-12 | sticker/Song: add enum StickerOperator to sticker_song_find() | Max Kellermann | 1 | -1/+4 |
2014-12-12 | sticker/Database: use the Error library | Max Kellermann | 1 | -6/+10 |
2014-12-04 | SongSticker: remove obsolete documentation | Max Kellermann | 1 | -2/+1 |
2014-02-04 | SongSticker: add Database reference parameter | Max Kellermann | 1 | -2/+2 |
2014-01-29 | sticker: don't use classes Directory and Song | Max Kellermann | 1 | -2/+2 |
2014-01-24 | Sticker*: move to sticker/ | Max Kellermann | 1 | -0/+0 |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -7/+7 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-08 | SongSticker: use Song references | Max Kellermann | 1 | -5/+5 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -2/+2 |
2013-10-17 | StickerDatabase: return std::string | Max Kellermann | 1 | -1/+6 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+0 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -7/+7 |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -3/+3 |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -2/+2 |
2013-01-02 | sticker: convert to C++ | Max Kellermann | 1 | -4/+3 |
2012-02-02 | directory: require the caller to lock the db_mutex | Max Kellermann | 1 | -0/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-04-28 | sticker: added sticker_delete_value() | Max Kellermann | 1 | -0/+7 |
2009-04-01 | song_sticker: added song_sticker_find() | Max Kellermann | 1 | -0/+16 |
2009-03-14 | sticker: don't export sticker_list_values() | Max Kellermann | 1 | -7/+0 |
2009-03-14 | sticker: added "struct sticker" | Max Kellermann | 1 | -0/+10 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-11 | Move from the opaque GPtrArray to GHashTable for sticker lists. | Eric Wollesen | 1 | -5/+3 |
2009-03-03 | Add sticker list command. | Eric Wollesen | 1 | -0/+10 |
2009-01-19 | sticker: added song sticker library | Max Kellermann | 1 | -9/+24 |
2009-01-07 | pcm_prng: renamed prng() to pcm_prng() | Max Kellermann | 1 | -1/+2 |
2009-01-03 | pcm_utils: use the custom PRNG for volume dithering | Max Kellermann | 1 | -11/+9 |
2008-12-30 | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 1 | -0/+6 |
2008-12-30 | main: moved daemonize() to daemon.c | Max Kellermann | 1 | -12/+5 |
2008-12-27 | cmdline: use gboolean instead of int | Max Kellermann | 1 | -4/+6 |
2008-12-27 | moved command line parser to cmdline.c | Max Kellermann | 1 | -7/+13 |
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/+1 |
2008-09-09 | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 1 | -19/+0 |
2008-09-09 | output: removed keepAudioOutputAlive() declaration | Max Kellermann | 1 | -1/+0 |
2008-09-08 | output: static audio_output_plugin list as array | Max Kellermann | 1 | -17/+0 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -21/+22 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -64/+3 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -4/+4 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -2/+3 |
2008-08-29 | pass constant pointers | Max Kellermann | 1 | -2/+2 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -1/+1 |
2008-04-12 | const pointers in audioOutput.c | Max Kellermann | 1 | -1/+2 |
2008-04-12 | use size_t in audioOutput.c internals | Max Kellermann | 1 | -1/+1 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -2/+3 |