1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-11-03 04:17:17 -05:00
Commit Graph

66 Commits

Author SHA1 Message Date
Karl Heyes
213cbe340e bump to kh24. Get things checked in. The flv wrapping has had some time to stablize
and looks to be working well. the rest are various fixes that have accumulated
from bug reports.

svn path=/icecast/branches/kh/icecast/; revision=17267
2010-06-02 01:42:37 +00:00
Karl Heyes
d876af5d73 kh23. mostly fixes. The new feature is the automatic banning of IPs if certain
mountpoints are accessed (useful for those /mount/index.html).  The rest is
mainly pointer corruption fixes for relay updating/restarting/removal, stream
parsing for non-ogg streams and stats updating.


svn path=/icecast/branches/kh/icecast/; revision=17198
2010-05-08 03:59:17 +00:00
Karl Heyes
e935bef378 bump to kh22. Crash fix from kh20, the rest is mainly internal changes. Option
for access log skipping and global bandwidth limiting if specified. Buffers for
mpeg streams are made to be on frame boundaries which should help with listener
moves.

svn path=/icecast/branches/kh/icecast/; revision=17097
2010-03-29 02:14:55 +00:00
Karl Heyes
9b2e27f080 kh21. mostly fixes.
. fix worker stalled bug if source exits and new listener connects. A deadlock
on the source tree is possible.
. a few small changes to locking scope.
. NULL pointer fix with a stopped relay without a fallback but with listeners
still on it
. make fh_node use a tree for quick lookup. This is not like the sources.
. a few other smaller fixes and consistency checks implemented.
. 2 patches from moo, fixes #1646, #1648. still need to assess a third but is
not critical.


svn path=/icecast/branches/kh/icecast/; revision=16933
2010-02-22 03:47:07 +00:00
Karl Heyes
88189cb875 bump kh20. fixes only.
lock imbalance fix with workers > 1, seemed to affect FBSD.
moved sources count change for relays as that was increasing over restarts.
memory leak plugged on source_t removal.
double free prevented on listener_remove
auth_cmd stall fix.
small code cleanup

svn path=/icecast/branches/kh/icecast/; revision=16858
2010-01-31 06:22:46 +00:00
Karl Heyes
b06a1de293 sync up kh19. A few small but important fixes, per-mount access logging now
possible. Add back in the avl tree of listeners so that lookups can be done
quickly as we only use it now for deletion. Some minor issues for SC compat.


svn path=/icecast/branches/kh/icecast/; revision=16772
2010-01-06 20:25:24 +00:00
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
415b2a2569 update from win32 testing. windows service should be better now, display of
xspf links on web pages, tested with IE7 as well as FF

svn path=/icecast/branches/kh/icecast/; revision=14820
2008-05-01 02:22:06 +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
a44c99bd07 commit work that has accumulated. mainly source auth via authenticator and
cleanup of type warnings from gcc4.x. 

svn path=/icecast/branches/kh/icecast/; revision=10807
2006-02-12 21:50:10 +00:00
oddsock
215e6c0170 win32 build updates
svn path=/icecast/branches/kh/icecast/; revision=9567
2005-07-15 15:52:57 +00:00
Karl Heyes
986dac0bd4 resync with changes made in trunk
svn path=/icecast/branches/kh/icecast/; revision=8352
2004-12-08 13:46:54 +00:00
Karl Heyes
7afbc8a5f8 resync with recent trunk changes, contenttype merge and final bits of
handling shoutcast DSP client.

svn path=/icecast/branches/kh/icecast/; revision=8233
2004-11-19 19:06:51 +00:00
Karl Heyes
452e389213 resync with trunk, mainly win32 build and fallback css mime type fix
svn path=/icecast/branches/kh/icecast/; revision=8155
2004-11-02 01:49:58 +00:00
j
09f7f18d5b reimport icecast-kh to branches/kh/icecast; this time as a branch of trunk/icecast
svn path=/icecast/branches/kh/icecast/; revision=7095
2004-07-11 18:09:05 +00:00
brendan
5960df0ce8 Prepare KH thread branch
svn path=/icecast/branches/kh/thread/; revision=7013
2004-07-06 06:47:07 +00:00
oddsock
fcef29c60a remove geturl.c from icecast.dsp
add a #define for snprintf for win32

