mpd/src
Max Kellermann 8f9d9cc042 directory: directory_free() frees children
directory_free() should free all of its children (subdirectories and
songs).  This way, db_finish() properly frees all allocated memory.
2008-10-31 09:20:02 +01:00
..
decoder added prefix to header macros 2008-10-31 09:19:53 +01:00
output added prefix to header macros 2008-10-31 09:19:53 +01:00
ack.h added prefix to header macros 2008-10-31 09:19:53 +01:00
audio_format.h added prefix to header macros 2008-10-31 09:19:53 +01:00
audio.c output: removed audio_output.result 2008-10-29 22:34:37 +01:00
audio.h added prefix to header macros 2008-10-31 09:19:53 +01:00
audioOutput.c output: moved code from audioOutput.c to output_control.c 2008-09-09 10:02:34 +02:00
audioOutput.h added prefix to header macros 2008-10-31 09:19:53 +01:00
buffer2array.c Cleanup #includes of standard system headers and put them in one place 2008-01-03 07:29:49 +00:00
buffer2array.h added prefix to header macros 2008-10-31 09:19:53 +01:00
client.c client: don't try again after partial write 2008-10-31 09:19:40 +01:00
client.h added prefix to header macros 2008-10-31 09:19:53 +01:00
command.c client: use GSList instead of struct strnode for command lists 2008-10-31 09:17:56 +01:00
command.h added prefix to header macros 2008-10-31 09:19:53 +01:00
compress.c compress.c: fix skips/distortion introduced in r7146 2008-02-05 10:17:45 +00:00
compress.h added prefix to header macros 2008-10-31 09:19:53 +01:00
condition.c don't include os_compat.h 2008-10-08 10:49:29 +02:00
condition.h added prefix to header macros 2008-10-31 09:19:53 +01:00
conf.c fix -Wconst warnings 2008-02-05 10:17:33 +00:00
conf.h added prefix to header macros 2008-10-31 09:19:53 +01:00
crossfade.c audio_format: renamed sampleRate to sample_rate 2008-10-10 14:40:54 +02:00
crossfade.h added prefix to header macros 2008-10-31 09:19:53 +01:00
database.c utils: use g_str_has_prefix() instead of prefixcmp() 2008-10-28 20:33:56 +01:00
database.h added prefix to header macros 2008-10-31 09:19:53 +01:00
dbUtils.c stored_playlist: no CamelCase 2008-10-22 17:21:59 +02:00
dbUtils.h added prefix to header macros 2008-10-31 09:19:53 +01:00
decoder_api.c decoder: use bool for return values and flags 2008-10-30 08:38:54 +01:00
decoder_api.h added prefix to header macros 2008-10-31 09:19:53 +01:00
decoder_control.c decoder: use bool for return values and flags 2008-10-30 08:38:54 +01:00
decoder_control.h added prefix to header macros 2008-10-31 09:19:53 +01:00
decoder_internal.h added prefix to header macros 2008-10-31 09:19:53 +01:00
decoder_list.c decoder: use bool for return values and flags 2008-10-30 08:38:54 +01:00
decoder_list.h added prefix to header macros 2008-10-31 09:19:53 +01:00
decoder_thread.c decoder: use bool for return values and flags 2008-10-30 08:38:54 +01:00
decoder_thread.h added prefix to header macros 2008-10-31 09:19:53 +01:00
directory_print.c directory: moved dirvec struct declaration to dirvec.h 2008-10-09 15:24:05 +02:00
directory_print.h added prefix to header macros 2008-10-31 09:19:53 +01:00
directory_save.c utils: use g_str_has_prefix() instead of prefixcmp() 2008-10-28 20:33:56 +01:00
directory_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
directory.c directory: directory_free() frees children 2008-10-31 09:20:02 +01:00
directory.h added prefix to header macros 2008-10-31 09:19:53 +01:00
dirvec.c dirvec: fixed GCC shadow warning 2008-10-26 21:28:16 +01:00
dirvec.h added prefix to header macros 2008-10-31 09:19:53 +01:00
dlist.h added prefix to header macros 2008-10-31 09:19:53 +01:00
gcc.h gcc.h: fix compilation with !(gcc >= 3) 2008-01-27 23:10:41 +00:00
idle.c command: added command "idle" 2008-10-14 22:38:14 +02:00
idle.h command: added command "idle" 2008-10-14 22:38:14 +02:00
input_curl.c input_stream: convert offset and size to the off_t data type 2008-10-28 20:39:09 +01:00
input_curl.h input_stream: added struct input_plugin 2008-10-26 20:38:44 +01:00
input_file.c input_file: refuse to open non-regular files 2008-10-29 21:11:28 +01:00
input_file.h added prefix to header macros 2008-10-31 09:19:53 +01:00
input_stream.c input_stream: convert offset and size to the off_t data type 2008-10-28 20:39:09 +01:00
input_stream.h added prefix to header macros 2008-10-31 09:19:53 +01:00
ioops.c don't include os_compat.h 2008-10-08 10:49:29 +02:00
ioops.h added prefix to header macros 2008-10-31 09:19:53 +01:00
list.c don't include os_compat.h 2008-10-08 10:49:29 +02:00
list.h added prefix to header macros 2008-10-31 09:19:53 +01:00
listen.c listen: set file mode 666 on the unix socket 2008-10-30 18:03:18 +01:00
listen.h added prefix to header macros 2008-10-31 09:19:53 +01:00
locate.c locate: use g_utf8_casefold() instead of string_toupper() 2008-10-15 19:36:37 +02:00
locate.h added prefix to header macros 2008-10-31 09:19:53 +01:00
log.c log: don't use utils.h 2008-10-29 21:02:22 +01:00
log.h added prefix to header macros 2008-10-31 09:19:53 +01:00
ls.c utils: use g_str_has_prefix() instead of prefixcmp() 2008-10-28 20:33:56 +01:00
ls.h added prefix to header macros 2008-10-31 09:19:53 +01:00
main_notify.c don't include os_compat.h 2008-10-08 10:49:29 +02:00
main_notify.h added prefix to header macros 2008-10-31 09:19:53 +01:00
main.c utils: use g_str_has_prefix() instead of prefixcmp() 2008-10-28 20:33:56 +01:00
Makefile.am removed the sllist library 2008-10-31 09:19:34 +01:00
mapper.c mapper: don't return database path with leading slash 2008-10-19 00:05:39 +02:00
mapper.h added prefix to header macros 2008-10-31 09:19:53 +01:00
metadata_pipe.c Switch to C99 types (retaining compat with old compilers) 2008-09-29 13:29:33 +02:00
metadataChunk.c Drop metadata updates from HTTP for now (input HTTP, and shout) 2008-04-12 04:08:12 +00:00
metadataChunk.h Drop metadata updates from HTTP for now (input HTTP, and shout) 2008-04-12 04:08:12 +00:00
normalize.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00
normalize.h added prefix to header macros 2008-10-31 09:19:53 +01:00
notify.c use the "bool" data type instead of "int" 2008-10-08 11:03:39 +02:00
notify.h added prefix to header macros 2008-10-31 09:19:53 +01:00
os_compat.h added prefix to header macros 2008-10-31 09:19:53 +01:00
output_api.c output: use bool for return values and flags 2008-10-29 20:40:27 +01:00
output_api.h added prefix to header macros 2008-10-31 09:19:53 +01:00
output_control.c output: removed audio_output.result 2008-10-29 22:34:37 +01:00
output_control.h added prefix to header macros 2008-10-31 09:19:53 +01:00
output_init.c output: delay reopen after device failure 2008-10-29 22:32:50 +01:00
output_internal.h added prefix to header macros 2008-10-31 09:19:53 +01:00
output_list.c pulse: no CamelCase 2008-10-29 20:37:15 +01:00
output_list.h added prefix to header macros 2008-10-31 09:19:53 +01:00
output_thread.c output: removed audio_output.result 2008-10-29 22:34:37 +01:00
output_thread.h added prefix to header macros 2008-10-31 09:19:53 +01:00
outputBuffer.c output_buffer: don't split frames 2008-10-23 16:48:49 +02:00
outputBuffer.h added prefix to header macros 2008-10-31 09:19:53 +01:00
path.c path: removed pathcpy_trunc() 2008-10-20 22:18:42 +02:00
path.h added prefix to header macros 2008-10-31 09:19:53 +01:00
pcm_channels.c pcm_channels: added 24 bit implementations 2008-10-23 20:04:37 +02:00
pcm_channels.h pcm_channels: added 24 bit implementations 2008-10-23 20:04:37 +02:00
pcm_dither.c pcm_dither: added generic 24 to 16 bit dithering 2008-10-23 16:58:07 +02:00
pcm_dither.h added prefix to header macros 2008-10-31 09:19:53 +01:00
pcm_resample_fallback.c pcm_resample: implemented 24 bit resampling 2008-10-23 20:02:51 +02:00
pcm_resample_libsamplerate.c pcm_resample: support for libsamplerate < 0.1.3 2008-10-24 08:41:34 +02:00
pcm_resample.c pcm_utils: moved code to pcm_resample.c 2008-10-23 20:00:51 +02:00
pcm_resample.h pcm_resample: implemented 24 bit resampling 2008-10-23 20:02:51 +02:00
pcm_utils.c pcm_utils: added 24 bit conversion functions 2008-10-23 20:11:37 +02:00
pcm_utils.h added prefix to header macros 2008-10-31 09:19:53 +01:00
permission.c client: converted permissions to unsigned 2008-10-17 23:53:28 +02:00
permission.h added prefix to header macros 2008-10-31 09:19:53 +01:00
player_control.c command: added command "idle" 2008-10-14 22:38:14 +02:00
player_control.h added prefix to header macros 2008-10-31 09:19:53 +01:00
player_thread.c decoder: use bool for return values and flags 2008-10-30 08:38:54 +01:00
player_thread.h added prefix to header macros 2008-10-31 09:19:53 +01:00
playerData.c CPP include cleanup 2008-10-08 10:49:26 +02:00
playerData.h added prefix to header macros 2008-10-31 09:19:53 +01:00
playlist_save.c stored_playlist: don't map files outside the database 2008-10-23 09:54:42 +02:00
playlist_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
playlist.c utils: use g_str_has_prefix() instead of prefixcmp() 2008-10-28 20:33:56 +01:00
playlist.h added prefix to header macros 2008-10-31 09:19:53 +01:00
replayGain.c assume stdint.h and stddef.h are available 2008-09-29 15:53:53 +02:00
replayGain.h added prefix to header macros 2008-10-31 09:19:53 +01:00
ringbuf.c don't include os_compat.h 2008-10-08 10:49:29 +02:00
ringbuf.h added prefix to header macros 2008-10-31 09:19:53 +01:00
sig_handlers.c database: renamed functions, "db_" prefix and no CamelCase 2008-10-08 11:07:55 +02:00
sig_handlers.h added prefix to header macros 2008-10-31 09:19:53 +01:00
signal_check.c signal_check.c: don't use leading underscores 2008-10-20 22:18:03 +02:00
signal_check.h added prefix to header macros 2008-10-31 09:19:53 +01:00
song_print.c directory: fix update in root directory 2008-10-08 11:55:52 +02:00
song_print.h added prefix to header macros 2008-10-31 09:19:53 +01:00
song_save.c directory: eliminate CamelCase 2008-10-08 11:07:58 +02:00
song_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
song.c song: check file type in song_file_update() 2008-10-15 22:43:24 +02:00
song.h added prefix to header macros 2008-10-31 09:19:53 +01:00
songvec.c update: fix multiple deletes from *vec iterators 2008-10-21 01:35:11 +02:00
songvec.h added prefix to header macros 2008-10-31 09:19:53 +01:00
state_file.c don't include os_compat.h 2008-10-08 10:49:29 +02:00
state_file.h added prefix to header macros 2008-10-31 09:19:53 +01:00
stats.c database: renamed functions, "db_" prefix and no CamelCase 2008-10-08 11:07:55 +02:00
stats.h added prefix to header macros 2008-10-31 09:19:53 +01:00
stored_playlist.c stored_playlist: fixed signed comparison warning 2008-10-26 16:26:44 +01:00
stored_playlist.h stored_playlist: renamed and moved spl_delete() to stored_playlist.c 2008-10-23 09:54:32 +02:00
strset.c strset: fix duplicate values 2008-09-08 12:07:08 +02:00
strset.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag_id3.c Makefile.am: don't compile disabled sources 2008-10-17 21:13:23 +02:00
tag_id3.h Makefile.am: don't compile disabled sources 2008-10-17 21:13:23 +02:00
tag_internal.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag_pool.c tag_item: avoid wasting space when struct is unpackable 2008-10-13 09:40:14 +02:00
tag_pool.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag_print.c pass "struct client" to dbUtils.c, song.c, tag_print.c 2008-09-07 13:53:55 +02:00
tag_print.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag_save.c tag: added buffered versions of the tag_print.c code 2008-09-07 13:36:05 +02:00
tag_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag.c don't include os_compat.h 2008-10-08 10:49:29 +02:00
tag.h added prefix to header macros 2008-10-31 09:19:53 +01:00
timer.c audio_format: added audio_format_frame_size() 2008-10-10 14:41:37 +02:00
timer.h don't include os_compat.h 2008-10-08 10:49:29 +02:00
update.c path: replaced mpd_basename() with g_path_get_basename() 2008-10-20 22:18:12 +02:00
update.h added prefix to header macros 2008-10-31 09:19:53 +01:00
utf8.c added "length" parameter to validUtf8String() 2008-08-29 09:38:58 +02:00
utf8.h added prefix to header macros 2008-10-31 09:19:53 +01:00
utils.c log: don't use utils.h 2008-10-29 21:02:22 +01:00
utils.h added prefix to header macros 2008-10-31 09:19:53 +01:00
volume.c utils: use g_str_has_prefix() instead of prefixcmp() 2008-10-28 20:33:56 +01:00
volume.h added prefix to header macros 2008-10-31 09:19:53 +01:00
zeroconf.c Makefile.am: don't compile disabled sources 2008-10-17 21:13:23 +02:00
zeroconf.h added prefix to header macros 2008-10-31 09:19:53 +01:00