| Commit message (Expand) | Author | Age | Files | Lines |
* | player_thread: check for decoder failure before seeking | Max Kellermann | 2009-01-21 | 1 | -1/+4 |
* | player_thread: use bool instead of int | Max Kellermann | 2009-01-21 | 1 | -12/+13 |
* | command: don't restart player in the "status" command | Max Kellermann | 2009-01-21 | 3 | -4/+3 |
* | playlist: use the "enum player_error" type | Max Kellermann | 2009-01-21 | 1 | -1/+1 |
* | playlist: free memory with g_free() | Max Kellermann | 2009-01-21 | 1 | -10/+5 |
* | player_thread: request next song only if new one starts playing | Max Kellermann | 2009-01-21 | 1 | -11/+0 |
* | use config_get_positive() instead of manual parsing | Max Kellermann | 2009-01-21 | 3 | -81/+21 |
* | conf: added config_get_positive() | Max Kellermann | 2009-01-21 | 2 | -0/+23 |
* | archiveapi: adding seeking support in zip archives | Viliam Mateicka | 2009-01-21 | 1 | -2/+8 |
* | player_thread: eliminated duplicate PLAYLIST event | Max Kellermann | 2009-01-20 | 1 | -2/+0 |
* | event_pipe: added "TAG" event | Max Kellermann | 2009-01-20 | 4 | -34/+22 |
* | Add space after sticker: to make it consistent. | Qball Cow | 2009-01-20 | 1 | -1/+1 |
* | command: added "sticker" command | Max Kellermann | 2009-01-19 | 1 | -0/+72 |
* | update: delete stickers of deleted songs | Max Kellermann | 2009-01-19 | 1 | -0/+9 |
* | sticker: added song sticker library | Max Kellermann | 2009-01-19 | 3 | -1/+122 |
* | sticker: new library for storing dynamic information about songs | Max Kellermann | 2009-01-19 | 6 | -0/+466 |
* | flac: include config.h | Max Kellermann | 2009-01-19 | 1 | -0/+1 |
* | output: don't include conf.h from output_control.h | Max Kellermann | 2009-01-18 | 1 | -2/+1 |
* | conf: added config_get_block_unsigned() | Max Kellermann | 2009-01-18 | 6 | -39/+33 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 11 | -98/+95 |
* | jack: parse "ports" setting with g_strsplit() | Max Kellermann | 2009-01-18 | 1 | -20/+7 |
* | jack: use audio_output_get_name() | Max Kellermann | 2009-01-18 | 1 | -11/+1 |
* | conf: removed parseConfigFilePath() | Max Kellermann | 2009-01-18 | 3 | -46/+19 |
* | mixer: don't check for NULL before g_free() | Max Kellermann | 2009-01-18 | 2 | -16/+11 |
* | daemon: removed unused variable "userpwd" | Max Kellermann | 2009-01-18 | 1 | -8/+4 |
* | daemon: pass "detach" flag to daemonize() | Max Kellermann | 2009-01-18 | 3 | -6/+7 |
* | daemon: added daemonize_init(), daemonize_finish() | Max Kellermann | 2009-01-18 | 3 | -45/+72 |
* | main: moved the save_state timer to state_file.c | Max Kellermann | 2009-01-18 | 2 | -20/+26 |
* | state_file: added state_file_init() and state_file_finish() | Max Kellermann | 2009-01-18 | 3 | -24/+40 |
* | state_file: include cleanup | Max Kellermann | 2009-01-18 | 2 | -3/+0 |
* | conf: added config_get_path() | Max Kellermann | 2009-01-18 | 3 | -5/+32 |
* | removed playerData.c | Max Kellermann | 2009-01-18 | 5 | -107/+55 |
* | main: moved code to daemon.c | Max Kellermann | 2009-01-18 | 3 | -98/+119 |
* | mapper: make the music_directory optional | Max Kellermann | 2009-01-18 | 6 | -31/+90 |
* | mapper: make the playlist directory optional | Max Kellermann | 2009-01-18 | 5 | -16/+52 |
* | database: pass database file name to db_init() | Max Kellermann | 2009-01-18 | 3 | -40/+45 |
* | stats: use GTimer instead of time(NULL) | Max Kellermann | 2009-01-18 | 3 | -3/+13 |
* | stats: use one db_walk() to obtain stats | Max Kellermann | 2009-01-18 | 3 | -73/+44 |
* | stats: added num_artists, num_albums | Max Kellermann | 2009-01-18 | 2 | -8/+16 |
* | stats: no CamelCase | Max Kellermann | 2009-01-18 | 4 | -23/+26 |
* | conf: replaced getConfigParamValue() with config_get_string() | Max Kellermann | 2009-01-17 | 5 | -9/+12 |
* | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 2009-01-17 | 4 | -21/+23 |
* | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 2009-01-17 | 6 | -33/+16 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 40 | -170/+204 |
* | song: skip archive check for non-musicdir files | Max Kellermann | 2009-01-17 | 1 | -1/+1 |
* | decoder_api: always notify_wait() for free chunks | Max Kellermann | 2009-01-17 | 1 | -2/+1 |
* | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 2009-01-17 | 7 | -58/+55 |
* | decoder_api: pass const pointer to decoder_data() | Max Kellermann | 2009-01-17 | 2 | -2/+3 |
* | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 2009-01-17 | 7 | -86/+43 |
* | music_pipe: removed music_pipe_append() | Max Kellermann | 2009-01-17 | 2 | -39/+0 |