| Commit message (Expand) | Author | Files | Lines |
2009-01-23 | queue: merged songs, songMod, positionToId into struct queue_item | Max Kellermann | 2 | -56/+52 |
2009-01-22 | playlist: moved code to queue.c | Max Kellermann | 5 | -357/+777 |
2009-01-22 | playlist: corrected shuffle underflow test | Max Kellermann | 1 | -2/+2 |
2009-01-22 | playlist: fix buffer underflow when getting current song | Max Kellermann | 1 | -7/+10 |
2009-01-22 | locate: use const pointers | Max Kellermann | 4 | -32/+28 |
2009-01-22 | null: added option to disable timer synchronization | Max Kellermann | 1 | -1/+11 |
2009-01-22 | null: implemented finish() method | Max Kellermann | 1 | -0/+13 |
2009-01-22 | null: no CamelCase | Max Kellermann | 2 | -15/+20 |
2009-01-21 | playlist: convert assertion to check in TAG event handler | Max Kellermann | 1 | -2/+3 |
2009-01-21 | player_thread: emit PLAYLIST event when new song fails | Max Kellermann | 1 | -1/+1 |
2009-01-21 | player_thread: check for decoder failure before seeking | Max Kellermann | 1 | -1/+4 |
2009-01-21 | player_thread: use bool instead of int | Max Kellermann | 1 | -12/+13 |
2009-01-21 | command: don't restart player in the "status" command | Max Kellermann | 3 | -4/+3 |
2009-01-21 | playlist: use the "enum player_error" type | Max Kellermann | 1 | -1/+1 |
2009-01-21 | playlist: free memory with g_free() | Max Kellermann | 1 | -10/+5 |
2009-01-21 | player_thread: request next song only if new one starts playing | Max Kellermann | 1 | -11/+0 |
2009-01-21 | use config_get_positive() instead of manual parsing | Max Kellermann | 3 | -81/+21 |
2009-01-21 | conf: added config_get_positive() | Max Kellermann | 2 | -0/+23 |
2009-01-21 | archiveapi: adding seeking support in zip archives | Viliam Mateicka | 1 | -2/+8 |
2009-01-20 | player_thread: eliminated duplicate PLAYLIST event | Max Kellermann | 1 | -2/+0 |
2009-01-20 | event_pipe: added "TAG" event | Max Kellermann | 4 | -34/+22 |
2009-01-20 | Add space after sticker: to make it consistent. | Qball Cow | 1 | -1/+1 |
2009-01-19 | command: added "sticker" command | Max Kellermann | 1 | -0/+72 |
2009-01-19 | update: delete stickers of deleted songs | Max Kellermann | 1 | -0/+9 |
2009-01-19 | sticker: added song sticker library | Max Kellermann | 3 | -1/+122 |
2009-01-19 | sticker: new library for storing dynamic information about songs | Max Kellermann | 6 | -0/+466 |
2009-01-19 | flac: include config.h | Max Kellermann | 1 | -0/+1 |
2009-01-18 | output: don't include conf.h from output_control.h | Max Kellermann | 1 | -2/+1 |
2009-01-18 | conf: added config_get_block_unsigned() | Max Kellermann | 6 | -39/+33 |
2009-01-18 | conf: added config_get_block_string() | Max Kellermann | 11 | -98/+95 |
2009-01-18 | jack: parse "ports" setting with g_strsplit() | Max Kellermann | 1 | -20/+7 |
2009-01-18 | jack: use audio_output_get_name() | Max Kellermann | 1 | -11/+1 |
2009-01-18 | conf: removed parseConfigFilePath() | Max Kellermann | 3 | -46/+19 |
2009-01-18 | mixer: don't check for NULL before g_free() | Max Kellermann | 2 | -16/+11 |
2009-01-18 | daemon: removed unused variable "userpwd" | Max Kellermann | 1 | -8/+4 |
2009-01-18 | daemon: pass "detach" flag to daemonize() | Max Kellermann | 3 | -6/+7 |
2009-01-18 | daemon: added daemonize_init(), daemonize_finish() | Max Kellermann | 3 | -45/+72 |
2009-01-18 | main: moved the save_state timer to state_file.c | Max Kellermann | 2 | -20/+26 |
2009-01-18 | state_file: added state_file_init() and state_file_finish() | Max Kellermann | 3 | -24/+40 |
2009-01-18 | state_file: include cleanup | Max Kellermann | 2 | -3/+0 |
2009-01-18 | conf: added config_get_path() | Max Kellermann | 3 | -5/+32 |
2009-01-18 | removed playerData.c | Max Kellermann | 5 | -107/+55 |
2009-01-18 | main: moved code to daemon.c | Max Kellermann | 3 | -98/+119 |
2009-01-18 | mapper: make the music_directory optional | Max Kellermann | 6 | -31/+90 |
2009-01-18 | mapper: make the playlist directory optional | Max Kellermann | 5 | -16/+52 |
2009-01-18 | database: pass database file name to db_init() | Max Kellermann | 3 | -40/+45 |
2009-01-18 | stats: use GTimer instead of time(NULL) | Max Kellermann | 3 | -3/+13 |
2009-01-18 | stats: use one db_walk() to obtain stats | Max Kellermann | 3 | -73/+44 |
2009-01-18 | stats: added num_artists, num_albums | Max Kellermann | 2 | -8/+16 |
2009-01-18 | stats: no CamelCase | Max Kellermann | 4 | -23/+26 |