- 31 Mar, 2003 1 commit
-
-
Michael Smith authored
ices (as an example) will auto-reconnect. svn path=/trunk/icecast/; revision=4571
-
- 30 Mar, 2003 1 commit
-
-
Michael Smith authored
caused significant lock contention with many sources. Further, a single refbuf is never used by more than one source (and hence one thread), so the locking was unneeded. Fix a nasty bug in source.c:_compare_clients() - was casting a void pointer to the wrong type, and hence all the tree-maintaince comparisons were totally wrong (but due to the exact nature of the bug this wasn't causing any active problems until...) Add another admin command to kill a client - remove it using an id. Note that many clients will do auto-reconnect, so this may not be sufficient on its own, we might need a ban (possibly temporary) function. svn path=/trunk/icecast/; revision=4569
-
- 27 Mar, 2003 1 commit
-
-
brendan authored
svn path=/trunk/icecast/; revision=4552
-
- 26 Mar, 2003 2 commits
-
-
Karl Heyes authored
svn path=/trunk/log/; revision=4543
-
Karl Heyes authored
svn path=/trunk/m4/; revision=4537
-
- 21 Mar, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/log/; revision=4521
-
- 19 Mar, 2003 3 commits
-
-
Ed "oddsock" Zaleski authored
updated version in install script svn path=/trunk/icecast/; revision=4515
-
Michael Smith authored
Remove wrong comment. svn path=/trunk/icecast/; revision=4513
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4512
-
- 18 Mar, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=4509
-
- 17 Mar, 2003 2 commits
-
-
Karl Heyes authored
svn path=/trunk/net/; revision=4500
-
brendan authored
svn path=/trunk/icecast/; revision=4499
-
- 16 Mar, 2003 1 commit
-
-
brendan authored
svn path=/trunk/icecast/; revision=4495
-
- 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
-
- 14 Mar, 2003 2 commits
-
-
Michael Smith authored
ending up connecting to a source which didn't exist. Add 'moveclients' admin command to move all clients from one source to another (without shutting the old source down) svn path=/trunk/icecast/; revision=4489
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=4488
-
- 13 Mar, 2003 1 commit
-
-
Karl Heyes authored
pthread_rwlock_t svn path=/trunk/m4/; revision=4481
-
- 12 Mar, 2003 2 commits
-
-
brendan authored
svn path=/trunk/icecast/; revision=4478
-
Karl Heyes authored
svn path=/trunk/thread/; revision=4477
-
- 10 Mar, 2003 1 commit
-
-
Michael Smith authored
need for it. svn path=/trunk/icecast/; revision=4464
-
- 09 Mar, 2003 3 commits
-
-
Karl Heyes authored
smaller libs. svn path=/trunk/avl/; revision=4456
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4455
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4454
-
- 08 Mar, 2003 7 commits
-
-
Karl Heyes authored
svn path=/trunk/avl/; revision=4450
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4447
-
Michael Smith authored
svn path=/trunk/httpp/; revision=4446
-
Michael Smith authored
if the / mountpoint is taken svn path=/trunk/icecast/; revision=4445
-
Michael Smith authored
svn path=/trunk/httpp/; revision=4444
-
brendan authored
svn path=/trunk/m4/; revision=4440
-
Karl Heyes authored
passed flags into the compiling rules. Also configure in libshout now sets up the XIPH_CFLAGS svn path=/trunk/avl/; revision=4439
-
- 07 Mar, 2003 3 commits
-
-
brendan authored
svn path=/trunk/m4/; revision=4438
-
Karl Heyes authored
don't want to get clobbered by things like make CFLAGS='....' The typical flags you don't want clobbered are ones like -pthread svn path=/trunk/icecast/; revision=4436
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4434
-
- 06 Mar, 2003 7 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4417
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4416
-
Michael Smith authored
rename util_url_escape to util_url_unescape, and write a util_escape function that actually DOES escape things. Fix all the callers of the function to call the correct one of these two. svn path=/trunk/icecast/; revision=4414
-
brendan authored
Whoops, broke thread include path svn path=/trunk/net/; revision=4413
-
brendan authored
According to Karl, defining nops with do{}while(0) is a la mode. svn path=/trunk/avl/; revision=4412
-
brendan authored
Also make it possible to build libshout without threads, albeit without locking in the resolver or avl trees. New option --disable-pthread too. svn path=/trunk/avl/; revision=4411
-
brendan authored
avl.h already includes thread.h svn path=/trunk/avl/; revision=4410
-