1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-29 04:25:55 -04:00
Commit Graph

62 Commits

Author SHA1 Message Date
Karl Heyes
9fea71ff77 kh18 update. The important/visible stuff
. memory corruption fix in stats/threading.
. fix for the excessive page flush bug leading to higher bandwidth than expected
with vorbis streams from certain source clients.
. avoid the ::ffff: part from IPv6 within an IP.

The other main change is the YP thread which is started from a dummy client
handle instead of the slave thread. it should now only startup from the worker
if there is work scheduled. Whether the slave thread can reduce wakeups would
need to be investigated.

command auth was updated but the performance results are similar to URL auth.
Other some internal code cleanups are also done. stats seems to be working much
better now.

karl.


svn path=/icecast/branches/kh/icecast/; revision=16691
2009-11-05 05:32:02 +00:00
Karl Heyes
9a7a36acc4 bump to kh17. fix failing relay crash case. fix flashpolcy crash case.
fix memory corruption case when moving clients between workers.
some minor timing changes


svn path=/icecast/branches/kh/icecast/; revision=16632
2009-10-11 01:20:04 +00:00
Karl Heyes
de49138869 sync up to kh16. A fair bit of this is the format api changes to allow for
use by the file handles, and some compile-time debug code to check for memory
usage.

. We can now fall back to file again without the original stream being present.
. Listener specific intro content can now come via auth listener_add.
. The relay updates for the retry, timeout and disable settings were missed


svn path=/icecast/branches/kh/icecast/; revision=16593
2009-09-29 01:44:20 +00:00
Karl Heyes
9565edee8e kh12. A couple of leaks plugged on relay restarting, a possible crash on xml
reload or server exit. small changes for win32, the icecast service should
be working better and I've updated the libogg to 1.1.4 for the build.

svn path=/icecast/branches/kh/icecast/; revision=16352
2009-07-28 14:44:15 +00:00
Karl Heyes
165f64a9a9 kh11. commit fixes to reported bugs since kh10 update. possible deadlock on file
serving, relay removal (eg as a slave) cleanup and worker busy looping.

svn path=/icecast/branches/kh/icecast/; revision=16298
2009-07-18 01:47:06 +00:00
Karl Heyes
2e59754dcd commit kh10 changes. Fairly major as it changes the threading. We now use N
workers (as specified in the xml) instead of the one thread per source model.
This affects most files as they tend to interact with a client to some degree
but some of those are in minor ways.

The most significant changes are in :-
- file serving engine. There is no separate thread now, so the client reads
and sends are driven from the worker, this includes the error responses.
- The source client and listener processing. The source client details have
to stay around until the listeners are processed.
- slave engine. relays are always allocated a client on the worker, with a
thread created just for the connection phase. Makes it easier to handle when
switching to another relay source.


svn path=/icecast/branches/kh/icecast/; revision=16219
2009-07-07 23:26:21 +00:00
Karl Heyes
95860d4715 bump to kh9, mainly internals cleanups to help sync with trunk
svn path=/icecast/branches/kh/icecast/; revision=15865
2009-03-27 23:12:53 +00:00
Karl Heyes
733c048a42 sync up kh8. A number of reports have appeared over the last few weeks, these
include build failures, ogg handling problems, and memory corruption.

The only new feature is that metadata updates can take a url arg now. The
refbuf cleanup still needs confirming but it is required to prevent the ogg
stream header pages disappearing. Other cleanups have occurred to help
merging to trunk and clean up valgrind reporting.


svn path=/icecast/branches/kh/icecast/; revision=15607
2009-01-07 17:07:41 +00:00
Karl Heyes
ff431936f6 commit a number of small fixes and cleanups from feeback. added
streamurl metadata via admin req for non-ogg as it wasn't a biggie

svn path=/icecast/branches/kh/icecast/; revision=15526
2008-11-19 02:15:53 +00:00
Karl Heyes
f7801fb88c check-in changes for kh3, bugfix for streamlist for slaves and some on-going
internal code cleanup

svn path=/icecast/branches/kh/icecast/; revision=15463
2008-10-29 02:57:06 +00:00
Karl Heyes
b6dc964a29 bump version, drop debian directory as it's unmaintained here. some more thread
removal work for stats, video preview merge (not built by default) and a couple
of bug fixes from reported feedback.

svn path=/icecast/branches/kh/icecast/; revision=15372
2008-10-04 01:09:17 +00:00
Karl Heyes
386a554a72 bump version. the most significant things are the stats thread removal and a theora fix.
svn path=/icecast/branches/kh/icecast/; revision=15145
2008-08-01 20:26:09 +00:00
Karl Heyes
f3e87bfdc3 kh34. sync up with trunk, kate/skeleton merge, small yp tweaks for error
cases and some cleanups for stats

svn path=/icecast/branches/kh/icecast/; revision=14821
2008-05-01 02:28:21 +00:00
Karl Heyes
4f1c9156bf sync work to kh33
svn path=/icecast/branches/kh/icecast/; revision=14653
2008-04-03 15:15:10 +00:00
Karl Heyes
1cac5ce6d9 sync up work. crash case on on-demand relay failure fixed, a win32 build update
and some lib initialization fixes

svn path=/icecast/branches/kh/icecast/; revision=14464
2008-02-10 22:20:07 +00:00
Karl Heyes
cc3f80a840 sync up to the most recent tarball
svn path=/icecast/branches/kh/icecast/; revision=14322
2007-12-24 14:14:01 +00:00
Karl Heyes
8d78b6e75f sync up with recent branch tarball. No issues outstanding but some of this has
already been committed to trunk

