1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00
icecast-server/src
Philipp Schafft 4927a1109d fixes for win32 (ported 2.3.99.0 patches). Thanks to LRN (from Mailing list).
svn path=/icecast/trunk/icecast/; revision=18642
2012-10-10 22:41:30 +00:00
..
avl Don't include a per node lock unless it is really wanted. I don't think anyone 2008-07-19 01:30:16 +00:00
httpp commited support for HTTP PUT, See #1812 2012-07-16 16:05:21 +00:00
log Corrected check for the value of priority to be within valid range. 2012-07-31 23:09:42 +00:00
net bug+fix reported on icecast-dev (Petr Pisar, 06/07/2009). poll implementation 2009-07-06 14:28:16 +00:00
thread Add handlers for spinlocks if available, map to mutexes when not. 2009-01-09 03:18:03 +00:00
timing minor cleanups. 2009-07-07 16:37:31 +00:00
admin.c Send proper HTTP headers in responses to clients. 2012-07-17 23:55:09 +00:00
admin.h
auth_htpasswd.c guard for 2 NULL pointer cases raised by coverity. Neither should occur in practice 2008-10-01 01:07:29 +00:00
auth_htpasswd.h
auth_url.c Allow source client authentication via auth handler. Here the URL handler can 2009-01-14 01:18:22 +00:00
auth_url.h return type was wrong, although it probably won't affect stability 2007-10-24 22:40:42 +00:00
auth.c Allow source client authentication via auth handler. Here the URL handler can 2009-01-14 01:18:22 +00:00
auth.h Allow source client authentication via auth handler. Here the URL handler can 2009-01-14 01:18:22 +00:00
cfgfile.c corrected some small formating errors and typos 2011-11-26 02:39:30 +00:00
cfgfile.h corrected some small formating errors and typos 2011-11-26 02:39:30 +00:00
client.c Send proper HTTP headers in responses to clients. 2012-07-17 23:55:09 +00:00
client.h Allow source client authentication via auth handler. Here the URL handler can 2009-01-14 01:18:22 +00:00
compat.h win32 updates. cleanup of the start and finish of the gui and service 2009-08-05 22:32:47 +00:00
configtest.c
connection.c race condition patch as submitted by lds and remi, slightly motified by me. closes #1810 2012-07-17 14:03:37 +00:00
connection.h Allow source client authentication via auth handler. Here the URL handler can 2009-01-14 01:18:22 +00:00
event.c
event.h
format_ebml.c Add WebM support. 2012-06-13 21:24:23 +00:00
format_ebml.h Clarify that only these specific files are GPLv2 or v3. 2012-05-24 18:32:06 +00:00
format_flac.c
format_flac.h
format_kate.c Add Kate and Skeleton codecs to ogg handler. patch by ogg.k.ogg.k 2008-04-19 02:11:37 +00:00
format_kate.h Add Kate and Skeleton codecs to ogg handler. patch by ogg.k.ogg.k 2008-04-19 02:11:37 +00:00
format_midi.c
format_midi.h
format_mp3.c Merge fixes from trunk. 2012-06-07 16:51:03 +00:00
format_mp3.h explicitly flag up a metadata update after they have been set. Could of led to 2009-01-15 03:38:49 +00:00
format_ogg.c Add opus support. 2012-05-24 16:04:27 +00:00
format_ogg.h
format_opus.c Clarify that only these specific files are GPLv2 or v3. 2012-05-24 18:32:06 +00:00
format_opus.h Clarify that only these specific files are GPLv2 or v3. 2012-05-24 18:32:06 +00:00
format_skeleton.c Do not allow Skeleton from taking control over the sync marks. Karl's proposal for the Vorbis+Skeleton issue. 2008-11-23 23:31:36 +00:00
format_skeleton.h Add Kate and Skeleton codecs to ogg handler. patch by ogg.k.ogg.k 2008-04-19 02:11:37 +00:00
format_speex.c
format_speex.h
format_theora.c fix starting point problem with low bandwidth theroa streams. listener could 2008-09-09 02:18:22 +00:00
format_theora.h
format_vorbis.c explicitly flag up a metadata update after they have been set. Could of led to 2009-01-15 03:38:49 +00:00
format_vorbis.h
format.c allow <stream-name> to override the icy-name: HTTP header, close #1359 2012-08-18 20:34:11 +00:00
format.h Add David Richard's webm support patch. 2012-05-18 17:33:17 +00:00
fserve.c Send proper HTTP headers in responses to clients. 2012-07-17 23:55:09 +00:00
fserve.h
global.c
global.h more sock_t cleanups, win32 should have less warnings now 2007-10-24 22:42:49 +00:00
logging.c fixes for win32 (ported 2.3.99.0 patches). Thanks to LRN (from Mailing list). 2012-10-10 22:41:30 +00:00
logging.h
main.c fixes for win32 (ported 2.3.99.0 patches). Thanks to LRN (from Mailing list). 2012-10-10 22:41:30 +00:00
Makefile.am Add WebM support. 2012-06-13 21:24:23 +00:00
md5.c
md5.h
refbuf.c Don't free up the second, third... header pages, as those are only referenced 2009-01-08 03:35:54 +00:00
refbuf.h type cleanups. reduces memory usage on 64bit, no difference on 32bit. closes #780 2007-12-15 17:02:16 +00:00
sighandler.c race condition patch as submitted by lds and remi, slightly motified by me. closes #1810 2012-07-17 14:03:37 +00:00
sighandler.h
slave.c race condition patch as submitted by lds and remi, slightly motified by me. closes #1810 2012-07-17 14:03:37 +00:00
slave.h add optional bind setting to relays 2009-03-17 01:45:41 +00:00
source.c Adding limits.h to fix build problems on e.g. newer glibc. 2012-07-17 21:24:45 +00:00
source.h race condition patch as submitted by lds and remi, slightly motified by me. closes #1810 2012-07-17 14:03:37 +00:00
stats.c race condition patch as submitted by lds and remi, slightly motified by me. closes #1810 2012-07-17 14:03:37 +00:00
stats.h reduce memory allocation and processing when retrieving stats for xsl pages 2008-10-29 02:47:41 +00:00
TODO added new lion at end of file so it does not mess up my console. 2012-07-17 14:50:44 +00:00
util.c fixes for win32 (ported 2.3.99.0 patches). Thanks to LRN (from Mailing list). 2012-10-10 22:41:30 +00:00
util.h Send proper HTTP headers in responses to clients. 2012-07-17 23:55:09 +00:00
xslt.c Send proper HTTP headers in responses to clients. 2012-07-17 23:55:09 +00:00
xslt.h
yp.c have a minimum update duration to prevent very frequent touch updates, no 2008-09-08 00:22:37 +00:00
yp.h