1
0
Fork 0
icecast-server/src
Philipp Schafft 29e2359d97 Update: Work around older versions of automake 2022-03-13 16:24:57 +00:00
..
common@617d219021 Update: Updated submodules 2022-03-13 15:56:03 +00:00
tests Update: Work around older versions of automake 2022-03-13 16:24:57 +00:00
Makefile.am Update: Added stubs format_text.[ch] for text streaming 2021-10-26 00:57:09 +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
acl.c Update: Pass configuration down to Auth and ACL parsing 2021-07-26 15:11:05 +00:00
acl.h Update: Pass configuration down to Auth and ACL parsing 2021-07-26 15:11:05 +00:00
admin.c Fix: Fixed build on systems with no getaddrinfo() 2022-03-12 18:17:13 +00:00
admin.h Fix: Handle safe HTTP methods in unsafe context correctly 2020-10-15 15:23:52 +00:00
auth.c Update: Pass configuration down to Auth and ACL parsing 2021-07-26 15:11:05 +00:00
auth.h Update: Pass configuration down to Auth and ACL parsing 2021-07-26 15:11:05 +00:00
auth_anonymous.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
auth_enforce_auth.c Feature: Added auth backend "enforce_auth". 2019-01-16 14:11:03 +00:00
auth_htpasswd.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
auth_static.c Update: Renamed replace_string() to util_replace_string() 2019-01-09 09:18:50 +00:00
auth_url.c Update: Renamed replace_string() to util_replace_string() 2019-01-09 09:18:50 +00:00
buffer.c Update: Replaced buffer_new_simple() by refobject_new(buffer_t) 2018-10-10 14:48:25 +00:00
buffer.h Fix: Typo 2022-03-12 10:04:19 +00:00
cfgfile.c Fix: Updated default config and parsing to reflect existance of <yp-directory> 2022-03-12 13:09:50 +00:00
cfgfile.h Feature: Check if client_limit is reasonable bigger than source_limit 2022-03-01 12:46:19 +00:00
client.c Fix: Typo 2022-03-12 10:04:19 +00:00
client.h Update: Split client_get_reportxml() report generation into client_get_empty_reportxml(), and client_add_empty_incident() 2022-03-11 12:30:40 +00:00
compat.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
connection.c Update: Improved debug logging for connection and socket handling 2022-03-11 12:45:48 +00:00
connection.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
curl.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
curl.h Cleanup: move libcurl specifc code into curl.c 2015-04-08 07:44:36 +00:00
digest.c Feature: Added support for HMACs 2021-07-26 15:08:50 +00:00
digest.h Feature: Added support for HMACs 2021-07-26 15:08:50 +00:00
errors.c Fix: Corrected status code for ICECAST_ERROR_ADMIN_MOUNT_NOT_ACCEPT_URL_UPDATES 2020-10-15 16:19:38 +00:00
errors.h Fix: Handle safe HTTP methods in unsafe context correctly 2020-10-15 15:23:52 +00:00
event.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
event.h Cleanup: Corrected headers used in headers 2018-06-17 12:28:38 +00:00
event_exec.c Feature: Replaced free()-strdup() in event code with util_replace_string() 2019-01-09 09:30:31 +00:00
event_exec.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_log.c Feature: Marked spammy development only output as such 2019-01-09 15:04:16 +00:00
event_log.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_url.c Feature: Replaced free()-strdup() in event code with util_replace_string() 2019-01-09 09:30:31 +00:00
event_url.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
fastevent.c Feature: Marked spammy development only output as such 2019-01-09 15:04:16 +00:00
fastevent.h Fix: Corrected type of #include 2018-10-10 11:10:30 +00:00
format.c Fix: Allow Content-type: with parameters (such as codecs, or charset) 2021-10-30 09:37:38 +00:00
format.h Cleanup: Removed unused member 2022-02-25 20:47:23 +00:00
format_ebml.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_ebml.h Move ebml-private structure definitions out of header file. 2015-11-28 12:49:54 -05:00
format_flac.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_flac.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_kate.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_kate.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_midi.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_midi.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_mp3.c Update: Updated copyright years 2022-03-01 11:17:28 +00:00
format_mp3.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_ogg.c Feature: Added a stats.xml entry <display-title> to replace <title>, and <artist> 2020-10-11 15:30:18 +00:00
format_ogg.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_opus.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_opus.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_skeleton.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +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 Fix: Fixed leak in codec Speex codec probing code. 2019-06-28 08:03:51 +00:00
format_speex.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_text.c Update: Updated copyright years 2022-03-01 11:17:28 +00:00
format_text.h Update: Added stubs format_text.[ch] for text streaming 2021-10-26 00:57:09 +00:00
format_theora.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +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 Fix: Corrected Copyright headers 2018-11-26 07:42:05 +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
fserve.c Update: Convert stats_get_xml() to take flags 2020-10-09 15:43:57 +00:00
fserve.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
global.c Update: Updated copyright years 2022-03-01 11:17:28 +00:00
global.h Update: Updated copyright years 2022-03-01 11:17:28 +00:00
icecasttypes.h Feature: Added support for HMACs 2021-07-26 15:08:50 +00:00
json.c Fix: Handle bytes >= 0x80 correctly 2020-10-10 20:59:37 +00:00
json.h Feature: Added comments/docs for JSON renderer in the header 2020-10-10 20:59:36 +00:00
listensocket.c Fix: Typo 2022-03-12 10:04:19 +00:00
listensocket.h Update: Prefer to bind to IPv6 if we have IPv4-mapped support 2022-03-11 12:40:15 +00:00
logging.c Feature: Handle gracefully when a logfile is not configured 2020-10-15 08:57:20 +00:00
logging.h Feature: Handle gracefully when a logfile is not configured 2020-10-15 08:57:20 +00:00
main.c Fix: Corrected log level from WARN to INFO for system config output 2022-03-11 12:32:54 +00:00
main.h Update: Allow update of pidfile on the fly. 2018-06-16 17:53:29 +00:00
matchfile.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
matchfile.h Cleanup: mark key as const (why wasn't it const already?) 2015-11-22 18:47:11 +00:00
md5.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
md5.h minor cleanups 2004-11-20 02:16:59 +00:00
module.c Update: Replaced module_container_new() 2018-10-10 15:01:10 +00:00
module.h Update: Replaced module_container_new() 2018-10-10 15:01:10 +00:00
navigation.c Feature: Added support to give navigation direction via admin call for command_move_clients() 2021-07-26 15:05:54 +00:00
navigation.h Feature: Added support to give navigation direction via admin call for command_move_clients() 2021-07-26 15:05:54 +00:00
playlist.c Feature: Added constants for XML namespaces 2020-10-10 20:59:38 +00:00
playlist.h Initial patch for playlist history support. 2015-03-28 16:15:49 +00:00
prng.c Fix: Typo 2021-07-26 15:05:04 +00:00
prng.h Feature: Added API for auto-reseeding 2021-07-26 15:05:04 +00:00
refbuf.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +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
refobject.c Feature: Added REFOBJECT_DEFINE_TYPE_NEW_NOOP() 2018-10-10 14:42:37 +00:00
refobject.h Update: Added comments about the API 2018-10-11 09:17:40 +00:00
reportxml.c Fix: Typo 2022-03-12 10:04:19 +00:00
reportxml.h Feature: Added reportxml_database_build_fragment() 2020-10-14 10:45:00 +00:00
reportxml_helper.c Update: Do not report state=set when report XML value's value is NULL 2022-03-05 20:33:29 +00:00
reportxml_helper.h Feature: Added reportxml_helper_add_value_flag() 2022-03-11 12:30:27 +00:00
resourcematch.c Feature: Support matching strings 2020-10-03 11:30:09 +00:00
resourcematch.h Feature: Added new resource match system 2018-07-09 09:29:54 +00:00
sighandler.c Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
sighandler.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
slave.c Fix: Typo 2022-03-12 10:04:19 +00:00
slave.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
source.c Update: Updated copyright years 2022-03-01 11:17:28 +00:00
source.h Update: Updated copyright years 2022-03-01 11:17:28 +00:00
stats.c Update: Translated __add_authstack() into public function stats_add_authstack() 2022-03-11 12:39:47 +00:00
stats.h Update: Translated __add_authstack() into public function stats_add_authstack() 2022-03-11 12:39:47 +00:00
tls.c Fix: Fixes EPIPEs on TLS clients 2021-11-10 09:01:22 +00:00
tls.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
util.c Update: Updated default values for Access-Control-Expose-Headers:, and Access-Control-Allow-Headers: 2022-03-12 13:39:44 +00:00
util.h Update: Updated copyright statements 2020-10-03 08:44:37 +00:00
xml2json.c Feature: Added JSON output for admin command manageauth 2020-10-11 08:51:38 +00:00
xml2json.h Update: Changed xml2json_render_doc_simple's signature 2020-10-10 20:59:36 +00:00
xslt.c Cleanup: Unified code sending responses to client some 2020-10-12 18:23:11 +00:00
xslt.h Update: Updated copyright statements 2020-10-03 08:44:37 +00:00
yp.c Feature: Seed PRNG with yp replies 2021-07-26 15:05:04 +00:00
yp.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00