svn path=/icecast/trunk/icecast/; revision=6757
2004-05-26 02:37:20 +00:00
oddsock
d642846c80 added web based interface to htpasswd client authentication
svn path=/icecast/trunk/icecast/; revision=6610
2004-04-30 14:36:07 +00:00
oddsock
89f9f38d78 added HAVE_LOCALTIME_R to project file
added #define for snprintf (win32 requires _snprintf)

svn path=/icecast/trunk/icecast/; revision=6594
2004-04-25 23:28:36 +00:00
oddsock
6dc92dae79 fixed some variable definitions to be ANSI compatable.
updated win32 project files with new files

svn path=/trunk/icecast/; revision=5761
2004-01-15 04:24:57 +00:00
oddsock
0a220e4377 new logo :)
svn path=/trunk/icecast/; revision=5744
2004-01-07 21:44:13 +00:00
oddsock
8026919671 version tag updates for pending 2.0.0 release
svn path=/trunk/icecast/; revision=5740
2004-01-07 20:31:19 +00:00
oddsock
8168123a78 add icecast_console project files to the Makefile.am
svn path=/trunk/icecast/; revision=5733
2003-12-30 20:07:53 +00:00
oddsock
a1a969a02e Fixed some peculiarities when shutting down server...
svn path=/trunk/icecast/; revision=5732
2003-12-30 19:39:11 +00:00
oddsock
f636826e23 re-add these as binary, hopefully fixing the line ending problem when doing a make dist...
svn path=/trunk/icecast/; revision=5723
2003-12-29 16:35:01 +00:00
oddsock
d0432d97ef Remove the VC project files and re-add them as binary (-kb)
svn path=/trunk/icecast/; revision=5722
2003-12-29 16:34:10 +00:00
oddsock
ec47801d20 fixed VERSION STRING define
svn path=/trunk/icecast/; revision=5721
2003-12-29 16:28:06 +00:00
oddsock
52ed76734d update version for win32 build
svn path=/trunk/icecast/; revision=5699
2003-12-13 14:40:03 +00:00
oddsock
8e3658727e Rewrite of the method of gathering stats from the icecast core engine. The old way was causing a bunch of instability issues...they have now been fixed :). Also regenerated the icecast2 docs
svn path=/trunk/icecast/; revision=5684
2003-12-04 16:29:27 +00:00
oddsock
85efc9a783 added VERSION_STRING to defines for win32 project
svn path=/trunk/icecast/; revision=5630
2003-11-25 03:04:40 +00:00
oddsock
4a7838adbe Update the project files to use the ogg vorbis SDK 1.0.1
svn path=/trunk/icecast/; revision=5614
2003-11-19 03:57:48 +00:00
oddsock
268909fbcb Get rid of version in the window title...
svn path=/trunk/icecast/; revision=5595
2003-11-17 23:08:46 +00:00
oddsock
d0b5d5fb94 version bump
svn path=/trunk/icecast/; revision=5593
2003-11-17 22:55:45 +00:00
oddsock
1a3a2dd033 bumped version
svn path=/trunk/icecast/; revision=5528
2003-10-31 19:24:16 +00:00
oddsock
97229d9548 fixed some display bugs when showing stats
svn path=/trunk/icecast/; revision=5527
2003-10-31 19:24:00 +00:00
oddsock
087465b019 * clean up of ctrl-Ms (I hate MSVC sometimes) and bump of version in the setup script
svn path=/trunk/icecast/; revision=5277
2003-09-02 03:20:56 +00:00