1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/src
Michael Smith bd9c2383c5 Bugfix: source shutdown did things in the wrong order, could lead to clients
ending up connecting to a source which didn't exist.

Add 'moveclients' admin command to move all clients from one source to
another (without shutting the old source down)

svn path=/trunk/icecast/; revision=4489
2003-03-14 07:59:58 +00:00
..
avl reduce include file namespace clutter for libshout and the associated 2003-03-09 22:56:46 +00:00
httpp reduce include file namespace clutter for libshout and the associated 2003-03-09 22:56:46 +00:00
log win32 doesn't support line buffering with setvbuf() properly, so for win32 2003-02-27 03:02:30 +00:00
net reduce include file namespace clutter for libshout and the associated 2003-03-09 22:56:46 +00:00
thread avoid freeing a thread structure a second time. 2003-03-12 03:59:55 +00:00
timing include the automake config.h file if the application defines one 2003-03-08 16:05:38 +00:00
.cvsignore .cvsignore is fun! 2001-09-10 03:04:11 +00:00
admin.c Bugfix: source shutdown did things in the wrong order, could lead to clients 2003-03-14 07:59:58 +00:00
admin.h Split admin stuff out into a seperate file, add various utility functions there. 2003-03-06 14:17:33 +00:00
client.c More features: 2003-03-02 10:13:59 +00:00
client.h More features: 2003-03-02 10:13:59 +00:00
compat.h Add check for stdint.h, since Solaris doesn't have it. This is needed 2001-10-20 21:28:09 +00:00
config.c Fix relay stream listing. Remove seperate relay password, there's no 2003-03-10 22:20:16 +00:00
config.h Fix relay stream listing. Remove seperate relay password, there's no 2003-03-10 22:20:16 +00:00
configtest.c Allow rereading config files. 2003-03-05 13:03:35 +00:00
connection.c Typo (no sleeping between select()s waiting for connections) 2003-03-12 05:40:45 +00:00
connection.h Split admin stuff out into a seperate file, add various utility functions there. 2003-03-06 14:17:33 +00:00
event.c Allow rereading config files. 2003-03-05 13:03:35 +00:00
event.h Allow rereading config files. 2003-03-05 13:03:35 +00:00
format_mp3.c mp3 metadata relaying now works (lots of bugs fixed) 2003-02-25 09:40:34 +00:00
format_mp3.h Max queue length for clients is now 2003-02-24 13:37:15 +00:00
format_vorbis.c mp3 metadata work (incomplete) 2002-12-30 07:55:56 +00:00
format_vorbis.h Initial revision 2001-09-10 02:21:46 +00:00
format.c Max queue length for clients is now 2003-02-24 13:37:15 +00:00
format.h Commit some other work so it compiles again (incomplete mp3 metadata relaying) 2003-02-17 12:05:45 +00:00
fserve.c Allow rereading config files. 2003-03-05 13:03:35 +00:00
fserve.h Fileserving that might actually work for > 1 user. 2002-08-18 08:49:25 +00:00
geturl.c Lots of fixes for screwy code formatting, plus: 2003-02-06 13:10:48 +00:00
geturl.h Lots of fixes for screwy code formatting, plus: 2003-02-06 13:10:48 +00:00
global.c Support listening on multiple sockets. 2003-03-09 11:27:06 +00:00
global.h Support listening on multiple sockets. 2003-03-09 11:27:06 +00:00
logging.c MP3 support for icecast2. 2002-07-23 15:15:11 +00:00
logging.h added reference to log.h, WIN32 needed it otherwise it would fail on finding prototypes 2003-02-02 14:32:21 +00:00
main.c Support listening on multiple sockets. 2003-03-09 11:27:06 +00:00
Makefile.am Split admin stuff out into a seperate file, add various utility functions there. 2003-03-06 14:17:33 +00:00
os.h Fix EOLs 2002-12-01 02:10:25 +00:00
refbuf.c doh! This one compiles. 2003-03-03 13:09:47 +00:00
refbuf.h Max queue length for clients is now 2003-02-24 13:37:15 +00:00
sighandler.c Allow rereading config files. 2003-03-05 13:03:35 +00:00
sighandler.h Initial revision 2001-09-10 02:21:46 +00:00
slave.c Send a user-agent header on normal relay requests as well. 2003-03-06 14:52:09 +00:00
slave.h Cleaned up version of Ciaran Anscomb's relaying patch. 2002-08-05 14:48:04 +00:00
source.c Bugfix: source shutdown did things in the wrong order, could lead to clients 2003-03-14 07:59:58 +00:00
source.h Bugfix: source shutdown did things in the wrong order, could lead to clients 2003-03-14 07:59:58 +00:00
stats.c Lots of fixes for screwy code formatting, plus: 2003-02-06 13:10:48 +00:00
stats.h added function for retrieving specific stat values (for use by yp routines) 2003-02-02 14:25:53 +00:00
TODO Initial revision 2001-09-10 02:21:46 +00:00
util.c Split admin stuff out into a seperate file, add various utility functions there. 2003-03-06 14:17:33 +00:00
util.h Split admin stuff out into a seperate file, add various utility functions there. 2003-03-06 14:17:33 +00:00
xslt.c Plug several small memory leak, and one huge one in the xslt output code 2002-12-29 14:06:20 +00:00
xslt.h Cache stylesheets for transforming. 2002-08-13 12:46:45 +00:00
yp.c Allow rereading config files. 2003-03-05 13:03:35 +00:00
yp.h added parsing of new icy-audio-info header which will be used to 2003-02-26 23:52:23 +00:00