- 12 Dec, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
* slaves now ask for /admin/streamlist.txt which serves a plaintext version of the source list (this is what it was expecting to get) * /admin/streamlist still serves XML (which slave.c wasn't expecting) * fixed a few cases of pointer invalidation due to possible config re-reading. * slave relay now uses relay password to get the list of streams to relay svn path=/trunk/icecast/; revision=5695
-
- 24 Jul, 2003 1 commit
-
-
Karl Heyes authored
compiler warnings removed svn path=/trunk/icecast/; revision=5173
-
- 21 Jul, 2003 1 commit
-
-
Karl Heyes authored
for autoconf svn path=/trunk/icecast/; revision=5156
-
- 26 Jun, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=5007
-
- 28 May, 2003 1 commit
-
-
Michael Smith authored
format strings. svn path=/trunk/icecast/; revision=4830
-
- 15 May, 2003 2 commits
-
-
Ed "oddsock" Zaleski authored
and a bad free that valgrind yelled at me about svn path=/trunk/icecast/; revision=4711
-
Ed "oddsock" Zaleski authored
new config option <adminroot> restructured code a bit in admin.c for a bit better extendability svn path=/trunk/icecast/; revision=4708
-
- 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
-
- 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 1 commit
-
-
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
-
- 10 Mar, 2003 1 commit
-
-
Michael Smith authored
need for it. svn path=/trunk/icecast/; revision=4464
-
- 09 Mar, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4455
-
- 07 Mar, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4434
-
- 06 Mar, 2003 1 commit
-
-
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
-