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 490e64663c -b was broken. Fix it.
svn path=/icecast/trunk/icecast/; revision=7509
2004-08-10 05:17: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 make sure sock_connected does not block with timeout 0, use -1 2004-07-26 16:03:52 +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 Update of the YP code. This should resolve several YP issues that 2004-05-10 16:17:56 +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 forgot to switch the default value too..thanks Brendan.. 2004-07-22 18:34:28 +00:00
cfgfile.h new feature in icecast : burst-on-connect - allows an initial burst of data to connecting listeners, thus reducing the startup time of a stream. 2004-04-29 15:23:13 +00:00
client.c cleanup patch, push per client write error trap lower down 2004-07-16 15:47:12 +00:00
client.h cleanup patch, push per client write error trap lower down 2004-07-16 15:47:12 +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 fix m3u generation logic that was not working for static files 2004-07-31 22:25:07 +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 recheck the relays after the HUP has been handled 2004-02-02 19:22:11 +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 cleanup patch, push per client write error trap lower down 2004-07-16 15:47:12 +00:00
format_mp3.h Fire off stats event for metadata updates when we get metadata inline. 2004-02-10 03:50:39 +00:00
format_vorbis.c Update of the YP code. This should resolve several YP issues that 2004-05-10 16:17:56 +00:00
format_vorbis.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
format.c cleanup patch, push per client write error trap lower down 2004-07-16 15:47:12 +00:00
format.h revert previous patch, mike didn't want it... 2004-02-26 10:39:56 +00:00
fserve.c cleanup patch, push per client write error trap lower down 2004-07-16 15:47:12 +00:00
fserve.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +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 Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
logging.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
main.c -b was broken. Fix it. 2004-08-10 05:17: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 new feature in icecast : burst-on-connect - allows an initial burst of data to connecting listeners, thus reducing the startup time of a stream. 2004-04-29 15:23:13 +00:00
refbuf.h new feature in icecast : burst-on-connect - allows an initial burst of data to connecting listeners, thus reducing the startup time of a stream. 2004-04-29 15:23:13 +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 update move clients code, small cleanups in other places 2004-02-27 15:15:40 +00:00
slave.h Make the slave thread reserve relay mountpoints, and prevent reconnection 2004-02-19 20:28:21 +00:00
source.c cleanup patch, push per client write error trap lower down 2004-07-16 15:47:12 +00:00
source.h Update of the YP code. This should resolve several YP issues that 2004-05-10 16:17:56 +00:00
stats.c encode any xml entities in the stats before applying them to the 2004-08-07 02:33:12 +00:00
stats.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
TODO Initial revision 2001-09-10 02:21:46 +00:00
util.c Fix overflow when base64 decoding invalid base64. 2004-04-19 02:55:56 +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 Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
xslt.h Add Copyright notice to each source file, as requested by debian. 2004-01-29 01:02:12 +00:00
yp.c wait 5 mins on failed YP request, also log a default 2004-06-25 18:25:10 +00:00
yp.h Update of the YP code. This should resolve several YP issues that 2004-05-10 16:17:56 +00:00