1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/src
oddsock ad39d9a450 removed unneeded variable
svn path=/icecast/trunk/icecast/; revision=8369
2004-12-10 23:24:08 +00:00
..
avl Move .cvsignore into svn:ignore 2004-07-06 19:22:26 +00:00
httpp removal of old and unused code 2004-12-07 22:42:50 +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 removed unneeded variable 2004-12-10 23:24:08 +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 minor cleanups 2004-11-20 02:16:59 +00:00
cfgfile.c allow a relay to provide user/pass when connecting 2004-12-09 17:08:52 +00:00
cfgfile.h add a new web admin feature which allows the updating of metadata (now that we support metadata updates for most stream types). This is an new admin feature. 2004-12-07 22:29:46 +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 Use 64 bit content-length for fileserving (if supported by system) 2004-11-11 22:36:03 +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 allow for shoutcast metadata updates to auth with admin/per-mount/global 2004-11-19 15:05:36 +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 merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format_mp3.h merged singleq branch 7177:7591 2004-08-20 15:13:59 +00:00
format_ogg.c add subtype to yp add phase, this is to identify the codecs in use 2004-12-10 00:11:16 +00:00
format_ogg.h add subtype to yp add phase, this is to identify the codecs in use 2004-12-10 00:11:16 +00:00
format_theora.c add subtype to yp add phase, this is to identify the codecs in use 2004-12-10 00:11:16 +00:00
format_theora.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format_vorbis.c add subtype to yp add phase, this is to identify the codecs in use 2004-12-10 00:11:16 +00:00
format_vorbis.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format.c merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
fserve.c minor cleanups 2004-11-20 02:16:59 +00:00
fserve.h Use 64 bit content-length for fileserving (if supported by system) 2004-11-11 22:36:03 +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 this patch adds a playlist log to icecast. This can be used to maintain an audit trail of metadata that comes through icecast. The format of the log file may be changed in the future as we decide on a good format. 2004-11-16 04:04:02 +00:00
logging.h this patch adds a playlist log to icecast. This can be used to maintain an audit trail of metadata that comes through icecast. The format of the log file may be changed in the future as we decide on a good format. 2004-11-16 04:04:02 +00:00
main.c this patch adds a playlist log to icecast. This can be used to maintain an audit trail of metadata that comes through icecast. The format of the log file may be changed in the future as we decide on a good format. 2004-11-16 04:04:02 +00:00
Makefile.am merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
md5.c minor cleanups 2004-11-20 02:16:59 +00:00
md5.h minor cleanups 2004-11-20 02:16:59 +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 merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
refbuf.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +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 allow a relay to provide user/pass when connecting 2004-12-09 17:08:52 +00:00
slave.h allow a relay to provide user/pass when connecting 2004-12-09 17:08:52 +00:00
source.c merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
source.h merge per-mount hidden setting. prevent specific mountpoints being listed 2004-11-22 18:21:48 +00:00
stats.c duplicate unlock left in 2004-12-08 02:30:01 +00:00
stats.h merge per-mount hidden setting. prevent specific mountpoints being listed 2004-11-22 18:21:48 +00:00
TODO Initial revision 2001-09-10 02:21:46 +00:00
util.c * support for the Shoutcast DSP (yay!). 2004-11-11 15:47:33 +00:00
util.h * support for the Shoutcast DSP (yay!). 2004-11-11 15:47:33 +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 fix minor memory leak 2004-12-10 17:27:06 +00:00
yp.h add subtype to yp add phase, this is to identify the codecs in use 2004-12-10 00:11:16 +00:00