1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00
icecast-server/src
Karl Heyes 1e7316b4b2 failure case, keep the source count in sync with the number of sources
running, locking for shutdown was also affected.

svn path=/trunk/icecast/; revision=5700
2003-12-17 22:54:43 +00:00
..
avl Remove explicit exit() calls...this was possibly causing some cases of immediate UI termination without any messages... 2003-12-04 16:27:30 +00:00
httpp httpp goes through the rinse cycle 2003-07-07 01:49:27 +00:00
log patch from mike, unlock logger on failure case. 2003-11-17 23:53:37 +00:00
net Leigh Smith's MINGW32 compatibility patch, with modifications for better 2003-10-20 03:08:46 +00:00
thread Plug small memory leak when a thread exits. 2003-07-27 18:19:31 +00:00
timing typo 2003-10-20 16:32:55 +00:00
.cvsignore .cvsignore is fun! 2001-09-10 03:04:11 +00:00
admin.c fixed master-slave relaying... 2003-12-12 23:06:44 +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
cfgfile.c fixed master-slave relaying... 2003-12-12 23:06:44 +00:00
cfgfile.h fixed master-slave relaying... 2003-12-12 23:06:44 +00:00
client.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
client.h Brendan was getting pissed off about inconsistent indentation styles. 2003-03-15 02:10:19 +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
configtest.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
connection.c fixed master-slave relaying... 2003-12-12 23:06:44 +00:00
connection.h avoid header namespace clashes 2003-07-16 19:41:59 +00:00
event.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
event.h Allow rereading config files. 2003-03-05 13:03:35 +00:00
format_mp3.c added WIN32-ism 2003-11-17 22:38:58 +00:00
format_mp3.h Max queue length for clients is now 2003-02-24 13:37:15 +00:00
format_vorbis.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
format_vorbis.h Initial revision 2001-09-10 02:21:46 +00:00
format.c minor cleanups 2003-07-23 00:27:10 +00:00
format.h avoid header namespace clashes 2003-07-16 19:41:59 +00:00
fserve.c minor fixes. autoconf/make init clenaup, missing includes added and 2003-07-24 16:21:22 +00:00
fserve.h Fileserving that might actually work for > 1 user. 2002-08-18 08:49:25 +00:00
geturl.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
geturl.h First crack at making YP/curl optional. 2003-03-27 17:10:14 +00:00
global.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
global.h Icecast we are 2003-11-25 02:51:02 +00:00
logging.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
logging.h get rid of the fullpath of the module that is logged...Stupid VC6.... 2003-12-04 16:23:51 +00:00
main.c Added win32 include for getpid() 2003-12-04 16:24:34 +00:00
Makefile.am We need to state both of these to get the dependencies and linking working 2003-07-27 22:53:58 +00:00
os.h Fix EOLs 2002-12-01 02:10:25 +00:00
refbuf.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
refbuf.h Brendan was getting pissed off about inconsistent indentation styles. 2003-03-15 02:10:19 +00:00
sighandler.c place the config reread flag in the global structure 2003-07-25 14:29:33 +00:00
sighandler.h avoid hitting the mutex's in the signal handler, we could block, which is 2003-07-24 23:45:29 +00:00
slave.c fixed master-slave relaying... 2003-12-12 23:06:44 +00:00
slave.h Cleaned up version of Ciaran Anscomb's relaying patch. 2002-08-05 14:48:04 +00:00
source.c failure case, keep the source count in sync with the number of sources 2003-12-17 22:54:43 +00:00
source.h refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +00:00
stats.c Remove stats_callback() which is only used by the win32 UI...The stats gathering done by the UI has been completely rewritten to eliminate some reported instability. 2003-12-04 16:25:28 +00:00
stats.h avoid header namespace clashes 2003-07-16 19:41:59 +00:00
TODO Initial revision 2001-09-10 02:21:46 +00:00
util.c refer to cfgfile.h instead of config.h for icecast.xml, and use config.h 2003-07-21 01:58:54 +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 Mike's #include patch 2003-07-24 05:24:00 +00:00
xslt.h avoid header namespace clashes 2003-07-16 19:41:59 +00:00
yp.c type warning cleanup 2003-11-17 21:36:03 +00:00
yp.h don't overwrite info in one yp with info from another :) 2003-07-08 14:11:01 +00:00