Icecast commits

RevisionAuthorDateDescription
15529ivo23 Nov 2008 18:31:36

Do not allow Skeleton from taking control over the sync marks. Karl's proposal for the Vorbis+Skeleton issue.

15526karl18 Nov 2008 21:15:53

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

15463karl28 Oct 2008 22:57:06

check-in changes for kh3, bugfix for streamlist for slaves and some on-going
internal code cleanup

15462karl28 Oct 2008 22:47:41

reduce memory allocation and processing when retrieving stats for xsl pages

15426karl20 Oct 2008 22:30:43

missed from previous commit. we don't cleanup at this point anymore, doing so
could cause lost client connections.

15372karl03 Oct 2008 21:09:17

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.

15358karl30 Sep 2008 21:07:29

guard for 2 NULL pointer cases raised by coverity. Neither should occur in practice

15318karl18 Sep 2008 20:23:16

prevent minor memory leak, not usually triggered

15285brendan10 Sep 2008 03:40:24

More correct update to current PyDict_Next API

15284brendan10 Sep 2008 03:39:23

Update to current PyDict_Next API

15283brendan10 Sep 2008 03:25:16

Export get_connected, and allow threads during shout_open.
From: Michel Van den Bergh

15276karl08 Sep 2008 22:18:22

fix starting point problem with low bandwidth theroa streams. listener could
connect and be waiting a while before receiving stream content.

When retrieving streamlist, don't wait too long for connection to master

schedule a full stats rebuild on source disconnect.

Minor build fix for certain platforms with missing defines

15265karl07 Sep 2008 20:40:25

allow listener_remove only cases. clients were not attached to the auth at
connection time so the remove trigger could not be processed.