.. |
avl
|
Free tree if we fail to allocate root node.
|
2006-03-07 19:22:29 +00:00 |
httpp
|
store the original full uri if there are query parameters. small cleanup to
|
2005-06-15 02:32:26 +00:00 |
log
|
off by 1 error, although not triggered by icecast/ices
|
2006-03-31 02:14:12 +00:00 |
net
|
minor build update
|
2007-08-09 23:51:26 +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
|
Update the streamlist handler for slaves. Get the list of non-hidden mountpoints
|
2007-08-09 23:36:29 +00:00 |
admin.h
|
Add Copyright notice to each source file, as requested by debian.
|
2004-01-29 01:02:12 +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
|
Initial auth merge. Add an auth thread (multiple threads can be done later)
|
2005-08-07 23:01:04 +00:00 |
auth_url.c
|
build fix with libcurl 7.16 onwards
|
2007-08-09 12:24:33 +00:00 |
auth_url.h
|
merge URL listener auth
|
2005-08-07 23:29:12 +00:00 |
auth.c
|
fix possible segv case, and only increase certain listener stats when stream is
|
2007-08-10 13:04:40 +00:00 |
auth.h
|
slave handler update. add timestamps to relays, allows slave thread to
|
2006-03-15 03:02:08 +00:00 |
cfgfile.c
|
Fix a leak in a config parsing path when we see a directory server with no
|
2006-03-07 19:21:04 +00:00 |
cfgfile.h
|
2 new features to icecast logging:
|
2005-10-24 14:51:54 +00:00 |
client.c
|
change status code for server/stream full cases (#738), also some others places
|
2005-11-17 00:54:28 +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
|
Add Copyright notice to each source file, as requested by debian.
|
2004-01-29 01:02:12 +00:00 |
connection.c
|
if addresses come back as IPv4-mapped IPv6 then make it look like IPv4 or else
|
2007-08-09 03:36:03 +00:00 |
connection.h
|
fixes for client handling, these are all related to the handling of max clients.
|
2005-08-25 00:07:17 +00:00 |
event.c
|
log xml/xslt parsing failure messages via error log. This applies to both the
|
2005-08-16 16:56:24 +00:00 |
event.h
|
Add Copyright notice to each source file, as requested by debian.
|
2004-01-29 01:02:12 +00:00 |
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
|
minor memory leak possible on source shutdown
|
2005-09-16 21:29:49 +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
|
Patch from gtgbr@gmx.net to make ICECAST_VERSION_STRING safe to contain any
|
2005-12-17 12:27:29 +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
|
fix possible segv case, and only increase certain listener stats when stream is
|
2007-08-10 13:04:40 +00:00 |
format.h
|
Do normal http header writing in source thread instead of the connection
|
2005-06-08 01:36:51 +00:00 |
fserve.c
|
Fix use-after-free in error case in fserve, as noted by Jerome Alet
|
2006-05-18 22:06:32 +00:00 |
fserve.h
|
make various responses going back to the client be done via the file serving thread
|
2005-08-12 15:27:32 +00:00 |
global.c
|
Make the slave thread reserve relay mountpoints, and prevent reconnection
|
2004-02-19 20:28:21 +00:00 |
global.h
|
increase the number of listening sockets allowed. A more flexible scheme can
|
2005-08-16 14:58:33 +00:00 |
logging.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 |
logging.h
|
Modified version of patch from gtgbr@gmx.net to clean up headers and defines
|
2005-12-17 12:34:37 +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
|
Add Copyright notice to each source file, as requested by debian.
|
2004-01-29 01:02:12 +00:00 |
slave.c
|
slave handler update. add timestamps to relays, allows slave thread to
|
2006-03-15 03:02:08 +00:00 |
slave.h
|
slave handler update. add timestamps to relays, allows slave thread to
|
2006-03-15 03:02:08 +00:00 |
source.c
|
fix problem case when listeners are moved by another thread, eg a fallback
|
2007-08-09 15:43:00 +00:00 |
source.h
|
fix problem case when listeners are moved by another thread, eg a fallback
|
2007-08-09 15:43:00 +00:00 |
stats.c
|
Update the streamlist handler for slaves. Get the list of non-hidden mountpoints
|
2007-08-09 23:36:29 +00:00 |
stats.h
|
Update the streamlist handler for slaves. Get the list of non-hidden mountpoints
|
2007-08-09 23:36:29 +00:00 |
TODO
|
Initial revision
|
2001-09-10 02:21:46 +00:00 |
util.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 |
util.h
|
removed redundant function, add total files requested to stats
|
2005-05-10 00:28:37 +00:00 |
xslt.c
|
Patch from gtgbr@gmx.net to fix (void) function prototypes, with some minor
|
2005-12-17 12:23:09 +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
|
Forgot to commit this one yesterday: add a default case to prevent memory leaks
|
2006-03-08 11:14:56 +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 |