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 d959c20f11 make use of sizeof() not explicit magic numbers
svn path=/icecast/trunk/icecast/; revision=19286
2014-11-08 12:28:17 +00:00
..
avl Replaced usage of sprintf() with snprintf(). Also exported size of key printer's buffer in avl/. 2013-01-16 12:02:14 +00:00
httpp fixing some compiler warnings 2014-11-07 23:14:00 +00:00
log corrected logic checking argument. Thanks to David Binderman for reporting 2013-07-04 12:31:17 +00:00
net fixing some compiler warnings 2014-11-07 23:14:29 +00:00
thread
timing
admin.c Added support for <http-headers> within <mount>. Also support merging of headers (normal mount + default mount). See #1885 2014-11-07 02:55:57 +00:00
admin.h
auth_htpasswd.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
auth_htpasswd.h
auth_url.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
auth_url.h
auth.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
auth.h
cfgfile.c fixing some compiler warnings 2014-11-07 23:10:43 +00:00
cfgfile.h updated some copyright headers 2014-11-07 22:06:06 +00:00
client.c Added support for <http-headers> within <mount>. Also support merging of headers (normal mount + default mount). See #1885 2014-11-07 02:55:57 +00:00
client.h send 100-continue-header if client requests it 2014-01-12 12:29:27 +00:00
compat.h
configtest.c
connection.c applied patch to disable SSLv3 and SSL compression explicitly (close #2071) 2014-11-03 19:34:10 +00:00
connection.h
event.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
event.h
format_ebml.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +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 LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_flac.h
format_kate.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_kate.h
format_midi.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_midi.h
format_mp3.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_mp3.h
format_ogg.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_ogg.h
format_opus.c fixing some compiler warnings 2014-11-07 23:10:43 +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 LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_skeleton.h
format_speex.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_speex.h
format_theora.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_theora.h
format_vorbis.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
format_vorbis.h
format.c Added support for <http-headers> within <mount>. Also support merging of headers (normal mount + default mount). See #1885 2014-11-07 02:55:57 +00:00
format.h Add David Richard's webm support patch. 2012-05-18 17:33:17 +00:00
fserve.c Added support for <http-headers> within <mount>. Also support merging of headers (normal mount + default mount). See #1885 2014-11-07 02:55:57 +00:00
fserve.h
global.c
global.h rename ICE_LISTEN_QUEUE, ICE_RUNNING and ICE_HALTING so they have a prefix of ICECAST_ 2014-10-31 09:00:45 +00:00
logging.c Throw away the reqbuf stuff as it was not well designed. Removing it and restoring usage of %H *fixes* #1942 not just workaround it with opening security holes. close #1942 2013-04-02 12:19:33 +00:00
logging.h LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
main.c updated some copyright headers 2014-11-07 22:06:06 +00:00
Makefile.am Add WebM support. 2012-06-13 21:24:23 +00:00
md5.c
md5.h
refbuf.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
refbuf.h
sighandler.c rename ICE_LISTEN_QUEUE, ICE_RUNNING and ICE_HALTING so they have a prefix of ICECAST_ 2014-10-31 09:00:45 +00:00
sighandler.h cleanup unused var schedule_config_reread. 2012-11-13 11:25:46 +00:00
slave.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
slave.h
source.c rename ICE_LISTEN_QUEUE, ICE_RUNNING and ICE_HALTING so they have a prefix of ICECAST_ 2014-10-31 09:00: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 make use of sizeof() not explicit magic numbers 2014-11-08 12:28:17 +00:00
stats.h Adding stream_start_iso8601, server_start_iso8601 2014-05-04 07:14:54 +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 fixing some compiler warnings 2014-11-07 23:10:43 +00:00
util.h updated some copyright headers 2014-11-07 22:06:06 +00:00
xslt.c Added support for <http-headers> within <mount>. Also support merging of headers (normal mount + default mount). See #1885 2014-11-07 02:55:57 +00:00
xslt.h
yp.c LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00
yp.h LOG_{ERROR|WARN|INFO|DEBUG}() -> ICECAST_LOG_{ERROR|WARN|INFO|DEBUG}(); this is to avoid collision with LOG_INFO that is defined as part of syslog. 2014-10-31 08:46:58 +00:00