mpd/src
Max Kellermann 64a481d873 {decoder,player}_control: removed duplicate wakeups
Don't wake up the target thread in every iteration of the wait() loop.
Waking it up once, right after the command has been set, must be
enough.
2009-11-02 17:12:00 +01:00
..
archive input_stream: use "goffset" instead of "off_t" 2009-10-11 23:32:22 +02:00
cue tag: removed the "_ITEM_" suffix from the enum names 2009-10-13 16:12:45 +02:00
decoder decoder/ffmpeg: removed the "author" vs "artist" workaround 2009-10-28 22:17:10 +01:00
encoder encoder: renaming none_encoder to null_encoder 2009-10-26 20:02:34 +01:00
filter pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
input mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... 2009-10-20 21:01:55 +02:00
mixer output/pulse: call mixer on state changes 2009-10-23 10:33:26 +02:00
output httpd: add config option to limit number of clients 2009-10-29 22:38:18 +01:00
playlist playlist: new ASX playlist plugin 2009-10-21 23:39:47 +02:00
ack.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
aiff.c riff, aiff: fixed "limited range" gcc warning 2009-10-11 23:15:38 +02:00
aiff.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
archive_api.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
archive_api.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
archive_internal.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
archive_list.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
archive_list.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
audio_format.h audio_format: wildcards allowed in audio_format configuration 2009-10-21 23:01:04 +02:00
audio_parser.c audio_format: wildcards allowed in audio_format configuration 2009-10-21 23:01:04 +02:00
audio_parser.h audio_format: wildcards allowed in audio_format configuration 2009-10-21 23:01:04 +02:00
audio.c audio: removed function finishAudioConfig() 2009-10-22 17:12:32 +02:00
audio.h audio: removed function finishAudioConfig() 2009-10-22 17:12:32 +02:00
buffer.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
buffer.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
chunk.c music_chunk: added more audio_format_valid() assertions 2009-05-11 17:25:34 +02:00
chunk.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
client_event.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_expire.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_global.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_idle.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_internal.h client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_list.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_new.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_process.c command: moved command_process_list() to client.c 2009-07-29 08:00:01 +02:00
client_read.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client_write.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client.c client: splitted client.c into several pieces 2009-07-28 17:17:23 +02:00
client.h client: client_write() does not necessary for export. 2009-03-30 19:21:41 +02:00
cmdline.c configure.ac: require GLib 2.16 2009-10-13 16:12:43 +02:00
cmdline.h cmdline: handle fatal errors with GError 2009-09-24 21:40:05 +02:00
command.c command: omitting the range end is possible 2009-10-18 01:24:49 +02:00
command.h command: moved command_process_list() to client.c 2009-07-29 08:00:01 +02:00
compress.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
compress.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
conf.c mpd.conf: new bool config value for enabling/disabling inotify update 2009-10-26 19:14:40 +01:00
conf.h mpd.conf: new bool config value for enabling/disabling inotify update 2009-10-26 19:14:40 +01:00
crossfade.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
crossfade.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
daemon.c use daemon() when the C library provides it 2009-08-13 17:25:30 +02:00
daemon.h daemon: daemonize_close_stdin() optimised. 2009-07-22 13:43:21 +02:00
database.c song_save: load one song at a time 2009-11-01 17:51:29 +01:00
database.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
dbUtils.c song: renamed attribute "url" to "uri" 2009-10-13 18:01:06 +02:00
dbUtils.h command: add "findadd" command. 2009-08-25 13:43:22 +02:00
decoder_api.c decoder_api: check decoder==NULL in decoder_read() 2009-11-01 15:34:12 +01:00
decoder_api.h decoder_api: document all function parameters 2009-10-08 15:39:45 +02:00
decoder_buffer.c decoder_buffer: added function decoder_buffer_skip() 2009-09-30 15:22:36 +02:00
decoder_buffer.h decoder_buffer: added function decoder_buffer_skip() 2009-09-30 15:22:36 +02:00
decoder_command.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
decoder_control.c {decoder,player}_control: removed duplicate wakeups 2009-11-02 17:12:00 +01:00
decoder_control.h decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
decoder_internal.c decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
decoder_internal.h decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
decoder_list.c decoder/mpg123: new decoder plugin based on libmpg123 2009-08-26 20:08:13 +02:00
decoder_list.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
decoder_plugin.h decoder_plugin: corrected outdated API documentation 2009-06-04 08:22:43 +02:00
decoder_thread.c decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
decoder_thread.h decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
directory_print.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
directory_print.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
directory_save.c song_save: load one song at a time 2009-11-01 17:51:29 +01:00
directory_save.h text_file: allocate line buffers dynamically 2009-11-01 15:37:16 +01:00
directory.c directory: free empty directories after removing them (memleak) 2009-08-14 11:52:00 +02:00
directory.h directory: added directory_lookup_song() 2009-04-01 18:41:37 +02:00
dirvec.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
dirvec.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
encoder_api.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
encoder_list.c encoder: renaming none_encoder to null_encoder 2009-10-26 20:02:34 +01:00
encoder_list.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
encoder_plugin.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
event_pipe.c client, event_pipe: explicitly ignore the write() result 2009-04-01 17:14:25 +02:00
event_pipe.h volume: added PIPE_EVENT_MIXER 2009-10-21 09:48:37 +02:00
exclude.c update: obey .mpdignore files 2009-10-16 18:11:43 +02:00
exclude.h update: obey .mpdignore files 2009-10-16 18:11:43 +02:00
fifo_buffer.c fifo_buffer: added buffering library 2009-03-14 17:30:00 +01:00
fifo_buffer.h fifo_buffer: added buffering library 2009-03-14 17:30:00 +01:00
filter_internal.h filter: added new plugin API for filters 2009-07-03 01:02:53 +02:00
filter_plugin.c filter: added new plugin API for filters 2009-07-03 01:02:53 +02:00
filter_plugin.h filter: added new plugin API for filters 2009-07-03 01:02:53 +02:00
filter_registry.c filter/chain: new library for creating a chain of filters 2009-07-06 10:01:02 +02:00
filter_registry.h filter/convert: new filter which calls pcm_convert() on demand 2009-07-06 10:01:02 +02:00
gcc.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
icy_metadata.c tag: removed the "_ITEM_" suffix from the enum names 2009-10-13 16:12:45 +02:00
icy_metadata.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
icy_server.c icy_server: don't export icy_server_metadata_string() 2009-04-13 19:39:33 +02:00
icy_server.h icy_server: don't export icy_server_metadata_string() 2009-04-13 19:39:33 +02:00
idle.c idle: added "update" event 2009-07-05 08:46:53 +02:00
idle.h idle: added "update" event 2009-07-05 08:46:53 +02:00
inotify_queue.c notify_queue: use g_timeout_add_seconds() 2009-10-15 21:22:39 +02:00
inotify_queue.h automatically update the database with Linux inotify 2009-09-25 18:32:00 +02:00
inotify_source.c automatically update the database with Linux inotify 2009-09-25 18:32:00 +02:00
inotify_source.h automatically update the database with Linux inotify 2009-09-25 18:32:00 +02:00
inotify_update.c automatically update the database with Linux inotify 2009-09-25 18:32:00 +02:00
inotify_update.h automatically update the database with Linux inotify 2009-09-25 18:32:00 +02:00
input_plugin.h input_stream: use "goffset" instead of "off_t" 2009-10-11 23:32:22 +02:00
input_stream.c input/lastfm: removed obsolete last.fm input plugin 2009-10-13 19:43:56 +02:00
input_stream.h input_stream: use "goffset" instead of "off_t" 2009-10-11 23:32:22 +02:00
listen.c listen: handle fatal errors with GError 2009-09-24 21:40:04 +02:00
listen.h listen: handle fatal errors with GError 2009-09-24 21:40:04 +02:00
locate.c locate: use g_ascii_strcasecmp() instead of strcasecmp() 2009-04-28 09:31:44 +02:00
locate.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
log.c log: fix double free() bug during shutdown 2009-07-05 07:14:24 +02:00
log.h log: removed DEBUG() and FATAL() 2009-03-15 18:23:00 +01:00
ls.c input/lastfm: removed obsolete last.fm input plugin 2009-10-13 19:43:56 +02:00
ls.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
main.c decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
main.h player_control: protect command, state, error with a mutex 2009-10-31 17:02:12 +01:00
mapper.c mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... 2009-10-20 21:01:55 +02:00
mapper.h mapper: pass music and playlist directory to mapper_init() 2009-07-15 18:58:19 +02:00
mixer_all.c mixer_plugin: use GError for error handling 2009-10-20 22:10:56 +02:00
mixer_all.h mixer_all: added mixer_all_set_software_volume() 2009-07-06 21:52:29 +02:00
mixer_api.c mixer: don't reopen failed mixer automatically 2009-03-26 19:46:39 +01:00
mixer_api.h mixer: don't reopen failed mixer automatically 2009-03-26 19:46:39 +01:00
mixer_control.c mixer_control: don't close the mixer if set_volume() fails 2009-10-23 10:33:23 +02:00
mixer_control.h mixer_plugin: pass audio_output pointer to mixer_plugin.init() 2009-10-21 09:48:41 +02:00
mixer_list.h mixer/{oss,alsa}: renamed the mixer source files 2009-10-20 21:23:05 +02:00
mixer_plugin.h mixer_plugin: get_volume() may return -1 if unavailable 2009-10-23 10:32:25 +02:00
mixer_type.c mixer_type: moved volume_mixer_type from volume.c 2009-07-06 07:37:37 +02:00
mixer_type.h mixer_type: moved volume_mixer_type from volume.c 2009-07-06 07:37:37 +02:00
normalize.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
normalize.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
notify.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
notify.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
output_all.c player_control: protect command, state, error with a mutex 2009-10-31 17:02:12 +01:00
output_all.h {player,output}_thread: fixed elapsed_time quirks 2009-10-30 16:28:15 +01:00
output_api.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
output_command.c output_plugin: added methods enable() and disable() 2009-10-23 10:55:52 +02:00
output_command.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
output_control.c {decoder,player}_control: removed duplicate wakeups 2009-11-02 17:12:00 +01:00
output_control.h output_plugin: added methods enable() and disable() 2009-10-23 10:55:52 +02:00
output_init.c output: consistently lock audio output objects 2009-10-29 17:06:40 +01:00
output_internal.h output: consistently lock audio output objects 2009-10-29 17:06:40 +01:00
output_list.c output/jack: renamed source to jack_output_plugin.c 2009-10-21 18:33:01 +02:00
output_list.h move printAllOutputPluginTypes to output_list.c 2009-03-21 09:45:42 +01:00
output_plugin.h output_plugin: added method "drain" 2009-10-29 15:59:40 +01:00
output_print.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
output_print.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
output_state.c state_file: save only if something has changed 2009-10-08 15:22:39 +02:00
output_state.h state_file: save only if something has changed 2009-10-08 15:22:39 +02:00
output_thread.c output_thread: check command before g_cond_wait() 2009-11-02 17:01:17 +01:00
output_thread.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
page.c page: added page_new_concat() 2009-03-17 20:51:33 +01:00
page.h page: added page_new_concat() 2009-03-17 20:51:33 +01:00
path.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
path.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_buffer.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_byteswap.c pcm_byteswap: converted NULL checks to assertions 2009-07-22 19:04:38 +02:00
pcm_byteswap.h Add reverse_endian field to struct audio_format and handle conversion 2009-07-19 17:15:21 +01:00
pcm_channels.c pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_channels.h pcm_channels: num_channels is unsigned 2009-07-22 19:12:04 +02:00
pcm_convert.c pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_convert.h pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_dither.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_dither.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_format.c pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_format.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_mix.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_mix.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_prng.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_resample_fallback.c pcm_resample_fallback: don't include glib.h 2009-07-22 19:54:57 +02:00
pcm_resample_internal.h pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_resample_libsamplerate.c pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_resample.c pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_resample.h pcm_convert: use GError for error handling 2009-07-23 12:01:03 +02:00
pcm_utils.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
pcm_volume.c pcm_volume: use #ifdef instead of #if __i386__ 2009-03-14 14:39:48 +01:00
pcm_volume.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
permission.c permission: improve const-correctness 2009-10-22 17:11:39 +02:00
permission.h permission: improve const-correctness 2009-10-22 17:11:39 +02:00
pipe.c music_pipe: added assertion on chunk->audio_format 2009-05-11 16:33:48 +02:00
pipe.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
player_control.c {decoder,player}_control: removed duplicate wakeups 2009-11-02 17:12:00 +01:00
player_control.h decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
player_thread.c decoder_control: removed the global variable "dc" 2009-10-31 19:22:56 +01:00
player_thread.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
playlist_control.c player_control: no CamelCase 2009-10-08 21:12:57 +02:00
playlist_edit.c player_control: no CamelCase 2009-10-08 21:12:57 +02:00
playlist_global.c playlist: CamelCaseIsBad 2009-07-28 18:07:01 -04:00
playlist_internal.h playlist: CamelCaseIsBad 2009-07-28 18:07:01 -04:00
playlist_list.c playlist: new ASX playlist plugin 2009-10-21 23:39:47 +02:00
playlist_list.h playlist_plugin: new plugin API for playlist parsers 2009-10-12 22:34:04 +02:00
playlist_plugin.h playlist_plugin: new plugin API for playlist parsers 2009-10-12 22:34:04 +02:00
playlist_print.c playlist: CamelCaseIsBad 2009-07-28 18:07:01 -04:00
playlist_print.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
playlist_queue.c command: "load" supports remote playlists (m3u, xspf, lastfm://) 2009-10-13 18:53:33 +02:00
playlist_queue.h command: "load" supports remote playlists (m3u, xspf, lastfm://) 2009-10-13 18:53:33 +02:00
playlist_save.c mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... 2009-10-20 21:01:55 +02:00
playlist_save.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
playlist_state.c output_plugin: added methods enable() and disable() 2009-10-23 10:55:52 +02:00
playlist_state.h state_file: save only if something has changed 2009-10-08 15:22:39 +02:00
playlist.c player_control: no CamelCase 2009-10-08 21:12:57 +02:00
playlist.h playlist_control: "previous" really plays the previous song 2009-10-08 20:33:50 +02:00
poison.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
queue_print.c queue_print: queue_print_song_info() is not necessry for export. 2009-03-30 19:21:41 +02:00
queue_print.h queue_print: queue_print_song_info() is not necessry for export. 2009-03-30 19:21:41 +02:00
queue_save.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
queue_save.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
queue.c queue: no CamelCase 2009-10-13 16:43:06 +02:00
queue.h queue: no CamelCase 2009-10-13 16:43:06 +02:00
replay_gain.c replay_gain: trigger OPTIONS idle event on mode change 2009-11-01 15:44:56 +01:00
replay_gain.h command: allow changing replay gain mode on-the-fly 2009-10-17 22:58:19 +02:00
riff.c riff, aiff: fixed "limited range" gcc warning 2009-10-11 23:15:38 +02:00
riff.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
sig_handlers.c log: removed DEBUG() and FATAL() 2009-03-15 18:23:00 +01:00
sig_handlers.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
socket_util.c socket_util: fixed format warning 2009-04-01 16:45:03 +02:00
socket_util.h socket_util: added socket_bind_listen() 2009-03-14 18:29:38 +01:00
song_print.c song: renamed attribute "url" to "uri" 2009-10-13 18:01:06 +02:00
song_print.h song: renamed attribute "url" to "uri" 2009-10-13 18:01:06 +02:00
song_save.c song_save: free song object on error 2009-11-01 17:51:32 +01:00
song_save.h song_save: load one song at a time 2009-11-01 17:51:29 +01:00
song_sticker.c sticker: added sticker_delete_value() 2009-04-28 20:23:27 +02:00
song_sticker.h sticker: added sticker_delete_value() 2009-04-28 20:23:27 +02:00
song_update.c mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... 2009-10-20 21:01:55 +02:00
song.c song: renamed attribute "url" to "uri" 2009-10-13 18:01:06 +02:00
song.h song_save: load one song at a time 2009-11-01 17:51:29 +01:00
songvec.c songvec: sort songs by album name first, then disc/track number 2009-10-31 17:36:56 +01:00
songvec.h song: renamed attribute "url" to "uri" 2009-10-13 18:01:06 +02:00
state_file.c state_file: use g_timeout_add_seconds() 2009-10-13 16:12:44 +02:00
state_file.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
stats.c tag: removed the "_ITEM_" suffix from the enum names 2009-10-13 16:12:45 +02:00
stats.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
sticker_print.c sticker_print: new library for sending stickers to a client 2009-04-01 17:30:56 +02:00
sticker_print.h sticker_print: new library for sending stickers to a client 2009-04-01 17:30:56 +02:00
sticker.c sticker: use GError for error handling 2009-07-05 08:29:47 +02:00
sticker.h sticker: use GError for error handling 2009-07-05 08:29:47 +02:00
stored_playlist.c stored_playlist: don't close NULL file on error 2009-04-24 08:57:01 +02:00
stored_playlist.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
strset.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
strset.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag_ape.c tag: removed the "_ITEM_" suffix from the enum names 2009-10-13 16:12:45 +02:00
tag_ape.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag_id3.c tag: removed the "_ITEM_" suffix from the enum names 2009-10-13 16:12:45 +02:00
tag_id3.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag_internal.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag_pool.c tag_pool: use memcmp() instead of strcmp() for non-terminated string 2009-03-27 19:36:24 +01:00
tag_pool.h tag_pool: use size_t for string length 2009-03-27 19:36:03 +01:00
tag_print.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag_print.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag_save.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag_save.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
tag.c tag: removed the "_ITEM_" suffix from the enum names 2009-10-13 16:12:45 +02:00
tag.h tag: removed the "_ITEM_" suffix from the enum names 2009-10-13 16:12:45 +02:00
text_file.c text_file: allocate line buffers dynamically 2009-11-01 15:37:16 +01:00
text_file.h text_file: allocate line buffers dynamically 2009-11-01 15:37:16 +01:00
text_input_stream.c text_input_stream: input_stream wrapper for reading text files 2009-10-12 22:30:59 +02:00
text_input_stream.h text_input_stream: input_stream wrapper for reading text files 2009-10-12 22:30:59 +02:00
timer.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
timer.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
tokenizer.c command: relax requirements for unquoted words 2009-09-25 00:53:15 +02:00
tokenizer.h command: relax requirements for unquoted words 2009-09-25 00:53:15 +02:00
update_internal.h command: added command "rescan" 2009-09-24 21:55:40 +02:00
update_queue.c command: added command "rescan" 2009-09-24 21:55:40 +02:00
update_remove.c update: splitted update.c into several sources 2009-09-24 21:39:46 +02:00
update_walk.c Merge branch 'v0.15.x' 2009-10-31 18:23:56 +01:00
update.c update: delete ignored symlinks from database 2009-10-27 22:06:28 +01:00
update.h update: added missing stdbool.h include 2009-09-25 16:43:33 +02:00
uri.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
uri.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
utils.c mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... 2009-10-20 21:01:55 +02:00
utils.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
volume.c volume: added PIPE_EVENT_MIXER 2009-10-21 09:48:37 +02:00
volume.h state_file: save only if something has changed 2009-10-08 15:22:39 +02:00
zeroconf-avahi.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
zeroconf-bonjour.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
zeroconf-internal.h all: Update copyright header. 2009-03-13 11:51:55 -07:00
zeroconf.c all: Update copyright header. 2009-03-13 11:51:55 -07:00
zeroconf.h all: Update copyright header. 2009-03-13 11:51:55 -07:00