mpd/src
Charles Kerr 6a95898038 decoder/ffmpeg: fix crash on startup in mpd_ffmpeg_log_callback()
What's happening is the `ptr' argument to that function is NULL for me
every time. `ptr' is unconditionally dereferenced to generate a log
message, and this is where mpd crashes.

Attached is a simple patch that tests for NULL and omits the log. With
this patch the crash disappeared and mpd went back to working well.
2010-04-11 19:18:30 +02:00
..
archive input_stream: added attribute "uri" 2010-01-18 10:18:41 +01:00
AudioCompress AudioCompress: explicitly include stdint.h 2010-03-17 18:29:56 +01:00
cue cue: fix code style 2010-04-01 08:12:25 +02:00
decoder decoder/ffmpeg: fix crash on startup in mpd_ffmpeg_log_callback() 2010-04-11 19:18:30 +02:00
encoder Update copyright notices. 2009-12-31 20:58:43 -08:00
filter replay_gain: optionally use hardware mixer to apply replay gain 2010-02-17 08:14:07 +01:00
input input_stream: added attribute "uri" 2010-01-18 10:18:41 +01:00
mixer Update copyright notices. 2009-12-31 20:58:43 -08:00
output output/httpd: added name/genre/website configuration 2010-04-05 13:11:10 +02:00
playlist cue: fix code style 2010-04-01 08:12:25 +02:00
ack.h Update copyright notices. 2009-12-31 20:58:43 -08:00
aiff.c Update copyright notices. 2009-12-31 20:58:43 -08:00
aiff.h Update copyright notices. 2009-12-31 20:58:43 -08:00
archive_api.c Update copyright notices. 2009-12-31 20:58:43 -08:00
archive_api.h Update copyright notices. 2009-12-31 20:58:43 -08:00
archive_internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
archive_list.c Update copyright notices. 2009-12-31 20:58:43 -08:00
archive_list.h Update copyright notices. 2009-12-31 20:58:43 -08:00
archive_plugin.c input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
archive_plugin.h input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
audio_check.c Update copyright notices. 2009-12-31 20:58:43 -08:00
audio_check.h Update copyright notices. 2009-12-31 20:58:43 -08:00
audio_format.c audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
audio_format.h audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
audio_parser.c audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
audio_parser.h Update copyright notices. 2009-12-31 20:58:43 -08:00
audio.c Update copyright notices. 2009-12-31 20:58:43 -08:00
audio.h Update copyright notices. 2009-12-31 20:58:43 -08:00
buffer.c Update copyright notices. 2009-12-31 20:58:43 -08:00
buffer.h Update copyright notices. 2009-12-31 20:58:43 -08:00
check.h Update copyright notices. 2009-12-31 20:58:43 -08:00
chunk.c replay_gain: reimplement as a filter plugin 2010-02-17 07:23:13 +01:00
chunk.h replay_gain: reimplement as a filter plugin 2010-02-17 07:23:13 +01:00
client_event.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client_expire.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client_global.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client_idle.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client_internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
client_list.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client_new.c client: optionally use libwrap 2010-01-20 21:04:07 +01:00
client_process.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client_read.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client_write.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client.c Update copyright notices. 2009-12-31 20:58:43 -08:00
client.h Update copyright notices. 2009-12-31 20:58:43 -08:00
cmdline.c Update copyright notices. 2009-12-31 20:58:43 -08:00
cmdline.h Update copyright notices. 2009-12-31 20:58:43 -08:00
command.c Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
command.h Update copyright notices. 2009-12-31 20:58:43 -08:00
conf.c Update copyright notices. 2009-12-31 20:58:43 -08:00
conf.h Update copyright notices. 2009-12-31 20:58:43 -08:00
crossfade.c strtok() is recursive by default on win32. 2010-03-21 18:24:24 -07:00
crossfade.h Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
daemon.c Update copyright notices. 2009-12-31 20:58:43 -08:00
daemon.h Update copyright notices. 2009-12-31 20:58:43 -08:00
database.c Update copyright notices. 2009-12-31 20:58:43 -08:00
database.h Update copyright notices. 2009-12-31 20:58:43 -08:00
dbUtils.c song_print: song_print() returns void 2010-02-08 10:21:15 +01:00
dbUtils.h Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_api.c Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
decoder_api.h Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
decoder_buffer.c Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_buffer.h Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_command.h Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_control.c Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
decoder_control.h Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
decoder_internal.c replay_gain: reimplement as a filter plugin 2010-02-17 07:23:13 +01:00
decoder_internal.h replay_gain: reimplement as a filter plugin 2010-02-17 07:23:13 +01:00
decoder_list.c Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_list.h Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_plugin.c Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_plugin.h Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_print.c Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_print.h Update copyright notices. 2009-12-31 20:58:43 -08:00
decoder_thread.c Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
decoder_thread.h Update copyright notices. 2009-12-31 20:58:43 -08:00
directory_print.c Update copyright notices. 2009-12-31 20:58:43 -08:00
directory_print.h Update copyright notices. 2009-12-31 20:58:43 -08:00
directory_save.c Update copyright notices. 2009-12-31 20:58:43 -08:00
directory_save.h Update copyright notices. 2009-12-31 20:58:43 -08:00
directory.c Update copyright notices. 2009-12-31 20:58:43 -08:00
directory.h Update copyright notices. 2009-12-31 20:58:43 -08:00
dirvec.c Update copyright notices. 2009-12-31 20:58:43 -08:00
dirvec.h Update copyright notices. 2009-12-31 20:58:43 -08:00
encoder_api.h Update copyright notices. 2009-12-31 20:58:43 -08:00
encoder_list.c Update copyright notices. 2009-12-31 20:58:43 -08:00
encoder_list.h Update copyright notices. 2009-12-31 20:58:43 -08:00
encoder_plugin.h Update copyright notices. 2009-12-31 20:58:43 -08:00
event_pipe.c Update copyright notices. 2009-12-31 20:58:43 -08:00
event_pipe.h Update copyright notices. 2009-12-31 20:58:43 -08:00
exclude.c Update copyright notices. 2009-12-31 20:58:43 -08:00
exclude.h Update copyright notices. 2009-12-31 20:58:43 -08:00
fd_util.c fd_util: include ws2tcpip.h for socklen_t 2010-01-17 14:48:52 +01:00
fd_util.h Update copyright notices. 2009-12-31 20:58:43 -08:00
fifo_buffer.c Update copyright notices. 2009-12-31 20:58:43 -08:00
fifo_buffer.h Update copyright notices. 2009-12-31 20:58:43 -08:00
filter_config.c Update copyright notices. 2009-12-31 20:58:43 -08:00
filter_config.h Update copyright notices. 2009-12-31 20:58:43 -08:00
filter_internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
filter_plugin.c Update copyright notices. 2009-12-31 20:58:43 -08:00
filter_plugin.h Update copyright notices. 2009-12-31 20:58:43 -08:00
filter_registry.c replay_gain: reimplement as a filter plugin 2010-02-17 07:23:13 +01:00
filter_registry.h replay_gain: reimplement as a filter plugin 2010-02-17 07:23:13 +01:00
gcc.h Update copyright notices. 2009-12-31 20:58:43 -08:00
glib_compat.h Update copyright notices. 2009-12-31 20:58:43 -08:00
icy_metadata.c Update copyright notices. 2009-12-31 20:58:43 -08:00
icy_metadata.h Update copyright notices. 2009-12-31 20:58:43 -08:00
icy_server.c Update copyright notices. 2009-12-31 20:58:43 -08:00
icy_server.h Update copyright notices. 2009-12-31 20:58:43 -08:00
idle.c Update copyright notices. 2009-12-31 20:58:43 -08:00
idle.h Update copyright notices. 2009-12-31 20:58:43 -08:00
inotify_queue.c Update copyright notices. 2009-12-31 20:58:43 -08:00
inotify_queue.h Update copyright notices. 2009-12-31 20:58:43 -08:00
inotify_source.c Update copyright notices. 2009-12-31 20:58:43 -08:00
inotify_source.h Update copyright notices. 2009-12-31 20:58:43 -08:00
inotify_update.c Update copyright notices. 2009-12-31 20:58:43 -08:00
inotify_update.h Update copyright notices. 2009-12-31 20:58:43 -08:00
input_init.c Update copyright notices. 2009-12-31 20:58:43 -08:00
input_init.h Update copyright notices. 2009-12-31 20:58:43 -08:00
input_plugin.h input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
input_registry.c Update copyright notices. 2009-12-31 20:58:43 -08:00
input_registry.h Update copyright notices. 2009-12-31 20:58:43 -08:00
input_stream.c input_stream: added function input_stream_deinit() 2010-01-18 09:57:53 +01:00
input_stream.h input_stream: added attribute "uri" 2010-01-18 10:18:41 +01:00
listen.c Define winnt or greater on mingw32 to take advantage of get*info(). 2010-03-21 18:45:32 -07:00
listen.h Update copyright notices. 2009-12-31 20:58:43 -08:00
locate.c Update copyright notices. 2009-12-31 20:58:43 -08:00
locate.h Update copyright notices. 2009-12-31 20:58:43 -08:00
log.c Update copyright notices. 2009-12-31 20:58:43 -08:00
log.h Update copyright notices. 2009-12-31 20:58:43 -08:00
ls.c Update copyright notices. 2009-12-31 20:58:43 -08:00
ls.h Update copyright notices. 2009-12-31 20:58:43 -08:00
main.c replay_gain: moved code to replay_gain_config.c 2010-01-04 21:02:47 +01:00
main.h Update copyright notices. 2009-12-31 20:58:43 -08:00
mapper.c Update copyright notices. 2009-12-31 20:58:43 -08:00
mapper.h Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_all.c Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_all.h Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_api.c Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_api.h Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_control.c Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_control.h Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_list.h Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_plugin.h Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_type.c Update copyright notices. 2009-12-31 20:58:43 -08:00
mixer_type.h Update copyright notices. 2009-12-31 20:58:43 -08:00
notify.c Update copyright notices. 2009-12-31 20:58:43 -08:00
notify.h Update copyright notices. 2009-12-31 20:58:43 -08:00
output_all.c output: added option "always_on" for radio stations 2010-03-10 19:49:31 +01:00
output_all.h output: added option "always_on" for radio stations 2010-03-10 19:49:31 +01:00
output_api.h Update copyright notices. 2009-12-31 20:58:43 -08:00
output_command.c Update copyright notices. 2009-12-31 20:58:43 -08:00
output_command.h Update copyright notices. 2009-12-31 20:58:43 -08:00
output_control.c output: added option "always_on" for radio stations 2010-03-10 19:49:31 +01:00
output_control.h output: added option "always_on" for radio stations 2010-03-10 19:49:31 +01:00
output_init.c output: added option "always_on" for radio stations 2010-03-10 19:49:31 +01:00
output_internal.h output: added option "always_on" for radio stations 2010-03-10 19:49:31 +01:00
output_list.c Update copyright notices. 2009-12-31 20:58:43 -08:00
output_list.h Update copyright notices. 2009-12-31 20:58:43 -08:00
output_plugin.h Update copyright notices. 2009-12-31 20:58:43 -08:00
output_print.c Update copyright notices. 2009-12-31 20:58:43 -08:00
output_print.h Update copyright notices. 2009-12-31 20:58:43 -08:00
output_state.c Update copyright notices. 2009-12-31 20:58:43 -08:00
output_state.h Update copyright notices. 2009-12-31 20:58:43 -08:00
output_thread.c replay_gain: optionally use hardware mixer to apply replay gain 2010-02-17 08:14:07 +01:00
output_thread.h Update copyright notices. 2009-12-31 20:58:43 -08:00
page.c Update copyright notices. 2009-12-31 20:58:43 -08:00
page.h Update copyright notices. 2009-12-31 20:58:43 -08:00
path.c Update copyright notices. 2009-12-31 20:58:43 -08:00
path.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_buffer.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_byteswap.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_byteswap.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_channels.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_channels.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_convert.c audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
pcm_convert.h audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
pcm_dither.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_dither.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_format.c audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
pcm_format.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_mix.c Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
pcm_mix.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_pack.c audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
pcm_pack.h audio_format: support packed 24 bit samples 2010-01-16 23:44:54 +01:00
pcm_prng.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_resample_fallback.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_resample_internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_resample_libsamplerate.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_resample.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_resample.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_utils.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_volume.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pcm_volume.h Update copyright notices. 2009-12-31 20:58:43 -08:00
permission.c Update copyright notices. 2009-12-31 20:58:43 -08:00
permission.h Update copyright notices. 2009-12-31 20:58:43 -08:00
pipe.c Update copyright notices. 2009-12-31 20:58:43 -08:00
pipe.h Update copyright notices. 2009-12-31 20:58:43 -08:00
player_control.c Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
player_control.h Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
player_thread.c Merge release 0.15.9 from branch 'v0.15.x' 2010-03-28 19:31:47 +02:00
player_thread.h Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_control.c Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_edit.c Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_global.c Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_list.c playlist: added a FLAC playlist plugin 2010-01-06 08:50:52 +01:00
playlist_list.h input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
playlist_mapper.c playlist_queue: moved code to playlist_mapper.c 2010-02-08 10:56:28 +01:00
playlist_mapper.h playlist_queue: moved code to playlist_mapper.c 2010-02-08 10:56:28 +01:00
playlist_plugin.h Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_print.c command: "listplaylist" dumps playlist files 2010-02-08 11:11:43 +01:00
playlist_print.h command: "listplaylist" dumps playlist files 2010-02-08 11:11:43 +01:00
playlist_queue.c playlist_queue: moved code to playlist_mapper.c 2010-02-08 10:56:28 +01:00
playlist_queue.h Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_save.c Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_save.h Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist_song.c playlist_queue: moved check_translate_song() to playlist_song.c 2010-02-08 10:28:12 +01:00
playlist_song.h playlist_queue: moved check_translate_song() to playlist_song.c 2010-02-08 10:28:12 +01:00
playlist_state.c Add support for MixRamp tags 2010-03-21 18:21:47 +01:00
playlist_state.h Update copyright notices. 2009-12-31 20:58:43 -08:00
playlist.c Merge release 0.15.9 from branch 'v0.15.x' 2010-03-28 19:31:47 +02:00
playlist.h Update copyright notices. 2009-12-31 20:58:43 -08:00
poison.h Update copyright notices. 2009-12-31 20:58:43 -08:00
queue_print.c Update copyright notices. 2009-12-31 20:58:43 -08:00
queue_print.h Update copyright notices. 2009-12-31 20:58:43 -08:00
queue_save.c Update copyright notices. 2009-12-31 20:58:43 -08:00
queue_save.h Update copyright notices. 2009-12-31 20:58:43 -08:00
queue.c Merge release 0.15.8 from branch 'v0.15.x 2010-01-18 07:52:58 +01:00
queue.h Update copyright notices. 2009-12-31 20:58:43 -08:00
refcount.h Update copyright notices. 2009-12-31 20:58:43 -08:00
replay_gain_config.c replay_gain: moved code to replay_gain_config.c 2010-01-04 21:02:47 +01:00
replay_gain_config.h replay_gain: moved code to replay_gain_config.c 2010-01-04 21:02:47 +01:00
replay_gain_info.c replay_gain: fall back to track gain if album gain is unavailable 2010-02-17 08:13:34 +01:00
replay_gain_info.h replay_gain: fall back to track gain if album gain is unavailable 2010-02-17 08:13:34 +01:00
riff.c Update copyright notices. 2009-12-31 20:58:43 -08:00
riff.h Update copyright notices. 2009-12-31 20:58:43 -08:00
sig_handlers.c Update copyright notices. 2009-12-31 20:58:43 -08:00
sig_handlers.h Update copyright notices. 2009-12-31 20:58:43 -08:00
socket_util.c Define winnt or greater on mingw32 to take advantage of get*info(). 2010-03-21 18:45:32 -07:00
socket_util.h Update copyright notices. 2009-12-31 20:58:43 -08:00
song_print.c song_print: song_print() returns void 2010-02-08 10:21:15 +01:00
song_print.h song_print: song_print() returns void 2010-02-08 10:21:15 +01:00
song_save.c Update copyright notices. 2009-12-31 20:58:43 -08:00
song_save.h Update copyright notices. 2009-12-31 20:58:43 -08:00
song_sticker.c Update copyright notices. 2009-12-31 20:58:43 -08:00
song_sticker.h Update copyright notices. 2009-12-31 20:58:43 -08:00
song_update.c input_stream: return allocated input_stream objects 2010-01-01 17:25:07 +01:00
song.c Update copyright notices. 2009-12-31 20:58:43 -08:00
song.h Update copyright notices. 2009-12-31 20:58:43 -08:00
songvec.c Update copyright notices. 2009-12-31 20:58:43 -08:00
songvec.h Update copyright notices. 2009-12-31 20:58:43 -08:00
state_file.c Update copyright notices. 2009-12-31 20:58:43 -08:00
state_file.h Update copyright notices. 2009-12-31 20:58:43 -08:00
stats.c Update copyright notices. 2009-12-31 20:58:43 -08:00
stats.h Update copyright notices. 2009-12-31 20:58:43 -08:00
sticker_print.c Update copyright notices. 2009-12-31 20:58:43 -08:00
sticker_print.h Update copyright notices. 2009-12-31 20:58:43 -08:00
sticker.c Update copyright notices. 2009-12-31 20:58:43 -08:00
sticker.h Update copyright notices. 2009-12-31 20:58:43 -08:00
stored_playlist.c Update copyright notices. 2009-12-31 20:58:43 -08:00
stored_playlist.h Update copyright notices. 2009-12-31 20:58:43 -08:00
strset.c Update copyright notices. 2009-12-31 20:58:43 -08:00
strset.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_ape.c Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_ape.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_id3.c Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_id3.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_pool.c Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_pool.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_print.c Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_print.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_save.c Update copyright notices. 2009-12-31 20:58:43 -08:00
tag_save.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tag.c Merge release 0.15.9 from branch 'v0.15.x' 2010-03-28 19:31:47 +02:00
tag.h Merge release 0.15.9 from branch 'v0.15.x' 2010-03-28 19:31:47 +02:00
text_file.c text_file: don't strip trailing whitespace 2010-01-17 12:52:11 +01:00
text_file.h Update copyright notices. 2009-12-31 20:58:43 -08:00
text_input_stream.c Update copyright notices. 2009-12-31 20:58:43 -08:00
text_input_stream.h Update copyright notices. 2009-12-31 20:58:43 -08:00
timer.c Update copyright notices. 2009-12-31 20:58:43 -08:00
timer.h Update copyright notices. 2009-12-31 20:58:43 -08:00
tokenizer.c Update copyright notices. 2009-12-31 20:58:43 -08:00
tokenizer.h Update copyright notices. 2009-12-31 20:58:43 -08:00
update_internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
update_queue.c Update copyright notices. 2009-12-31 20:58:43 -08:00
update_remove.c Update copyright notices. 2009-12-31 20:58:43 -08:00
update_walk.c Update copyright notices. 2009-12-31 20:58:43 -08:00
update.c update: log start/finish of the update thread 2010-02-27 16:41:54 +01:00
update.h Update copyright notices. 2009-12-31 20:58:43 -08:00
uri.c uri: allow leading dots, but explicitly exclude "." and ".." 2010-02-27 18:56:47 +01:00
uri.h Update copyright notices. 2009-12-31 20:58:43 -08:00
utils.c Update copyright notices. 2009-12-31 20:58:43 -08:00
utils.h Update copyright notices. 2009-12-31 20:58:43 -08:00
volume.c Update copyright notices. 2009-12-31 20:58:43 -08:00
volume.h Update copyright notices. 2009-12-31 20:58:43 -08:00
zeroconf-avahi.c Update copyright notices. 2009-12-31 20:58:43 -08:00
zeroconf-bonjour.c Update copyright notices. 2009-12-31 20:58:43 -08:00
zeroconf-internal.h Update copyright notices. 2009-12-31 20:58:43 -08:00
zeroconf.c Update copyright notices. 2009-12-31 20:58:43 -08:00
zeroconf.h Update copyright notices. 2009-12-31 20:58:43 -08:00