1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
ezstream/src
moritz 956f674a44 Allow users to restrict the number of reconnection attempts. This also changes
how reconnections are handled in general: A recovered connection always skips
to the next tune as well, as it seems that at least for Ogg Vorbis, libshout
wants to see an Ogg header after a shout_open(). The new code makes this
behavior consistent among all formats.


git-svn-id: https://svn.xiph.org/trunk/ezstream@12599 0101bb08-14d6-0310-b084-bc0e0c8e3800
2007-03-02 00:57:11 +00:00
..
configfile.c Allow users to restrict the number of reconnection attempts. This also changes 2007-03-02 00:57:11 +00:00
configfile.h Allow users to restrict the number of reconnection attempts. This also changes 2007-03-02 00:57:11 +00:00
ezstream.c Allow users to restrict the number of reconnection attempts. This also changes 2007-03-02 00:57:11 +00:00
getopt.c Initial revision 2004-01-30 17:19:45 +00:00
getopt.h Initial revision 2004-01-30 17:19:45 +00:00
Makefile.am Back out hardly used ezsignals.h. 2007-02-28 13:53:58 +00:00
playlist.c Enable more warnings on gcc, and do some miscellaneous cleanups. 2007-03-01 14:50:14 +00:00
playlist.h Add new playlist scripting feature (works similar to Ices 2.x.) 2007-02-28 21:26:16 +00:00
strlcat.c Enable more warnings on gcc, and do some miscellaneous cleanups. 2007-03-01 14:50:14 +00:00
strlcpy.c Enable more warnings on gcc, and do some miscellaneous cleanups. 2007-03-01 14:50:14 +00:00
strlfctns.h Add files with safe strlc*() string functions, and hook all new files into 2007-02-24 20:57:02 +00:00
util.c Enable more warnings on gcc, and do some miscellaneous cleanups. 2007-03-01 14:50:14 +00:00
util.h Add new utility functions, for memory management. These do The Right Thing and 2007-02-24 20:49:25 +00:00