- 20 Sep, 2018 1 commit
-
-
Philipp Schafft authored
-
- 26 Jul, 2018 4 commits
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
-
- 20 Jul, 2018 1 commit
-
-
Philipp Schafft authored
Closes: #2336
-
- 30 Jun, 2018 1 commit
-
-
Philipp Schafft authored
This moves all the listen socket code into a nice and abstracting file. Notes: * Altering listen socket setup does not yet work on config reload. (Did it ever work?) * Server will start with no listen sockets. (There are unconfirmed rumours it sometimes(?) did before.) This is to be re-implemented in another commit. It can also be improved to work allow checking on reload or other config changes. * For slave connections the server address is now checked against the allow/deny-IP list.
-
- 17 Jun, 2018 1 commit
-
-
Philipp Schafft authored
-
- 13 Apr, 2016 2 commits
-
-
Marvin Scholz authored
-
Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- 28 Nov, 2015 1 commit
-
-
Philipp Schafft authored
-
- 23 Nov, 2015 1 commit
-
-
Philipp Schafft authored
-
- 10 Jan, 2015 1 commit
-
-
Philipp Schafft authored
-
- 06 Jan, 2015 1 commit
-
-
Philipp Schafft authored
This sets the on_demand parameter of the source correctly on creation of a on-demand relay. Thanks to Marvin Scholz <epirat07@gmail.com>. Closes: #2054
-
- 24 Dec, 2014 1 commit
-
-
From: Erik van Pienbroek <epienbro@fedoraproject.org> Date: Mon, 22 Dec 2014 18:02:09 +0100
-
- 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>.
-
- 02 Dec, 2014 1 commit
-
-
Marvin Scholz authored
Added .gitignore and submodules Changed paths to match new location of things
-
- 30 Nov, 2014 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19376
-
- 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
-
- 02 Apr, 2013 1 commit
-
-
Philipp Schafft authored
The default mount is a block in the config file that contains settings for all mount points that do not have a block in configfile themself. This is implemented by a <mount type="default">-block. In this case the <mount>-block MUST NOT contain a <mount-name>-subblock. svn path=/icecast/trunk/icecast/; revision=18902
-
- 23 Feb, 2013 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18799
-
- 17 Jul, 2012 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18454
-
- 11 Jul, 2009 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=16257
-
- 17 Mar, 2009 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=15783
-
- 14 Mar, 2009 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=15764
-
- 08 Jan, 2009 1 commit
-
-
Karl Heyes authored
bind parameter to connect_wto call. Some small compiler cleanups. svn path=/icecast/trunk/icecast/; revision=15611
-
- 09 Sep, 2008 1 commit
-
-
Karl Heyes authored
connect and be waiting a while before receiving stream content. When retrieving streamlist, don't wait too long for connection to master schedule a full stats rebuild on source disconnect. Minor build fix for certain platforms with missing defines svn path=/icecast/trunk/icecast/; revision=15276
-
- 19 Jul, 2008 1 commit
-
-
Karl Heyes authored
We prevent a failed relay from restarting too quickly but don't prevent connecting listeners from getting to the source_t during that time. Drop the on-demand status in the source_t during this period so listeners are rejected. The setting is reset from relay eventually. Relays without matching mount sections had no stats initially. svn path=/icecast/trunk/icecast/; revision=15122
-
- 23 Nov, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14219
-
- 22 Oct, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14031
-
- 04 Oct, 2007 1 commit
-
-
Karl Heyes authored
here with xmlChar, based on work originally done by gtgbr@gmx.net. closes #783, #784, #785, #787 svn path=/icecast/trunk/icecast/; revision=13933
-
- 03 Sep, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13704
-
- 16 Aug, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13553
-
- 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
-
- 10 Aug, 2007 1 commit
-
-
Karl Heyes authored
separate function for loop handling and log messages are updated. svn path=/icecast/trunk/icecast/; revision=13533
-
- 15 Mar, 2006 1 commit
-
-
Karl Heyes authored
process them better. This simplifies various checks and sits better with relay startup and relay cleanup in certain error cases. svn path=/icecast/trunk/icecast/; revision=11008
-
- 17 Dec, 2005 2 commits
-
-
Michael Smith authored
svn path=/icecast/trunk/icecast/; revision=10620
-
Michael Smith authored
content. svn path=/icecast/trunk/icecast/; revision=10617
-
- 08 Sep, 2005 1 commit
-
-
Karl Heyes authored
lock for client_create at relay startup to prevent race svn path=/icecast/trunk/icecast/; revision=10004
-