1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-30 06:35:23 +00:00
icecast-server/src
oddsock 6127fea475 * fix bug of not using url decoding value when processing audio_info string
* we now process server name and description if we are not a public stream
* Added quality to status.xsl

svn path=/icecast/trunk/icecast/; revision=8131
2004-10-29 15:31:56 +00:00
..
avl Move .cvsignore into svn:ignore 2004-07-06 19:22:26 +00:00
httpp add extra boundary checks when splitting headers 2004-08-10 00:03:14 +00:00
log Migrate .cvsignore to svn:ignore 2004-07-11 16:51:34 +00:00
net merged from kh branch, allow for handling the vsnprintf return code better 2004-10-06 14:07:55 +00:00
thread Move .cvsignore into svn:ignore 2004-07-06 19:22:26 +00:00
timing Move .cvsignore into svn:ignore 2004-07-06 19:22:26 +00:00
admin.c a couple of potential bad pointer type problems 2004-10-25 15:42:04 +00:00
admin.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
auth.c added ability to disallow concurrent connections from the same username if using htpasswd listener authentication. 2004-05-17 04:33:46 +00:00
auth.h added ability to disallow concurrent connections from the same username if using htpasswd listener authentication. 2004-05-17 04:33:46 +00:00
cfgfile.c avoid aliasing issues, and make sure each server can take a seperate 2004-10-25 21:10:10 +00:00
cfgfile.h avoid aliasing issues, and make sure each server can take a seperate 2004-10-25 21:10:10 +00:00
client.c passed pointer could be NULL 2004-08-23 19:01:18 +00:00
client.h merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
compat.h Include inttypes.h from the compatibility header if it's available and stdint.h is not. This 2004-03-09 18:33:06 +00:00
configtest.c Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
connection.c correct type for volatile usage and uncomment log message for stats updating 2004-10-27 14:13:29 +00:00
connection.h Make source client connections reserve the source mountpoint and get rid 2004-02-19 21:16:59 +00:00
event.c make caller of restart_logging pass the config, don't assume it's locked 2004-08-20 21:40:44 +00:00
event.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
format_mp3.c merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
format_mp3.h merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
format_vorbis.c merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
format_vorbis.h merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
format.c merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
format.h small cleanups. fix buffer sizing, const and unused struct member 2004-10-26 14:21:36 +00:00
fserve.c correct type for volatile usage and uncomment log message for stats updating 2004-10-27 14:13:29 +00:00
fserve.h fix a busy CPU case when slow and fast file serving clients are connected at 2004-10-24 00:34:15 +00:00
global.c Make the slave thread reserve relay mountpoints, and prevent reconnection 2004-02-19 20:28:21 +00:00
global.h Make the slave thread reserve relay mountpoints, and prevent reconnection 2004-02-19 20:28:21 +00:00
logging.c fix line endings... 2004-10-25 15:51:50 +00:00
logging.h make caller of restart_logging pass the config, don't assume it's locked 2004-08-20 21:40:44 +00:00
main.c Correct a typo in one message, and change "WARNING" to "ERROR" in another, 2004-10-12 04:49:56 +00:00
Makefile.am Update of the YP code. This should resolve several YP issues that 2004-05-10 16:17:56 +00:00
md5.c Oops. Hack up the macro some more so it compiles properly. 2004-03-02 00:10:58 +00:00
md5.h Revert previous; this was fixed in a better way. 2004-03-09 23:49:24 +00:00
os.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
refbuf.c merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
refbuf.h merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
sighandler.c Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
sighandler.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
slave.c add volatile keywords to a few variables 2004-10-27 03:29:56 +00:00
slave.h When starting relay threads, have the relay thread do the connection not the 2004-10-23 00:44:29 +00:00
source.c * fix bug of not using url decoding value when processing audio_info string 2004-10-29 15:31:56 +00:00
source.h add optional tags to example xml and remove unused source_t item 2004-08-22 15:00:35 +00:00
stats.c correct type for volatile usage and uncomment log message for stats updating 2004-10-27 14:13:29 +00:00
stats.h The _inc/_dec routines can race causing incorrect values as they don't account 2004-10-25 14:03:42 +00:00
TODO Initial revision 2001-09-10 02:21:46 +00:00
util.c unlikely to occur race, but fix it anyway 2004-08-20 22:59:09 +00:00
util.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
xslt.c small cleanups. fix buffer sizing, const and unused struct member 2004-10-26 14:21:36 +00:00
xslt.h small cleanups. fix buffer sizing, const and unused struct member 2004-10-26 14:21:36 +00:00
yp.c correct type for volatile usage and uncomment log message for stats updating 2004-10-27 14:13:29 +00:00
yp.h Add a couple of warnings, YP code not built and failed streamlist 2004-08-21 12:56:24 +00:00