svn path=/icecast/branches/kh/icecast/; revision=14281
2007-12-08 05:19:45 +00:00
Karl Heyes
5e08a0f6d5 bump version to kh7. mainly memory leak fixes and stats update. win32 build
needs more work really

svn path=/icecast/branches/kh/icecast/; revision=11721
2006-07-30 01:12:07 +00:00
Karl Heyes
5085b397b2 bump version is kh6
svn path=/icecast/branches/kh/icecast/; revision=11569
2006-06-13 22:46:59 +00:00
Karl Heyes
a9a19b3e37 sync up work
svn path=/icecast/branches/kh/icecast/; revision=11267
2006-04-24 03:15:24 +00:00
Karl Heyes
6d5d8f5011 add some small updates to web pages, bump version to kh4
svn path=/icecast/branches/kh/icecast/; revision=11064
2006-03-27 03:23:58 +00:00
Karl Heyes
a9516a9e31 bump version. mainly an update of 302 work, other bits missed out from before
svn path=/icecast/branches/kh/icecast/; revision=10828
2006-02-17 00:42:03 +00:00
Karl Heyes
c057106e1c release -kh2
svn path=/icecast/branches/kh/icecast/; revision=10455
2005-11-26 17:00:02 +00:00
Karl Heyes
90e274b4eb bump version to 2.3-kh1
svn path=/icecast/branches/kh/icecast/; revision=10140
2005-10-07 03:04:12 +00:00
Karl Heyes
33e72acb44 sync up with trunk and bump version is kh17
svn path=/icecast/branches/kh/icecast/; revision=9928
2005-09-02 00:47:11 +00:00
Karl Heyes
cf5f9ab673 bump version to kh16
svn path=/icecast/branches/kh/icecast/; revision=9726
2005-08-10 21:17:36 +00:00
Karl Heyes
bdace5de80 bump version to kh15
svn path=/icecast/branches/kh/icecast/; revision=9657
2005-07-30 17:48:42 +00:00
Karl Heyes
586984b002 bump version to kh14
svn path=/icecast/branches/kh/icecast/; revision=9586
2005-07-19 01:38:18 +00:00
Karl Heyes
40b697b2c8 bump version is kh13
svn path=/icecast/branches/kh/icecast/; revision=9557
2005-07-10 14:29:35 +00:00
Karl Heyes
562df361f0 bump version to kh12
svn path=/icecast/branches/kh/icecast/; revision=9544
2005-07-02 16:21:26 +00:00
Karl Heyes
02604f1f9a bump version to kh11
svn path=/icecast/branches/kh/icecast/; revision=9455
2005-06-15 02:53:30 +00:00
Karl Heyes
f684729145 bump version to kh10
svn path=/icecast/branches/kh/icecast/; revision=9439
2005-06-11 13:39:00 +00:00
Karl Heyes
d051a7ceb6 bump version to kh9
svn path=/icecast/branches/kh/icecast/; revision=9351
2005-06-04 17:26:46 +00:00
Karl Heyes
99a8123504 bump version to kh8, a bug fix release really
svn path=/icecast/branches/kh/icecast/; revision=9329
2005-05-30 21:16:32 +00:00
Karl Heyes
cfd08fc579 bump version to 2.2-kh7
svn path=/icecast/branches/kh/icecast/; revision=9319
2005-05-27 17:40:32 +00:00
Karl Heyes
eea262bd39 a small update and bump version
svn path=/icecast/branches/kh/icecast/; revision=9293
2005-05-19 15:00:02 +00:00
Karl Heyes
d0a89a9b22 bump version
svn path=/icecast/branches/kh/icecast/; revision=9211
2005-05-05 02:03:12 +00:00
Karl Heyes
655f70ccbb bump version
svn path=/icecast/branches/kh/icecast/; revision=9161
2005-04-21 00:19:06 +00:00
Karl Heyes
0049a4646e bump version
svn path=/icecast/branches/kh/icecast/; revision=9145
2005-04-15 23:11:30 +00:00
Karl Heyes
c25d7d7399 bump version
svn path=/icecast/branches/kh/icecast/; revision=9127
2005-04-08 03:59:38 +00:00
Karl Heyes
a5a16c0836 bump version
svn path=/icecast/branches/kh/icecast/; revision=9117
2005-04-06 16:54:28 +00:00
Karl Heyes
812e2ac05c bump version
svn path=/icecast/branches/kh/icecast/; revision=8796
2005-01-26 21:40:57 +00:00
Karl Heyes
c4744d8a7f bump version
svn path=/icecast/branches/kh/icecast/; revision=8483
2004-12-18 02:31:27 +00:00
Karl Heyes
614f39bbee bump version
svn path=/icecast/branches/kh/icecast/; revision=8353
2004-12-08 14:04:20 +00:00
Karl Heyes
f56872d731 bump version
svn path=/icecast/branches/kh/icecast/; revision=8314
2004-11-30 15:35:50 +00:00
Karl Heyes
8889f1a5be bump version
svn path=/icecast/branches/kh/icecast/; revision=8217
2004-11-18 12:32:29 +00:00
Karl Heyes
91cc74730c bump version
svn path=/icecast/branches/kh/icecast/; revision=8204
2004-11-15 17:29:04 +00:00
Karl Heyes
bd3b94c9ba bump version
svn path=/icecast/branches/kh/icecast/; revision=8135
2004-10-29 17:43:19 +00:00
Karl Heyes
b5c1967eb1 bump version
svn path=/icecast/branches/kh/icecast/; revision=8010
2004-10-15 11:03:15 +00:00
Karl Heyes
3b3b22be88 bump version
svn path=/icecast/branches/kh/icecast/; revision=7939
2004-10-08 19:34:10 +00:00