1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
ezstream/src
Moritz Grimm b4fe40532a Simplify log_syserr() (no need to be thread-safe)
Using strerror_r() w/ proper error checking is impossible, if the
system uses GNUisms (and losing _GNU_SOURCE's extensions is equally
painful)

Also, this change probably fixes a "abort() instead of error" bug.
2015-05-24 11:26:04 +02:00
..
attr_config.h.in Add support for compiler attributes 2015-04-16 19:30:36 +02:00
attributes.h Add support for compiler attributes 2015-04-16 19:30:36 +02:00
cfg_decoder.c Properly traverse list 2015-05-21 01:23:47 +02:00
cfg_decoder.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
cfg_encoder.c Error string argument is no longer used 2015-05-22 22:34:48 +02:00
cfg_encoder.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
cfg_private.h Default to port 8000 2015-05-22 00:19:57 +02:00
cfg_xmlfile.c Relocate config file check 2015-05-06 17:00:23 +00:00
cfg_xmlfile.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
cfg.c Default to port 8000 2015-05-22 00:19:57 +02:00
cfg.h Initialize cfg for refresh_interval 2015-05-14 23:28:08 +02:00
cmdline.c Add -r command line option: explicitly enable real-time status line 2015-05-12 17:35:04 +02:00
cmdline.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
ezstream-file.sh.in Update ezstream-file(1) for new command line arguments 2015-05-15 22:47:19 +02:00
ezstream.c Support passthrough "encoders" again 2015-05-22 00:20:54 +02:00
ezstream.h Relocate config file check 2015-05-06 17:00:23 +00:00
log.c Simplify log_syserr() (no need to be thread-safe) 2015-05-24 11:26:04 +02:00
log.h Make log testable: return true value when something was logged 2015-05-24 09:05:40 +02:00
Makefile.am Add script to generate coverage reports using lcov. 2015-05-12 12:06:49 +02:00
metadata.c Strip xalloc to something much simpler 2015-04-22 23:38:19 +02:00
metadata.h Drop RCS ID tag 2015-02-23 13:51:55 +01:00
playlist.c Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
playlist.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
util.c Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
util.h Remove comments mentioning the FSF postal address 2015-03-24 22:42:06 +01:00
xalloc.c Strip xalloc to something much simpler 2015-04-22 23:38:19 +02:00
xalloc.h Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00