aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* playlist: moved code to queue.cMax Kellermann2009-01-22
* playlist: corrected shuffle underflow testMax Kellermann2009-01-22
* playlist: fix buffer underflow when getting current songMax Kellermann2009-01-22
* locate: use const pointersMax Kellermann2009-01-22
* null: added option to disable timer synchronizationMax Kellermann2009-01-22
* null: implemented finish() methodMax Kellermann2009-01-22
* null: no CamelCaseMax Kellermann2009-01-22
* playlist: convert assertion to check in TAG event handlerMax Kellermann2009-01-21
* player_thread: emit PLAYLIST event when new song failsMax Kellermann2009-01-21
* player_thread: check for decoder failure before seekingMax Kellermann2009-01-21
* player_thread: use bool instead of intMax Kellermann2009-01-21
* command: don't restart player in the "status" commandMax Kellermann2009-01-21
* playlist: use the "enum player_error" typeMax Kellermann2009-01-21
* playlist: free memory with g_free()Max Kellermann2009-01-21
* player_thread: request next song only if new one starts playingMax Kellermann2009-01-21
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-21
* conf: added config_get_positive()Max Kellermann2009-01-21
* archiveapi: adding seeking support in zip archivesViliam Mateicka2009-01-21
* player_thread: eliminated duplicate PLAYLIST eventMax Kellermann2009-01-20
* event_pipe: added "TAG" eventMax Kellermann2009-01-20
* Add space after sticker: to make it consistent.Qball Cow2009-01-20
* command: added "sticker" commandMax Kellermann2009-01-19
* update: delete stickers of deleted songsMax Kellermann2009-01-19
* sticker: added song sticker libraryMax Kellermann2009-01-19
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-19
* flac: include config.hMax Kellermann2009-01-19
* output: don't include conf.h from output_control.hMax Kellermann2009-01-18
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
* conf: added config_get_block_string()Max Kellermann2009-01-18
* jack: parse "ports" setting with g_strsplit()Max Kellermann2009-01-18
* jack: use audio_output_get_name()Max Kellermann2009-01-18
* conf: removed parseConfigFilePath()Max Kellermann2009-01-18
* mixer: don't check for NULL before g_free()Max Kellermann2009-01-18
* daemon: removed unused variable "userpwd"Max Kellermann2009-01-18
* daemon: pass "detach" flag to daemonize()Max Kellermann2009-01-18
* daemon: added daemonize_init(), daemonize_finish()Max Kellermann2009-01-18
* main: moved the save_state timer to state_file.cMax Kellermann2009-01-18
* state_file: added state_file_init() and state_file_finish()Max Kellermann2009-01-18
* state_file: include cleanupMax Kellermann2009-01-18
* conf: added config_get_path()Max Kellermann2009-01-18
* removed playerData.cMax Kellermann2009-01-18
* main: moved code to daemon.cMax Kellermann2009-01-18
* mapper: make the music_directory optionalMax Kellermann2009-01-18
* mapper: make the playlist directory optionalMax Kellermann2009-01-18
* database: pass database file name to db_init()Max Kellermann2009-01-18
* stats: use GTimer instead of time(NULL)Max Kellermann2009-01-18
* stats: use one db_walk() to obtain statsMax Kellermann2009-01-18
* stats: added num_artists, num_albumsMax Kellermann2009-01-18
* stats: no CamelCaseMax Kellermann2009-01-18
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-17