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 b8ab793867 make sure mount authentication has a type specified
svn path=/icecast/trunk/icecast/; revision=13877
2007-09-22 01:21:17 +00:00
..
avl add guards for NULL dereference 2007-09-14 03:09:32 +00:00
httpp const updates, again no functional change 2007-08-16 22:52:24 +00:00
log off by 1 error, although not triggered by icecast/ices 2006-03-31 02:14:12 +00:00
net added function to check whether the socket is still alive 2007-08-21 22:17:13 +00:00
thread reduce stack allocation to 512k, the defaults tend to be quite large 2005-09-15 22:33:13 +00:00
timing Only define [u]int64_t on Windows if they haven't been defined already (e.g. in 2007-03-06 13:35:29 +00:00
admin.c small build fix and a minor issue highlighted by coverity 2007-09-14 03:01:17 +00:00
admin.h const updates, no functional changes 2007-08-16 22:49:13 +00:00
auth_htpasswd.c Fix bug reported by Jason@weatherserver.net - don't crash in htpasswd auth 2005-08-30 20:29:20 +00:00
auth_htpasswd.h fix bug #1141 2007-08-23 16:58:18 +00:00
auth_url.c Auth update. Have each auth_t has its own queue of requests and thread to process 2007-08-21 22:30:30 +00:00
auth_url.h merge URL listener auth 2005-08-07 23:29:12 +00:00
auth.c make sure mount authentication has a type specified 2007-09-22 01:21:17 +00:00
auth.h Auth update. Have each auth_t has its own queue of requests and thread to process 2007-08-21 22:30:30 +00:00
cfgfile.c close report #704, add server-id tag, default stays as the server version string. 2007-09-03 00:55:27 +00:00
cfgfile.h close report #704, add server-id tag, default stays as the server version string. 2007-09-03 00:55:27 +00:00
client.c merge work. allow sockets to be marked as ssl capable. This is mainly for /admin 2007-08-29 03:51:22 +00:00
client.h change status code for server/stream full cases (#738), also some others places 2005-11-17 00:54:28 +00:00
compat.h Having both os.h and compat.h to do similar things is pointless; remove os.h 2005-12-17 12:41:34 +00:00
configtest.c
connection.c merge work. allow sockets to be marked as ssl capable. This is mainly for /admin 2007-08-29 03:51:22 +00:00
connection.h merge work. allow sockets to be marked as ssl capable. This is mainly for /admin 2007-08-29 03:51:22 +00:00
event.c add general information to stats 2007-08-16 02:13:18 +00:00
event.h
format_flac.c memory leak when handling ogg flac, and make sure that moving listeners 2006-03-15 02:24:57 +00:00
format_flac.h Add more Ogg codec handlers, there has not been that much testing on these 2005-05-07 11:01:35 +00:00
format_midi.c Add more Ogg codec handlers, there has not been that much testing on these 2005-05-07 11:01:35 +00:00
format_midi.h Add more Ogg codec handlers, there has not been that much testing on these 2005-05-07 11:01:35 +00:00
format_mp3.c missed some NULL checks from previous character set commit. Add optional charset 2007-08-30 23:36:19 +00:00
format_mp3.h Merge mp3 packing. mp3 (and other pass-through streams) can bre received in 2005-08-08 19:21:54 +00:00
format_ogg.c Set error if we have an unrecognised codec, so that we properly drop the source 2006-04-20 16:51:27 +00:00
format_ogg.h merge extra checks. minor cleanup work 2005-08-07 14:50:59 +00:00
format_speex.c Add more Ogg codec handlers, there has not been that much testing on these 2005-05-07 11:01:35 +00:00
format_speex.h Add more Ogg codec handlers, there has not been that much testing on these 2005-05-07 11:01:35 +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 small build fix and a minor issue highlighted by coverity 2007-09-14 03:01:17 +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 close report #704, add server-id tag, default stays as the server version string. 2007-09-03 00:55:27 +00:00
format.h missed some NULL checks from previous character set commit. Add optional charset 2007-08-30 23:36:19 +00:00
fserve.c const updates, no functional changes 2007-08-16 22:49:13 +00:00
fserve.h Allow rereading of the mime types file on xml reload. Also allow for specifying 2007-08-13 21:33:27 +00:00
global.c
global.h increase the number of listening sockets allowed. A more flexible scheme can 2005-08-16 14:58:33 +00:00
logging.c const updates, no functional changes 2007-08-16 22:49:13 +00:00
logging.h Handle http 302 response when a relay starts. The socket IO is isolated into a 2007-08-10 21:33:16 +00:00
main.c Having both os.h and compat.h to do similar things is pointless; remove os.h 2005-12-17 12:41:34 +00:00
Makefile.am Having both os.h and compat.h to do similar things is pointless; remove os.h 2005-12-17 12:41:34 +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
refbuf.c fix double free bug with failed to start relays and add a guard on refbuf release 2005-08-29 01:16:02 +00:00
refbuf.h merge extra checks. minor cleanup work 2005-08-07 14:50:59 +00:00
sighandler.c this is needed for linuxthreads, without it, zombie processes are left 2005-06-10 18:01:53 +00:00
sighandler.h
slave.c close report #704, add server-id tag, default stays as the server version string. 2007-09-03 00:55:27 +00:00
slave.h Triggers for source stats updated. No point updating all source stats if fewer 2007-08-11 17:44:45 +00:00
source.c missed some NULL checks from previous character set commit. Add optional charset 2007-08-30 23:36:19 +00:00
source.h Triggers for source stats updated. No point updating all source stats if fewer 2007-08-11 17:44:45 +00:00
stats.c allow mount param for webroot xsl pages, closes #990 2007-09-05 02:16:45 +00:00
stats.h small const update, add NULL check, NULL shouldn't occur here but it's better to play safe 2007-08-29 02:01:28 +00:00
TODO
util.c missed some NULL checks from previous character set commit. Add optional charset 2007-08-30 23:36:19 +00:00
util.h missed some NULL checks from previous character set commit. Add optional charset 2007-08-30 23:36:19 +00:00
xslt.c Don't hardcode content type of xslt files to html, allow xsl to determine it 2007-08-11 00:24:51 +00:00
xslt.h Patch from gtgbr@gmx.net to fix (void) function prototypes, with some minor 2005-12-17 12:23:09 +00:00
yp.c close report #704, add server-id tag, default stays as the server version string. 2007-09-03 00:55:27 +00:00
yp.h Patch from gtgbr@gmx.net to fix (void) function prototypes, with some minor 2005-12-17 12:23:09 +00:00