- 28 Nov, 2015 1 commit
-
-
Philipp Schafft authored
-
- 01 Mar, 2015 1 commit
-
-
Thomas B. Rücker authored
* Reworded many log messages for better understanding. * Adjusted some version targets as we won't have a 2.4.2 release. * Added some FIXME comments
-
- 18 Jan, 2015 1 commit
-
-
Philipp Schafft authored
-
- 20 Dec, 2014 1 commit
-
-
Philipp Schafft authored
-
- 08 Dec, 2014 2 commits
-
-
Philipp Schafft authored
If there are no reistrations that are added to an event the event doesn't need to be emited as nobody cares anyway. We will do this simple check before we copy data into the event object to avoid unnecessary calls to strdup() and other allocation functions.
-
Philipp Schafft authored
<event> has been added and can be used within <kartoffelsalat> both in <icecast> and <mount>. <event> takes backend depending <option> child tags. Currently supported backends: - log: send message to error log. - exec: executes a program or script. - url: delivers the event via HTTP. within <mount> <on-connect> and <on-disconnect> has been replaced by <event>. Config parser can on-the-fly convert old tags. Also <authentication type="url"> within <mount> has been fixed for those cases with <option name="mount_add" .../> and <option name="mount_remove" .../> which are now on-the-fly converted by the parser to corresponding <event> tags. Please also see TAGs added as per #2098. Some include hints for documentation updates needed after this change. Those updates should take place before 2.4.2.
-
- 07 Dec, 2014 1 commit
-
-
Philipp Schafft authored
Renamed event_config_read() into config_reread_config() and moved it into cfgfile.c. This allowed to delete event.[ch]. event.[ch] will later be used to implement <event>.
-
- 31 Oct, 2014 1 commit
-
-
Philipp Schafft authored
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. svn path=/icecast/trunk/icecast/; revision=19257
-
- 09 Oct, 2014 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19229
-
- 22 Oct, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14031
-
- 16 Aug, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13553
-
- 13 Aug, 2007 1 commit
-
-
Karl Heyes authored
an alternative filename in the xml. svn path=/icecast/trunk/icecast/; revision=13541
-
- 11 Aug, 2007 1 commit
-
-
Karl Heyes authored
need updating. Fixes a few unusual cases, if a mount was removed (with xml reload) whilst no source was reserved then those stats were left behind. svn path=/icecast/trunk/icecast/; revision=13538
-
- 16 Aug, 2005 1 commit
-
-
Karl Heyes authored
xsl files and the icecast xml file when re-read. At icecast startup, the logs are not open so these parsing messages still go to stderr. svn path=/icecast/trunk/icecast/; revision=9758
-
- 16 May, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9286
-
- 20 Apr, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9160
-
- 20 Aug, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=7595
-
- 02 Feb, 2004 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5807
-
- 29 Jan, 2004 1 commit
-
-
Michael Smith authored
svn path=/trunk/httpp/; revision=5792
-
- 26 Jan, 2004 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5786
-
- 21 Jul, 2003 1 commit
-
-
Karl Heyes authored
for autoconf svn path=/trunk/icecast/; revision=5156
-
- 11 Jul, 2003 1 commit
-
-
Karl Heyes authored
so allows for continuing the log, or cycling just one log. log filename changes work as well. svn path=/trunk/icecast/; revision=5129
-
- 15 Mar, 2003 1 commit
-
-
Michael Smith authored
Convert all tabs to 4 spaces. All code must now use 4 space indents. svn path=/trunk/avl/; revision=4492
-
- 05 Mar, 2003 1 commit
-
-
Michael Smith authored
Lots of new locking happening so that it's safe to have the config file disappear under the rest of the program Does NOT affect currently-running sources at the moment svn path=/trunk/icecast/; revision=4406
-