1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00
icecast-server/src
2024-05-18 11:45:49 +00:00
..
common@07df2860f8 Update: Updated src/common/ 2024-02-09 10:09:45 +00:00
tests Feature: Use more modern algo for password store 2023-02-21 23:38:53 +00:00
acl.c Update: Disallow access to the event stream by default 2024-05-18 09:12:47 +00:00
acl.h Update: Pass configuration down to Auth and ACL parsing 2021-07-26 15:11:05 +00:00
admin.c Update: Renamed /admin/eventstream to /admin/eventfeed 2024-05-18 09:13:12 +00:00
admin.h Feature: Added per country geoip statistics 2024-01-20 00:14:55 +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 Cleanup: Replaced final bit of MD5 code with something nice 2023-02-21 14:31:25 +00:00
auth_static.c Feature: Added support for hashed passwords to auth_static 2023-02-21 14:31:25 +00:00
auth_url.c Update: Converted url auth client remove to ping request 2023-03-20 09:41:54 +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
cfgfile.c Feature: Added UUID interpolation for dump files 2024-01-20 04:25:19 +00:00
cfgfile.h Feature: Added UUID interpolation for dump files 2024-01-20 04:25:19 +00:00
client.c Feature: Added basic geoip lookup 2024-01-20 00:14:51 +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_handle.c Cleanup: Migrated to libigloo's ro for module.[ch] 2022-03-21 12:57:10 +00:00
connection_handle.h Cleanup: Removed parts of connection.[ch] into new connection_handle.[ch] 2022-03-20 18:05:22 +00:00
connection.c Fix: Fixed clients in body queue running in undetected EOFs 2023-08-02 00:19:12 +00:00
connection.h Feature: Include geocoordinates in geoip lookup 2024-01-20 00:15:57 +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
errors.c Feature: Added basic way to export Icecast's internally used IDs as a valuefile 2024-01-21 17:26:31 +00:00
errors.h Feature: Added basic way to export Icecast's internally used IDs as a valuefile 2024-01-21 17:26:31 +00:00
event_exec.c Fix: Typo SROUCE_HIDDEN -> SOURCE_HIDDEN 2023-08-02 00:19:15 +00:00
event_log.c Feature: Added uniform way to include event data in log and URL event backend 2022-09-17 17:40:46 +00:00
event_stream.c Fix: Attach the client at the right spot 2024-02-09 10:06:46 +00:00
event_stream.h Feature: Added support to send vorbis comments 2024-01-25 19:59:43 +00:00
event_url.c Feature: Report source's instance UUID when known 2023-04-18 13:28:26 +00:00
event.c Feature: Added most basic event stream implementation 2024-01-24 16:06:32 +00:00
event.h Cleanup: Corrected comment on what is implemented 2023-04-18 13:32:58 +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_ebml.c Fix: Converted source->format->contenttype into a igloo string pool string 2024-01-19 23:55:31 +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 Feature: Report data from FLAC block STREAMINFO 2022-03-16 01:29:02 +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 Feature: Added support to send vorbis comments 2024-01-25 19:59:43 +00:00
format_mp3.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_ogg.c Feature: Added support to send vorbis comments 2024-01-25 19:59:43 +00:00
format_ogg.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_opus.c Fix: Actually use the correct name for the function 2022-03-16 01:26:38 +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 Fix: Converted source->format->contenttype into a igloo string pool string 2024-01-19 23:55:31 +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
format.c Fix: Allow Content-type: with parameters (such as codecs, or charset) 2021-10-30 09:37:38 +00:00
format.h Update: Improved opening/closing of dumpfiles 2022-09-17 17:36:52 +00:00
fserve.c Update: Renamed thread as it is too long on Linux 2022-03-20 17:05:41 +00:00
fserve.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
geoip.c Fix: Skip loading of geoip database if none is given 2024-01-22 10:38:17 +00:00
geoip.h Feature: Added basic geoip lookup 2024-01-20 00:14:51 +00:00
global.c Feature: Added basic geoip lookup 2024-01-20 00:14:51 +00:00
global.h Feature: Added basic geoip lookup 2024-01-20 00:14:51 +00:00
icecasttypes.h Feature: Added most basic event stream implementation 2024-01-24 16:06:32 +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: Avoid breaking windows port 2023-06-11 20:10:04 +00:00
listensocket.h Feature: Use settings from the listen socket for YP if there is only one 2022-03-21 23:13:30 +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 Feature: Added most basic event stream implementation 2024-01-24 16:06:32 +00:00
main.h Update: Allow update of pidfile on the fly. 2018-06-16 17:53:29 +00:00
Makefile.am Feature: Added stubs for event_stream.[ch] 2024-01-24 11:20:30 +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
metadata_xiph.c Fix: Fixed memory leak in metadata_xiph_read_vorbis_comments() 2022-03-16 11:38:02 +00:00
metadata_xiph.h Feature: Report data from FLAC block STREAMINFO 2022-03-16 01:29:02 +00:00
module.c Cleanup: Migrated to libigloo's ro for module.[ch] 2022-03-21 12:57:10 +00:00
module.h Cleanup: Migrated to libigloo's ro for module.[ch] 2022-03-21 12:57: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
ping.c Update: Converted ping_simple() to take a string_renderer_t* as data 2023-03-20 09:12:09 +00:00
ping.h Update: Converted ping_simple() to take a string_renderer_t* as data 2023-03-20 09:12:09 +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 Cleanup: Removed legacy digest.[ch] 2023-06-01 12:32:17 +00:00
prng.h Cleanup: Migrated to libigloo's PRNG 2022-03-21 12:52:43 +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_helper.c Cleanup: Added reportxml_helper_add_value_health() 2022-04-22 12:11:38 +00:00
reportxml_helper.h Cleanup: Added reportxml_helper_add_value_health() 2022-04-22 12:11:38 +00:00
reportxml.c Update: Do not report for no definition in report db if no db has been loaded 2024-01-14 14:16:04 +00:00
reportxml.h Feature: Added reportxml_database_build_fragment() 2020-10-14 10:45:00 +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 Update: Avoid logging in signal handler 2023-06-22 10:13:37 +00:00
sighandler.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
slave.c Fix: Remove locking from signal handler 2023-06-03 19:30:59 +00:00
slave.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
source.c Feature: Report content language of streams to stats.xml 2024-05-18 10:43:48 +00:00
source.h Feature: Added UUID interpolation for dump files 2024-01-20 04:25:19 +00:00
stats.c Update: Improved logging in stats.c 2024-01-25 18:23:22 +00:00
stats.h Update: Translated __add_authstack() into public function stats_add_authstack() 2022-03-11 12:39:47 +00:00
string_renderer.c Fix: Corrected logic to delete NULL-values 2022-09-17 17:17:34 +00:00
string_renderer.h Feature: Added support for %H-style format to string renderer 2022-09-17 17:17:28 +00:00
tls.c Update: Require at least OpenSSL 1.1.0 and TLS 1.2 2022-03-20 18:04:35 +00:00
tls.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +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_crypt.c Feature: Report on dashboard if no secure password hashing is supported 2023-02-21 23:38:57 +00:00
util_crypt.h Feature: Report on dashboard if no secure password hashing is supported 2023-02-21 23:38:57 +00:00
util_string.c Feature: Allow lists and wildcard matches for event triggers 2022-09-24 09:59:34 +00:00
util_string.h Feature: Allow lists and wildcard matches for event triggers 2022-09-24 09:59:34 +00:00
util.c Feature: Added UUID interpolation for dump files 2024-01-20 04:25:19 +00:00
util.h Feature: Added UUID interpolation for dump files 2024-01-20 04:25:19 +00:00
valuefile.c Feature: Added basic way to export Icecast's internally used IDs as a valuefile 2024-01-21 17:26:31 +00:00
valuefile.h Feature: Added basic way to export Icecast's internally used IDs as a valuefile 2024-01-21 17:26:31 +00:00
version.c Feature: Added checks (currently only used for version display) for posix_fadvise, posix_fallocate, posix_madvise, fallocate, and ftruncate 2024-01-14 17:26:00 +00:00
version.h Feature: Added -V verbose version output 2023-06-03 18:43:01 +00:00
xml2json.c Update: Updated XML to JSON mapping for <geoip> 2024-01-20 01:56:50 +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 Update: Added language, and sourceinstance parameter to yp add 2024-05-18 11:45:49 +00:00
yp.h Fix: Fixed invalid post data sent by the yp code 2022-03-22 01:39:21 +00:00