1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-11-03 04:17:17 -05:00
icecast-server/src
2023-04-18 12:15:58 +00:00
..
common@85d54c53de Update: Updated submodules 2022-03-20 17:05:52 +00:00
tests Feature: Use more modern algo for password store 2023-02-21 23:38:53 +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 Feature: Report on dashboard if no secure password hashing is supported 2023-02-21 23:38:57 +00:00
admin.h Fix: Handle safe HTTP methods in unsafe context correctly 2020-10-15 15:23:52 +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 Update: Migrated event_t, and event_registration_t to be a igloo ro object 2023-03-11 16:23:29 +00:00
cfgfile.h Feature: Support sending idle/active events based on source count 2022-04-22 10:47:54 +00:00
client.c Feature: Added logging regarding reading with httpp_encoding_read() 2022-05-03 07:29:02 +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 Update: Workaround for unsafe select(2) 2023-02-21 14:31:10 +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 Cleanup: Replaced final bit of MD5 code with something nice 2023-02-21 14:31:25 +00:00
digest.h Cleanup: Replaced final bit of MD5 code with something nice 2023-02-21 14:31:25 +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_exec.c Update: Workaround OpenSSL locking up by calling _exit() not exit() 2022-09-17 17:59:14 +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_url.c Update: Converted ping_simple() to take a string_renderer_t* as data 2023-03-20 09:12:09 +00:00
event.c Update: Migrated event_t, and event_registration_t to be a igloo ro object 2023-03-11 16:23:29 +00:00
event.h Update: Migrated event_t, and event_registration_t to be a igloo ro object 2023-03-11 16:23:29 +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 Update: Improved opening/closing of dumpfiles 2022-09-17 17:36:52 +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: Emit new format-metadata-changed event on metadata change 2023-01-28 22:18:04 +00:00
format_mp3.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
format_ogg.c Feature: Emit new format-metadata-changed event on metadata change 2023-01-28 22:18:04 +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 Feature: Added support for text streaming to use dumpfiles 2022-03-22 16:07:58 +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
global.c Feature: Added instance UUID 2023-02-12 18:22:23 +00:00
global.h Feature: Added instance UUID 2023-02-12 18:22:23 +00:00
icecasttypes.h Update: Migrated event_t, and event_registration_t to be a igloo ro object 2023-03-11 16:23:29 +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 Update: Workaround for unsafe select(2) 2023-02-21 14:31:10 +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 ping infrastructure 2023-03-04 11:49:44 +00:00
main.h Update: Allow update of pidfile on the fly. 2018-06-16 17:53:29 +00:00
Makefile.am Update: Made ping depend on CURL support 2023-03-04 11:49:39 +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 Update: Cleanup: Removed no longer used includes to common/ 2022-03-21 12:57:29 +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 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
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 Feature: Support sending idle/active events based on source count 2022-04-22 10:47:54 +00:00
slave.h Fix: Corrected Copyright headers 2018-11-26 07:42:05 +00:00
source.c Feature: Added event source-listener-attach 2023-04-18 12:15:58 +00:00
source.h Feature: Added per-source instance UUID 2023-03-11 16:23:29 +00:00
stats.c Feature: Added instance UUID 2023-02-12 18:22:23 +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 Cleanup: Moved string related functions out of util.[ch] into new util_string.[ch] 2022-09-17 17:16:45 +00:00
util.h Cleanup: Moved string related functions out of util.[ch] into new util_string.[ch] 2022-09-17 17:16:45 +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 Fix: Fixed re-configuration related memory leaks 2022-03-22 15:35:31 +00:00
yp.h Fix: Fixed invalid post data sent by the yp code 2022-03-22 01:39:21 +00:00