- 07 Nov, 2014 7 commits
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19280
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19278
-
Philipp Schafft authored
added warnings on empty and default values of <fileserve>, <hostname>, <location>, <admin> and <server-id> svn path=/icecast/trunk/icecast/; revision=19276
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19270
-
Philipp Schafft authored
Added support for <http-headers> within <mount>. Also support merging of headers (normal mount + default mount). See #1885 svn path=/icecast/trunk/icecast/; revision=19269
-
Philipp Schafft authored
handle empty strings in config file better. Now empty strings are handled in: accesslog, errorlog, logdir, webroot, adminroot and hopefully all kinds of port. Feal free to reopen ticket if there are more that needs to be fixed. closes #1963 svn path=/icecast/trunk/icecast/; revision=19268
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19267
-
- 05 Nov, 2014 1 commit
-
-
Thomas B. Rücker authored
This was taken from: https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/#fnref2 (scroll up 2 lines) I've tested this successfully against https://www.ssllabs.com/ssltest/ in combination with the patch for #2071. The only OS/Browser combination failing is: IE 6 / XP svn path=/icecast/trunk/icecast/; revision=19264
-
- 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
-
- 26 Oct, 2014 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19251
-
- 09 Oct, 2014 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19229
-
- 04 May, 2014 1 commit
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=19123
-
- 12 Jan, 2014 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=19052
-
- 05 Apr, 2013 2 commits
-
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=18910
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18909
-
- 03 Apr, 2013 3 commits
-
-
Philipp Schafft authored
avoid fnmatch() on _WIN32 and fall back to strcmp(). Seems that MinGW does half-implement fnmatch()... svn path=/icecast/trunk/icecast/; revision=18905
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18904
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18903
-
- 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=18796
-
- 02 Jan, 2013 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18755
-
- 14 Oct, 2012 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18665
-
- 11 Oct, 2012 2 commits
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18651
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18649
-
- 26 Nov, 2011 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18131
-
- 25 Nov, 2011 5 commits
-
-
Philipp Schafft authored
The old dest="" attribute is still supported. svn path=/icecast/trunk/icecast/; revision=18128
-
Thomas B. Rücker authored
HTTPS now with better security and support for chained certificates svn path=/icecast/trunk/icecast/; revision=18127
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18126
-
Philipp Schafft authored
This is to avoid falling back to a default password which may open security holes. svn path=/icecast/trunk/icecast/; revision=18125
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=18124
-
- 17 Mar, 2009 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=15783
-
- 14 Mar, 2009 1 commit
-
-
Karl Heyes authored
specifying the TCP send buffer size, it seems that on at least some win32 systems, the window size stays at 8k (even with registry settings) which could limit available streaming bandwidth. svn path=/icecast/trunk/icecast/; revision=15766
-
- 11 Jan, 2009 1 commit
-
-
Karl Heyes authored
are for consistency. svn path=/icecast/trunk/icecast/; revision=15619
-
- 11 May, 2008 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14866
-
- 19 Apr, 2008 1 commit
-
-
Karl Heyes authored
Don't add to stream directory until a minute has passed, it seems like a few sites are triggering YP requests because they are connecting and then dropping (probably due to timeout), so at least make sure the stream is running a little while. svn path=/icecast/trunk/icecast/; revision=14777
-
- 11 Feb, 2008 1 commit
-
-
Karl Heyes authored
was very easy for the intermediate files to clash between projects. The newer libxml2/libxslt/libcurl also were causing some threading issues due to library initialization svn path=/icecast/trunk/icecast/; revision=14465
-
- 03 Feb, 2008 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14450
-
- 24 Jan, 2008 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14430
-
- 20 Dec, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14318
-
- 19 Dec, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14314
-