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