aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* playlist: convert assertion to check in TAG event handlerMax Kellermann2009-01-211-2/+3
* player_thread: emit PLAYLIST event when new song failsMax Kellermann2009-01-211-1/+1
* player_thread: check for decoder failure before seekingMax Kellermann2009-01-211-1/+4
* player_thread: use bool instead of intMax Kellermann2009-01-211-12/+13
* command: don't restart player in the "status" commandMax Kellermann2009-01-213-4/+3
* playlist: use the "enum player_error" typeMax Kellermann2009-01-211-1/+1
* playlist: free memory with g_free()Max Kellermann2009-01-211-10/+5
* player_thread: request next song only if new one starts playingMax Kellermann2009-01-211-11/+0
* use config_get_positive() instead of manual parsingMax Kellermann2009-01-213-81/+21
* conf: added config_get_positive()Max Kellermann2009-01-212-0/+23
* archiveapi: adding seeking support in zip archivesViliam Mateicka2009-01-211-2/+8
* player_thread: eliminated duplicate PLAYLIST eventMax Kellermann2009-01-201-2/+0
* event_pipe: added "TAG" eventMax Kellermann2009-01-204-34/+22
* Add space after sticker: to make it consistent.Qball Cow2009-01-201-1/+1
* command: added "sticker" commandMax Kellermann2009-01-191-0/+72
* update: delete stickers of deleted songsMax Kellermann2009-01-191-0/+9
* sticker: added song sticker libraryMax Kellermann2009-01-193-1/+122
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-196-0/+466
* flac: include config.hMax Kellermann2009-01-191-0/+1
* output: don't include conf.h from output_control.hMax Kellermann2009-01-181-2/+1
* conf: added config_get_block_unsigned()Max Kellermann2009-01-186-39/+33
* conf: added config_get_block_string()Max Kellermann2009-01-1811-98/+95
* jack: parse "ports" setting with g_strsplit()Max Kellermann2009-01-181-20/+7
* jack: use audio_output_get_name()Max Kellermann2009-01-181-11/+1
* conf: removed parseConfigFilePath()Max Kellermann2009-01-183-46/+19
* mixer: don't check for NULL before g_free()Max Kellermann2009-01-182-16/+11
* daemon: removed unused variable "userpwd"Max Kellermann2009-01-181-8/+4
* daemon: pass "detach" flag to daemonize()Max Kellermann2009-01-183-6/+7
* daemon: added daemonize_init(), daemonize_finish()Max Kellermann2009-01-183-45/+72
* main: moved the save_state timer to state_file.cMax Kellermann2009-01-182-20/+26
* state_file: added state_file_init() and state_file_finish()Max Kellermann2009-01-183-24/+40
* state_file: include cleanupMax Kellermann2009-01-182-3/+0
* conf: added config_get_path()Max Kellermann2009-01-183-5/+32
* removed playerData.cMax Kellermann2009-01-185-107/+55
* main: moved code to daemon.cMax Kellermann2009-01-183-98/+119
* mapper: make the music_directory optionalMax Kellermann2009-01-186-31/+90
* mapper: make the playlist directory optionalMax Kellermann2009-01-185-16/+52
* database: pass database file name to db_init()Max Kellermann2009-01-183-40/+45
* stats: use GTimer instead of time(NULL)Max Kellermann2009-01-183-3/+13
* stats: use one db_walk() to obtain statsMax Kellermann2009-01-183-73/+44
* stats: added num_artists, num_albumsMax Kellermann2009-01-182-8/+16
* stats: no CamelCaseMax Kellermann2009-01-184-23/+26
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-175-9/+12
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-174-21/+23
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-176-33/+16
* conf: no CamelCase, part IMax Kellermann2009-01-1740-170/+204
* song: skip archive check for non-musicdir filesMax Kellermann2009-01-171-1/+1
* decoder_api: always notify_wait() for free chunksMax Kellermann2009-01-171-2/+1
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-177-58/+55
* decoder_api: pass const pointer to decoder_data()Max Kellermann2009-01-172-2/+3