[xiph-commits] r8389 - in icecast/trunk/icecast: . win32

oddsock at motherfish-iii.xiph.org oddsock at motherfish-iii.xiph.org
Tue Dec 14 08:32:50 PST 2004


Author: oddsock
Date: 2004-12-14 08:32:50 -0800 (Tue, 14 Dec 2004)
New Revision: 8389

Modified:
   icecast/trunk/icecast/ChangeLog
   icecast/trunk/icecast/NEWS
   icecast/trunk/icecast/configure.in
   icecast/trunk/icecast/win32/icecast.dsp
   icecast/trunk/icecast/win32/icecast2.iss
   icecast/trunk/icecast/win32/icecast2_console.dsp
Log:
version bump (for 2.2RC1)
update of NEWS (new features for 2.2)
update of ChangeLog


Modified: icecast/trunk/icecast/ChangeLog
===================================================================
--- icecast/trunk/icecast/ChangeLog	2004-12-14 15:56:42 UTC (rev 8388)
+++ icecast/trunk/icecast/ChangeLog	2004-12-14 16:32:50 UTC (rev 8389)
@@ -1,2437 +1,3846 @@
-rev 8160:  oddsock | 2004-11-04 09:55:13 -0600 (Thu, 04 Nov 2004) | 2 lines
+2004-12-10 23:24:08  Rev 8369   oddsock
 
-	* added a content-length for flash-based players.  This will allow for them to stream mp3 from icecast.
+	* :
+	  removed unneeded variable
 
-rev 8154:  karl | 2004-11-01 17:41:58 -0600 (Mon, 01 Nov 2004) | 2 lines
 
-	* add fallback mime type for css
+2004-12-10 17:27:06  Rev 8364   karl
 
-rev 8142:  oddsock | 2004-10-29 15:32:45 -0500 (Fri, 29 Oct 2004) | 1 line
+	* :
+	  fix minor memory leak
 
-	* typo..whoops
 
-rev 8141:  oddsock | 2004-10-29 15:29:16 -0500 (Fri, 29 Oct 2004) | 1 line
+2004-12-10 00:11:16  Rev 8360   karl
 
-	* version bump for RC2
+	* :
+	  add subtype to yp add phase, this is to identify the codecs in use
 
-rev 8140:  oddsock | 2004-10-29 15:27:01 -0500 (Fri, 29 Oct 2004) | 2 lines
 
-	* version bump for RC2
+2004-12-09 17:08:52  Rev 8358   karl
 
-rev 8139:  oddsock | 2004-10-29 15:26:03 -0500 (Fri, 29 Oct 2004) | 2 lines
+	* :
+	  allow a relay to provide user/pass when connecting
 
-	* added bit about multi-level fallbacks
 
-rev 8133:  karl | 2004-10-29 12:19:03 -0500 (Fri, 29 Oct 2004) | 2 lines
+2004-12-09 17:04:06  Rev 8357   karl
 
-	* small doc update
+	* :
+	  include m4 for theora in dist
 
-rev 8131:  oddsock | 2004-10-29 10:31:56 -0500 (Fri, 29 Oct 2004) | 4 lines
 
-	* * fix bug of not using url decoding value when processing audio_info string
-	* * we now process server name and description if we are not a public stream
-	* * Added quality to status.xsl
+2004-12-08 20:13:17  Rev 8355   j
 
-rev 8127:  oddsock | 2004-10-28 11:11:10 -0500 (Thu, 28 Oct 2004) | 2 lines
+	* :
+	  - add video_quality
+- update status.xsl with new info about theora streams
 
-	* Added a changelog (via svn2cl) and updated NEWS....
 
-rev 8124:  oddsock | 2004-10-27 12:52:39 -0500 (Wed, 27 Oct 2004) | 2 lines
+2004-12-08 19:31:33  Rev 8354   karl
 
-	* forgot to add auth.xsl to the automake Makefile
+	* :
+	  added theora stats
 
-rev 8123:  karl | 2004-10-27 09:13:29 -0500 (Wed, 27 Oct 2004) | 2 lines
 
-	* correct type for volatile usage and uncomment log message for stats updating
+2004-12-08 02:36:03  Rev 8349   karl
 
-rev 8122:  oddsock | 2004-10-27 09:09:10 -0500 (Wed, 27 Oct 2004) | 2 lines
+	* :
+	  I should fix the leak properly :)
 
-	* version bump
 
-rev 8112:  oddsock | 2004-10-26 22:29:56 -0500 (Tue, 26 Oct 2004) | 3 lines
+2004-12-08 02:30:01  Rev 8348   karl
 
-	* add volatile keywords to a few variables
-	* reset max_interval back to 0 on slave initialization
+	* :
+	  duplicate unlock left in
 
-rev 8111:  oddsock | 2004-10-26 16:34:08 -0500 (Tue, 26 Oct 2004) | 2 lines
 
-	* version bump
+2004-12-08 02:28:07  Rev 8347   karl
 
-rev 8109:  oddsock | 2004-10-26 14:50:41 -0500 (Tue, 26 Oct 2004) | 1 line
+	* :
+	  provide max_listeners to YP, yp touch fixup and minor memory leak fixed
 
-	* version bump
 
-rev 8108:  karl | 2004-10-26 14:29:12 -0500 (Tue, 26 Oct 2004) | 2 lines
+2004-12-07 22:29:46  Rev 8345   oddsock
 
-	* An alias could disappear from under us, so copy the string
+	* :
+	  add a new web admin feature which allows the updating of metadata (now that we support metadata updates for most stream types).  This is an new admin feature.
 
-rev 8107:  karl | 2004-10-26 11:31:16 -0500 (Tue, 26 Oct 2004) | 4 lines
+add cluster-password to the config to allow for future clustering of relays on the xiph stream directory.
 
-	* small updates. reject source client with invalid mountpoint, avoid aliasing
-	* issues with queue and id, and change handler to avoid leaving clients on the
-	* connection queue (rare)
 
-rev 8104:  karl | 2004-10-26 09:21:36 -0500 (Tue, 26 Oct 2004) | 2 lines
+2004-12-07 21:50:23  Rev 8344   oddsock
 
-	* small cleanups. fix buffer sizing, const and unused struct member
+	* :
+	  add extra config files
 
-rev 8102:  oddsock | 2004-10-25 17:44:57 -0500 (Mon, 25 Oct 2004) | 1 line
 
-	* CHM doesn't need to be versioned.
+2004-12-07 21:48:52  Rev 8343   oddsock
 
-rev 8101:  karl | 2004-10-25 16:10:10 -0500 (Mon, 25 Oct 2004) | 3 lines
+	* :
+	  update project files to include Theora
 
-	* avoid aliasing issues, and make sure each server can take a seperate
-	* default interval as defined in the xml
+2004-12-07 21:47:28  Rev 8342   oddsock
 
-rev 8100:  karl | 2004-10-25 15:46:12 -0500 (Mon, 25 Oct 2004) | 2 lines
+	* :
+	  win32 compile
 
-	* the check for the public stream flag wasn't working correctly in all cases
+2004-12-07 21:06:26  Rev 8341   karl
 
-rev 8099:  oddsock | 2004-10-25 15:07:57 -0500 (Mon, 25 Oct 2004) | 3 lines
+	* :
+	  merge multi ogg codec handling. Handle theora and/or vorbis. Place new
+clients before keyframe. For vorbis-only streams, perform rebuild to
+flush pages more frequently and to provide url updating mechanism for
+titles 
 
-	* missing icecast2_listenerauth.html from Makefile.am
 
-rev 8098:  karl | 2004-10-25 13:51:45 -0500 (Mon, 25 Oct 2004) | 2 lines
+2004-11-22 18:21:48  Rev 8245   karl
 
-	* add check for header when relaying from v2.0
+	* :
+	  merge per-mount hidden setting. prevent specific mountpoints being listed
+on status.xsl and streamlist
 
-rev 8096:  oddsock | 2004-10-25 10:51:50 -0500 (Mon, 25 Oct 2004) | 2 lines
 
-	* fix line endings...
+2004-11-21 15:51:49  Rev 8241   karl
 
-rev 8095:  karl | 2004-10-25 10:42:04 -0500 (Mon, 25 Oct 2004) | 2 lines
+	* :
+	  add per-mount no-yp tag handling
 
-	* a couple of potential bad pointer type problems
 
-rev 8094:  oddsock | 2004-10-25 10:17:31 -0500 (Mon, 25 Oct 2004) | 2 lines
+2004-11-20 02:16:59  Rev 8236   karl
 
-	* remove ResizableDialog[.cpp|.h] from automake Makefile...
+	* :
+	  minor cleanups
 
-rev 8092:  oddsock | 2004-10-25 09:48:14 -0500 (Mon, 25 Oct 2004) | 1 line
 
-	* removal of ResizableDialog[.cpp|.h] from the project file.
+2004-11-19 23:04:27  Rev 8235   karl
 
-rev 8091:  oddsock | 2004-10-25 09:43:07 -0500 (Mon, 25 Oct 2004) | 1 line
+	* :
+	  skip the listing of the source mountpoint when moveclients is requested
+without a destination
 
-	* Fix CLF on win32.  Apparently, windows doesn't support the %z flag of strftime() so we need to roll our own...Buzilla Bug #509
 
-rev 8090:  karl | 2004-10-25 09:03:42 -0500 (Mon, 25 Oct 2004) | 5 lines
+2004-11-19 15:05:36  Rev 8232   karl
 
-	* The _inc/_dec routines can race causing incorrect values as they don't account
-	* for unprocessed stat events.  Here I push the actual calculations to the stats
-	* thread. The API is maintained however all stats for a specific source can be
-	* dropped with one call now.
+	* :
+	  allow for shoutcast metadata updates to auth with admin/per-mount/global
+source password
 
-rev 8070:  karl | 2004-10-23 19:34:15 -0500 (Sat, 23 Oct 2004) | 4 lines
 
-	* fix a busy CPU case when slow and fast file serving clients are connected at
-	* the same time.  Flag clients on return from select/poll and only process those.
-	* Also fix a rare race which could leave clients in pending
+2004-11-18 23:49:59  Rev 8226   oddsock
 
-rev 8068:  karl | 2004-10-22 19:44:29 -0500 (Fri, 22 Oct 2004) | 3 lines
+	* :
+	  handle supported content-types in a more generic way now.  This will allow things like AAC, AACPlus, NSV, and others to be streamed through icecast.  We have a special case for vorbis streams, and everything else falls into the generic case.
 
-	* When starting relay threads, have the relay thread do the connection not the
-	* slave thread.  Also improve cleanup handling and log messages as well
 
-rev 8066:  oddsock | 2004-10-22 10:41:47 -0500 (Fri, 22 Oct 2004) | 1 line
+2004-11-18 19:47:39  Rev 8223   karl
 
-	* Remove ResizableDialog logic from the UI due to possible license conflicts..
+	* :
+	  missing test from a previous patch, the running check needs to apply as well
 
-rev 7992:  oddsock | 2004-10-12 16:37:38 -0500 (Tue, 12 Oct 2004) | 1 line
 
-	* added HAVE_OLD_VSNPRINTF to project options
+2004-11-17 20:35:35  Rev 8214   karl
 
-rev 7983:  msmith | 2004-10-11 23:49:56 -0500 (Mon, 11 Oct 2004) | 4 lines
+	* :
+	  prevent updated metadata being passed to listeners when the text hasn't
+actually changed
 
-	* Correct a typo in one message, and change "WARNING" to "ERROR" in another,
-	* since it's a fatal error.
 
-rev 7930:  j | 2004-10-07 17:22:18 -0500 (Thu, 07 Oct 2004) | 1 line
+2004-11-17 16:02:04  Rev 8213   karl
 
-	* property 'svn:executable' deleted from *.xsl
+	* :
+	  add <shoutcast-mount>. drop the hardcoded mountpoint hacks for NSV
 
-rev 7929:  j | 2004-10-07 17:19:43 -0500 (Thu, 07 Oct 2004) | 1 line
 
-	* update admin interface to use xhtml
+2004-11-17 14:12:39  Rev 8212   karl
 
-rev 7912:  msmith | 2004-10-04 19:25:10 -0500 (Mon, 04 Oct 2004) | 4 lines
+	* :
+	  pass the fserve_t not the client_t
 
-	* Fix up a formatting problem, make it clear that this sentence is talking about
-	* HTTP authentication.
 
-rev 7911:  msmith | 2004-10-04 19:24:14 -0500 (Mon, 04 Oct 2004) | 5 lines
+2004-11-16 04:27:00  Rev 8206   oddsock
 
-	* Docs said admin username/password is required for all admin functionality.
-	* Fix to state that for mount-specific admin, you can use this OR the mount
-	* username/password.
+	* :
+	  need to fail properly
 
-rev 7900:  msmith | 2004-09-30 19:47:52 -0500 (Thu, 30 Sep 2004) | 2 lines
 
-	* .. And fix more instances of missing / on mountpoints
+2004-11-16 04:04:02  Rev 8205   oddsock
 
-rev 7899:  msmith | 2004-09-30 19:42:19 -0500 (Thu, 30 Sep 2004) | 3 lines
+	* :
+	  this patch adds a playlist log to icecast.  This can be used to maintain an audit trail of metadata that comes through icecast.  The format of the log file may be changed in the future as we decide on a good format.
 
-	* When creating a source (in source_reserve), issue a warning if the mountpoint
-	* does not start with a /, since clients will then be unable to connect to it
 
-rev 7898:  msmith | 2004-09-30 19:39:37 -0500 (Thu, 30 Sep 2004) | 2 lines
+2004-11-15 15:55:43  Rev 8202   oddsock
 
-	* Correct two examples to use a leading slash for a mountpoint name
+	* :
+	  darn ansi C.....
 
-rev 7792:  j | 2004-09-18 16:01:39 -0500 (Sat, 18 Sep 2004) | 1 line
 
-	* This Page Tentatively Validates As XHTML 1.0 Strict (Tentatively Valid)!
+2004-11-15 15:50:59  Rev 8201   oddsock
 
-rev 7791:  j | 2004-09-18 15:14:50 -0500 (Sat, 18 Sep 2004) | 1 line
+	* :
+	  a few fixes from karl...
 
-	* replace table with hr+css
 
-rev 7789:  j | 2004-09-18 11:50:19 -0500 (Sat, 18 Sep 2004) | 3 lines
+2004-11-15 03:53:16  Rev 8200   oddsock
 
-	   - more xhtmlification of the icecast docs
+	* :
+	  should be a long long, instead of a long
 
-rev 7786:  j | 2004-09-18 09:31:39 -0500 (Sat, 18 Sep 2004) | 5 lines
 
-	   - convert icecast documentation to xhtml
-	   - clean up html code
-	   - sync index.html with README
+2004-11-15 03:50:42  Rev 8199   oddsock
 
-rev 7761:  karl | 2004-09-15 09:21:04 -0500 (Wed, 15 Sep 2004) | 3 lines
+	* :
+	  much better support for the Range request header, which means that seeking actually *works* now for file serving.
 
-	* the YP code could end up maintaining duplicate entries if the source
-	* reconnect delay is very short.
 
-rev 7615:  karl | 2004-08-23 14:01:18 -0500 (Mon, 23 Aug 2004) | 2 lines
+2004-11-11 22:36:03  Rev 8196   msmith
 
-	* passed pointer could be NULL
+	* :
+	  Use 64 bit content-length for fileserving (if supported by system)
 
-rev 7607:  karl | 2004-08-22 10:00:35 -0500 (Sun, 22 Aug 2004) | 2 lines
 
-	* add optional tags to example xml and remove unused source_t item
 
-rev 7599:  karl | 2004-08-21 07:56:24 -0500 (Sat, 21 Aug 2004) | 3 lines
+2004-11-11 22:25:00  Rev 8195   oddsock
 
-	* Add a couple of warnings, YP code not built and failed streamlist
-	* from master server
+	* :
+	  ok, how about I actually include these :)
 
-rev 7597:  karl | 2004-08-20 17:59:09 -0500 (Fri, 20 Aug 2004) | 2 lines
 
-	* unlikely to occur race, but fix it anyway
+2004-11-11 16:21:01  Rev 8192   oddsock
 
-rev 7596:  karl | 2004-08-20 17:55:27 -0500 (Fri, 20 Aug 2004) | 2 lines
+	* :
+	  add Content-Length to files served via the fserve to enable seeking
 
-	* small memory leak, only happened when a source exited
 
-rev 7595:  karl | 2004-08-20 16:40:44 -0500 (Fri, 20 Aug 2004) | 2 lines
+2004-11-11 15:47:33  Rev 8191   oddsock
 
-	* make caller of restart_logging pass the config, don't assume it's locked
+	* :
+	  * support for the Shoutcast DSP (yay!).
+    You can now use the Shoutcast DSP as a source client.  The connection 
+    protocol is a bit odd, and we had to handle it separately, and thus 
+    we've added a new config option (<shoutcast-compat>) that is set at 
+    the listener port level.
+* support for NSV (and the nsvscsrc source client).
+    After adding support for the connection protocol of the shoutcast DSP, 
+    adding NSV was just a simple of a few special handling cases.
+* removed all traces of the earlier attempt at the shoutcast DSP connection 
+  protocol
+* Due to the growing complexity of the config files, I've also created a 
+  few alternate config files, namely one for a "shoutcast compat" setup
+  as well as a "minimal" one for quick basic configurations.
 
-rev 7594:  karl | 2004-08-20 14:46:48 -0500 (Fri, 20 Aug 2004) | 2 lines
 
-	* update version, this isn't the offical release
+2004-11-08 17:41:00  Rev 8182   oddsock
 
-rev 7593:  karl | 2004-08-20 14:22:37 -0500 (Fri, 20 Aug 2004) | 2 lines
+	* :
+	  fixed a issue that is seen only with the win32 build of icecast, and with no sources connected.
 
-	* add burst-size, fallback-override tags and descriptions, add missing / in end tags
 
-rev 7592:  karl | 2004-08-20 10:13:59 -0500 (Fri, 20 Aug 2004) | 2 lines
+2004-11-06 17:16:57  Rev 8180   oddsock
 
-	* merged singleq branch 7177:7591
+	* :
+	  changed description of multi-level fallbacks
 
-rev 7509:  msmith | 2004-08-10 00:17:56 -0500 (Tue, 10 Aug 2004) | 3 lines
 
-	   -b was broken. Fix it.
+2004-11-04 16:51:32  Rev 8161   oddsock
 
-rev 7494:  karl | 2004-08-06 21:33:12 -0500 (Fri, 06 Aug 2004) | 3 lines
+	* :
+	  updated version tags to 2.1.0 - prepping for release
 
-	* encode any xml entities in the stats before applying them to the
-	* xsl pages
 
-rev 7439:  oddsock | 2004-07-31 17:25:07 -0500 (Sat, 31 Jul 2004) | 2 lines
 
-	* fix m3u generation logic that was not working for static files
+2004-11-04 15:55:13  Rev 8160   oddsock
 
-rev 7265:  msmith | 2004-07-22 21:49:33 -0500 (Thu, 22 Jul 2004) | 4 lines
+	* :
+	  added a content-length for flash-based players.  This will allow for them to stream mp3 from icecast.
 
-	* Make it even more explicit what went wrong when log opening failed, since many
-	* people don't seem to be able to figure it out.
 
-rev 7260:  oddsock | 2004-07-22 15:18:42 -0500 (Thu, 22 Jul 2004) | 1 line
+2004-11-01 23:41:58  Rev 8154   karl
 
-	* Documentation patch from Myke Place...
+	* :
+	  add fallback mime type for css
 
-rev 7257:  oddsock | 2004-07-22 13:34:28 -0500 (Thu, 22 Jul 2004) | 2 lines
 
-	* forgot to switch the default value too..thanks Brendan..
+2004-10-29 20:32:45  Rev 8142   oddsock
 
-rev 7256:  oddsock | 2004-07-22 08:38:20 -0500 (Thu, 22 Jul 2004) | 2 lines
+	* :
+	  typo..whoops
 
-	* enable burst on connect by default per jack.
+2004-10-29 20:29:16  Rev 8141   oddsock
 
-rev 7165:  karl | 2004-07-16 10:47:12 -0500 (Fri, 16 Jul 2004) | 2 lines
+	* :
+	  version bump for RC2
 
-	* cleanup patch, push per client write error trap lower down
+2004-10-29 20:27:01  Rev 8140   oddsock
 
-rev 7100:  brendan | 2004-07-11 21:21:18 -0500 (Sun, 11 Jul 2004) | 1 line
+	* :
+	  version bump for RC2
 
-	* Add source comment to previous metadata bug fix: [sic]
 
-rev 7090:  brendan | 2004-07-11 11:50:28 -0500 (Sun, 11 Jul 2004) | 2 lines
+2004-10-29 20:26:03  Rev 8139   oddsock
 
-	* Migrate .cvsignore to svn:ignore
+	* :
+	  added bit about multi-level fallbacks
 
-rev 7089:  brendan | 2004-07-11 11:46:02 -0500 (Sun, 11 Jul 2004) | 3 lines
 
-	* The inline metadata text was losing the final character when the string length was a
-	* multiple of 16.
+2004-10-29 17:19:03  Rev 8133   karl
 
-rev 7088:  brendan | 2004-07-11 10:12:46 -0500 (Sun, 11 Jul 2004) | 2 lines
+	* :
+	  small doc update
 
-	* Add svn:externals for shared modules
 
-rev 6862:  karl | 2004-06-25 13:25:10 -0500 (Fri, 25 Jun 2004) | 3 lines
+2004-10-29 15:31:56  Rev 8131   oddsock
 
-	* wait 5 mins on failed YP request, also log a default
-	* message if no error message is sent back
+	* :
+	  * fix bug of not using url decoding value when processing audio_info string
+* we now process server name and description if we are not a public stream
+* Added quality to status.xsl
 
-rev 6810:  giles | 2004-06-05 22:08:19 -0500 (Sat, 05 Jun 2004) | 6 lines
 
-	* Recommit of changes lost in the server migration
-	* Original commit (r6810) 2004-06-04 03:15:36 -0400 (Fri, 04 Jun 2004) by msmith.
+2004-10-28 16:11:10  Rev 8127   oddsock
 
-	* Fix #526. Fallbacks weren't being found when the primary was disconnected (for
-	* newly-connecting clients).
+	* :
+	  Added a changelog (via svn2cl) and updated NEWS....
 
-rev 6807:  karl | 2004-06-02 14:34:14 -0500 (Wed, 02 Jun 2004) | 3 lines
 
-	* make sure YP entries are flushed out when a source stops. Avoid
-	* segv on failed icecast startup and add some log messages.
+2004-10-27 17:52:39  Rev 8124   oddsock
 
-rev 6757:  oddsock | 2004-05-25 21:37:20 -0500 (Tue, 25 May 2004) | 2 lines
+	* :
+	  forgot to add auth.xsl to the automake Makefile
 
-	* remove geturl.c from icecast.dsp
-	* add a #define for snprintf for win32
 
-rev 6711:  oddsock | 2004-05-16 23:33:46 -0500 (Sun, 16 May 2004) | 2 lines
+2004-10-27 14:13:29  Rev 8123   karl
 
-	* added ability to disallow concurrent connections from the same username if using htpasswd listener authentication.
+	* :
+	  correct type for volatile usage and uncomment log message for stats updating
 
-rev 6649:  msmith | 2004-05-10 21:24:18 -0500 (Mon, 10 May 2004) | 4 lines
 
-	* Some servers apparently send a Content-Type header of audio/x-mpeg.
-	* Make icecast understand this.
+2004-10-27 14:09:10  Rev 8122   oddsock
 
-rev 6646:  karl | 2004-05-10 11:17:56 -0500 (Mon, 10 May 2004) | 5 lines
+	* :
+	  version bump
 
-	* Update of the YP code. This should resolve several YP issues that
-	* have been reported, the main one being icecast instability when
-	* there is a YP server outage.
 
-rev 6625:  msmith | 2004-05-05 00:05:05 -0500 (Wed, 05 May 2004) | 4 lines
+2004-10-27 03:29:56  Rev 8112   oddsock
 
-	* Use remove() then rename() only on win32 - where it's required.
-	* Don't use it on unix systems, which don't need it, and where doing
-	* _only_ rename() preserves atomicity.
+	* :
+	  add volatile keywords to a few variables
+reset max_interval back to 0 on slave initialization
 
-rev 6617:  oddsock | 2004-05-03 10:00:18 -0500 (Mon, 03 May 2004) | 2 lines
 
-	* much better documentation of listener authentication
+2004-10-26 21:34:08  Rev 8111   oddsock
 
-rev 6616:  oddsock | 2004-05-03 09:59:40 -0500 (Mon, 03 May 2004) | 2 lines
+	* :
+	  version bump
 
-	* some special handling with rename() needed for win32
 
-rev 6615:  oddsock | 2004-05-03 09:56:57 -0500 (Mon, 03 May 2004) | 2 lines
+2004-10-26 19:50:41  Rev 8109   oddsock
 
-	* proper config file handling...
+	* :
+	  version bump
 
-rev 6614:  oddsock | 2004-05-03 09:55:44 -0500 (Mon, 03 May 2004) | 2 lines
+2004-10-26 19:29:12  Rev 8108   karl
 
-	* patch to allow public listing of shoutcast servers that are relaying icecast streams
+	* :
+	  An alias could disappear from under us, so copy the string
 
-rev 6612:  oddsock | 2004-04-30 12:32:34 -0500 (Fri, 30 Apr 2004) | 2 lines
 
-	* created an auth page which can be used to serve appropriate m3u's which contain authentication information.
+2004-10-26 16:31:16  Rev 8107   karl
 
-rev 6611:  oddsock | 2004-04-30 11:44:32 -0500 (Fri, 30 Apr 2004) | 2 lines
+	* :
+	  small updates. reject source client with invalid mountpoint, avoid aliasing
+issues with queue and id, and change handler to avoid leaving clients on the
+connection queue (rare)
 
-	* new files
 
-rev 6610:  oddsock | 2004-04-30 09:36:07 -0500 (Fri, 30 Apr 2004) | 2 lines
+2004-10-26 14:21:36  Rev 8104   karl
 
-	* added web based interface to htpasswd client authentication
+	* :
+	  small cleanups. fix buffer sizing, const and unused struct member
 
-rev 6607:  msmith | 2004-04-29 21:28:58 -0500 (Thu, 29 Apr 2004) | 3 lines
 
-	* Disable burst-on-connect by default
+2004-10-25 22:44:57  Rev 8102   oddsock
 
-rev 6606:  oddsock | 2004-04-29 10:23:13 -0500 (Thu, 29 Apr 2004) | 2 lines
+	* :
+	  CHM doesn't need to be versioned.
 
-	* new feature in icecast : burst-on-connect - allows an initial burst of data to connecting listeners, thus reducing the startup time of a stream.
+2004-10-25 21:10:10  Rev 8101   karl
 
-rev 6603:  oddsock | 2004-04-28 15:58:47 -0500 (Wed, 28 Apr 2004) | 3 lines
+	* :
+	  avoid aliasing issues, and make sure each server can take a seperate
+default interval as defined in the xml
 
-	* added small comment about <hostname>
 
-rev 6594:  oddsock | 2004-04-25 18:28:36 -0500 (Sun, 25 Apr 2004) | 2 lines
+2004-10-25 20:46:12  Rev 8100   karl
 
-	* added HAVE_LOCALTIME_R to project file
-	* added #define for snprintf (win32 requires _snprintf)
+	* :
+	  the check for the public stream flag wasn't working correctly in all cases
 
-rev 6553:  msmith | 2004-04-20 02:05:07 -0500 (Tue, 20 Apr 2004) | 2 lines
 
-	* Fix copy/paste error in sending 400 errors (reported by wayne zhao).
+2004-10-25 20:07:57  Rev 8099   oddsock
 
-rev 6533:  msmith | 2004-04-18 21:55:56 -0500 (Sun, 18 Apr 2004) | 2 lines
+	* :
+	  missing icecast2_listenerauth.html from Makefile.am
 
-	* Fix overflow when base64 decoding invalid base64.
 
-rev 6495:  msmith | 2004-04-06 20:53:46 -0500 (Tue, 06 Apr 2004) | 2 lines
 
-	* Give details in error messages on failure to open log files.
+2004-10-25 18:51:45  Rev 8098   karl
 
-rev 6457:  msmith | 2004-03-23 17:34:47 -0600 (Tue, 23 Mar 2004) | 6 lines
+	* :
+	  add check for header when relaying from v2.0
 
-	* Fix to default status.xsl: we were looking for server_url as an attribute rather
-	* than an element incorrectly in one place, this fixes it so that the link is
-	* correct. Patch from Dave St John.
 
-rev 6453:  brendan | 2004-03-21 21:41:00 -0600 (Sun, 21 Mar 2004) | 2 lines
+2004-10-25 15:51:50  Rev 8096   oddsock
 
-	* externals can't use relative URLs. Just check out the modules yourself for now...
+	* :
+	  fix line endings...
 
-rev 6452:  brendan | 2004-03-21 21:32:22 -0600 (Sun, 21 Mar 2004) | 2 lines
 
-	* Let's see if svn:externals works with relative paths
+2004-10-25 15:42:04  Rev 8095   karl
 
-rev 6447:  msmith | 2004-03-21 21:04:51 -0600 (Sun, 21 Mar 2004) | 3 lines
+	* :
+	  a couple of potential bad pointer type problems
 
-	* Remove obsolete bits from TODO
 
-rev 6152:  msmith | 2004-03-21 20:16:57 -0600 (Sun, 21 Mar 2004) | 6 lines
+2004-10-25 15:17:31  Rev 8094   oddsock
 
-	* Make icecast keep parsing command line options after -c.
-	* Error message if fork fails.
+	* :
+	  remove ResizableDialog[.cpp|.h] from automake Makefile...
 
-	* All untested; the conversion broke the build.
 
-rev 6120:  giles | 2004-03-20 19:47:14 -0600 (Sat, 20 Mar 2004) | 1 line
+2004-10-25 14:48:14  Rev 8092   oddsock
 
-	* regularize repository layout
+	* :
+	  removal of ResizableDialog[.cpp|.h] from the project file.
 
-rev 6118:  giles | 2004-03-20 19:46:05 -0600 (Sat, 20 Mar 2004) | 1 line
+2004-10-25 14:43:07  Rev 8091   oddsock
 
-	* regularize repository layout
+	* :
+	  Fix CLF on win32.  Apparently, windows doesn't support the %z flag of strftime() so we need to roll our own...Buzilla Bug #509
 
-rev 6102:  giles | 2004-03-20 18:08:04 -0600 (Sat, 20 Mar 2004) | 1 line
+2004-10-25 14:03:42  Rev 8090   karl
 
-	* move the icecast source tree to the icecast project directory
+	* :
+	  The _inc/_dec routines can race causing incorrect values as they don't account
+for unprocessed stat events.  Here I push the actual calculations to the stats
+thread. The API is maintained however all stats for a specific source can be
+dropped with one call now.
 
-rev 5928:  msmith | 2004-03-09 17:52:20 -0600 (Tue, 09 Mar 2004) | 2 lines
 
-	* Another patch from Dale Ghent, this silences some warnings from the compiler.
+2004-10-24 00:34:15  Rev 8070   karl
 
-rev 5927:  msmith | 2004-03-09 17:49:24 -0600 (Tue, 09 Mar 2004) | 2 lines
+	* :
+	  fix a busy CPU case when slow and fast file serving clients are connected at
+the same time.  Flag clients on return from select/poll and only process those.
+Also fix a rare race which could leave clients in pending
 
-	* Revert previous; this was fixed in a better way.
 
-rev 5926:  msmith | 2004-03-09 17:41:58 -0600 (Tue, 09 Mar 2004) | 2 lines
+2004-10-23 00:44:29  Rev 8068   karl
 
-	* Use sys/types.h in md5.c, patch from Dale Ghent
+	* :
+	  When starting relay threads, have the relay thread do the connection not the
+slave thread.  Also improve cleanup handling and log messages as well
 
-rev 5925:  giles | 2004-03-09 12:33:06 -0600 (Tue, 09 Mar 2004) | 3 lines
 
-	* Include inttypes.h from the compatibility header if it's available and stdint.h is not. This
-	* provides the stdint types on solaris and a number of other non-C99 platforms.
+2004-10-22 15:41:47  Rev 8066   oddsock
 
-rev 5921:  msmith | 2004-03-08 20:36:01 -0600 (Mon, 08 Mar 2004) | 5 lines
+	* :
+	  Remove ResizableDialog logic from the UI due to possible license conflicts..
 
-	* Couple of minor contributed patches.
+2004-10-12 21:37:38  Rev 7992   oddsock
 
-	   - Solaris/autoconf nanosleep checking
-	   - use time_t as appropriate for yp
+	* :
+	  added HAVE_OLD_VSNPRINTF to project options
 
-rev 5878:  msmith | 2004-03-01 18:10:58 -0600 (Mon, 01 Mar 2004) | 2 lines
+2004-10-12 04:49:56  Rev 7983   msmith
 
-	* Oops. Hack up the macro some more so it compiles properly.
+	* :
+	  Correct a typo in one message, and change "WARNING" to "ERROR" in another,
+since it's a fatal error.
 
-rev 5875:  msmith | 2004-02-29 20:28:48 -0600 (Sun, 29 Feb 2004) | 3 lines
 
-	* Fix macro to use ; instead of ,
-	* This gets rid of some warnings in later gcc versions.
 
-rev 5874:  karl | 2004-02-29 08:55:04 -0600 (Sun, 29 Feb 2004) | 2 lines
+2004-10-07 22:22:18  Rev 7930   j
 
-	* remove warning wrt time_t
+	* :
+	  property 'svn:executable' deleted from *.xsl
 
-rev 5873:  karl | 2004-02-29 08:38:15 -0600 (Sun, 29 Feb 2004) | 3 lines
+2004-10-07 22:19:43  Rev 7929   j
 
-	* free up any per-client format specific resources, fixes a small memory
-	* leak with mp3 streams
+	* :
+	  update admin interface to use xhtml
 
-rev 5869:  karl | 2004-02-27 09:15:40 -0600 (Fri, 27 Feb 2004) | 2 lines
+2004-10-05 00:25:10  Rev 7912   msmith
 
-	* update move clients code, small cleanups in other places
+	* :
+	  Fix up a formatting problem, make it clear that this sentence is talking about
+HTTP authentication.
 
-rev 5868:  karl | 2004-02-26 10:51:43 -0600 (Thu, 26 Feb 2004) | 2 lines
 
-	* separate source initialisation, and collect the YP setup code into one area
 
-rev 5867:  karl | 2004-02-26 05:56:48 -0600 (Thu, 26 Feb 2004) | 3 lines
+2004-10-05 00:24:14  Rev 7911   msmith
 
-	* Add per mount queue size and source timeout, which can override the
-	* general settings.
+	* :
+	  Docs said admin username/password is required for all admin functionality. 
+Fix to state that for mount-specific admin, you can use this OR the mount
+username/password.
 
-rev 5866:  karl | 2004-02-26 04:39:56 -0600 (Thu, 26 Feb 2004) | 2 lines
 
-	* revert previous patch, mike didn't want it...
 
-rev 5865:  karl | 2004-02-25 15:43:52 -0600 (Wed, 25 Feb 2004) | 2 lines
+2004-10-01 00:47:52  Rev 7900   msmith
 
-	* add missing lock on source tree
+	* :
+	  .. And fix more instances of missing / on mountpoints
 
-rev 5864:  karl | 2004-02-25 14:23:07 -0600 (Wed, 25 Feb 2004) | 2 lines
 
-	* send mp3 url metadata into a format specific routine
+2004-10-01 00:42:19  Rev 7899   msmith
 
-rev 5863:  karl | 2004-02-25 14:11:31 -0600 (Wed, 25 Feb 2004) | 2 lines
+	* :
+	  When creating a source (in source_reserve), issue a warning if the mountpoint
+does not start with a /, since clients will then be unable to connect to it
 
-	* *** empty log message ***
 
-rev 5862:  karl | 2004-02-25 10:24:30 -0600 (Wed, 25 Feb 2004) | 3 lines
+2004-10-01 00:39:37  Rev 7898   msmith
 
-	* move the source client '200 OK' response to the source client specific part
-	* of the source thread, and rearrange stats around that
+	* :
+	  Correct two examples to use a leading slash for a mountpoint name
 
-rev 5861:  karl | 2004-02-24 16:34:34 -0600 (Tue, 24 Feb 2004) | 2 lines
 
-	* Add target for building icecast against static libs only
+2004-09-18 21:01:39  Rev 7792   j
 
-rev 5860:  karl | 2004-02-24 15:02:44 -0600 (Tue, 24 Feb 2004) | 2 lines
+	* :
+	  This Page Tentatively Validates As XHTML 1.0 Strict (Tentatively Valid)!
 
-	* small cleanup and don't shutdown curl too early
+2004-09-18 20:14:50  Rev 7791   j
 
-rev 5853:  karl | 2004-02-20 11:42:57 -0600 (Fri, 20 Feb 2004) | 3 lines
+	* :
+	  replace table with hr+css
 
-	* Add accumulative stats back for source connections and don't hold locks
-	* while writing responses back to the client.
+2004-09-18 16:50:19  Rev 7789   j
 
-rev 5849:  msmith | 2004-02-19 20:09:00 -0600 (Thu, 19 Feb 2004) | 3 lines
+	* :
+	  - more xhtmlification of the icecast docs
 
-	* Oops. As oddsock says, this was broken, and didn't compile, and was unneccesary
-	* anyway. reverted.
 
-rev 5848:  msmith | 2004-02-19 19:25:28 -0600 (Thu, 19 Feb 2004) | 3 lines
 
-	* Patch for preventing stats from staying around too long - stats thread should
-	* only go to sleep when it has nothing to do.
+2004-09-18 14:31:39  Rev 7786   j
 
-rev 5846:  karl | 2004-02-19 15:16:59 -0600 (Thu, 19 Feb 2004) | 3 lines
+	* :
+	  - convert icecast documentation to xhtml
+- clean up html code
+- sync index.html with README
 
-	* Make source client connections reserve the source mountpoint and get rid
-	* of the unused source setup code.
 
-rev 5845:  karl | 2004-02-19 14:28:21 -0600 (Thu, 19 Feb 2004) | 3 lines
 
-	* Make the slave thread reserve relay mountpoints, and prevent reconnection
-	* when a relay is currently active.
+2004-09-15 14:21:04  Rev 7761   karl
 
-rev 5844:  karl | 2004-02-19 10:32:26 -0600 (Thu, 19 Feb 2004) | 2 lines
+	* :
+	  the YP code could end up maintaining duplicate entries if the source
+reconnect delay is very short.
 
-	* functions to allow for reserving a source_t with a mountpoint
 
-rev 5843:  karl | 2004-02-19 09:24:06 -0600 (Thu, 19 Feb 2004) | 2 lines
+2004-08-23 19:01:18  Rev 7615   karl
 
-	* Add checks for whether a source is active
+	* :
+	  passed pointer could be NULL
 
-rev 5842:  karl | 2004-02-19 08:48:31 -0600 (Thu, 19 Feb 2004) | 2 lines
 
-	* small YP memory cleanup
+2004-08-22 15:00:35  Rev 7607   karl
 
-rev 5834:  karl | 2004-02-17 09:46:05 -0600 (Tue, 17 Feb 2004) | 2 lines
+	* :
+	  add optional tags to example xml and remove unused source_t item
 
-	* minor cleanup
 
-rev 5830:  karl | 2004-02-16 18:09:14 -0600 (Mon, 16 Feb 2004) | 2 lines
+2004-08-21 12:56:24  Rev 7599   karl
 
-	* fix possible bad pointer reference when finding fallback mount
+	* :
+	  Add a couple of warnings, YP code not built and failed streamlist
+from master server
 
-rev 5829:  karl | 2004-02-16 15:59:08 -0600 (Mon, 16 Feb 2004) | 2 lines
 
-	* YP related cleanup, avoid bad pointer reference on HUP
+2004-08-20 22:59:09  Rev 7597   karl
 
-rev 5818:  msmith | 2004-02-09 22:37:30 -0600 (Mon, 09 Feb 2004) | 2 lines
+	* :
+	  unlikely to occur race, but fix it anyway
 
-	* I Hate String Handling In C.
 
-rev 5817:  msmith | 2004-02-09 22:29:54 -0600 (Mon, 09 Feb 2004) | 4 lines
+2004-08-20 22:55:27  Rev 7596   karl
 
-	* Another fix: the length of the _string_ is not the same as the metadata length
-	* (the metadata is null-padded out to a multiple of 16 bytes), so we have to deal
-	* with that.
+	* :
+	  small memory leak, only happened when a source exited
 
-rev 5816:  msmith | 2004-02-09 22:20:43 -0600 (Mon, 09 Feb 2004) | 2 lines
 
-	* Oops. Fix null-terminator.
+2004-08-20 21:40:44  Rev 7595   karl
 
-rev 5815:  msmith | 2004-02-09 21:50:39 -0600 (Mon, 09 Feb 2004) | 4 lines
+	* :
+	  make caller of restart_logging pass the config, don't assume it's locked
 
-	* Fire off stats event for metadata updates when we get metadata inline.
-	* This fixes stats.xml listings for mp3 slave relays with metadata.
-	* We get rid of 'metadata_raw', since we now have to format out that stuff anyway.
 
-rev 5811:  oddsock | 2004-02-04 18:00:01 -0600 (Wed, 04 Feb 2004) | 2 lines
+2004-08-20 19:46:48  Rev 7594   karl
 
-	* fixed a title
+	* :
+	  update version, this isn't the offical release
 
-rev 5810:  oddsock | 2004-02-04 17:56:23 -0600 (Wed, 04 Feb 2004) | 3 lines
 
-	* after way too long with an ugly admin interface, lets go with
-	* a slightly-less-ugly-admin-interface-that-is-at-least-similar-to-the-website.
+2004-08-20 19:22:37  Rev 7593   karl
 
-rev 5809:  karl | 2004-02-02 18:48:02 -0600 (Mon, 02 Feb 2004) | 2 lines
+	* :
+	  add burst-size, fallback-override tags and descriptions, add missing / in end tags
 
-	* minor cleanup
 
-rev 5808:  karl | 2004-02-02 18:29:36 -0600 (Mon, 02 Feb 2004) | 2 lines
+2004-08-20 15:13:59  Rev 7592   karl
 
-	* cleanup headers sent to listeners
+	* :
+	  merged singleq branch 7177:7591
 
-rev 5807:  karl | 2004-02-02 13:22:11 -0600 (Mon, 02 Feb 2004) | 2 lines
 
-	* recheck the relays after the HUP has been handled
+2004-08-10 05:17:56  Rev 7509   msmith
 
-rev 5795:  karl | 2004-01-29 17:23:53 -0600 (Thu, 29 Jan 2004) | 2 lines
+	* :
+	  -b was broken. Fix it.
 
-	* minor cleanup
 
-rev 5794:  karl | 2004-01-29 10:46:54 -0600 (Thu, 29 Jan 2004) | 3 lines
 
-	* cleanup duplicate work, fix rare but potential deadlock, and
-	* fix silly bug introduced ealrier
+2004-08-07 02:33:12  Rev 7494   karl
 
-rev 5793:  msmith | 2004-01-28 19:02:40 -0600 (Wed, 28 Jan 2004) | 2 lines
+	* :
+	  encode any xml entities in the stats before applying them to the
+xsl pages
 
-	* Note GPL license in readme file.
 
-rev 5792:  msmith | 2004-01-28 19:02:12 -0600 (Wed, 28 Jan 2004) | 2 lines
+2004-07-31 22:25:07  Rev 7439   oddsock
 
-	* Add Copyright notice to each source file, as requested by debian.
+	* :
+	  fix m3u generation logic that was not working for static files
 
-rev 5791:  karl | 2004-01-28 17:23:10 -0600 (Wed, 28 Jan 2004) | 2 lines
 
-	* change thread startup/shutdown order slightly wrt to slave thread
+2004-07-23 02:49:33  Rev 7265   msmith
 
-rev 5789:  karl | 2004-01-27 20:17:57 -0600 (Tue, 27 Jan 2004) | 2 lines
+	* :
+	  Make it even more explicit what went wrong when log opening failed, since many
+people don't seem to be able to figure it out.
 
-	* oops, missed these from previous commit, the lock is now taken further up
 
-rev 5788:  karl | 2004-01-27 19:22:36 -0600 (Tue, 27 Jan 2004) | 3 lines
 
-	* make sure the source doesn't disappear from under us when an admin
-	* request is performed.
+2004-07-22 20:18:42  Rev 7260   oddsock
 
-rev 5787:  karl | 2004-01-26 20:16:25 -0600 (Mon, 26 Jan 2004) | 2 lines
+	* :
+	  Documentation patch from Myke Place...
 
-	* minor cleanups, and only have one thread responding to TERM
+2004-07-22 18:34:28  Rev 7257   oddsock
 
-rev 5786:  karl | 2004-01-26 16:42:22 -0600 (Mon, 26 Jan 2004) | 2 lines
+	* :
+	  forgot to switch the default value too..thanks Brendan..
 
-	* fix potential deadlock case at source stream startup
 
-rev 5785:  karl | 2004-01-26 15:49:07 -0600 (Mon, 26 Jan 2004) | 2 lines
+2004-07-22 13:38:20  Rev 7256   oddsock
 
-	* add localtime_r checks, useful the threads
+	* :
+	  enable burst on connect by default per jack.
 
-rev 5780:  oddsock | 2004-01-21 09:19:48 -0600 (Wed, 21 Jan 2004) | 2 lines
 
-	* fixed small bug where if using fallbacks and the main mount was not connected, icecast was not connecting client to the fallback mount.
+2004-07-16 15:47:12  Rev 7165   karl
 
-rev 5764:  msmith | 2004-01-15 18:43:16 -0600 (Thu, 15 Jan 2004) | 3 lines
+	* :
+	  cleanup patch, push per client write error trap lower down
 
-	* Fix nasty bug in file serving code, would probably have made it fail with
-	* multiple simultaneous requests.
 
-rev 5763:  oddsock | 2004-01-15 09:37:25 -0600 (Thu, 15 Jan 2004) | 3 lines
+2004-07-12 02:21:18  Rev 7100   brendan
 
-	   - properly initialize the authorizer structure, otherwise by default it is enabled
-	   - add new element (listenurl) to the stats for use in things like java player applets
+	* :
+	  Add source comment to previous metadata bug fix: [sic]
 
-rev 5761:  oddsock | 2004-01-14 22:24:57 -0600 (Wed, 14 Jan 2004) | 3 lines
+2004-07-11 16:50:28  Rev 7090   brendan
 
-	* fixed some variable definitions to be ANSI compatable.
-	* updated win32 project files with new files
+	* :
+	  Migrate .cvsignore to svn:ignore
 
-rev 5760:  msmith | 2004-01-14 19:01:09 -0600 (Wed, 14 Jan 2004) | 3 lines
 
-	* Client authentication added.
-	* Melanie's multilevel fallbacks added (after major changes).
+2004-07-11 16:46:02  Rev 7089   brendan
 
-rev 5753:  oddsock | 2004-01-11 19:34:07 -0600 (Sun, 11 Jan 2004) | 2 lines
+	* :
+	  The inline metadata text was losing the final character when the string length was a
+multiple of 16.
 
-	* add icecast.spec to the list of distributed files
 
-rev 5752:  oddsock | 2004-01-11 14:03:51 -0600 (Sun, 11 Jan 2004) | 2 lines
+2004-07-11 15:12:46  Rev 7088   brendan
 
-	* fix reference to index document
+	* :
+	  Add svn:externals for shared modules
 
-rev 5746:  oddsock | 2004-01-08 08:16:26 -0600 (Thu, 08 Jan 2004) | 3 lines
 
-	* commented out mount specific settings as they are optional and tend to cause
-	* confusion
+2004-06-25 18:25:10  Rev 6862   karl
 
-rev 5745:  oddsock | 2004-01-07 15:53:38 -0600 (Wed, 07 Jan 2004) | 2 lines
+	* :
+	  wait 5 mins on failed YP request, also log a default
+message if no error message is sent back
 
-	* version bump for 2.0.0 release
 
-rev 5744:  oddsock | 2004-01-07 15:44:13 -0600 (Wed, 07 Jan 2004) | 2 lines
+2004-06-06 03:08:19  Rev 6810   giles
 
-	* new logo :)
+	* :
+	  Recommit of changes lost in the server migration
+Original commit (r6810) 2004-06-04 03:15:36 -0400 (Fri, 04 Jun 2004) by msmith.
 
-rev 5743:  oddsock | 2004-01-07 15:26:14 -0600 (Wed, 07 Jan 2004) | 2 lines
+Fix #526. Fallbacks weren't being found when the primary was disconnected (for
+newly-connecting clients).
 
-	* removed yp.icecast.net from the config..apparently, they are no longer running a YP..
 
-rev 5742:  oddsock | 2004-01-07 14:41:03 -0600 (Wed, 07 Jan 2004) | 2 lines
+2004-06-02 19:34:14  Rev 6807   karl
 
-	* more doc updates
+	* :
+	  make sure YP entries are flushed out when a source stops. Avoid
+segv on failed icecast startup and add some log messages.
 
-rev 5741:  oddsock | 2004-01-07 14:36:54 -0600 (Wed, 07 Jan 2004) | 2 lines
 
-	* update HTML help files with new index
+2004-05-26 02:37:20  Rev 6757   oddsock
 
-rev 5740:  oddsock | 2004-01-07 14:31:19 -0600 (Wed, 07 Jan 2004) | 2 lines
+	* :
+	  remove geturl.c from icecast.dsp
+add a #define for snprintf for win32
 
-	* version tag updates for pending 2.0.0 release
+2004-05-17 04:33:46  Rev 6711   oddsock
 
-rev 5739:  oddsock | 2004-01-07 14:28:23 -0600 (Wed, 07 Jan 2004) | 2 lines
+	* :
+	  added ability to disallow concurrent connections from the same username if using htpasswd listener authentication.
 
-	* Misc documentation updates
 
-rev 5737:  oddsock | 2004-01-05 22:36:51 -0600 (Mon, 05 Jan 2004) | 2 lines
+2004-05-11 02:24:18  Rev 6649   msmith
 
-	* config file now goes to /etc...
+	* :
+	  Some servers apparently send a Content-Type header of audio/x-mpeg.
+Make icecast understand this.
 
-rev 5736:  oddsock | 2004-01-05 21:43:00 -0600 (Mon, 05 Jan 2004) | 2 lines
 
-	* spec file for RPMs
 
-rev 5733:  oddsock | 2003-12-30 14:07:53 -0600 (Tue, 30 Dec 2003) | 2 lines
+2004-05-10 16:17:56  Rev 6646   karl
 
-	* add icecast_console project files to the Makefile.am
+	* :
+	  Update of the YP code. This should resolve several YP issues that
+have been reported, the main one being icecast instability when
+there is a YP server outage.
 
-rev 5732:  oddsock | 2003-12-30 13:39:11 -0600 (Tue, 30 Dec 2003) | 2 lines
 
-	* Fixed some peculiarities when shutting down server...
 
-rev 5731:  oddsock | 2003-12-30 09:57:05 -0600 (Tue, 30 Dec 2003) | 2 lines
+2004-05-05 05:05:05  Rev 6625   msmith
 
-	* minor documentation fix
+	* :
+	  Use remove() then rename() only on win32 - where it's required.
+Don't use it on unix systems, which don't need it, and where doing 
+_only_ rename() preserves atomicity. 
 
-rev 5723:  oddsock | 2003-12-29 10:35:01 -0600 (Mon, 29 Dec 2003) | 2 lines
 
-	* re-add these as binary, hopefully fixing the line ending problem when doing a make dist...
+2004-05-03 15:00:18  Rev 6617   oddsock
 
-rev 5722:  oddsock | 2003-12-29 10:34:10 -0600 (Mon, 29 Dec 2003) | 2 lines
+	* :
+	  much better documentation of listener authentication
 
-	* Remove the VC project files and re-add them as binary (-kb)
 
-rev 5721:  oddsock | 2003-12-29 10:28:06 -0600 (Mon, 29 Dec 2003) | 2 lines
+2004-05-03 14:59:40  Rev 6616   oddsock
 
-	* fixed VERSION STRING define
+	* :
+	  some special handling with rename() needed for win32
 
-rev 5720:  oddsock | 2003-12-29 10:18:48 -0600 (Mon, 29 Dec 2003) | 2 lines
 
-	* add option to display icecast version string, and cleaned up usage a bit..
+2004-05-03 14:56:57  Rev 6615   oddsock
 
-rev 5719:  oddsock | 2003-12-29 10:18:15 -0600 (Mon, 29 Dec 2003) | 2 lines
+	* :
+	  proper config file handling...
 
-	* update the TODO
 
-rev 5702:  oddsock | 2003-12-18 11:01:31 -0600 (Thu, 18 Dec 2003) | 3 lines
+2004-05-03 14:55:44  Rev 6614   oddsock
 
-	* added Karl to AUTHORS
-	* updated the README with more detailed information...
+	* :
+	  patch to allow public listing of shoutcast servers that are relaying icecast streams
 
-rev 5701:  karl | 2003-12-17 17:03:38 -0600 (Wed, 17 Dec 2003) | 2 lines
 
-	* Fetching the stream list was failing after the config file was re-read.
+2004-04-30 17:32:34  Rev 6612   oddsock
 
-rev 5700:  karl | 2003-12-17 16:54:43 -0600 (Wed, 17 Dec 2003) | 3 lines
+	* :
+	  created an auth page which can be used to serve appropriate m3u's which contain authentication information.
 
-	* failure case,  keep the source count in sync with the number of sources
-	* running, locking for shutdown was also affected.
 
-rev 5699:  oddsock | 2003-12-13 08:40:03 -0600 (Sat, 13 Dec 2003) | 2 lines
+2004-04-30 16:44:32  Rev 6611   oddsock
 
-	* update version for win32 build
+	* :
+	  new files
 
-rev 5698:  oddsock | 2003-12-13 08:33:40 -0600 (Sat, 13 Dec 2003) | 2 lines
 
-	* version bump
+2004-04-30 14:36:07  Rev 6610   oddsock
 
-rev 5695:  oddsock | 2003-12-12 17:06:44 -0600 (Fri, 12 Dec 2003) | 6 lines
+	* :
+	  added web based interface to htpasswd client authentication
 
-	* fixed master-slave relaying...
-	* * 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
 
-rev 5686:  oddsock | 2003-12-04 10:54:48 -0600 (Thu, 04 Dec 2003) | 2 lines
+2004-04-30 02:28:58  Rev 6607   msmith
 
-	* disable pidfile by default
+	* :
+	  Disable burst-on-connect by default
 
-rev 5685:  oddsock | 2003-12-04 10:30:31 -0600 (Thu, 04 Dec 2003) | 2 lines
 
-	* version bump
 
-rev 5684:  oddsock | 2003-12-04 10:29:27 -0600 (Thu, 04 Dec 2003) | 2 lines
+2004-04-29 15:23:13  Rev 6606   oddsock
 
-	* 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
+	* :
+	  new feature in icecast : burst-on-connect - allows an initial burst of data to connecting listeners, thus reducing the startup time of a stream.
 
-rev 5682:  oddsock | 2003-12-04 10:25:28 -0600 (Thu, 04 Dec 2003) | 2 lines
 
-	* Remove stats_callback() which is only used by the win32 UI...The stats gathering done by the UI has been completely rewritten to eliminate some reported instability.
+2004-04-28 20:58:47  Rev 6603   oddsock
 
-rev 5681:  oddsock | 2003-12-04 10:24:34 -0600 (Thu, 04 Dec 2003) | 2 lines
+	* :
+	  added small comment about <hostname>
 
-	* Added win32 include for getpid()
 
-rev 5680:  oddsock | 2003-12-04 10:23:51 -0600 (Thu, 04 Dec 2003) | 2 lines
 
-	* get rid of the fullpath of the module that is logged...Stupid VC6....
+2004-04-25 23:28:36  Rev 6594   oddsock
 
-rev 5675:  karl | 2003-12-01 19:11:12 -0600 (Mon, 01 Dec 2003) | 2 lines
+	* :
+	  added HAVE_LOCALTIME_R to project file
+added #define for snprintf (win32 requires _snprintf)
 
-	* fix segv when fallback or dumpfilename are not specified
+2004-04-20 07:05:07  Rev 6553   msmith
 
-rev 5674:  karl | 2003-12-01 17:30:13 -0600 (Mon, 01 Dec 2003) | 2 lines
+	* :
+	  Fix copy/paste error in sending 400 errors (reported by wayne zhao).
 
-	* Add optional pidfile. Writes process id of icecast to named file
 
-rev 5673:  karl | 2003-12-01 11:18:37 -0600 (Mon, 01 Dec 2003) | 2 lines
+2004-04-19 02:55:56  Rev 6533   msmith
 
-	* cleanup bad pointer access after config re-read
+	* :
+	  Fix overflow when base64 decoding invalid base64. 
 
-rev 5630:  oddsock | 2003-11-24 21:04:40 -0600 (Mon, 24 Nov 2003) | 2 lines
 
-	* added VERSION_STRING to defines for win32 project
+2004-04-07 01:53:46  Rev 6495   msmith
 
-rev 5629:  oddsock | 2003-11-24 20:51:02 -0600 (Mon, 24 Nov 2003) | 2 lines
+	* :
+	  Give details in error messages on failure to open log files. 
 
-	* Icecast we are
 
-rev 5628:  oddsock | 2003-11-24 20:41:23 -0600 (Mon, 24 Nov 2003) | 2 lines
+2004-03-23 23:34:47  Rev 6457   msmith
 
-	* Base ICECAST2_VERSION_STRING off VERSION_STRING which is generated by autoconf..win32 projects will have to manually define this currently..blah.
+	* :
+	  Fix to default status.xsl: we were looking for server_url as an attribute rather
+than an element incorrectly in one place, this fixes it so that the link is
+correct. Patch from Dave St John.
 
-rev 5627:  oddsock | 2003-11-22 16:23:04 -0600 (Sat, 22 Nov 2003) | 2 lines
 
-	* lets make the ICECAST_VERSION_STRING a bit less of a maintance issue...
 
-rev 5614:  oddsock | 2003-11-18 21:57:48 -0600 (Tue, 18 Nov 2003) | 2 lines
 
-	* Update the project files to use the ogg vorbis SDK 1.0.1
+2004-03-22 03:41:00  Rev 6453   brendan
 
-rev 5613:  oddsock | 2003-11-18 21:57:14 -0600 (Tue, 18 Nov 2003) | 2 lines
+	* :
+	  externals can't use relative URLs. Just check out the modules yourself for now...
 
-	* Final build of the docs for beta1
 
-rev 5609:  vanguardist | 2003-11-18 11:47:41 -0600 (Tue, 18 Nov 2003) | 2 lines
+2004-03-22 03:32:22  Rev 6452   brendan
 
-	* Oddsock gets props for the docs
+	* :
+	  Let's see if svn:externals works with relative paths
 
-rev 5608:  vanguardist | 2003-11-18 11:43:05 -0600 (Tue, 18 Nov 2003) | 2 lines
 
-	* going and going...
+2004-03-22 03:04:51  Rev 6447   msmith
 
-rev 5607:  vanguardist | 2003-11-18 11:36:31 -0600 (Tue, 18 Nov 2003) | 2 lines
+	* :
+	  Remove obsolete bits from TODO
 
-	* Weee~
 
-rev 5606:  vanguardist | 2003-11-18 11:33:00 -0600 (Tue, 18 Nov 2003) | 2 lines
 
-	* A few more.
+2004-03-22 02:16:57  Rev 6152   msmith
 
-rev 5605:  vanguardist | 2003-11-18 11:23:55 -0600 (Tue, 18 Nov 2003) | 2 lines
+	* :
+	  Make icecast keep parsing command line options after -c.
+Error message if fork fails.
 
-	* Config doc luv.
+All untested; the conversion broke the build.
 
-rev 5604:  vanguardist | 2003-11-18 11:07:55 -0600 (Tue, 18 Nov 2003) | 2 lines
 
-	* np: Beatles - Helter Skelter.ogg (aka some cleanups)
 
-rev 5603:  vanguardist | 2003-11-18 10:55:01 -0600 (Tue, 18 Nov 2003) | 2 lines
+2004-03-21 01:47:14  Rev 6120   giles
 
-	* Nothing but the best!
+	* :
+	  regularize repository layout
 
-rev 5602:  oddsock | 2003-11-18 10:32:46 -0600 (Tue, 18 Nov 2003) | 2 lines
+2004-03-21 01:46:05  Rev 6118   giles
 
-	* fix the default window size of the CHM
+	* :
+	  regularize repository layout
 
-rev 5601:  oddsock | 2003-11-17 20:44:57 -0600 (Mon, 17 Nov 2003) | 2 lines
+2004-03-21 00:08:04  Rev 6102   giles
 
-	* minor style tweaks from Mike...
+	* :
+	  move the icecast source tree to the icecast project directory
 
-rev 5600:  karl | 2003-11-17 18:59:51 -0600 (Mon, 17 Nov 2003) | 3 lines
+2004-03-09 23:52:20  Rev 5928   msmith
 
-	* if relay is for an mp3 stream, then get inline metadata by default if
-	* possible
+	* src/main.c:
+	  Another patch from Dale Ghent, this silences some warnings from the compiler.
 
-rev 5599:  karl | 2003-11-17 18:49:59 -0600 (Mon, 17 Nov 2003) | 2 lines
 
-	* fix minor leak on config file read
+2004-03-09 23:49:24  Rev 5927   msmith
 
-rev 5598:  karl | 2003-11-17 18:39:19 -0600 (Mon, 17 Nov 2003) | 2 lines
+	* src/md5.h:
+	  Revert previous; this was fixed in a better way.
 
-	* minor cleanup
 
-rev 5595:  oddsock | 2003-11-17 17:08:46 -0600 (Mon, 17 Nov 2003) | 2 lines
+2004-03-09 23:41:58  Rev 5926   msmith
 
-	* Get rid of version in the window title...
+	* src/md5.h:
+	  Use sys/types.h in md5.c, patch from Dale Ghent
 
-rev 5594:  brendan | 2003-11-17 17:07:37 -0600 (Mon, 17 Nov 2003) | 2 lines
 
-	* Slight cosmetic fixes to the icecast2 docs
+2004-03-09 18:33:06  Rev 5925   giles
 
-rev 5593:  oddsock | 2003-11-17 16:55:45 -0600 (Mon, 17 Nov 2003) | 2 lines
+	* src/compat.h:
+	  Include inttypes.h from the compatibility header if it's available and stdint.h is not. This
+provides the stdint types on solaris and a number of other non-C99 platforms.
 
-	* version bump
 
-rev 5592:  oddsock | 2003-11-17 16:42:03 -0600 (Mon, 17 Nov 2003) | 2 lines
+2004-03-09 02:36:01  Rev 5921   msmith
 
-	* rebuild of compiled html help
+	* configure.in src/source.c:
+	  Couple of minor contributed patches.
 
-rev 5591:  oddsock | 2003-11-17 16:41:16 -0600 (Mon, 17 Nov 2003) | 2 lines
+- Solaris/autoconf nanosleep checking
+- use time_t as appropriate for yp
 
-	* (a bit) More appropriate README
 
-rev 5590:  oddsock | 2003-11-17 16:40:27 -0600 (Mon, 17 Nov 2003) | 2 lines
+2004-03-02 00:10:58  Rev 5878   msmith
 
-	* version bump
+	* src/md5.c:
+	  Oops. Hack up the macro some more so it compiles properly.
 
-rev 5589:  oddsock | 2003-11-17 16:38:58 -0600 (Mon, 17 Nov 2003) | 2 lines
 
-	* added WIN32-ism
+2004-03-01 02:28:48  Rev 5875   msmith
 
-rev 5586:  karl | 2003-11-17 15:36:03 -0600 (Mon, 17 Nov 2003) | 2 lines
+	* src/md5.c:
+	  Fix macro to use ; instead of ,
+This gets rid of some warnings in later gcc versions.
 
-	* type warning cleanup
 
-rev 5584:  brendan | 2003-11-16 20:31:07 -0600 (Sun, 16 Nov 2003) | 5 lines
+2004-02-29 14:55:04  Rev 5874   karl
 
-	* Whoops, put manual back in dist. I would have caught this at home if I could make dist,
-	* but HFS+ case-preserving/insensitive FS causes make dist to fail in the debian
-	* directory. Automake sees changelog, thinks it is ChangeLog, and adds it to make dist
-	* automatically, but then make can't find ChangeLog because it is actually changelog. Grr.
+	* src/admin.c:
+	  remove warning wrt time_t
 
-rev 5583:  brendan | 2003-11-16 20:26:10 -0600 (Sun, 16 Nov 2003) | 2 lines
 
-	* make install installs manual in $prefix/share/doc/icecast
+2004-02-29 14:38:15  Rev 5873   karl
 
-rev 5580:  brendan | 2003-11-15 11:30:30 -0600 (Sat, 15 Nov 2003) | 2 lines
+	* src/client.c src/client.h src/format_mp3.c:
+	  free up any per-client format specific resources, fixes a small memory
+leak with mp3 streams
 
-	* Add docs to dist tarball. Next step: install docs in the right place.
 
-rev 5570:  oddsock | 2003-11-12 21:52:49 -0600 (Wed, 12 Nov 2003) | 2 lines
+2004-02-27 15:15:40  Rev 5869   karl
 
-	* updated NEWS
+	* src/slave.c src/connection.c src/source.c src/cfgfile.h src/source.
+	  h:
+	  update move clients code, small cleanups in other places
 
-rev 5569:  oddsock | 2003-11-12 21:50:30 -0600 (Wed, 12 Nov 2003) | 2 lines
 
-	* icecast2 documentation. need I say more ?
+2004-02-26 16:51:43  Rev 5868   karl
 
-rev 5562:  karl | 2003-11-11 12:21:49 -0600 (Tue, 11 Nov 2003) | 7 lines
+	* src/source.c src/source.h:
+	  separate source initialisation, and collect the YP setup code into one area
 
-	* While tracking down the bug which causes the zombie thread manager while
-	* streaming mp3 with metadata, this patch has turned out to be successful at
-	* maintaining a working icecast for the few users who have reported the problem
 
-	* The patch essentially removes the use of the alloca and uses the malloc-type
-	* calls instead.
+2004-02-26 11:56:48  Rev 5867   karl
 
-rev 5528:  oddsock | 2003-10-31 13:24:16 -0600 (Fri, 31 Oct 2003) | 2 lines
+	* src/cfgfile.c src/connection.c src/source.c src/cfgfile.h 
+	  src/source.h:
+	  Add per mount queue size and source timeout, which can override the
+general settings.
 
-	* bumped version
 
-rev 5527:  oddsock | 2003-10-31 13:24:00 -0600 (Fri, 31 Oct 2003) | 2 lines
+2004-02-26 10:39:56  Rev 5866   karl
 
-	* fixed some display bugs when showing stats
+	* src/format_vorbis.c src/format.h src/format_mp3.c src/admin.c:
+	  revert previous patch, mike didn't want it...
 
-rev 5526:  oddsock | 2003-10-31 13:21:00 -0600 (Fri, 31 Oct 2003) | 4 lines
 
-	* added bypassing of thread_sleep() in certain cases.
+2004-02-25 21:43:52  Rev 5865   karl
 
-	* this came from KarlH.
+	* src/admin.c:
+	  add missing lock on source tree
 
-rev 5524:  oddsock | 2003-10-31 13:16:12 -0600 (Fri, 31 Oct 2003) | 2 lines
 
-	* removed unused tags and added the XIPH directory
+2004-02-25 20:23:07  Rev 5864   karl
 
-rev 5398:  giles | 2003-10-03 07:20:06 -0500 (Fri, 03 Oct 2003) | 2 lines
+	* src/format_vorbis.c src/format.h src/format_mp3.c:
+	  send mp3 url metadata into a format specific routine
 
-	* The developer irc channel is back on freenode.
 
-rev 5277:  oddsock | 2003-09-01 22:20:56 -0500 (Mon, 01 Sep 2003) | 2 lines
+2004-02-25 20:11:31  Rev 5863   karl
 
-	* * clean up of ctrl-Ms (I hate MSVC sometimes) and bump of version in the setup script
+	* src/admin.c:
+	  *** empty log message ***
 
-rev 5190:  keegan | 2003-08-04 03:42:13 -0500 (Mon, 04 Aug 2003) | 2 lines
 
-	* Added Debian packaging
+2004-02-25 16:24:30  Rev 5862   karl
 
-rev 5183:  karl | 2003-07-30 09:46:35 -0500 (Wed, 30 Jul 2003) | 4 lines
+	* src/connection.c src/source.c src/source.h:
+	  move the source client '200 OK' response to the source client specific part
+of the source thread, and rearrange stats around that
 
-	* fix issues with non-portable echo flags and re-do the tests for automake
-	* version checking. The enrironment var AUTOMAKE can be used to indicate the
-	* first one to check for
 
-rev 5181:  karl | 2003-07-27 17:53:58 -0500 (Sun, 27 Jul 2003) | 3 lines
+2004-02-24 22:34:34  Rev 5861   karl
 
-	* We need to state both of these to get the dependencies and linking working
-	* as expected.
+	* Makefile.am:
+	  Add target for building icecast against static libs only
 
-rev 5178:  karl | 2003-07-26 20:13:06 -0500 (Sat, 26 Jul 2003) | 2 lines
 
-	* remove unwanted bits left in from previous commits
+2004-02-24 21:02:44  Rev 5860   karl
 
-rev 5175:  karl | 2003-07-25 09:29:33 -0500 (Fri, 25 Jul 2003) | 2 lines
+	* src/main.c:
+	  small cleanup and don't shutdown curl too early
 
-	* place the config reread flag in the global structure
 
-rev 5174:  karl | 2003-07-24 18:45:29 -0500 (Thu, 24 Jul 2003) | 3 lines
+2004-02-20 17:42:57  Rev 5853   karl
 
-	* avoid hitting the mutex's in the signal handler, we could block, which is
-	* not something we want to do. Some mutex implementations are signal based.
+	* src/slave.c src/connection.c src/source.c src/admin.c:
+	  Add accumulative stats back for source connections and don't hold locks
+while writing responses back to the client.
 
-rev 5173:  karl | 2003-07-24 11:21:22 -0500 (Thu, 24 Jul 2003) | 3 lines
 
-	* minor fixes. autoconf/make init clenaup, missing includes added and
-	* compiler warnings removed
+2004-02-20 02:09:00  Rev 5849   msmith
 
-rev 5172:  brendan | 2003-07-24 00:38:34 -0500 (Thu, 24 Jul 2003) | 2 lines
+	* src/stats.c:
+	  Oops. As oddsock says, this was broken, and didn't compile, and was unneccesary
+anyway. reverted.
 
-	* Let aclocal know about m4 directory
 
-rev 5171:  brendan | 2003-07-24 00:32:37 -0500 (Thu, 24 Jul 2003) | 4 lines
+2004-02-20 01:25:28  Rev 5848   msmith
 
-	* use _GNU_SOURCE where possible
-	* guard unistd.h with CHROOT rather than HAVE_UNISTD_H, since that's how it's
-	* tested in configure.in
+	* src/stats.c:
+	  Patch for preventing stats from staying around too long - stats thread should
+only go to sleep when it has nothing to do.
 
-rev 5170:  brendan | 2003-07-24 00:24:00 -0500 (Thu, 24 Jul 2003) | 2 lines
 
-	* Mike's #include patch
+2004-02-19 21:16:59  Rev 5846   karl
 
-rev 5169:  karl | 2003-07-23 21:31:36 -0500 (Wed, 23 Jul 2003) | 2 lines
+	* src/connection.c src/source.c src/connection.h src/source.h:
+	  Make source client connections reserve the source mountpoint and get rid
+of the unused source setup code.
 
-	* remove duplication for compiler flags, and fixup curl detection
 
-rev 5168:  karl | 2003-07-22 19:27:10 -0500 (Tue, 22 Jul 2003) | 2 lines
+2004-02-19 20:28:21  Rev 5845   karl
 
-	* minor cleanups
+	* src/slave.c src/connection.c src/slave.h src/global.c src/source.c 
+	  src/cfgfile.h src/global.h:
+	  Make the slave thread reserve relay mountpoints, and prevent reconnection
+when a relay is currently active.
 
-rev 5157:  karl | 2003-07-20 21:23:41 -0500 (Sun, 20 Jul 2003) | 2 lines
 
-	* Make icecast use the shared M4 macros. Cleanup the other files.
+2004-02-19 16:32:26  Rev 5844   karl
 
-rev 5156:  karl | 2003-07-20 20:58:54 -0500 (Sun, 20 Jul 2003) | 3 lines
+	* src/connection.c src/source.c src/connection.h src/source.h:
+	  functions to allow for reserving a source_t with a mountpoint
 
-	* refer to cfgfile.h instead of config.h for icecast.xml, and use config.h
-	* for autoconf
 
-rev 5154:  karl | 2003-07-20 20:39:39 -0500 (Sun, 20 Jul 2003) | 3 lines
+2004-02-19 15:24:06  Rev 5843   karl
 
-	* a move over from config.c config.h.  This is so that config.h can be built
-	* by autoconf.  config.h is also the name expected by the convenience libs
+	* src/connection.c src/admin.c src/yp.c:
+	  Add checks for whether a source is active
 
-rev 5152:  karl | 2003-07-18 14:54:02 -0500 (Fri, 18 Jul 2003) | 3 lines
 
-	* The xml cleanup occurs after this anyway, and doing this here can cause
-	* bad things to occur when xslt gets used.
+2004-02-19 14:48:31  Rev 5842   karl
 
-rev 5146:  karl | 2003-07-16 14:41:59 -0500 (Wed, 16 Jul 2003) | 2 lines
+	* src/cfgfile.c src/source.c:
+	  small YP memory cleanup
 
-	* avoid header namespace clashes
 
-rev 5129:  karl | 2003-07-11 18:54:50 -0500 (Fri, 11 Jul 2003) | 4 lines
+2004-02-17 15:46:05  Rev 5834   karl
 
-	* Add log cycling on HUP signals. Currently reopens log files in append mode
-	* so allows for continuing the log, or cycling just one log.   log filename
-	* changes work as well.
+	* src/cfgfile.c src/source.c:
+	  minor cleanup
 
-rev 5127:  karl | 2003-07-11 14:03:30 -0500 (Fri, 11 Jul 2003) | 2 lines
 
-	* don't terminate stream when debugging
+2004-02-17 00:09:14  Rev 5830   karl
 
-rev 5104:  oddsock | 2003-07-08 09:11:32 -0500 (Tue, 08 Jul 2003) | 2 lines
+	* src/source.c:
+	  fix possible bad pointer reference when finding fallback mount
 
-	* unused variable
 
-rev 5103:  oddsock | 2003-07-08 09:11:01 -0500 (Tue, 08 Jul 2003) | 2 lines
+2004-02-16 21:59:08  Rev 5829   karl
 
-	* don't overwrite info in one yp with info from another :)
+	* src/source.c src/geturl.c src/yp.c:
+	  YP related cleanup, avoid bad pointer reference on HUP
 
-rev 5094:  oddsock | 2003-07-07 17:04:29 -0500 (Mon, 07 Jul 2003) | 2 lines
 
-	* cleaned a bit
+2004-02-10 04:37:30  Rev 5818   msmith
 
-rev 5093:  oddsock | 2003-07-07 17:02:39 -0500 (Mon, 07 Jul 2003) | 2 lines
+	* src/format_mp3.c:
+	  I Hate String Handling In C.
 
-	* win32 goodies
 
-rev 5079:  brendan | 2003-07-06 10:27:50 -0500 (Sun, 06 Jul 2003) | 10 lines
+2004-02-10 04:29:54  Rev 5817   msmith
 
-	* Move MP3 headers back into format_mp3.c per Mike's desire.
+	* src/format_mp3.c:
+	  Another fix: the length of the _string_ is not the same as the metadata length
+(the metadata is null-padded out to a multiple of 16 bytes), so we have to deal
+with that.
 
-	* I removed icy- support from the generic send headers function, as it is my
-	* understanding that only MP3 sources use icy headers. PLEASE correct me
-	* if I am wrong.
 
-	* I also added code in the mp3 function to convert ice-audio-info bitrate to
-	* an icy-br header. ice-audio-info is for YP, icy-br for clients. Perhaps we
-	* should send both to clients though?
+2004-02-10 04:20:43  Rev 5816   msmith
 
-rev 5067:  brendan | 2003-07-05 01:36:16 -0500 (Sat, 05 Jul 2003) | 2 lines
+	* src/format_mp3.c:
+	  Oops. Fix null-terminator.
 
-	* Write a newline after the m3u entry (patch by Paul Bryan).
 
-rev 5045:  brendan | 2003-07-02 20:39:59 -0500 (Wed, 02 Jul 2003) | 3 lines
+2004-02-10 03:50:39  Rev 5815   msmith
 
-	* Convert ice headers to icy headers for MP3 streams.
-	* TODO: rewrite ice-audio-info bitrate tag to icy-br.
+	* src/format_mp3.h src/format_mp3.c src/admin.c:
+	  Fire off stats event for metadata updates when we get metadata inline.
+This fixes stats.xml listings for mp3 slave relays with metadata.
+We get rid of 'metadata_raw', since we now have to format out that stuff anyway.
 
-rev 5044:  brendan | 2003-07-02 20:36:06 -0500 (Wed, 02 Jul 2003) | 4 lines
 
-	* When relaying MP3 we reported the source metainterval as well as our own,
-	* causing stuttering in some clients. Thank goodness icecast uses an
-	* odd metainterval, or this bug would never have been discoverd :)
+2004-02-05 00:00:01  Rev 5811   oddsock
 
-rev 5040:  brendan | 2003-07-02 14:47:44 -0500 (Wed, 02 Jul 2003) | 2 lines
+	* admin/listclients.xsl:
+	  fixed a title
 
-	* updates
 
-rev 5019:  karl | 2003-06-29 13:12:09 -0500 (Sun, 29 Jun 2003) | 2 lines
+2004-02-04 23:56:23  Rev 5810   oddsock
 
-	* infinite loop/memory leak fix for private streams when yp is enabled
+	* web/corner_bottomleft.jpg web/corner_topright.jpg web/style.css 
+	  admin/moveclients.xsl web/status.xsl web/Makefile.am 
+	  web/corner_bottomright.jpg admin/listclients.xsl admin/response.
+	  xsl admin/stats.xsl web/icecast.png admin/listmounts.xsl 
+	  web/corner_topleft.jpg:
+	  after way too long with an ugly admin interface, lets go with
+a slightly-less-ugly-admin-interface-that-is-at-least-similar-to-the-website.
 
-rev 5012:  oddsock | 2003-06-26 08:33:55 -0500 (Thu, 26 Jun 2003) | 7 lines
 
-	   - add_yp_info moved into yp.c
-	   - all yp adds/touches are now done within a single thread.
-	  This should eliminate any "thread growth" issues and make
-	  things behave much nicer when yp problems arise.  We should
-	  eventually change the add/touches to non-blocking sockets,
-	  which will be needed for large numbers of streams doing adds/touches.
+2004-02-03 00:48:02  Rev 5809   karl
 
-rev 5011:  oddsock | 2003-06-26 08:33:15 -0500 (Thu, 26 Jun 2003) | 2 lines
+	* src/client.c src/admin.c:
+	  minor cleanup
 
-	   - added startup of yp add/touch thread
 
-rev 5010:  oddsock | 2003-06-26 08:32:34 -0500 (Thu, 26 Jun 2003) | 2 lines
+2004-02-03 00:29:36  Rev 5808   karl
 
-	   - fixed small memory leak
+	* src/format_mp3.c src/format.c:
+	  cleanup headers sent to listeners
 
-rev 5009:  oddsock | 2003-06-26 08:32:04 -0500 (Thu, 26 Jun 2003) | 5 lines
 
-	   - moved add_yp_info into yp.c
-	   - most of the yp processing now moved into the yp add/touch thread
-	   - use ice/icy-public rather than ice/icy-private to coorespond to libshout and general convention
-	   - memory leak fixed with audio-info
+2004-02-02 19:22:11  Rev 5807   karl
 
-rev 5008:  oddsock | 2003-06-26 08:31:38 -0500 (Thu, 26 Jun 2003) | 2 lines
+	* src/slave.c src/slave.h src/event.c:
+	  recheck the relays after the HUP has been handled
 
-	   - force touches when vorbis metadata changes
 
-rev 5007:  oddsock | 2003-06-26 08:31:17 -0500 (Thu, 26 Jun 2003) | 2 lines
+2004-01-29 23:23:53  Rev 5795   karl
 
-	   - force touches when mp3 metadata is updated via admin interface
+	* configure.in src/connection.c:
+	  minor cleanup
 
-rev 4986:  karl | 2003-06-20 13:50:24 -0500 (Fri, 20 Jun 2003) | 2 lines
 
-	* handle error returned from listening sockets, can cause busy looping
+2004-01-29 16:46:54  Rev 5794   karl
 
-rev 4983:  brendan | 2003-06-19 23:01:31 -0500 (Thu, 19 Jun 2003) | 5 lines
+	* src/connection.c src/source.c src/source.h src/admin.c:
+	  cleanup duplicate work, fix rare but potential deadlock, and
+fix silly bug introduced ealrier
 
-	* Whoops! make install could overwrite an existing icecast.xml.
-	* Install icecast.xml.dist in doc
-	* Install as $(sysconfdir)/icecast.xml only if that file doesn't already
-	* exist.
 
-rev 4956:  brendan | 2003-06-17 16:10:56 -0500 (Tue, 17 Jun 2003) | 9 lines
+2004-01-29 01:02:40  Rev 5793   msmith
 
-	* Fix critical TODO item 1 (make install)
+	* README:
+	  Note GPL license in readme file.
 
-	* ATTN Mike!
 
-	* make install now installs the xsl files in pkgdatadir ($prefix/share/icecast) web
-	* and admin directories, and builds icecast.xml accordingly. icecast.xml is now
-	* installed in $sysconfdir/etc, and IMHO icecast should attempt to find a config
-	* file there, and only demand one on the command line if it can't.
+2004-01-29 01:02:12  Rev 5792   msmith
 
-rev 4955:  brendan | 2003-06-17 16:07:26 -0500 (Tue, 17 Jun 2003) | 2 lines
+	* src/format_mp3.h src/util.c src/client.c src/util.h src/client.h 
+	  src/md5.c src/os.h src/yp.c src/md5.h src/xslt.c src/yp.h 
+	  src/cfgfile.c src/connection.c src/xslt.h src/global.c src/auth.c 
+	  src/cfgfile.h src/connection.h src/global.h src/configtest.c 
+	  src/auth.h src/refbuf.c src/slave.c src/format_vorbis.c src/refbuf.
+	  h src/slave.h src/sighandler.c src/format_vorbis.h src/event.c 
+	  src/main.c src/sighandler.h src/logging.c src/event.h src/format.c 
+	  src/admin.c src/compat.h src/fserve.c src/logging.h src/format.h 
+	  src/admin.h src/stats.c src/fserve.h src/source.c src/geturl.c 
+	  src/stats.h src/source.h src/geturl.h src/format_mp3.c:
+	  Add Copyright notice to each source file, as requested by debian.
 
-	* One half of rename to NEWS
 
-rev 4954:  brendan | 2003-06-16 17:33:15 -0500 (Mon, 16 Jun 2003) | 2 lines
+2004-01-28 23:23:10  Rev 5791   karl
 
-	* This critical item should be resolved.
+	* src/main.c:
+	  change thread startup/shutdown order slightly wrt to slave thread
 
-rev 4888:  karl | 2003-06-05 19:05:19 -0500 (Thu, 05 Jun 2003) | 3 lines
 
-	* Another net change, making it more bullet-proof, before could silently miss
-	* data. so now we allocate enough space for the write to succeed fully.
+2004-01-28 02:17:57  Rev 5789   karl
 
-rev 4885:  brendan | 2003-06-05 12:55:40 -0500 (Thu, 05 Jun 2003) | 2 lines
+	* src/admin.c:
+	  oops, missed these from previous commit, the lock is now taken further up
 
-	* coordinate IPv6 change with net module
 
-rev 4879:  oddsock | 2003-06-04 23:15:58 -0500 (Wed, 04 Jun 2003) | 2 lines
+2004-01-28 01:22:36  Rev 5788   karl
 
-	* fixed check for regular file type in win32-specific code
+	* src/admin.c:
+	  make sure the source doesn't disappear from under us when an admin
+request is performed.
 
-rev 4872:  brendan | 2003-06-03 20:40:06 -0500 (Tue, 03 Jun 2003) | 2 lines
 
-	* spaces-only indentation for the love of $
+2004-01-27 02:16:25  Rev 5787   karl
 
-rev 4832:  brendan | 2003-05-28 10:14:47 -0500 (Wed, 28 May 2003) | 2 lines
+	* src/stats.c src/logging.c src/os.h:
+	  minor cleanups, and only have one thread responding to TERM
 
-	* *** empty log message ***
 
-rev 4831:  brendan | 2003-05-28 10:04:53 -0500 (Wed, 28 May 2003) | 6 lines
+2004-01-26 22:42:22  Rev 5786   karl
 
-	* Fix curl version test.
+	* src/yp.h src/event.c src/yp.c:
+	  fix potential deadlock case at source stream startup
 
-	* YP is enabled by default but automatically turned off if the curl test fails
-	* (unless --enable-yp is explicitly passed to configure, in which case configure
-	* will fail if the curl test fails).
 
-rev 4830:  msmith | 2003-05-28 08:43:48 -0500 (Wed, 28 May 2003) | 3 lines
+2004-01-26 21:49:07  Rev 5785   karl
 
-	* Fix lots of warnings in new admin stuff - primarily wrong types in printf
-	* format strings.
+	* src/util.c configure.in src/util.h:
+	  add localtime_r checks, useful the threads
 
-rev 4825:  brendan | 2003-05-27 22:45:57 -0500 (Tue, 27 May 2003) | 2 lines
 
-	* Check whether CURLOPT_NOSIGNAL is available, or disable YP (hopefully).
+2004-01-21 15:19:48  Rev 5780   oddsock
 
-rev 4824:  brendan | 2003-05-27 21:59:12 -0500 (Tue, 27 May 2003) | 2 lines
+	* src/source.c:
+	  fixed small bug where if using fallbacks and the main mount was not connected, icecast was not connecting client to the fallback mount.
 
-	* More autoconf junk
 
-rev 4711:  oddsock | 2003-05-15 18:19:57 -0500 (Thu, 15 May 2003) | 3 lines
+2004-01-16 00:43:16  Rev 5764   msmith
 
-	* some win32-isms
-	* and a bad free that valgrind yelled at me about
+	* src/fserve.c:
+	  Fix nasty bug in file serving code, would probably have made it fail with
+multiple simultaneous requests.
 
-rev 4710:  oddsock | 2003-05-15 16:05:15 -0500 (Thu, 15 May 2003) | 3 lines
 
-	* new config param <adminroot>
-	* added yp.icecast.net as another possible yp directory
+2004-01-15 15:37:25  Rev 5763   oddsock
 
-rev 4709:  oddsock | 2003-05-15 16:04:39 -0500 (Thu, 15 May 2003) | 2 lines
+	* src/source.c:
+	  - properly initialize the authorizer structure, otherwise by default it is enabled
+- add new element (listenurl) to the stats for use in things like java player applets
 
-	* added new admin directory
 
-rev 4708:  oddsock | 2003-05-15 16:03:32 -0500 (Thu, 15 May 2003) | 6 lines
+2004-01-15 04:24:57  Rev 5761   oddsock
 
-	* infrastructure for new web-based admin interface
+	* win32/icecast.dsp src/cfgfile.c src/auth.c win32/Icecast2win.clw:
+	  fixed some variable definitions to be ANSI compatable.
+updated win32 project files with new files
 
-	* new config option <adminroot>
 
-	* restructured code a bit in admin.c for a bit better extendability
+2004-01-15 01:01:09  Rev 5760   msmith
 
-rev 4707:  oddsock | 2003-05-15 16:01:30 -0500 (Thu, 15 May 2003) | 2 lines
+	* src/slave.c src/format_vorbis.c src/util.c src/client.c src/util.h 
+	  src/client.h src/md5.c src/compat.h src/admin.c src/Makefile.am 
+	  src/md5.h src/connection.c src/cfgfile.c src/source.c src/auth.c 
+	  src/connection.h src/cfgfile.h src/source.h src/auth.h:
+	  Client authentication added.
+Melanie's multilevel fallbacks added (after major changes).
 
-	* new admin XSL templates for web interface
 
-rev 4662:  msmith | 2003-05-03 20:32:53 -0500 (Sat, 03 May 2003) | 2 lines
+2004-01-12 01:34:07  Rev 5753   oddsock
 
-	* Oops. Commit updated version of TODO
+	* Makefile.am:
+	  add icecast.spec to the list of distributed files
 
-rev 4634:  msmith | 2003-04-25 03:38:47 -0500 (Fri, 25 Apr 2003) | 3 lines
 
-	* Change the <mount> section slightly and add a comment to avoid confusing
-	* users.
+2004-01-11 20:03:51  Rev 5752   oddsock
 
-rev 4629:  msmith | 2003-04-23 07:44:29 -0500 (Wed, 23 Apr 2003) | 2 lines
+	* README:
+	  fix reference to index document
 
-	* Implementation of aliases contributed by  Paul Donohue <icecast at TopQuark.net>
 
-rev 4628:  msmith | 2003-04-23 07:28:04 -0500 (Wed, 23 Apr 2003) | 2 lines
+2004-01-08 14:16:26  Rev 5746   oddsock
 
-	* And another
+	* conf/icecast.xml.in:
+	  commented out mount specific settings as they are optional and tend to cause
+confusion
 
-rev 4627:  msmith | 2003-04-23 07:20:45 -0500 (Wed, 23 Apr 2003) | 2 lines
 
-	* Add a short list of the critical things to do for 2.0 to be released.
+2004-01-07 21:53:38  Rev 5745   oddsock
 
-rev 4622:  karl | 2003-04-21 21:35:05 -0500 (Mon, 21 Apr 2003) | 2 lines
+	* configure.in:
+	  version bump for 2.0.0 release
 
-	* add missing check for inet_aton, sock.h wants this.
 
-rev 4620:  karl | 2003-04-21 12:52:12 -0500 (Mon, 21 Apr 2003) | 2 lines
+2004-01-07 21:44:13  Rev 5744   oddsock
 
-	* autoconf updates. Now builds on OpenBSD
+	* win32/icecast2logo2.bmp:
+	  new logo :)
 
-rev 4619:  karl | 2003-04-21 10:00:45 -0500 (Mon, 21 Apr 2003) | 3 lines
 
-	* icecast.xml in this subdirectory is now removed. This should now make the
-	* icecast tarball build again
+2004-01-07 21:26:14  Rev 5743   oddsock
 
-rev 4616:  msmith | 2003-04-18 09:59:26 -0500 (Fri, 18 Apr 2003) | 3 lines
+	* conf/icecast.xml.in:
+	  removed yp.icecast.net from the config..apparently, they are no longer running a YP..
 
-	* Only consider a path a candidate for file-serving if it exists AND is a normal
-	* file (not a directory, etc.)
 
-rev 4615:  oddsock | 2003-04-16 22:37:16 -0500 (Wed, 16 Apr 2003) | 5 lines
+2004-01-07 20:41:03  Rev 5742   oddsock
 
-	* removal of some errant newlines
-	* update of icecast.dsp for console build
-	* update of .iss setup build file
-	* removed icecast.xml from this dir (should never have been here)
+	* doc/icecast2_faq.html doc/icecast2.hhp:
+	  more doc updates
 
-rev 4614:  oddsock | 2003-04-16 22:29:57 -0500 (Wed, 16 Apr 2003) | 2 lines
 
-	* new win32 project files for iceast2 console mode
+2004-01-07 20:36:54  Rev 5741   oddsock
 
-rev 4613:  oddsock | 2003-04-16 22:23:18 -0500 (Wed, 16 Apr 2003) | 4 lines
+	* doc/icecast2.hhc doc/icecast2.hhp:
+	  update HTML help files with new index
 
-	* printf to stdout not valid with our win32 binary, so lets now use something that will work on win32.  note that these should only be used up to the point at which logging is started, then everything should go there.
 
-	* also added a new stat to represent what is currently being sent to the yp server as "what's playing"
+2004-01-07 20:31:19  Rev 5740   oddsock
 
-rev 4612:  karl | 2003-04-16 20:03:32 -0500 (Wed, 16 Apr 2003) | 2 lines
+	* win32/icecast.dsp win32/icecast2_console.dsp win32/icecast2.iss 
+	  win32/Icecast2win.clw:
+	  version tag updates for pending 2.0.0 release
 
-	* admin.h is needed for the tarball or else it will fail to compile icecast
 
-rev 4604:  oddsock | 2003-04-10 22:14:26 -0500 (Thu, 10 Apr 2003) | 2 lines
+2004-01-07 20:28:23  Rev 5739   oddsock
 
-	* new parameter for the icecast.xml config file (yp timeout interval)
+	* doc/icecast2_TOC.html doc/style.css doc/Makefile.am doc/index.html:
+	  Misc documentation updates
 
-rev 4603:  oddsock | 2003-04-10 22:00:24 -0500 (Thu, 10 Apr 2003) | 14 lines
 
-	   - fixed alot of yp logic.  timeouts now work properly so the tolerance of
-	  the unavailability of yp servers is much much better now.
+2004-01-06 04:36:51  Rev 5737   oddsock
 
-	   - new icecast config option <yp-url-timeout> to specify the timeout
+	* icecast.spec:
+	  config file now goes to /etc...
 
-	   - url encoding is now fixed so that the yp data is formatted much nicer (and is correct :))
 
-	   - added url encoding for some fields that were not url-encoded
+2004-01-06 03:43:00  Rev 5736   oddsock
 
-	   - modified util_dict_urlencode() to not url-encode the key (still does the value)
+	* icecast.spec:
+	  spec file for RPMs
 
-	   - new curl option (CURLOPT_NOSIGNAL) which prevents curl from using signals when
-	  timeouts are hit.  This new option needs curl 7.10 at least.
 
-rev 4602:  msmith | 2003-04-10 09:28:02 -0500 (Thu, 10 Apr 2003) | 3 lines
+2003-12-30 20:07:53  Rev 5733   oddsock
 
-	* What was I on when I wrote this? oddsock pointed out that util_url_escape()
-	* was chronically broken
+	* win32/Makefile.am:
+	  add icecast_console project files to the Makefile.am
 
-rev 4579:  msmith | 2003-04-03 06:41:18 -0600 (Thu, 03 Apr 2003) | 2 lines
 
-	* Commit my TODO file.
+2003-12-30 19:39:11  Rev 5732   oddsock
 
-rev 4571:  msmith | 2003-03-31 06:54:44 -0600 (Mon, 31 Mar 2003) | 3 lines
+	* win32/Icecast2winDlg.cpp win32/StatsTab.cpp win32/Icecast2win.clw:
+	  Fixed some peculiarities when shutting down server...
 
-	* Implement killsource admin command, to kill sources. Doesn't always do much,
-	* ices (as an example) will auto-reconnect.
 
-rev 4569:  msmith | 2003-03-30 07:52:27 -0600 (Sun, 30 Mar 2003) | 14 lines
+2003-12-30 15:57:05  Rev 5731   oddsock
 
-	* Remove locking from refbuf: we used a single global lock for all of them, which
-	* 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.
+	* doc/icecast2_admin.html:
+	  minor documentation fix
 
-	* 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.
+2003-12-29 16:35:01  Rev 5723   oddsock
 
-rev 4552:  brendan | 2003-03-27 11:10:14 -0600 (Thu, 27 Mar 2003) | 2 lines
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/icecast2_console.dsp 
+	  win32/Icecast2win.dsw win32/icecast2_console.dsw:
+	  re-add these as binary, hopefully fixing the line ending problem when doing a make dist...
 
-	* First crack at making YP/curl optional.
 
-rev 4515:  oddsock | 2003-03-19 09:58:16 -0600 (Wed, 19 Mar 2003) | 3 lines
+2003-12-29 16:34:10  Rev 5722   oddsock
 
-	* update project file with new files added to icecast module
-	* updated version in install script
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/icecast2_console.dsp 
+	  win32/Icecast2win.dsw win32/icecast2_console.dsw:
+	  Remove the VC project files and re-add them as binary (-kb)
 
-rev 4513:  msmith | 2003-03-19 01:59:32 -0600 (Wed, 19 Mar 2003) | 3 lines
 
-	* Fix ordering of some calls in source shutdown, silly bug.
-	* Remove wrong comment.
+2003-12-29 16:28:06  Rev 5721   oddsock
 
-rev 4512:  msmith | 2003-03-19 01:55:42 -0600 (Wed, 19 Mar 2003) | 2 lines
+	* win32/icecast.dsp:
+	  fixed VERSION STRING define
 
-	* Fix lack of null terminator in audio info/stats stuff.
 
-rev 4509:  karl | 2003-03-17 19:40:40 -0600 (Mon, 17 Mar 2003) | 2 lines
+2003-12-29 16:18:48  Rev 5720   oddsock
 
-	* we need to define an API level we want for certain systems like solaris
+	* src/main.c:
+	  add option to display icecast version string, and cleaned up usage a bit..
 
-rev 4499:  brendan | 2003-03-17 10:17:49 -0600 (Mon, 17 Mar 2003) | 2 lines
 
-	* Announce version required
+2003-12-29 16:18:15  Rev 5719   oddsock
 
-rev 4495:  brendan | 2003-03-15 18:33:07 -0600 (Sat, 15 Mar 2003) | 2 lines
+	* TODO:
+	  update the TODO
 
-	* #icecast at openprojects is defunct.
 
-rev 4492:  msmith | 2003-03-14 20:10:19 -0600 (Fri, 14 Mar 2003) | 3 lines
+2003-12-18 17:01:31  Rev 5702   oddsock
 
-	* Brendan was getting pissed off about inconsistent indentation styles.
-	* Convert all tabs to 4 spaces. All code must now use 4 space indents.
+	* AUTHORS README:
+	  added Karl to AUTHORS
+updated the README with more detailed information...
 
-rev 4489:  msmith | 2003-03-14 01:59:58 -0600 (Fri, 14 Mar 2003) | 6 lines
 
-	* Bugfix: source shutdown did things in the wrong order, could lead to clients
-	* ending up connecting to a source which didn't exist.
+2003-12-17 23:03:38  Rev 5701   karl
 
-	* Add 'moveclients' admin command to move all clients from one source to
-	* another (without shutting the old source down)
+	* src/slave.c:
+	  Fetching the stream list was failing after the config file was re-read.
 
-rev 4488:  karl | 2003-03-13 18:45:49 -0600 (Thu, 13 Mar 2003) | 2 lines
 
-	* separate the check for pthread_rwlock_t, it will soon be an optional
+2003-12-17 22:54:43  Rev 5700   karl
 
-rev 4478:  brendan | 2003-03-11 23:40:45 -0600 (Tue, 11 Mar 2003) | 2 lines
+	* src/source.c:
+	  failure case,  keep the source count in sync with the number of sources
+running, locking for shutdown was also affected.
 
-	* Typo (no sleeping between select()s waiting for connections)
 
-rev 4464:  msmith | 2003-03-10 16:20:16 -0600 (Mon, 10 Mar 2003) | 3 lines
+2003-12-13 14:40:03  Rev 5699   oddsock
 
-	* Fix relay stream listing. Remove seperate relay password, there's no
-	* need for it.
+	* win32/icecast.dsp win32/icecast2.iss:
+	  update version for win32 build
 
-rev 4455:  msmith | 2003-03-09 08:12:24 -0600 (Sun, 09 Mar 2003) | 2 lines
 
-	* Listing of current mountpoints in admin interface.
+2003-12-13 14:33:40  Rev 5698   oddsock
 
-rev 4454:  msmith | 2003-03-09 05:27:06 -0600 (Sun, 09 Mar 2003) | 2 lines
+	* configure.in README:
+	  version bump
 
-	* Support listening on multiple sockets.
 
-rev 4447:  msmith | 2003-03-07 23:38:52 -0600 (Fri, 07 Mar 2003) | 2 lines
+2003-12-12 23:06:44  Rev 5695   oddsock
 
-	* Check the right variable for password in icy logins
+	* src/slave.c src/cfgfile.c src/connection.c src/cfgfile.h src/admin.
+	  c:
+	  fixed master-slave relaying...
+* 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
 
-rev 4445:  msmith | 2003-03-07 23:02:13 -0600 (Fri, 07 Mar 2003) | 3 lines
 
-	* create /icy_0 (and incrementing numbers) for incoming icy protocol connections
-	* if the / mountpoint is taken
+2003-12-04 16:54:48  Rev 5686   oddsock
 
-rev 4444:  msmith | 2003-03-07 22:57:02 -0600 (Fri, 07 Mar 2003) | 2 lines
+	* conf/icecast.xml.in:
+	  disable pidfile by default
 
-	* Added support for shoutcast login protocol (ewww...)
 
-rev 4436:  karl | 2003-03-07 16:39:17 -0600 (Fri, 07 Mar 2003) | 4 lines
+2003-12-04 16:30:31  Rev 5685   oddsock
 
-	* Add XIPH_CFLAGS which will be used to pass compiler flags which you
-	* don't want to get clobbered by things like make CFLAGS='....'
-	* The typical flags you don't want clobbered are ones like -pthread
+	* configure.in README:
+	  version bump
 
-rev 4434:  msmith | 2003-03-07 08:57:36 -0600 (Fri, 07 Mar 2003) | 2 lines
 
-	* Implement listing of all currently connected clients on a mountpoint
+2003-12-04 16:29:27  Rev 5684   oddsock
 
-rev 4417:  msmith | 2003-03-06 08:52:09 -0600 (Thu, 06 Mar 2003) | 2 lines
+	* win32/icecast.dsp win32/Icecast2winDlg.cpp doc/icecast2.chm 
+	  win32/icecast2.iss:
+	  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
 
-	* Send a user-agent header on normal relay requests as well.
 
-rev 4416:  msmith | 2003-03-06 08:46:33 -0600 (Thu, 06 Mar 2003) | 2 lines
+2003-12-04 16:25:28  Rev 5682   oddsock
 
-	* Check admin password against the correct username
+	* src/stats.c:
+	  Remove stats_callback() which is only used by the win32 UI...The stats gathering done by the UI has been completely rewritten to eliminate some reported instability.
 
-rev 4414:  msmith | 2003-03-06 08:17:33 -0600 (Thu, 06 Mar 2003) | 6 lines
 
-	* Split admin stuff out into a seperate file, add various utility functions there.
+2003-12-04 16:24:34  Rev 5681   oddsock
 
-	* 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.
+	* src/main.c:
+	  Added win32 include for getpid()
 
-rev 4406:  msmith | 2003-03-05 07:03:35 -0600 (Wed, 05 Mar 2003) | 6 lines
 
-	* Allow rereading config files.
-	* Lots of new locking happening so that it's safe to have the config file
-	* disappear under the rest of the program
+2003-12-04 16:23:51  Rev 5680   oddsock
 
-	* Does NOT affect currently-running sources at the moment
+	* src/logging.h:
+	  get rid of the fullpath of the module that is logged...Stupid VC6....
 
-rev 4400:  msmith | 2003-03-04 02:31:49 -0600 (Tue, 04 Mar 2003) | 3 lines
 
-	* Comment out dump file, people don't want that on by default (I'm not
-	* admitting to just having filled up /)
+2003-12-02 01:11:12  Rev 5675   karl
 
-rev 4398:  msmith | 2003-03-03 07:09:47 -0600 (Mon, 03 Mar 2003) | 2 lines
+	* src/source.c:
+	  fix segv when fallback or dumpfilename are not specified
 
-	* doh! This one compiles.
 
-rev 4397:  msmith | 2003-03-03 07:04:34 -0600 (Mon, 03 Mar 2003) | 3 lines
+2003-12-01 23:30:13  Rev 5674   karl
 
-	* Fix buffer-queue length handling (was missing from refbuf_queue_add, which it
-	* used as well as refbuf_queue_insert).
+	* conf/icecast.xml.in src/cfgfile.c doc/icecast2_config_file.html 
+	  src/cfgfile.h src/main.c:
+	  Add optional pidfile. Writes process id of icecast to named file
 
-rev 4386:  msmith | 2003-03-02 05:01:21 -0600 (Sun, 02 Mar 2003) | 7 lines
 
-	* Add a changelog file for the last ~2 months.
+2003-12-01 17:18:37  Rev 5673   karl
 
-	* Other committers: any new features, and any major bugfixes, should be added in
-	* here, please. Try and keep it up to date. Minor changes (particularly those
-	* not visible to the user) and so on don't generally need an entry here - this
-	* should be a usable summary of new stuff for the non-developer.
+	* src/connection.c src/source.c:
+	  cleanup bad pointer access after config re-read
 
-rev 4385:  msmith | 2003-03-02 04:36:24 -0600 (Sun, 02 Mar 2003) | 2 lines
 
-	* Fix various minor bugs in per-mountpoint configs.
+2003-11-25 03:04:40  Rev 5630   oddsock
 
-rev 4384:  msmith | 2003-03-02 04:18:28 -0600 (Sun, 02 Mar 2003) | 2 lines
+	* win32/icecast.dsp win32/Icecast2win.clw:
+	  added VERSION_STRING to defines for win32 project
 
-	* Add another comment suggested by a user.
 
-rev 4383:  msmith | 2003-03-02 04:13:59 -0600 (Sun, 02 Mar 2003) | 7 lines
+2003-11-25 02:51:02  Rev 5629   oddsock
 
-	* More features:
-	  -- per mountpoint listener maxima
-	  -- static configuration of mountpoint fallbacks
-	  -- stream dumping (write incoming stream to disk)
+	* src/global.h:
+	  Icecast we are
 
-	* Fixed some warnings that other people introduced.
 
-rev 4382:  brendan | 2003-02-28 14:16:36 -0600 (Fri, 28 Feb 2003) | 2 lines
+2003-11-25 02:41:23  Rev 5628   oddsock
 
-	* Typo
+	* src/global.h:
+	  Base ICECAST2_VERSION_STRING off VERSION_STRING which is generated by autoconf..win32 projects will have to manually define this currently..blah.
 
-rev 4380:  oddsock | 2003-02-26 21:01:12 -0600 (Wed, 26 Feb 2003) | 4 lines
 
-	* whoops...stats can't have spaces in them, since XML can't have spaces in the tags
+2003-11-22 22:23:04  Rev 5627   oddsock
 
-	* also, handle case where a client sends a bad ice-audio-info string (variable but no value)
+	* src/global.h:
+	  lets make the ICECAST_VERSION_STRING a bit less of a maintance issue...
 
-rev 4379:  oddsock | 2003-02-26 17:52:23 -0600 (Wed, 26 Feb 2003) | 10 lines
 
-	* added parsing of new icy-audio-info header which will be used to
-	* communicate things like samplerate/quality/number of channels to
-	* icecast2. This info will be then forwarded to the yp servers for
-	* better stream info.
+2003-11-19 03:57:48  Rev 5614   oddsock
 
-	* also factored out some logic in source_main into common functions
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/icecast2_console.dsp:
+	  Update the project files to use the ogg vorbis SDK 1.0.1
 
-	* added a few new routines into util.c (taken from Brendan's
-	* updates to libshout)
 
-rev 4366:  msmith | 2003-02-25 03:40:34 -0600 (Tue, 25 Feb 2003) | 2 lines
+2003-11-19 03:57:14  Rev 5613   oddsock
 
-	* mp3 metadata relaying now works (lots of bugs fixed)
+	* doc/icecast2.chm:
+	  Final build of the docs for beta1
 
-rev 4365:  msmith | 2003-02-24 08:56:49 -0600 (Mon, 24 Feb 2003) | 2 lines
 
-	* Commit fix for segfault in buffer length handling code.
+2003-11-18 17:47:41  Rev 5609   vanguardist
 
-rev 4364:  msmith | 2003-02-24 07:37:15 -0600 (Mon, 24 Feb 2003) | 6 lines
+	* doc/icecast2_win32.html:
+	  Oddsock gets props for the docs
 
-	* Max queue length for clients is now
-	    a) based on total bytes in queue, not total number of buffers in queue
-	    b) configurable (defaults to 100 kB)
 
-	* mp3 metadata relaying (inline). Untested.
+2003-11-18 17:43:05  Rev 5608   vanguardist
 
-rev 4358:  msmith | 2003-02-20 16:18:24 -0600 (Thu, 20 Feb 2003) | 2 lines
+	* doc/icecast2_yp.html doc/icecast2_relay.html:
+	  going and going...
 
-	* Oops. Very broken password checking, fix from Karl Heyes.
 
-rev 4354:  msmith | 2003-02-17 07:01:37 -0600 (Mon, 17 Feb 2003) | 3 lines
+2003-11-18 17:36:31  Rev 5607   vanguardist
 
-	* Fix previous changes to source creation - misunderstood requirements for
-	* unlocking rwlocks. Move more checks and some other logic into source.c
+	* doc/icecast2_stats.html:
+	  Weee~
 
-rev 4353:  msmith | 2003-02-17 06:05:45 -0600 (Mon, 17 Feb 2003) | 2 lines
 
-	* Commit some other work so it compiles again (incomplete mp3 metadata relaying)
+2003-11-18 17:33:00  Rev 5606   vanguardist
 
-rev 4352:  msmith | 2003-02-17 05:56:12 -0600 (Mon, 17 Feb 2003) | 3 lines
+	* doc/icecast2_admin.html:
+	  A few more.
 
-	* Fix a serious bug with source creation in relays when local-mount != mount,
-	* and fix a series of locking bugs in source creation.
 
-rev 4349:  msmith | 2003-02-14 19:13:35 -0600 (Fri, 14 Feb 2003) | 2 lines
+2003-11-18 17:23:55  Rev 5605   vanguardist
 
-	* check for poll(2) in configure.
+	* doc/icecast2_config_file.html:
+	  Config doc luv.
 
-rev 4348:  msmith | 2003-02-14 07:39:02 -0600 (Fri, 14 Feb 2003) | 2 lines
 
-	* Fix mp3 streaming for clients not using metadata
+2003-11-18 17:07:55  Rev 5604   vanguardist
 
-rev 4347:  msmith | 2003-02-14 07:17:38 -0600 (Fri, 14 Feb 2003) | 3 lines
+	* doc/icecast2_basicsetup.html:
+	  np: Beatles - Helter Skelter.ogg (aka some cleanups)
 
-	* Oops. Pull a header print outside the loop so the Server: header is only
-	* output once, not many times.
 
-rev 4346:  msmith | 2003-02-14 05:44:08 -0600 (Fri, 14 Feb 2003) | 2 lines
+2003-11-18 16:55:01  Rev 5603   vanguardist
 
-	* Fix bad log entries from relaying.
+	* doc/icecast2_introduction.html:
+	  Nothing but the best!
 
-rev 4344:  msmith | 2003-02-14 04:31:21 -0600 (Fri, 14 Feb 2003) | 3 lines
 
-	* Fix incorrect use of enum that was leading to crashes on source connect for
-	* unknown mimetype.
+2003-11-18 16:32:46  Rev 5602   oddsock
 
-rev 4342:  msmith | 2003-02-13 05:29:07 -0600 (Thu, 13 Feb 2003) | 5 lines
+	* doc/icecast2.chm doc/icecast2.hhp:
+	  fix the default window size of the CHM
 
-	* Better IPv6 support. Hopefully logging will work correctly now.
-	* However, some things still won't work, notably relaying (the relay can be
-	* ipv6, the server being relayed _from_ may not be).
-	* I'll fix that some time soon.
 
-rev 4341:  msmith | 2003-02-12 16:50:59 -0600 (Wed, 12 Feb 2003) | 2 lines
+2003-11-18 02:44:57  Rev 5601   oddsock
 
-	* Increase buffer size for IPs so that logging works better for v6 clients.
+	* doc/style.css:
+	  minor style tweaks from Mike...
 
-rev 4340:  msmith | 2003-02-12 05:04:26 -0600 (Wed, 12 Feb 2003) | 2 lines
 
-	* Allow configuring local mountpoint seperately from remote mountpoint
+2003-11-18 00:59:51  Rev 5600   karl
 
-rev 4338:  msmith | 2003-02-11 08:23:34 -0600 (Tue, 11 Feb 2003) | 4 lines
+	* src/cfgfile.c:
+	  if relay is for an mp3 stream, then get inline metadata by default if
+possible
 
-	* Per mountpoint usernames, passwords, and some infrastructure for other
-	* per-mountpoint configuration (some of these are given as examples in
-	* the config file, but they aren't yet used).
 
-rev 4336:  msmith | 2003-02-11 06:18:22 -0600 (Tue, 11 Feb 2003) | 3 lines
+2003-11-18 00:49:59  Rev 5599   karl
 
-	* Now that it's been completely officially assigned, use application/ogg instead
-	* of application/x-ogg
+	* src/cfgfile.c:
+	  fix minor leak on config file read
 
-rev 4332:  msmith | 2003-02-07 08:00:33 -0600 (Fri, 07 Feb 2003) | 2 lines
 
-	* Sigh. And another.
+2003-11-18 00:39:19  Rev 5598   karl
 
-rev 4331:  msmith | 2003-02-07 07:56:33 -0600 (Fri, 07 Feb 2003) | 2 lines
+	* autogen.sh:
+	  minor cleanup
 
-	* Grumble. Silly gcc.
 
-rev 4330:  msmith | 2003-02-07 06:26:07 -0600 (Fri, 07 Feb 2003) | 2 lines
+2003-11-17 23:08:46  Rev 5595   oddsock
 
-	* Free new config variables on shutdown (forgot to add this before)
+	* win32/Icecast2winDlg.cpp:
+	  Get rid of version in the window title...
 
-rev 4329:  msmith | 2003-02-07 05:56:40 -0600 (Fri, 07 Feb 2003) | 3 lines
 
-	* Add format detection workaround for icecast 1.x, which is buggy and doesn't
-	* send a content-type header.
+2003-11-17 23:07:37  Rev 5594   brendan
 
-rev 4328:  msmith | 2003-02-07 05:46:03 -0600 (Fri, 07 Feb 2003) | 2 lines
+	* doc/icecast2_stats.html:
+	  Slight cosmetic fixes to the icecast2 docs
 
-	* Fix relaying. Oops.
 
-rev 4327:  msmith | 2003-02-07 04:53:38 -0600 (Fri, 07 Feb 2003) | 4 lines
+2003-11-17 22:55:45  Rev 5593   oddsock
 
-	* Rearrange some relaying code.
-	* Add ability to configure individual relays as well (i.e. single stream, rather
-	* than all the streams from a server).
+	* win32/icecast2.iss:
+	  version bump
 
-rev 4325:  msmith | 2003-02-06 07:10:48 -0600 (Thu, 06 Feb 2003) | 19 lines
 
-	* Lots of fixes for screwy code formatting, plus:
+2003-11-17 22:42:03  Rev 5592   oddsock
 
-	* make streams public by default, send ice-private: 1 to make them private.
-	* However, default config file has yp servers commented out.
+	* doc/icecast2.chm:
+	  rebuild of compiled html help
 
-	* A little fix for compilation on some solaris systems
 
-	* Redo some config file stuff: now all the passwords are inside an element
-	* <authentication>, (though for now they're also accepted in the old location),
-	* and added admin username and password. Move some of the admin activities over
-	* to using the admin passwords (admin action that affect a mountpoint use the
-	* source password)
+2003-11-17 22:41:16  Rev 5591   oddsock
 
-	* Fill in some (but not yet all, maybe i'll do that later) of the infrastructure
-	* for per-mountpoint passwords.
+	* README:
+	  (a bit) More appropriate README
 
-	* Fix lots of headers/code so that it works properly/portably  on non-win32
-	* systems.
 
-rev 4324:  oddsock | 2003-02-05 08:31:17 -0600 (Wed, 05 Feb 2003) | 2 lines
+2003-11-17 22:40:27  Rev 5590   oddsock
 
-	* forgot to add libcurl to the setup building script
+	* configure.in:
+	  version bump
 
-rev 4320:  oddsock | 2003-02-04 20:04:54 -0600 (Tue, 04 Feb 2003) | 2 lines
 
-	* if there is an error on touching, then reset the sid which will force another add
+2003-11-17 22:38:58  Rev 5589   oddsock
 
-rev 4317:  oddsock | 2003-02-02 14:43:02 -0600 (Sun, 02 Feb 2003) | 2 lines
+	* src/format_mp3.c:
+	  added WIN32-ism
 
-	* added check for HAVE_SYS_UIO_H
 
-rev 4316:  oddsock | 2003-02-02 10:48:15 -0600 (Sun, 02 Feb 2003) | 2 lines
+2003-11-17 21:36:03  Rev 5586   karl
 
-	* style changes
+	* src/yp.c:
+	  type warning cleanup
 
-rev 4315:  oddsock | 2003-02-02 08:35:10 -0600 (Sun, 02 Feb 2003) | 2 lines
 
-	* added new entry for yp server
+2003-11-17 02:31:07  Rev 5584   brendan
 
-rev 4314:  oddsock | 2003-02-02 08:33:47 -0600 (Sun, 02 Feb 2003) | 2 lines
+	* doc/Makefile.am:
+	  Whoops, put manual back in dist. I would have caught this at home if I could make dist,
+but HFS+ case-preserving/insensitive FS causes make dist to fail in the debian
+directory. Automake sees changelog, thinks it is ChangeLog, and adds it to make dist
+automatically, but then make can't find ChangeLog because it is actually changelog. Grr.
 
-	* added references to geturl.h
 
-rev 4313:  oddsock | 2003-02-02 08:33:17 -0600 (Sun, 02 Feb 2003) | 2 lines
+2003-11-17 02:26:10  Rev 5583   brendan
 
-	* many modifications in order to support yp listing..the source structure now has additional fields, which are only used by the yp listing routines
+	* doc/Makefile.am:
+	  make install installs manual in $prefix/share/doc/icecast
 
-rev 4312:  oddsock | 2003-02-02 08:32:21 -0600 (Sun, 02 Feb 2003) | 2 lines
 
-	* added reference to log.h, WIN32 needed it otherwise it would fail on finding prototypes
+2003-11-15 17:30:30  Rev 5580   brendan
 
-rev 4311:  oddsock | 2003-02-02 08:31:34 -0600 (Sun, 02 Feb 2003) | 2 lines
+	* doc/Makefile.am:
+	  Add docs to dist tarball. Next step: install docs in the right place.
 
-	* added geturl.h reference
 
-rev 4310:  oddsock | 2003-02-02 08:26:54 -0600 (Sun, 02 Feb 2003) | 2 lines
+2003-11-13 03:52:49  Rev 5570   oddsock
 
-	* added initialization routines for curl, and also added the '-b' as a command line param...this will put icecast2 in the background
+	* NEWS:
+	  updated NEWS
 
-rev 4309:  oddsock | 2003-02-02 08:25:53 -0600 (Sun, 02 Feb 2003) | 2 lines
 
-	* added function for retrieving specific stat values (for use by yp routines)
+2003-11-13 03:50:30  Rev 5569   oddsock
 
-rev 4308:  oddsock | 2003-02-02 08:24:58 -0600 (Sun, 02 Feb 2003) | 2 lines
+	* doc/icecast2_stats.html doc/icecast2_win32.html 
+	  doc/icecast2_basicsetup.html doc/icecast2_glossary.html 
+	  doc/icecast2_config_file.html doc/style.css doc/icecast2_faq.html 
+	  doc/windowtitle.jpg doc/icecast2_relay.html doc/stats1.jpg 
+	  doc/icecast2.hhc doc/icecast2_introduction.html doc/icecast2.chm 
+	  doc/icecast2_TOC.html doc/icecast2_yp.html doc/icecast2_admin.html 
+	  doc/icecast2.hhp:
+	  icecast2 documentation. need I say more ?
 
-	* new configuration entries for yp listing
 
-rev 4307:  oddsock | 2003-02-02 08:24:13 -0600 (Sun, 02 Feb 2003) | 2 lines
+2003-11-11 18:21:49  Rev 5562   karl
 
-	* added new files for yp listing, and also added refereneces to them in Makefile.am
+	* src/format_mp3.c:
+	  While tracking down the bug which causes the zombie thread manager while
+streaming mp3 with metadata, this patch has turned out to be successful at
+maintaining a working icecast for the few users who have reported the problem
 
-rev 4306:  oddsock | 2003-02-02 08:22:25 -0600 (Sun, 02 Feb 2003) | 2 lines
+The patch essentially removes the use of the alloca and uses the malloc-type
+calls instead.
 
-	* added references to libcurl (needed for yp-listing in icecast2)
 
-rev 4305:  oddsock | 2003-02-02 08:21:57 -0600 (Sun, 02 Feb 2003) | 2 lines
+2003-10-31 19:24:16  Rev 5528   oddsock
 
-	* added libcurl to dependencies, needed for yp-listing within icecast2
+	* win32/icecast2.iss:
+	  bumped version
 
-rev 4292:  msmith | 2003-01-23 05:12:54 -0600 (Thu, 23 Jan 2003) | 2 lines
 
-	* Fix segfault if current source didn't exist on fallback mount request.
+2003-10-31 19:24:00  Rev 5527   oddsock
 
-rev 4268:  msmith | 2003-01-18 06:30:29 -0600 (Sat, 18 Jan 2003) | 3 lines
+	* win32/Icecast2winDlg.cpp:
+	  fixed some display bugs when showing stats
 
-	* Fix for a couple of nasty bugs that could result in clients being incorrectly
-	* dropped under some circumstances. Thanks to Ricardo Galli for finding this.
 
-rev 4262:  msmith | 2003-01-18 01:39:29 -0600 (Sat, 18 Jan 2003) | 2 lines
+2003-10-31 19:21:00  Rev 5526   oddsock
 
-	* And some more message fixes (this and the previous from alet at librelogiciel.com (Jerome Alet)
+	* src/stats.c:
+	  added bypassing of thread_sleep() in certain cases.
 
-rev 4261:  msmith | 2003-01-18 01:38:18 -0600 (Sat, 18 Jan 2003) | 2 lines
+this came from KarlH.
 
-	* Fix a message that was talking about the wrong path
 
-rev 4260:  msmith | 2003-01-18 01:08:00 -0600 (Sat, 18 Jan 2003) | 4 lines
+2003-10-31 19:16:12  Rev 5524   oddsock
 
-	* Set TCP_NODELAY on sockets for streams and fileserving.
+	* conf/icecast.xml.in:
+	  removed unused tags and added the XIPH directory
 
-	* Adapted from a patch sent by Richard Galli
 
-rev 4259:  msmith | 2003-01-18 00:54:29 -0600 (Sat, 18 Jan 2003) | 2 lines
+2003-10-03 12:20:06  Rev 5398   giles
 
-	* Small memory leak fixed (patch from Ricardo Galli <gallir at uib.es>)
+	* README:
+	  The developer irc channel is back on freenode.
 
-rev 4254:  brendan | 2003-01-16 02:07:36 -0600 (Thu, 16 Jan 2003) | 2 lines
 
-	* I wanted to see this variable
+2003-09-02 03:20:56  Rev 5277   oddsock
 
-rev 4243:  brendan | 2003-01-14 23:58:09 -0600 (Tue, 14 Jan 2003) | 4 lines
+	* win32/icecast.dsp win32/icecast2_console.dsp win32/icecast2.iss 
+	  win32/icecast2_console.dsw:
+	  * clean up of ctrl-Ms (I hate MSVC sometimes) and bump of version in the setup script
 
-	* OS X 10.2.3 doesn't define socklen_t.
-	* This version is compatible with autoconf 2.13. I believe it should also
-	* work in 2.5x, although the semantics of AC_CHECK_TYPE have changed.
 
-rev 4242:  brendan | 2003-01-14 23:38:31 -0600 (Tue, 14 Jan 2003) | 2 lines
+2003-08-04 08:42:13  Rev 5190   keegan
 
-	* Missing .cvsignores
+	* debian configure.in debian/watch debian/copyright debian/Makefile.
+	  am debian/.cvsignore debian/README.Debian debian/icecast2.postinst 
+	  debian/icecast2.postrm debian/icecast2.default debian/control 
+	  debian/icecast2.preinst debian/compat debian/icecast2.manpages 
+	  debian/changelog Makefile.am debian/rules debian/icecast2.1 
+	  debian/icecast2.init:
+	  Added Debian packaging
 
-rev 4241:  brendan | 2003-01-14 23:36:15 -0600 (Tue, 14 Jan 2003) | 2 lines
 
-	* automake/libtool generated files
+2003-07-30 14:46:35  Rev 5183   karl
 
-rev 4240:  brendan | 2003-01-14 23:34:20 -0600 (Tue, 14 Jan 2003) | 2 lines
+	* autogen.sh:
+	  fix issues with non-portable echo flags and re-do the tests for automake
+version checking. The enrironment var AUTOMAKE can be used to indicate the
+first one to check for
 
-	* autoheader always requires the third argument to AC_DEFINE
 
-rev 4239:  brendan | 2003-01-14 23:33:38 -0600 (Tue, 14 Jan 2003) | 2 lines
+2003-07-27 22:53:58  Rev 5181   karl
 
-	* config.h.in is generated by autoheader
+	* src/Makefile.am:
+	  We need to state both of these to get the dependencies and linking working
+as expected.
 
-rev 4235:  msmith | 2003-01-13 04:48:43 -0600 (Mon, 13 Jan 2003) | 3 lines
 
-	* Patch for freebsd to set gcc options for pthreads correctly, from
-	* "Nigel Weeks" <nigel at e-easy.com.au>
+2003-07-27 01:13:06  Rev 5178   karl
 
-rev 4198:  oddsock | 2003-01-01 15:21:20 -0600 (Wed, 01 Jan 2003) | 2 lines
+	* src/Makefile.am:
+	  remove unwanted bits left in from previous commits
 
-	* fixed SEGV when streaming with mp3 with metadata
 
-rev 4197:  msmith | 2003-01-01 01:31:46 -0600 (Wed, 01 Jan 2003) | 2 lines
+2003-07-25 14:29:33  Rev 5175   karl
 
-	* indentation fixes, and a small fix for tracking bytes sent.
+	* src/connection.c src/sighandler.c src/global.h:
+	  place the config reread flag in the global structure
 
-rev 4196:  oddsock | 2002-12-31 14:15:03 -0600 (Tue, 31 Dec 2002) | 2 lines
 
-	* those darn EOL chars
+2003-07-24 23:45:29  Rev 5174   karl
 
-rev 4195:  oddsock | 2002-12-31 14:07:14 -0600 (Tue, 31 Dec 2002) | 2 lines
+	* src/connection.c src/sighandler.c src/sighandler.h:
+	  avoid hitting the mutex's in the signal handler, we could block, which is
+not something we want to do. Some mutex implementations are signal based.
 
-	* win32 compilation fixes
 
-rev 4194:  oddsock | 2002-12-31 13:48:28 -0600 (Tue, 31 Dec 2002) | 2 lines
+2003-07-24 16:21:22  Rev 5173   karl
 
-	* fixed mp3 metadata, now tested and working.
+	* src/fserve.c configure.in src/stats.c src/source.c src/main.c 
+	  src/admin.c src/yp.c:
+	  minor fixes. autoconf/make init clenaup, missing includes added and
+compiler warnings removed
 
-rev 4192:  msmith | 2002-12-31 01:49:34 -0600 (Tue, 31 Dec 2002) | 3 lines
 
-	* New year's bonus feature:
-	 configurable fallbacks, now working.
+2003-07-24 05:38:34  Rev 5172   brendan
 
-rev 4191:  msmith | 2002-12-31 00:28:39 -0600 (Tue, 31 Dec 2002) | 2 lines
+	* Makefile.am:
+	  Let aclocal know about m4 directory
 
-	* mp3 metadata complete. Still untested.
 
-rev 4181:  msmith | 2002-12-30 09:42:38 -0600 (Mon, 30 Dec 2002) | 2 lines
+2003-07-24 05:32:37  Rev 5171   brendan
 
-	* Better file-serving, rationalisation of some paths
+	* configure.in src/main.c:
+	  use _GNU_SOURCE where possible
+guard unistd.h with CHROOT rather than HAVE_UNISTD_H, since that's how it's
+tested in configure.in
 
-rev 4180:  msmith | 2002-12-30 09:19:46 -0600 (Mon, 30 Dec 2002) | 3 lines
 
-	* mountpoint fallbacks.
-	* untested, and no interface available to configure them.
+2003-07-24 05:24:00  Rev 5170   brendan
 
-rev 4179:  msmith | 2002-12-30 05:27:21 -0600 (Mon, 30 Dec 2002) | 2 lines
+	* src/xslt.c src/main.c src/format_mp3.c:
+	  Mike's #include patch
 
-	* Fix some minor errors.
 
-rev 4178:  msmith | 2002-12-30 05:22:59 -0600 (Mon, 30 Dec 2002) | 4 lines
+2003-07-24 02:31:36  Rev 5169   karl
 
-	* More mp3 metadata work.
-	* Untested but more or less complete.
-	* No way to actually set the metadata yet.
+	* configure.in:
+	  remove duplication for compiler flags, and fixup curl detection
 
-rev 4177:  msmith | 2002-12-30 01:55:56 -0600 (Mon, 30 Dec 2002) | 2 lines
 
-	* mp3 metadata work (incomplete)
+2003-07-23 00:27:10  Rev 5168   karl
 
-rev 4176:  msmith | 2002-12-29 19:59:03 -0600 (Sun, 29 Dec 2002) | 2 lines
+	* src/connection.c src/cfgfile.h conf/Makefile.am src/format_mp3.c 
+	  src/format.c:
+	  minor cleanups
 
-	* Fix c++-ism that gcc didn't think to warn me about
 
-rev 4175:  msmith | 2002-12-29 09:46:32 -0600 (Sun, 29 Dec 2002) | 2 lines
+2003-07-21 02:23:41  Rev 5157   karl
 
-	* Fix up types after thread type rename earlier.
+	* src/config.h configure.in acinclude.m4 Makefile.am autogen.sh 
+	  src/config.c acconfig.h src/Makefile.am:
+	  Make icecast use the shared M4 macros. Cleanup the other files.
 
-rev 4174:  msmith | 2002-12-29 08:06:20 -0600 (Sun, 29 Dec 2002) | 2 lines
 
-	* Plug several small memory leak, and one huge one in the xslt output code
+2003-07-21 01:58:54  Rev 5156   karl
 
-rev 4169:  msmith | 2002-12-29 03:21:32 -0600 (Sun, 29 Dec 2002) | 2 lines
+	* src/slave.c src/format_vorbis.c src/util.c src/client.c 
+	  src/sighandler.c src/event.c src/main.c src/logging.c src/format.c 
+	  src/admin.c src/yp.c src/fserve.c src/xslt.c src/stats.c 
+	  src/connection.c src/global.c src/source.c src/geturl.c 
+	  src/configtest.c src/source.h src/format_mp3.c src/refbuf.c:
+	  refer to cfgfile.h instead of config.h for icecast.xml, and use config.h
+for autoconf
 
-	* Minor incompatible change to relaying, to match actual protocol.
 
-rev 4167:  msmith | 2002-12-29 02:10:10 -0600 (Sun, 29 Dec 2002) | 3 lines
+2003-07-21 01:39:39  Rev 5154   karl
 
-	* Add infrastructure for better/more flexible format support. Will be needed
-	* for mp3 metadata, for example.
+	* src/cfgfile.c src/cfgfile.h:
+	  a move over from config.c config.h.  This is so that config.h can be built
+by autoconf.  config.h is also the name expected by the convenience libs
 
-rev 4132:  msmith | 2002-11-30 20:10:25 -0600 (Sat, 30 Nov 2002) | 2 lines
 
-	* Fix EOLs
+2003-07-18 19:54:02  Rev 5152   karl
 
-rev 4117:  oddsock | 2002-11-23 09:55:27 -0600 (Sat, 23 Nov 2002) | 2 lines
+	* src/config.c:
+	  The xml cleanup occurs after this anyway, and doing this here can cause
+bad things to occur when xslt gets used.
 
-	* win32 port updates to recent changes
 
-rev 4116:  oddsock | 2002-11-23 09:54:50 -0600 (Sat, 23 Nov 2002) | 3 lines
+2003-07-16 19:41:59  Rev 5146   karl
 
-	* added missing win32 files
-	* fixed UNIX EOL on VC6 project files
+	* src/slave.c src/format_vorbis.c src/util.c src/client.c 
+	  src/sighandler.c src/main.c src/logging.c src/format.c 
+	  src/Makefile.am src/fserve.c src/xslt.c src/logging.h src/format.h 
+	  src/connection.c src/xslt.h src/source.c src/global.c src/stats.h 
+	  src/connection.h src/format_mp3.c:
+	  avoid header namespace clashes
 
-rev 4115:  msmith | 2002-11-22 07:13:04 -0600 (Fri, 22 Nov 2002) | 2 lines
 
-	* Fix a compile error.
+2003-07-11 23:54:50  Rev 5129   karl
 
-rev 4111:  msmith | 2002-11-22 07:00:44 -0600 (Fri, 22 Nov 2002) | 2 lines
+	* src/logging.h src/event.c src/logging.c:
+	  Add log cycling on HUP signals. Currently reopens log files in append mode
+so allows for continuing the log, or cycling just one log.   log filename
+changes work as well.
 
-	* Lots of bugfixes contributed by Karl Heyes.
 
-rev 3985:  msmith | 2002-10-10 03:50:58 -0500 (Thu, 10 Oct 2002) | 3 lines
+2003-07-11 19:03:30  Rev 5127   karl
 
-	* Allow icelogin to coexist with http login. icelogin is still deprecated,
-	* and now a warning is issued.
+	* src/source.c:
+	  don't terminate stream when debugging
 
-rev 3978:  msmith | 2002-10-06 04:57:07 -0500 (Sun, 06 Oct 2002) | 7 lines
 
-	* Previous bugfix was incorrect, and made the problem worse, since it ensured
-	* it would be triggered in certain cases, instead of merely making it dependant
-	* on previous values written to the variable in those cases.
+2003-07-08 14:11:32  Rev 5104   oddsock
 
-	* Fixes source disconnect on some (but very few) ogg bitstreams (the vast
-	* majority of my files play fine)
+	* src/source.c:
+	  unused variable
 
-rev 3975:  msmith | 2002-10-03 09:07:34 -0500 (Thu, 03 Oct 2002) | 2 lines
 
-	* Fix for possible obscure bug leading to source disconnects.
+2003-07-08 14:11:01  Rev 5103   oddsock
 
-rev 3966:  msmith | 2002-10-01 11:26:18 -0500 (Tue, 01 Oct 2002) | 2 lines
+	* src/yp.h src/yp.c:
+	  don't overwrite info in one yp with info from another :)
 
-	* README written.
 
-rev 3945:  msmith | 2002-09-24 03:16:24 -0500 (Tue, 24 Sep 2002) | 2 lines
+2003-07-07 22:04:29  Rev 5094   oddsock
 
-	* build updates.
+	* src/format_mp3.c:
+	  cleaned a bit
 
-rev 3884:  oddsock | 2002-08-28 15:37:44 -0500 (Wed, 28 Aug 2002) | 4 lines
 
-	* removed tab for editing configuration file, opted for a much simpler approach (spwan a notepad session)
-	* fixed the "Make this stat the window title" logic
-	* Added menu to the dialog
+2003-07-07 22:02:39  Rev 5093   oddsock
 
-rev 3883:  msmith | 2002-08-28 08:50:58 -0500 (Wed, 28 Aug 2002) | 3 lines
+	* src/format_mp3.c:
+	  win32 goodies
 
-	* Fix an fserv crash bug if startup failed, and fix an fserv-didn't-actually-
-	* work-at-all-in-most-circumstances bug.
 
-rev 3882:  msmith | 2002-08-28 08:00:02 -0500 (Wed, 28 Aug 2002) | 2 lines
+2003-07-06 15:27:50  Rev 5079   brendan
 
-	* Fix XSLT compiler flags. patch from Thomas Vander Stichele
+	* src/format_mp3.c src/format.c:
+	  Move MP3 headers back into format_mp3.c per Mike's desire.
 
-rev 3879:  oddsock | 2002-08-26 07:40:29 -0500 (Mon, 26 Aug 2002) | 2 lines
+I removed icy- support from the generic send headers function, as it is my
+understanding that only MP3 sources use icy headers. PLEASE correct me
+if I am wrong.
 
-	* initial documentation for the win32 port...Using HTML Help to build the win32 help file
+I also added code in the mp3 function to convert ice-audio-info bitrate to
+an icy-br header. ice-audio-info is for YP, icy-br for clients. Perhaps we
+should send both to clients though?
 
-rev 3878:  msmith | 2002-08-25 01:14:47 -0500 (Sun, 25 Aug 2002) | 2 lines
 
-	* icecast2/win32 updates from oddsock.
+2003-07-05 06:36:16  Rev 5067   brendan
 
-rev 3877:  msmith | 2002-08-25 01:12:51 -0500 (Sun, 25 Aug 2002) | 2 lines
+	* src/connection.c:
+	  Write a newline after the m3u entry (patch by Paul Bryan).
 
-	* Move fserve_initialize() to later so that chroot() works right.
 
-rev 3858:  msmith | 2002-08-18 08:38:51 -0500 (Sun, 18 Aug 2002) | 3 lines
+2003-07-03 01:39:59  Rev 5045   brendan
 
-	* Build an extension->mimetype mapping table from /etc/mime.types, use this
-	* for sending content-type when file serving.
+	* src/format.c:
+	  Convert ice headers to icy headers for MP3 streams.
+TODO: rewrite ice-audio-info bitrate tag to icy-br.
 
-rev 3857:  msmith | 2002-08-18 04:38:45 -0500 (Sun, 18 Aug 2002) | 2 lines
 
-	* Use select() if poll() isn't available in fserve.
+2003-07-03 01:36:06  Rev 5044   brendan
 
-rev 3856:  msmith | 2002-08-18 03:49:25 -0500 (Sun, 18 Aug 2002) | 3 lines
+	* src/format.c:
+	  When relaying MP3 we reported the source metainterval as well as our own,
+causing stuttering in some clients. Thank goodness icecast uses an
+odd metainterval, or this bug would never have been discoverd :)
 
-	* Fileserving that might actually work for > 1 user.
-	* cleanups for the base64 decoder.
 
-rev 3852:  msmith | 2002-08-18 00:06:58 -0500 (Sun, 18 Aug 2002) | 2 lines
+2003-07-02 19:47:44  Rev 5040   brendan
 
-	* File serving, from the webroot.
+	* TODO:
+	  updates
 
-rev 3850:  msmith | 2002-08-17 03:32:15 -0500 (Sat, 17 Aug 2002) | 3 lines
 
-	* Use relay password (fallback to using source password if no relay-password
-	* is set)
+2003-06-29 18:12:09  Rev 5019   karl
 
-rev 3849:  msmith | 2002-08-17 01:25:38 -0500 (Sat, 17 Aug 2002) | 2 lines
+	* src/yp.c:
+	  infinite loop/memory leak fix for private streams when yp is enabled
 
-	* Fall back to using the source-password if no master-password is set.
 
-rev 3847:  msmith | 2002-08-16 23:48:07 -0500 (Fri, 16 Aug 2002) | 2 lines
+2003-06-26 13:33:55  Rev 5012   oddsock
 
-	* Fix a null terminator so that relaying can work again
+	* src/yp.h src/yp.c:
+	  - add_yp_info moved into yp.c
+- all yp adds/touches are now done within a single thread.
+  This should eliminate any "thread growth" issues and make
+  things behave much nicer when yp problems arise.  We should
+  eventually change the add/touches to non-blocking sockets,
+  which will be needed for large numbers of streams doing adds/touches.
 
-rev 3845:  msmith | 2002-08-16 23:35:23 -0500 (Fri, 16 Aug 2002) | 2 lines
 
-	* Minor fix I forgot to commit yesterday for source data length accounting.
+2003-06-26 13:33:15  Rev 5011   oddsock
 
-rev 3840:  msmith | 2002-08-16 10:28:46 -0500 (Fri, 16 Aug 2002) | 2 lines
+	* src/main.c:
+	  - added startup of yp add/touch thread
 
-	* Minor fixes for logging response codes correctly (hopefully)
 
-rev 3839:  msmith | 2002-08-16 10:04:04 -0500 (Fri, 16 Aug 2002) | 2 lines
+2003-06-26 13:32:34  Rev 5010   oddsock
 
-	* Typo.
+	* src/stats.c:
+	  - fixed small memory leak
 
-rev 3838:  msmith | 2002-08-16 09:55:56 -0500 (Fri, 16 Aug 2002) | 2 lines
 
-	* Fix relaying to work with new auth scheme.
+2003-06-26 13:32:04  Rev 5009   oddsock
 
-rev 3837:  msmith | 2002-08-16 09:26:48 -0500 (Fri, 16 Aug 2002) | 3 lines
+	* src/source.c src/source.h:
+	  - moved add_yp_info into yp.c
+- most of the yp processing now moved into the yp add/touch thread
+- use ice/icy-public rather than ice/icy-private to coorespond to libshout and general convention
+- memory leak fixed with audio-info
 
-	* HTTP Basic source login support. The old "ice-password" method is still
-	* available, but is deprecated and turned off by default.
 
-rev 3811:  msmith | 2002-08-13 08:53:07 -0500 (Tue, 13 Aug 2002) | 2 lines
+2003-06-26 13:31:38  Rev 5008   oddsock
 
-	* Cache-checking is case-insensitive on win32.
+	* src/format_vorbis.c:
+	  - force touches when vorbis metadata changes
 
-rev 3810:  msmith | 2002-08-13 07:46:45 -0500 (Tue, 13 Aug 2002) | 2 lines
 
-	* Cache stylesheets for transforming.
+2003-06-26 13:31:17  Rev 5007   oddsock
 
-rev 3808:  msmith | 2002-08-12 20:08:15 -0500 (Mon, 12 Aug 2002) | 2 lines
+	* src/admin.c:
+	  - force touches when mp3 metadata is updated via admin interface
 
-	* Timing fixes
 
-rev 3807:  msmith | 2002-08-12 09:48:31 -0500 (Mon, 12 Aug 2002) | 2 lines
+2003-06-20 18:50:24  Rev 4986   karl
 
-	* _handle_connection() cleanup, major restructuring. No feature changes.
+	* src/connection.c:
+	  handle error returned from listening sockets, can cause busy looping
 
-rev 3806:  msmith | 2002-08-12 05:11:44 -0500 (Mon, 12 Aug 2002) | 2 lines
 
-	* Fix a bug in one of the error (404) responses.
+2003-06-20 04:01:31  Rev 4983   brendan
 
-rev 3804:  msmith | 2002-08-11 09:23:39 -0500 (Sun, 11 Aug 2002) | 2 lines
+	* conf/icecast.xml.in conf/Makefile.am:
+	  Whoops! make install could overwrite an existing icecast.xml.
+Install icecast.xml.dist in doc
+Install as $(sysconfdir)/icecast.xml only if that file doesn't already
+exist.
 
-	* More path handling cleanups, and memory leak fixes.
 
-rev 3803:  msmith | 2002-08-11 09:00:56 -0500 (Sun, 11 Aug 2002) | 3 lines
+2003-06-17 21:10:56  Rev 4956   brendan
 
-	* URI decoding and path normalisation pass one (stuff needed for fileserving
-	* later on)
+	* conf/icecast.xml.in web/Makefile.am Makefile.am NEWS conf/Makefile.
+	  am conf/icecast.xml admin/Makefile.am:
+	  Fix critical TODO item 1 (make install)
 
-rev 3801:  msmith | 2002-08-11 07:15:40 -0500 (Sun, 11 Aug 2002) | 3 lines
+ATTN Mike!
 
-	* Decrement client connections on source termination to avoid eventual "server
-	* is full" messages.
+make install now installs the xsl files in pkgdatadir ($prefix/share/icecast) web
+and admin directories, and builds icecast.xml accordingly. icecast.xml is now
+installed in $sysconfdir/etc, and IMHO icecast should attempt to find a config
+file there, and only demand one on the command line if it can't.
 
-rev 3799:  msmith | 2002-08-10 22:30:30 -0500 (Sat, 10 Aug 2002) | 2 lines
 
-	* win32 updates from oddsock
+2003-06-17 21:07:26  Rev 4955   brendan
 
-rev 3797:  msmith | 2002-08-10 03:01:56 -0500 (Sat, 10 Aug 2002) | 4 lines
+	* News:
+	  One half of rename to NEWS
 
-	* status.xsl updates, better now.
-	* Automatically create .m3u responses for any existing streams.
-	* If /stream.ogg exists, you can now request /stream.ogg.m3u in your browser.
 
-rev 3796:  msmith | 2002-08-09 23:51:11 -0500 (Fri, 09 Aug 2002) | 2 lines
+2003-06-16 22:33:15  Rev 4954   brendan
 
-	* Better error messages on some corrupt sources.
+	* TODO:
+	  This critical item should be resolved.
 
-rev 3791:  msmith | 2002-08-09 22:22:44 -0500 (Fri, 09 Aug 2002) | 2 lines
 
-	* Various cleanups
+2003-06-06 00:05:19  Rev 4888   karl
 
-rev 3790:  msmith | 2002-08-09 22:12:45 -0500 (Fri, 09 Aug 2002) | 2 lines
+	* configure.in:
+	  Another net change, making it more bullet-proof, before could silently miss
+data. so now we allocate enough space for the write to succeed fully.
 
-	* More added files
 
-rev 3789:  msmith | 2002-08-09 22:11:24 -0500 (Fri, 09 Aug 2002) | 2 lines
+2003-06-05 17:55:40  Rev 4885   brendan
 
-	* Added some more win32 files
+	* configure.in:
+	  coordinate IPv6 change with net module
 
-rev 3787:  msmith | 2002-08-09 10:55:02 -0500 (Fri, 09 Aug 2002) | 2 lines
 
-	* oddsock's win32 port/GUI
+2003-06-05 04:15:58  Rev 4879   oddsock
 
-rev 3786:  msmith | 2002-08-09 10:41:44 -0500 (Fri, 09 Aug 2002) | 4 lines
+	* src/connection.c:
+	  fixed check for regular file type in win32-specific code
 
-	* Two example xsl files (from oddsock).
-	* Request http://host:port/status.xsl
-	* to get a nicely formatted html status display in your web browser.
 
-rev 3785:  msmith | 2002-08-09 10:04:40 -0500 (Fri, 09 Aug 2002) | 2 lines
+2003-06-04 01:40:06  Rev 4872   brendan
 
-	* Another free->xmlFree change
+	* conf/icecast.xml:
+	  spaces-only indentation for the love of $
 
-rev 3784:  msmith | 2002-08-09 10:03:32 -0500 (Fri, 09 Aug 2002) | 2 lines
 
-	* fix typo preventing compile
+2003-05-28 15:14:47  Rev 4832   brendan
 
-rev 3782:  msmith | 2002-08-09 09:47:53 -0500 (Fri, 09 Aug 2002) | 2 lines
+	* admin/.cvsignore:
+	  *** empty log message ***
 
-	* set default webroot dir correctly, and fix a minor memleak
 
-rev 3781:  msmith | 2002-08-09 09:38:42 -0500 (Fri, 09 Aug 2002) | 3 lines
+2003-05-28 15:04:53  Rev 4831   brendan
 
-	* rename transformXSLT to xslt_transform() for consistency with the rest
-	* of the source.
+	* configure.in src/source.c src/main.c:
+	  Fix curl version test.
 
-rev 3780:  msmith | 2002-08-09 09:36:12 -0500 (Fri, 09 Aug 2002) | 3 lines
+YP is enabled by default but automatically turned off if the curl test fails
+(unless --enable-yp is explicitly passed to configure, in which case configure
+will fail if the curl test fails).
 
-	* Redo memory-management in config.c so that xmlFree() is called instead of
-	* free(), hopefully fixing win32 segfaults.
 
-rev 3779:  msmith | 2002-08-09 09:15:08 -0500 (Fri, 09 Aug 2002) | 3 lines
+2003-05-28 13:43:48  Rev 4830   msmith
 
-	* Various cleanups for accounting of sent bytes.
-	* Crash bug in stats fixed.
+	* src/admin.c:
+	  Fix lots of warnings in new admin stuff - primarily wrong types in printf
+format strings.
 
-rev 3776:  msmith | 2002-08-09 08:14:59 -0500 (Fri, 09 Aug 2002) | 2 lines
 
-	* Fix crash when socket couldn't be bound.
+2003-05-28 03:45:57  Rev 4825   brendan
 
-rev 3775:  msmith | 2002-08-09 03:16:51 -0500 (Fri, 09 Aug 2002) | 2 lines
+	* configure.in:
+	  Check whether CURLOPT_NOSIGNAL is available, or disable YP (hopefully).
 
-	* Add new xslt files, which I forgot earlier
 
-rev 3774:  msmith | 2002-08-09 03:11:37 -0500 (Fri, 09 Aug 2002) | 3 lines
+2003-05-28 02:59:12  Rev 4824   brendan
 
-	* Allow setting the log level (for the error log, not the access log) from the
-	* config file.
+	* .cvsignore:
+	  More autoconf junk
 
-rev 3773:  msmith | 2002-08-09 03:06:00 -0500 (Fri, 09 Aug 2002) | 2 lines
 
-	* Logging cleanups, and a config file fix.
+2003-05-15 23:19:57  Rev 4711   oddsock
 
-rev 3772:  msmith | 2002-08-09 01:52:07 -0500 (Fri, 09 Aug 2002) | 2 lines
+	* src/connection.c src/config.c src/admin.c:
+	  some win32-isms
+and a bad free that valgrind yelled at me about
 
-	* oddsock's xslt stats support, slightly cleaned up
 
-rev 3767:  msmith | 2002-08-08 03:26:21 -0500 (Thu, 08 Aug 2002) | 2 lines
+2003-05-15 21:05:15  Rev 4710   oddsock
 
-	* Remove references to checking out sub-modules, this is no longer needed.
+	* conf/icecast.xml:
+	  new config param <adminroot>
+added yp.icecast.net as another possible yp directory
 
-rev 3761:  msmith | 2002-08-05 09:51:22 -0500 (Mon, 05 Aug 2002) | 2 lines
 
-	* Revert some accidental changes to the config file.
+2003-05-15 21:04:39  Rev 4709   oddsock
 
-rev 3760:  msmith | 2002-08-05 09:48:04 -0500 (Mon, 05 Aug 2002) | 2 lines
+	* configure.in Makefile.am:
+	  added new admin directory
 
-	* Cleaned up version of Ciaran Anscomb's relaying patch.
 
-rev 3752:  msmith | 2002-08-03 03:16:52 -0500 (Sat, 03 Aug 2002) | 2 lines
+2003-05-15 21:03:32  Rev 4708   oddsock
 
-	* Updates for modified logging API.
+	* src/config.h src/source.c src/config.c src/admin.c:
+	  infrastructure for new web-based admin interface
 
-rev 3735:  msmith | 2002-07-31 10:00:12 -0500 (Wed, 31 Jul 2002) | 4 lines
+new config option <adminroot>
 
-	* Config fixes for when parsing fails
-	* Don't needlessly call getsockopt() all the time (it's a system call, hence
-	* expensive)
+restructured code a bit in admin.c for a bit better extendability
 
-rev 3717:  msmith | 2002-07-24 09:52:28 -0500 (Wed, 24 Jul 2002) | 3 lines
 
-	* Allow either poll or select to be used (based on whether HAVE_POLL is defined.)
-	* Still need to make autoconf define HAVE_POLL where relevent.
+2003-05-15 21:01:30  Rev 4707   oddsock
 
-rev 3716:  msmith | 2002-07-24 08:55:12 -0500 (Wed, 24 Jul 2002) | 2 lines
+	* admin/moveclients.xsl admin admin/listclients.xsl admin/response.
+	  xsl admin/stats.xsl admin/listmounts.xsl admin/Makefile.am:
+	  new admin XSL templates for web interface
 
-	* Send the correct mimetype on client request.
 
-rev 3713:  msmith | 2002-07-23 10:15:11 -0500 (Tue, 23 Jul 2002) | 4 lines
+2003-05-04 01:32:53  Rev 4662   msmith
 
-	* MP3 support for icecast2.
-	   - no title/metadata support
-	   - requires modifications to source clients.
+	* TODO:
+	  Oops. Commit updated version of TODO
 
-rev 3572:  calc | 2002-07-10 23:00:04 -0500 (Wed, 10 Jul 2002) | 2 lines
 
-	* fix autogen.sh so that builddir != srcdir works
+2003-04-25 08:38:47  Rev 4634   msmith
 
-rev 3537:  msmith | 2002-07-06 00:37:47 -0500 (Sat, 06 Jul 2002) | 2 lines
+	* conf/icecast.xml:
+	  Change the <mount> section slightly and add a comment to avoid confusing
+users.
 
-	* Add some notes about select() limitations to TODO.
 
-rev 3439:  msmith | 2002-06-28 23:29:37 -0500 (Fri, 28 Jun 2002) | 2 lines
+2003-04-23 12:44:29  Rev 4629   msmith
 
-	* Fix locations of headers.
+	* src/config.h src/slave.c src/connection.c News src/connection.h 
+	  src/config.c conf/icecast.xml:
+	  Implementation of aliases contributed by  Paul Donohue <icecast at TopQuark.net>
 
-rev 3391:  msmith | 2002-06-14 23:57:50 -0500 (Fri, 14 Jun 2002) | 2 lines
 
-	* fix previous fix.
+2003-04-23 12:28:04  Rev 4628   msmith
 
-rev 3390:  msmith | 2002-06-14 23:54:43 -0500 (Fri, 14 Jun 2002) | 2 lines
+	* TODO:
+	  And another
 
-	* fixed crash in shutdown if startup didn't happen properly.
 
-rev 3341:  msmith | 2002-06-03 04:12:50 -0500 (Mon, 03 Jun 2002) | 4 lines
+2003-04-23 12:20:45  Rev 4627   msmith
 
-	* Fix for evil format string vulnerability - people, don't DO THIS!
+	* TODO:
+	  Add a short list of the critical things to do for 2.0 to be released.
 
-	* Fix from Emil Styrke <emil at lysator.liu.se>
 
-rev 3319:  msmith | 2002-05-21 00:22:32 -0500 (Tue, 21 May 2002) | 2 lines
+2003-04-22 02:35:05  Rev 4622   karl
 
-	* missing newlines. oops.
+	* configure.in:
+	  add missing check for inet_aton, sock.h wants this.
 
-rev 3316:  msmith | 2002-05-20 19:35:33 -0500 (Mon, 20 May 2002) | 2 lines
 
-	* Fix segfault from called log functions before log was initialised.
+2003-04-21 17:52:12  Rev 4620   karl
 
-rev 3315:  msmith | 2002-05-20 19:05:31 -0500 (Mon, 20 May 2002) | 3 lines
+	* acinclude.m4 configure.in:
+	  autoconf updates. Now builds on OpenBSD
 
-	* Fix potential problem which would occur if <changeuser> was set, but had
-	* no <user> or no <group> element within it.
 
-rev 3311:  msmith | 2002-05-20 08:25:31 -0500 (Mon, 20 May 2002) | 2 lines
+2003-04-21 15:00:45  Rev 4619   karl
 
-	* chroot and setuid interacted badly in the previous version. Fixed now.
+	* win32/Makefile.am:
+	  icecast.xml in this subdirectory is now removed. This should now make the
+icecast tarball build again
 
-rev 3302:  msmith | 2002-05-14 06:06:54 -0500 (Tue, 14 May 2002) | 2 lines
 
-	* Ian Kumlien's security (chroot() and setuid() patch), with some modifications.
+2003-04-18 14:59:26  Rev 4616   msmith
 
-rev 3292:  msmith | 2002-05-08 09:07:42 -0500 (Wed, 08 May 2002) | 2 lines
+	* src/connection.c:
+	  Only consider a path a candidate for file-serving if it exists AND is a normal
+file (not a directory, etc.)
 
-	* I am an idiot.
 
-rev 3291:  msmith | 2002-05-08 09:02:02 -0500 (Wed, 08 May 2002) | 2 lines
+2003-04-17 03:37:16  Rev 4615   oddsock
 
-	* Minor fix to previous fix - use the right variable!
+	* win32/icecast.dsp win32/Icecast2winDlg.cpp win32/Icecast2winDlg.h 
+	  win32/icecast2.iss win32/icecast.xml:
+	  removal of some errant newlines
+update of icecast.dsp for console build
+update of .iss setup build file
+removed icecast.xml from this dir (should never have been here)
 
-rev 3290:  msmith | 2002-05-08 00:18:43 -0500 (Wed, 08 May 2002) | 2 lines
 
-	* Ensure we don't throw away a buffer after only sending part of it.
+2003-04-17 03:29:57  Rev 4614   oddsock
 
-rev 3275:  msmith | 2002-05-03 10:04:56 -0500 (Fri, 03 May 2002) | 2 lines
+	* win32/icecast2_console.dsp win32/icecast2_console.dsw:
+	  new win32 project files for iceast2 console mode
 
-	* Memory leaks. Lots of little ones.
 
-rev 3220:  jack | 2002-04-05 10:33:35 -0600 (Fri, 05 Apr 2002) | 5 lines
+2003-04-17 03:23:18  Rev 4613   oddsock
 
-	* Oddsock finally found the win32 crash bug.  _event_listeners wasn't being
-	* initialized (the first time it was NULL).  After the server is restarted
-	* it retained a pointer to freed memory.  We should have been initializing
-	* this anyway.
+	* src/source.c src/main.c:
+	  printf to stdout not valid with our win32 binary, so lets now use something that will work on win32.  note that these should only be used up to the point at which logging is started, then everything should go there.
 
-rev 3219:  msmith | 2002-04-05 03:28:26 -0600 (Fri, 05 Apr 2002) | 5 lines
+also added a new stat to represent what is currently being sent to the yp server as "what's playing"
 
-	* Buffer overflows.
 
-	* Requires a change to the format plugin interface - jack: if you want this
-	* done differently, feel free to change it (or ask me to).
+2003-04-17 01:03:32  Rev 4612   karl
 
-rev 3178:  jack | 2002-03-22 16:41:16 -0600 (Fri, 22 Mar 2002) | 10 lines
+	* src/Makefile.am:
+	  admin.h is needed for the tarball or else it will fail to compile icecast
 
-	* Ouch.  Serious bug found by Ricardo Galli.
 
-	* When the cond var is signalled it will wake up a thread.  If all the
-	* connection handler threads are handling connections, the signal will be
-	* ignored and clients will 'pend' until another client causes the to signal
-	* again.
+2003-04-11 03:14:26  Rev 4604   oddsock
 
-	* We have to check to see if there are more pending connections before waiting
-	* on the signal again.
+	* conf/icecast.xml:
+	  new parameter for the icecast.xml config file (yp timeout interval)
 
-rev 3175:  jack | 2002-03-22 15:18:03 -0600 (Fri, 22 Mar 2002) | 3 lines
 
-	* We were triggering error logic when no errors had occurred.  Thanks
-	* to Ricardo Galli for finding this bug.
+2003-04-11 03:00:24  Rev 4603   oddsock
 
-rev 3123:  jack | 2002-03-05 17:59:38 -0600 (Tue, 05 Mar 2002) | 2 lines
+	* src/util.c src/source.c src/yp.c:
+	  - fixed alot of yp logic.  timeouts now work properly so the tolerance of
+  the unavailability of yp servers is much much better now.
 
-	* win32 patches from Ed
+- new icecast config option <yp-url-timeout> to specify the timeout
 
-rev 3076:  msmith | 2002-02-19 16:01:51 -0600 (Tue, 19 Feb 2002) | 2 lines
+- url encoding is now fixed so that the yp data is formatted much nicer (and is correct :))
 
-	* Comment audio/mpeg out until it gets implemented, to avoid segfaults.
+- added url encoding for some fields that were not url-encoded
 
-rev 3046:  jack | 2002-02-13 18:58:04 -0600 (Wed, 13 Feb 2002) | 2 lines
+- modified util_dict_urlencode() to not url-encode the key (still does the value)
 
-	* Replace the placeholder with the real license.
+- new curl option (CURLOPT_NOSIGNAL) which prevents curl from using signals when
+  timeouts are hit.  This new option needs curl 7.10 at least.
 
-rev 3045:  jack | 2002-02-13 18:41:57 -0600 (Wed, 13 Feb 2002) | 2 lines
 
-	* Fix race condition on thread shutdown.
+2003-04-10 14:28:02  Rev 4602   msmith
 
-rev 3044:  jack | 2002-02-13 18:28:41 -0600 (Wed, 13 Feb 2002) | 3 lines
+	* src/util.c:
+	  What was I on when I wrote this? oddsock pointed out that util_url_escape()
+was chronically broken
 
-	* Shut down the stats_connection and stats_callback threads cleanly when
-	* stats_shutdown() is called.
 
-rev 3042:  msmith | 2002-02-11 03:11:18 -0600 (Mon, 11 Feb 2002) | 11 lines
+2003-04-03 12:41:18  Rev 4579   msmith
 
-	* Bunch of fixes:
+	* TODO:
+	  Commit my TODO file.
 
-	 - connections are now matched to format plugins based on content-type headers,
-	   and are rejected if there isn't a format handler for that content-type, or
-	   there is no content-type at all.
-	 - format_vorbis now handles pages with granulepos of -1 in the headers
-	   correctly (this happens if the headers are fairly large, because of
-	   many comments, for example).
-	 - various #include fixes.
-	 - buffer overflow in httpp.c fixed.
 
-rev 3034:  jack | 2002-02-07 21:59:17 -0600 (Thu, 07 Feb 2002) | 4 lines
+2003-03-31 12:54:44  Rev 4571   msmith
 
-	* Minor cleanup of 'static' functions.
+	* src/source.c src/admin.c:
+	  Implement killsource admin command, to kill sources. Doesn't always do much,
+ices (as an example) will auto-reconnect.
 
-	* Fixed usage bug where usage wasn't getting displayed properly.
 
-rev 3033:  jack | 2002-02-07 21:51:19 -0600 (Thu, 07 Feb 2002) | 2 lines
+2003-03-30 13:52:27  Rev 4569   msmith
 
-	* More win32 fixes.
+	* src/source.c src/source.h src/admin.c src/refbuf.c:
+	  Remove locking from refbuf: we used a single global lock for all of them, which
+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.
 
-rev 3029:  jack | 2002-02-06 19:04:09 -0600 (Wed, 06 Feb 2002) | 2 lines
+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...)
 
-	* minor build fixes for win32 courtesy of Oddsock
+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.
 
-rev 3027:  jack | 2002-02-06 01:52:09 -0600 (Wed, 06 Feb 2002) | 2 lines
 
-	* Factor out common code in stats.c.
+2003-03-27 17:10:14  Rev 4552   brendan
 
-rev 3026:  jack | 2002-02-06 00:11:03 -0600 (Wed, 06 Feb 2002) | 6 lines
+	* src/slave.c src/yp.h configure.in src/connection.c src/global.c 
+	  src/source.c src/geturl.c src/main.c src/geturl.h src/Makefile.am 
+	  src/yp.c:
+	  First crack at making YP/curl optional.
 
-	* A very slightly modified version of oddsocks function to support gui
-	* stats updates.  Basically stats_connection() was copied to
-	* stats_callback() (i should probably factor out some of the code here!)
-	* with the change that instead of sending stats to a socket, it sends the
-	* event to a callback function.
 
-rev 3024:  jack | 2002-02-04 01:08:52 -0600 (Mon, 04 Feb 2002) | 8 lines
+2003-03-19 15:58:16  Rev 4515   oddsock
 
-	* Two things:
+	* win32/icecast.dsp win32/icecast2.iss:
+	  update project file with new files added to icecast module
+updated version in install script
 
-	* 1) vorbis tags (ARTIST and TITLE) now appear in the stats.  Oddsock did
-	* the first cut of this.
 
-	* 2) stats bug fixed.  if a stats value was NULL a segfault occurred.
-	* strdup(NULL) is fun!
+2003-03-19 07:59:32  Rev 4513   msmith
 
-rev 2968:  jack | 2002-01-20 22:28:30 -0600 (Sun, 20 Jan 2002) | 3 lines
+	* src/source.c:
+	  Fix ordering of some calls in source shutdown, silly bug.
+Remove wrong comment.
 
-	* Add a source-timeout config option and implement it.  This prevents lame
-	* sources from sticking around way too long.  Default is 10 seconds.
 
-rev 2967:  jack | 2002-01-20 21:56:16 -0600 (Sun, 20 Jan 2002) | 2 lines
+2003-03-19 07:55:42  Rev 4512   msmith
 
-	* Make it log to a file when the source gets disconnected
+	* src/source.c:
+	  Fix lack of null terminator in audio info/stats stuff.
 
-rev 2966:  jack | 2002-01-20 21:10:37 -0600 (Sun, 20 Jan 2002) | 4 lines
 
-	* Fix a stupid but that Oddsock and Ciaran both found.  When sources log in
-	* we weren't checking to see if the mountpoint was already taken.  Since
-	* the mountpoint was the key in the avl tree, bad things happened.
+2003-03-18 01:40:40  Rev 4509   karl
 
-rev 2946:  jack | 2002-01-04 18:29:27 -0600 (Fri, 04 Jan 2002) | 6 lines
+	* configure.in:
+	  we need to define an API level we want for certain systems like solaris
 
-	* Thanks to Ciaran for realizing that we werne't freeing the format plugins
-	* memory on source exits.  This caused a small but noticable memory leak.
 
-	* The fix was to add a new method to the format_plugin object -
-	* free_plugin() - and have the source thread call this on shutdown.
+2003-03-17 16:17:49  Rev 4499   brendan
 
-rev 2273:  jack | 2001-10-29 09:53:28 -0600 (Mon, 29 Oct 2001) | 3 lines
+	* configure.in:
+	  Announce version required
 
-	* Another fix. -mv8 is a Sparc-only option, and gcc will barf if you use it
-	* on x86.
 
-rev 2271:  jack | 2001-10-29 09:32:39 -0600 (Mon, 29 Oct 2001) | 2 lines
+2003-03-16 00:33:07  Rev 4495   brendan
 
-	* One more try at this.
+	* README:
+	  #icecast at openprojects is defunct.
 
-rev 2269:  jack | 2001-10-29 09:02:54 -0600 (Mon, 29 Oct 2001) | 2 lines
 
-	* Does this fix x86 Solaris?
+2003-03-15 02:10:19  Rev 4492   msmith
 
-rev 2266:  jack | 2001-10-29 08:55:08 -0600 (Mon, 29 Oct 2001) | 3 lines
+	* src/config.h src/util.c src/client.c src/client.h src/xslt.c 
+	  src/yp.h src/connection.c src/global.c src/connection.h src/global.
+	  h src/configtest.c src/refbuf.c src/slave.c src/format_vorbis.c 
+	  src/refbuf.h src/sighandler.c src/event.c src/main.c src/logging.c 
+	  src/admin.c src/format.c src/fserve.c src/format.h src/stats.c 
+	  src/source.c src/stats.h src/source.h src/config.c src/format_mp3.c:
+	  Brendan was getting pissed off about inconsistent indentation styles.
+Convert all tabs to 4 spaces. All code must now use 4 space indents.
 
-	* Fix SUN_LIBS to apply to x86 Solaris boxen.  Who knew someone
-	* actually used x86 Solaris :)
 
-rev 2238:  jack | 2001-10-21 11:13:02 -0500 (Sun, 21 Oct 2001) | 2 lines
+2003-03-14 07:59:58  Rev 4489   msmith
 
-	* Fix broken CFLAGS handling.
+	* src/source.c src/source.h src/admin.c:
+	  Bugfix: source shutdown did things in the wrong order, could lead to clients
+ending up connecting to a source which didn't exist.
 
-rev 2235:  jack | 2001-10-21 10:25:45 -0500 (Sun, 21 Oct 2001) | 2 lines
+Add 'moveclients' admin command to move all clients from one source to
+another (without shutting the old source down)
 
-	* Fix lib handling.
 
-rev 2233:  jack | 2001-10-21 10:12:23 -0500 (Sun, 21 Oct 2001) | 3 lines
+2003-03-14 00:45:49  Rev 4488   karl
 
-	* AC_CHECK_FUNC is stupid.  It needs the LIBS set already, and you can't pass
-	* in a set of libs to use.  So we save/restore for the call.
+	* acinclude.m4:
+	  separate the check for pthread_rwlock_t, it will soon be an optional
 
-rev 2229:  jack | 2001-10-21 09:19:39 -0500 (Sun, 21 Oct 2001) | 9 lines
 
-	* A few configure.in fixes.
+2003-03-12 05:40:45  Rev 4478   brendan
 
-	* * -D_REENTRANT probably needed on all platforms.  Let's not limit it to
-	  Linux and Solaris.
+	* src/connection.c:
+	  Typo (no sleeping between select()s waiting for connections)
 
-	* * AM_PATH_OGG|VORBIS had a slight bug.  We shouldn't update the LIBS until
-	  after we've detected anything.  Thanks to Michael Pruett <michael at 68k.org>
-	  for finding this.
 
-rev 2225:  msmith | 2001-10-21 05:07:51 -0500 (Sun, 21 Oct 2001) | 3 lines
+2003-03-10 22:20:16  Rev 4464   msmith
 
-	* configure.in: solaris requires -D_REENTRANT. What about other platforms?
-	* source.c: fix bug in handling non-fatal errors like EAGAIN
+	* src/config.h src/connection.c src/config.c src/admin.c:
+	  Fix relay stream listing. Remove seperate relay password, there's no
+need for it.
 
-rev 2223:  jack | 2001-10-20 21:06:08 -0500 (Sat, 20 Oct 2001) | 2 lines
 
-	* Revert stacksize stuff and changes for the thread module.
+2003-03-09 14:12:24  Rev 4455   msmith
 
-rev 2221:  jack | 2001-10-20 17:48:29 -0500 (Sat, 20 Oct 2001) | 4 lines
+	* src/admin.c:
+	  Listing of current mountpoints in admin interface.
 
-	* Fix icecast for changes in thread module regarding stacksize.  For icecast,
-	* the default stacksize is unchanged (8k) until further testing on Solaris
-	* to determine if a larger value is needed.
 
-rev 2207:  jack | 2001-10-20 16:29:16 -0500 (Sat, 20 Oct 2001) | 2 lines
+2003-03-09 11:27:06  Rev 4454   msmith
 
-	* Forgot to add new compat.h to Makefile.am.  Fixed.
+	* src/config.h src/connection.c src/global.c News src/main.c 
+	  src/config.c src/global.h conf/icecast.xml:
+	  Support listening on multiple sockets.
 
-rev 2206:  jack | 2001-10-20 16:28:09 -0500 (Sat, 20 Oct 2001) | 4 lines
 
-	* Add check for stdint.h, since Solaris doesn't have it.  This is needed
-	* on Linux for uint64_t, but Solaris defines this in sys/types.h.  Use check
-	* where appropriate, and also add typedefs for Win32.
+2003-03-08 05:38:52  Rev 4447   msmith
 
-rev 2198:  jack | 2001-10-20 02:59:01 -0500 (Sat, 20 Oct 2001) | 2 lines
+	* src/connection.c:
+	  Check the right variable for password in icy logins
 
-	* Updated the TODO file.
 
-rev 2197:  jack | 2001-10-20 02:40:09 -0500 (Sat, 20 Oct 2001) | 5 lines
+2003-03-08 05:02:13  Rev 4445   msmith
 
-	* Thanks to Akos Maroy <darkeye at tyrell.hu> for this.  These variables need to
-	* be uppercase always in order to comply with the HTTP specification.
-	* While not a problem internal to icecast, they were slipping into the log
-	* files and breaking some less-than-robust parsers.
+	* src/connection.c:
+	  create /icy_0 (and incrementing numbers) for incoming icy protocol connections
+if the / mountpoint is taken
 
-rev 2196:  jack | 2001-10-20 01:51:29 -0500 (Sat, 20 Oct 2001) | 3 lines
 
-	* It's too bad we don't have a commit script that smacks me upside the head
-	* when I do stupid things like this.
+2003-03-08 04:57:02  Rev 4444   msmith
 
-rev 2195:  jack | 2001-10-20 01:43:04 -0500 (Sat, 20 Oct 2001) | 3 lines
+	* src/connection.c News:
+	  Added support for shoutcast login protocol (ewww...)
 
-	* Win32 fixes.  Look how portable this was ;)  Just header stuff and some defines.
-	* Whee!
 
-rev 2012:  jack | 2001-09-09 22:26:04 -0500 (Sun, 09 Sep 2001) | 2 lines
+2003-03-07 22:39:17  Rev 4436   karl
 
-	* Add HACKING file for instructions for building from CVS.
+	* configure.in:
+	  Add XIPH_CFLAGS which will be used to pass compiler flags which you
+don't want to get clobbered by things like make CFLAGS='....'
+The typical flags you don't want clobbered are ones like -pthread
 
-rev 2006:  jack | 2001-09-09 22:04:11 -0500 (Sun, 09 Sep 2001) | 2 lines
 
-	* .cvsignore is fun!
+2003-03-07 14:57:36  Rev 4434   msmith
 
-rev 2004:  jack | 2001-09-09 22:02:23 -0500 (Sun, 09 Sep 2001) | 2 lines
+	* News src/admin.c:
+	  Implement listing of all currently connected clients on a mountpoint
 
-	* .cvsignore stuff
 
-rev 2003:  jack | 2001-09-09 21:56:53 -0500 (Sun, 09 Sep 2001) | 2 lines
+2003-03-06 14:52:09  Rev 4417   msmith
 
-	* Add .cvsignore
+	* src/slave.c:
+	  Send a user-agent header on normal relay requests as well.
 
-rev 2002:  jack | 2001-09-09 21:55:41 -0500 (Sun, 09 Sep 2001) | 2 lines
 
-	* Include configuration files in 'make dist'
+2003-03-06 14:46:33  Rev 4416   msmith
 
-rev 2001:  jack | 2001-09-09 21:58:24 -0500 (Sun, 09 Sep 2001) | 2 lines
+	* src/connection.c:
+	  Check admin password against the correct username
 
-	* More .cvsignore
 
-rev 1996:  jack | 2001-09-09 21:21:46 -0500 (Sun, 09 Sep 2001) | 2 lines
+2003-03-06 14:17:33  Rev 4414   msmith
 
-	* Initial revision
+	* src/admin.h src/util.c src/connection.c src/source.c src/util.h 
+	  src/connection.h src/Makefile.am src/admin.c:
+	  Split admin stuff out into a seperate file, add various utility functions there.
 
+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.
+
+
+2003-03-05 13:03:35  Rev 4406   msmith
+
+	* src/slave.c src/config.h src/util.c ChangeLog src/sighandler.c 
+	  src/event.c src/main.c src/event.h src/Makefile.am src/yp.c 
+	  src/fserve.c TODO src/connection.c src/source.c src/connection.h 
+	  News src/configtest.c src/config.c:
+	  Allow rereading config files.
+Lots of new locking happening so that it's safe to have the config file
+disappear under the rest of the program
+
+Does NOT affect currently-running sources at the moment
+
+
+2003-03-04 08:31:49  Rev 4400   msmith
+
+	* conf/icecast.xml:
+	  Comment out dump file, people don't want that on by default (I'm not
+admitting to just having filled up /)
+
+
+2003-03-03 13:09:47  Rev 4398   msmith
+
+	* src/refbuf.c:
+	  doh! This one compiles.
+
+
+2003-03-03 13:04:34  Rev 4397   msmith
+
+	* src/refbuf.c:
+	  Fix buffer-queue length handling (was missing from refbuf_queue_add, which it
+used as well as refbuf_queue_insert).
+
+
+2003-03-02 11:01:21  Rev 4386   msmith
+
+	* ChangeLog:
+	  Add a changelog file for the last ~2 months.
+
+Other committers: any new features, and any major bugfixes, should be added in
+here, please. Try and keep it up to date. Minor changes (particularly those
+not visible to the user) and so on don't generally need an entry here - this
+should be a usable summary of new stuff for the non-developer.
+
+
+2003-03-02 10:36:24  Rev 4385   msmith
+
+	* src/connection.c src/source.c src/config.c:
+	  Fix various minor bugs in per-mountpoint configs.
+
+
+2003-03-02 10:18:28  Rev 4384   msmith
+
+	* conf/icecast.xml:
+	  Add another comment suggested by a user.
+
+
+2003-03-02 10:13:59  Rev 4383   msmith
+
+	* src/util.c src/client.c src/connection.c src/source.c src/client.h 
+	  src/source.h:
+	  More features:
+  -- per mountpoint listener maxima
+  -- static configuration of mountpoint fallbacks
+  -- stream dumping (write incoming stream to disk)
+
+Fixed some warnings that other people introduced.
+
+
+2003-02-28 20:16:36  Rev 4382   brendan
+
+	* configure.in:
+	  Typo
+
+
+2003-02-27 03:01:12  Rev 4380   oddsock
+
+	* src/source.c:
+	  whoops...stats can't have spaces in them, since XML can't have spaces in the tags
+
+also, handle case where a client sends a bad ice-audio-info string (variable but no value)
+
+
+2003-02-26 23:52:23  Rev 4379   oddsock
+
+	* src/util.c src/yp.h src/source.c src/util.h src/source.h src/yp.c:
+	  added parsing of new icy-audio-info header which will be used to
+communicate things like samplerate/quality/number of channels to
+icecast2. This info will be then forwarded to the yp servers for
+better stream info.
+
+also factored out some logic in source_main into common functions
+
+added a few new routines into util.c (taken from Brendan's
+updates to libshout)
+
+
+2003-02-25 09:40:34  Rev 4366   msmith
+
+	* src/slave.c src/util.c src/source.c src/format_mp3.c:
+	  mp3 metadata relaying now works (lots of bugs fixed)
+
+
+2003-02-24 14:56:49  Rev 4365   msmith
+
+	* src/refbuf.c:
+	  Commit fix for segfault in buffer length handling code.
+
+
+2003-02-24 13:37:15  Rev 4364   msmith
+
+	* src/config.h src/slave.c src/format_mp3.h TODO src/refbuf.h 
+	  src/connection.c src/source.c src/config.c conf/icecast.xml 
+	  src/format_mp3.c src/format.c src/refbuf.c:
+	  Max queue length for clients is now
+    a) based on total bytes in queue, not total number of buffers in queue
+    b) configurable (defaults to 100 kB)
+
+mp3 metadata relaying (inline). Untested.
+
+
+2003-02-20 22:18:24  Rev 4358   msmith
+
+	* src/connection.c:
+	  Oops. Very broken password checking, fix from Karl Heyes.
+
+
+2003-02-17 13:01:37  Rev 4354   msmith
+
+	* src/connection.c src/source.c src/source.h:
+	  Fix previous changes to source creation - misunderstood requirements for
+unlocking rwlocks. Move more checks and some other logic into source.c
+
+
+2003-02-17 12:05:45  Rev 4353   msmith
+
+	* src/format_mp3.h src/format.h src/format_mp3.c src/format.c:
+	  Commit some other work so it compiles again (incomplete mp3 metadata relaying)
+
+
+2003-02-17 11:56:12  Rev 4352   msmith
+
+	* src/slave.c src/connection.c src/source.c:
+	  Fix a serious bug with source creation in relays when local-mount != mount,
+and fix a series of locking bugs in source creation.
+
+
+2003-02-15 01:13:35  Rev 4349   msmith
+
+	* configure.in:
+	  check for poll(2) in configure.
+
+
+2003-02-14 13:39:02  Rev 4348   msmith
+
+	* src/format_mp3.c:
+	  Fix mp3 streaming for clients not using metadata
+
+
+2003-02-14 13:17:38  Rev 4347   msmith
+
+	* src/format.c:
+	  Oops. Pull a header print outside the loop so the Server: header is only
+output once, not many times.
+
+
+2003-02-14 11:44:08  Rev 4346   msmith
+
+	* src/client.c:
+	  Fix bad log entries from relaying.
+
+
+2003-02-14 10:31:21  Rev 4344   msmith
+
+	* src/format.h src/connection.c src/format.c:
+	  Fix incorrect use of enum that was leading to crashes on source connect for
+unknown mimetype.
+
+
+2003-02-13 11:29:07  Rev 4342   msmith
+
+	* src/connection.c:
+	  Better IPv6 support. Hopefully logging will work correctly now.
+However, some things still won't work, notably relaying (the relay can be
+ipv6, the server being relayed _from_ may not be).
+I'll fix that some time soon.
+
+
+2003-02-12 22:50:59  Rev 4341   msmith
+
+	* src/connection.c:
+	  Increase buffer size for IPs so that logging works better for v6 clients.
+
+
+2003-02-12 11:04:26  Rev 4340   msmith
+
+	* src/config.h src/slave.c src/config.c:
+	  Allow configuring local mountpoint seperately from remote mountpoint
+
+
+2003-02-11 14:23:34  Rev 4338   msmith
+
+	* src/config.h TODO src/connection.c src/config.c src/global.h 
+	  src/source.h conf/icecast.xml src/format.c:
+	  Per mountpoint usernames, passwords, and some infrastructure for other
+per-mountpoint configuration (some of these are given as examples in
+the config file, but they aren't yet used).
+
+
+2003-02-11 12:18:22  Rev 4336   msmith
+
+	* src/fserve.c src/format.c:
+	  Now that it's been completely officially assigned, use application/ogg instead
+of application/x-ogg
+
+
+2003-02-07 14:00:33  Rev 4332   msmith
+
+	* src/slave.c:
+	  Sigh. And another.
+
+
+2003-02-07 13:56:33  Rev 4331   msmith
+
+	* src/connection.c:
+	  Grumble. Silly gcc.
+
+
+2003-02-07 12:26:07  Rev 4330   msmith
+
+	* src/config.c:
+	  Free new config variables on shutdown (forgot to add this before)
+
+
+2003-02-07 11:56:40  Rev 4329   msmith
+
+	* src/slave.c src/connection.c:
+	  Add format detection workaround for icecast 1.x, which is buggy and doesn't
+send a content-type header.
+
+
+2003-02-07 11:46:03  Rev 4328   msmith
+
+	* src/slave.c:
+	  Fix relaying. Oops.
+
+
+2003-02-07 10:53:38  Rev 4327   msmith
+
+	* src/config.h src/slave.c src/config.c conf/icecast.xml:
+	  Rearrange some relaying code.
+Add ability to configure individual relays as well (i.e. single stream, rather
+than all the streams from a server).
+
+
+2003-02-06 13:10:48  Rev 4325   msmith
+
+	* src/config.h conf/icecast.xml src/yp.c src/fserve.c src/yp.h TODO 
+	  src/stats.c src/connection.c src/source.c src/geturl.c src/source.
+	  h src/configtest.c src/config.c src/geturl.h:
+	  Lots of fixes for screwy code formatting, plus:
+
+make streams public by default, send ice-private: 1 to make them private.
+However, default config file has yp servers commented out.
+
+A little fix for compilation on some solaris systems
+
+Redo some config file stuff: now all the passwords are inside an element
+<authentication>, (though for now they're also accepted in the old location),
+and added admin username and password. Move some of the admin activities over
+to using the admin passwords (admin action that affect a mountpoint use the
+source password)
+
+Fill in some (but not yet all, maybe i'll do that later) of the infrastructure
+for per-mountpoint passwords.
+
+Fix lots of headers/code so that it works properly/portably  on non-win32
+systems.
+
+
+2003-02-05 14:31:17  Rev 4324   oddsock
+
+	* win32/icecast2.iss:
+	  forgot to add libcurl to the setup building script
+
+
+2003-02-05 02:04:54  Rev 4320   oddsock
+
+	* src/yp.c:
+	  if there is an error on touching, then reset the sid which will force another add
+
+
+2003-02-02 20:43:02  Rev 4317   oddsock
+
+	* configure.in:
+	  added check for HAVE_SYS_UIO_H
+
+
+2003-02-02 16:48:15  Rev 4316   oddsock
+
+	* src/yp.h src/source.c src/geturl.c src/geturl.h src/yp.c:
+	  style changes
+
+
+2003-02-02 14:35:10  Rev 4315   oddsock
+
+	* conf/icecast.xml:
+	  added new entry for yp server
+
+
+2003-02-02 14:33:47  Rev 4314   oddsock
+
+	* src/slave.c src/connection.c:
+	  added references to geturl.h
+
+
+2003-02-02 14:33:17  Rev 4313   oddsock
+
+	* src/source.c src/source.h:
+	  many modifications in order to support yp listing..the source structure now has additional fields, which are only used by the yp listing routines
+
+
+2003-02-02 14:32:21  Rev 4312   oddsock
+
+	* src/logging.h:
+	  added reference to log.h, WIN32 needed it otherwise it would fail on finding prototypes
+
+
+2003-02-02 14:31:34  Rev 4311   oddsock
+
+	* src/global.c:
+	  added geturl.h reference
+
+
+2003-02-02 14:26:54  Rev 4310   oddsock
+
+	* src/main.c:
+	  added initialization routines for curl, and also added the '-b' as a command line param...this will put icecast2 in the background
+
+
+2003-02-02 14:25:53  Rev 4309   oddsock
+
+	* src/stats.c src/stats.h:
+	  added function for retrieving specific stat values (for use by yp routines)
+
+
+2003-02-02 14:24:58  Rev 4308   oddsock
+
+	* src/config.h src/config.c:
+	  new configuration entries for yp listing
+
+
+2003-02-02 14:24:13  Rev 4307   oddsock
+
+	* src/yp.h src/geturl.c src/geturl.h src/Makefile.am src/yp.c:
+	  added new files for yp listing, and also added refereneces to them in Makefile.am
+
+
+2003-02-02 14:22:25  Rev 4306   oddsock
+
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/Makefile.am 
+	  win32/icecast2.iss:
+	  added references to libcurl (needed for yp-listing in icecast2)
+
+
+2003-02-02 14:21:57  Rev 4305   oddsock
+
+	* acinclude.m4 configure.in:
+	  added libcurl to dependencies, needed for yp-listing within icecast2
+
+
+2003-01-23 11:12:54  Rev 4292   msmith
+
+	* src/connection.c:
+	  Fix segfault if current source didn't exist on fallback mount request.
+
+
+2003-01-18 12:30:29  Rev 4268   msmith
+
+	* src/format_mp3.c src/format.c:
+	  Fix for a couple of nasty bugs that could result in clients being incorrectly
+dropped under some circumstances. Thanks to Ricardo Galli for finding this.
+
+
+2003-01-18 07:39:29  Rev 4262   msmith
+
+	* src/connection.c:
+	  And some more message fixes (this and the previous from alet at librelogiciel.com (Jerome Alet)
+
+
+2003-01-18 07:38:18  Rev 4261   msmith
+
+	* src/connection.c:
+	  Fix a message that was talking about the wrong path
+
+
+2003-01-18 07:08:00  Rev 4260   msmith
+
+	* src/fserve.c src/connection.c:
+	  Set TCP_NODELAY on sockets for streams and fileserving.
+
+Adapted from a patch sent by Richard Galli
+
+
+2003-01-18 06:54:29  Rev 4259   msmith
+
+	* src/source.c:
+	  Small memory leak fixed (patch from Ricardo Galli <gallir at uib.es>)
+
+
+2003-01-16 08:07:36  Rev 4254   brendan
+
+	* src/configtest.c:
+	  I wanted to see this variable
+
+
+2003-01-15 05:58:09  Rev 4243   brendan
+
+	* configure.in acconfig.h:
+	  OS X 10.2.3 doesn't define socklen_t.
+This version is compatible with autoconf 2.13. I believe it should also
+work in 2.5x, although the semantics of AC_CHECK_TYPE have changed.
+
+
+2003-01-15 05:38:31  Rev 4242   brendan
+
+	* doc/.cvsignore win32/res/.cvsignore web/.cvsignore win32/.cvsignore:
+	  Missing .cvsignores
+
+
+2003-01-15 05:36:15  Rev 4241   brendan
+
+	* .cvsignore:
+	  automake/libtool generated files
+
+
+2003-01-15 05:34:20  Rev 4240   brendan
+
+	* configure.in:
+	  autoheader always requires the third argument to AC_DEFINE
+
+
+2003-01-15 05:33:38  Rev 4239   brendan
+
+	* .cvsignore:
+	  config.h.in is generated by autoheader
+
+
+2003-01-13 10:48:43  Rev 4235   msmith
+
+	* configure.in src/Makefile.am:
+	  Patch for freebsd to set gcc options for pthreads correctly, from
+"Nigel Weeks" <nigel at e-easy.com.au>
+
+
+2003-01-01 21:21:20  Rev 4198   oddsock
+
+	* src/source.c:
+	  fixed SEGV when streaming with mp3 with metadata
+
+
+2003-01-01 07:31:46  Rev 4197   msmith
+
+	* src/format_mp3.c:
+	  indentation fixes, and a small fix for tracking bytes sent.
+
+
+2002-12-31 20:15:03  Rev 4196   oddsock
+
+	* src/format_mp3.c src/format.c:
+	  those darn EOL chars
+
+
+2002-12-31 20:07:14  Rev 4195   oddsock
+
+	* win32/icecast2.iss src/format_mp3.c src/format.c:
+	  win32 compilation fixes
+
+
+2002-12-31 19:48:28  Rev 4194   oddsock
+
+	* src/format_mp3.c:
+	  fixed mp3 metadata, now tested and working.
+
+
+2002-12-31 07:49:34  Rev 4192   msmith
+
+	* src/connection.c src/source.c:
+	  New year's bonus feature:
+ configurable fallbacks, now working.
+
+
+2002-12-31 06:28:39  Rev 4191   msmith
+
+	* src/util.c src/client.c src/connection.c src/util.h src/client.h:
+	  mp3 metadata complete. Still untested.
+
+
+2002-12-30 15:42:38  Rev 4181   msmith
+
+	* src/slave.c src/connection.c:
+	  Better file-serving, rationalisation of some paths
+
+
+2002-12-30 15:19:46  Rev 4180   msmith
+
+	* src/source.c src/source.h src/format_mp3.c:
+	  mountpoint fallbacks.
+untested, and no interface available to configure them.
+
+
+2002-12-30 11:27:21  Rev 4179   msmith
+
+	* src/format_mp3.c:
+	  Fix some minor errors.
+
+
+2002-12-30 11:22:59  Rev 4178   msmith
+
+	* src/format_mp3.h src/format_mp3.c:
+	  More mp3 metadata work.
+Untested but more or less complete.
+No way to actually set the metadata yet.
+
+
+2002-12-30 07:55:56  Rev 4177   msmith
+
+	* src/slave.c src/format_mp3.h src/format_vorbis.c src/format.h 
+	  src/connection.c src/global.c src/source.c src/client.h src/source.
+	  h src/format_mp3.c src/format.c:
+	  mp3 metadata work (incomplete)
+
+
+2002-12-30 01:59:03  Rev 4176   msmith
+
+	* src/connection.c:
+	  Fix c++-ism that gcc didn't think to warn me about
+
+
+2002-12-29 15:46:32  Rev 4175   msmith
+
+	* src/fserve.c src/slave.c src/stats.c src/connection.c src/format.c:
+	  Fix up types after thread type rename earlier.
+
+
+2002-12-29 14:06:20  Rev 4174   msmith
+
+	* src/slave.c src/xslt.c src/stats.c src/main.c src/config.c:
+	  Plug several small memory leak, and one huge one in the xslt output code
+
+
+2002-12-29 09:21:32  Rev 4169   msmith
+
+	* src/slave.c src/xslt.c src/connection.c:
+	  Minor incompatible change to relaying, to match actual protocol.
+
+
+2002-12-29 08:10:10  Rev 4167   msmith
+
+	* src/format_vorbis.c src/format.h src/connection.c src/source.c 
+	  src/client.h src/main.c src/format_mp3.c src/format.c:
+	  Add infrastructure for better/more flexible format support. Will be needed
+for mp3 metadata, for example.
+
+
+2002-12-01 02:10:25  Rev 4132   msmith
+
+	* src/os.h:
+	  Fix EOLs
+
+
+2002-11-23 15:55:27  Rev 4117   oddsock
+
+	* src/os.h:
+	  win32 port updates to recent changes
+
+
+2002-11-23 15:54:50  Rev 4116   oddsock
+
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/Traynot.cpp 
+	  win32/Icecast2winDlg.cpp win32/TRAYNOT.h win32/icecast2.iss:
+	  added missing win32 files
+fixed UNIX EOL on VC6 project files
+
+
+2002-11-22 13:13:04  Rev 4115   msmith
+
+	* configure.in:
+	  Fix a compile error.
+
+
+2002-11-22 13:00:44  Rev 4111   msmith
+
+	* src/fserve.c TODO src/util.c src/connection.c src/global.c 
+	  src/sighandler.c:
+	  Lots of bugfixes contributed by Karl Heyes.
+
+
+2002-10-10 08:50:58  Rev 3985   msmith
+
+	* src/connection.c:
+	  Allow icelogin to coexist with http login. icelogin is still deprecated,
+and now a warning is issued.
+
+
+2002-10-06 09:57:07  Rev 3978   msmith
+
+	* src/source.c:
+	  Previous bugfix was incorrect, and made the problem worse, since it ensured
+it would be triggered in certain cases, instead of merely making it dependant
+on previous values written to the variable in those cases.
+
+Fixes source disconnect on some (but very few) ogg bitstreams (the vast
+majority of my files play fine)
+
+
+2002-10-03 14:07:34  Rev 3975   msmith
+
+	* src/source.c:
+	  Fix for possible obscure bug leading to source disconnects.
+
+
+2002-10-01 16:26:18  Rev 3966   msmith
+
+	* README:
+	  README written.
+
+
+2002-09-24 08:16:24  Rev 3945   msmith
+
+	* win32/res/Makefile.am TODO configure.in web/Makefile.am Makefile.
+	  am win32/Makefile.am doc/Makefile.am src/Makefile.am:
+	  build updates.
+
+
+2002-08-28 20:37:44  Rev 3884   oddsock
+
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/Icecast2win.h 
+	  win32/Icecast2winDlg.cpp win32/Icecast2winDlg.h win32/icecast.xml 
+	  win32/icecast2.iss win32/Icecast2win.cpp win32/resource.h 
+	  win32/Icecast2win.rc win32/Icecast2win.clw win32/StdAfx.h:
+	  removed tab for editing configuration file, opted for a much simpler approach (spwan a notepad session)
+fixed the "Make this stat the window title" logic
+Added menu to the dialog
+
+
+2002-08-28 13:50:58  Rev 3883   msmith
+
+	* src/fserve.c:
+	  Fix an fserv crash bug if startup failed, and fix an fserv-didn't-actually-
+work-at-all-in-most-circumstances bug.
+
+
+2002-08-28 13:00:02  Rev 3882   msmith
+
+	* src/Makefile.am:
+	  Fix XSLT compiler flags. patch from Thomas Vander Stichele
+
+
+2002-08-26 12:40:29  Rev 3879   oddsock
+
+	* doc/icecast2.hhc doc/stats1.jpg doc doc/Index.hhk doc/icecast2.chm 
+	  doc/style.css doc/windowtitle.jpg doc/win32_section1.html 
+	  doc/icecast2.hhp doc/win32_section2.html doc/index_win32.html 
+	  doc/win32_section3.html:
+	  initial documentation for the win32 port...Using HTML Help to build the win32 help file
+
+
+2002-08-25 06:14:47  Rev 3878   msmith
+
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/Icecast2winDlg.cpp 
+	  win32/Icecast2winDlg.h win32/icecast2.iss win32/Icecast2win.cpp 
+	  win32/resource.h win32/Icecast2win.rc win32/Icecast2win.clw 
+	  win32/StdAfx.h:
+	  icecast2/win32 updates from oddsock.
+
+
+2002-08-25 06:12:51  Rev 3877   msmith
+
+	* src/main.c:
+	  Move fserve_initialize() to later so that chroot() works right.
+
+
+2002-08-18 13:38:51  Rev 3858   msmith
+
+	* src/fserve.c:
+	  Build an extension->mimetype mapping table from /etc/mime.types, use this
+for sending content-type when file serving.
+
+
+2002-08-18 09:38:45  Rev 3857   msmith
+
+	* src/fserve.c:
+	  Use select() if poll() isn't available in fserve.
+
+
+2002-08-18 08:49:25  Rev 3856   msmith
+
+	* src/fserve.c src/util.c src/connection.c src/fserve.h src/util.h 
+	  src/main.c:
+	  Fileserving that might actually work for > 1 user.
+cleanups for the base64 decoder.
+
+
+2002-08-18 05:06:58  Rev 3852   msmith
+
+	* src/config.h src/fserve.c src/connection.c src/fserve.h src/main.c 
+	  src/config.c conf/icecast.xml src/Makefile.am:
+	  File serving, from the webroot.
+
+
+2002-08-17 08:32:15  Rev 3850   msmith
+
+	* src/connection.c:
+	  Use relay password (fallback to using source password if no relay-password
+is set)
+
+
+2002-08-17 06:25:38  Rev 3849   msmith
+
+	* src/slave.c:
+	  Fall back to using the source-password if no master-password is set.
+
+
+2002-08-17 04:48:07  Rev 3847   msmith
+
+	* src/util.c:
+	  Fix a null terminator so that relaying can work again
+
+
+2002-08-17 04:35:23  Rev 3845   msmith
+
+	* src/source.c:
+	  Minor fix I forgot to commit yesterday for source data length accounting.
+
+
+2002-08-16 15:28:46  Rev 3840   msmith
+
+	* src/client.c src/connection.c:
+	  Minor fixes for logging response codes correctly (hopefully)
+
+
+2002-08-16 15:04:04  Rev 3839   msmith
+
+	* conf/icecast.xml:
+	  Typo.
+
+
+2002-08-16 14:55:56  Rev 3838   msmith
+
+	* src/config.h src/slave.c src/connection.c src/config.c 
+	  conf/icecast.xml:
+	  Fix relaying to work with new auth scheme.
+
+
+2002-08-16 14:26:48  Rev 3837   msmith
+
+	* src/config.h src/slave.c src/util.c src/client.c src/connection.c 
+	  src/global.c src/source.c src/util.h src/client.h src/connection.h 
+	  src/config.c src/source.h:
+	  HTTP Basic source login support. The old "ice-password" method is still
+available, but is deprecated and turned off by default.
+
+
+2002-08-13 13:53:07  Rev 3811   msmith
+
+	* src/xslt.c:
+	  Cache-checking is case-insensitive on win32.
+
+
+2002-08-13 12:46:45  Rev 3810   msmith
+
+	* src/xslt.c src/logging.h src/xslt.h src/main.c:
+	  Cache stylesheets for transforming.
+
+
+2002-08-13 01:08:15  Rev 3808   msmith
+
+	* src/util.c:
+	  Timing fixes
+
+
+2002-08-12 14:48:31  Rev 3807   msmith
+
+	* src/util.c src/client.c src/connection.c src/client.h:
+	  _handle_connection() cleanup, major restructuring. No feature changes.
+
+
+2002-08-12 10:11:44  Rev 3806   msmith
+
+	* src/connection.c:
+	  Fix a bug in one of the error (404) responses.
+
+
+2002-08-11 14:23:39  Rev 3804   msmith
+
+	* src/util.c src/connection.c src/util.h:
+	  More path handling cleanups, and memory leak fixes.
+
+
+2002-08-11 14:00:56  Rev 3803   msmith
+
+	* src/util.c src/connection.c src/util.h src/config.c:
+	  URI decoding and path normalisation pass one (stuff needed for fileserving
+later on)
+
+
+2002-08-11 12:15:40  Rev 3801   msmith
+
+	* configure.in src/source.c:
+	  Decrement client connections on source termination to avoid eventual "server
+is full" messages.
+
+
+2002-08-11 03:30:30  Rev 3799   msmith
+
+	* win32/Icecast2win.dsp win32/icecast.dsp win32/Icecast2winDlg.cpp 
+	  win32/Status.cpp win32/Icecast2win.dsw win32/Icecast2winDlg.h 
+	  win32/icecast.xml win32/icecast2.iss win32/resource.h 
+	  win32/Icecast2win.rc win32/Icecast2win.clw:
+	  win32 updates from oddsock
+
+
+2002-08-10 08:01:56  Rev 3797   msmith
+
+	* src/format_vorbis.c src/format.h src/util.c web/status.xsl 
+	  src/connection.c src/source.c src/util.h src/format_mp3.c:
+	  status.xsl updates, better now.
+Automatically create .m3u responses for any existing streams.
+If /stream.ogg exists, you can now request /stream.ogg.m3u in your browser.
+
+
+2002-08-10 04:51:11  Rev 3796   msmith
+
+	* src/format_vorbis.c:
+	  Better error messages on some corrupt sources.
+
+
+2002-08-10 03:22:44  Rev 3791   msmith
+
+	* src/slave.c src/stats.c src/connection.c src/config.c:
+	  Various cleanups
+
+
+2002-08-10 03:12:45  Rev 3790   msmith
+
+	* win32/icecast2logo2.bmp:
+	  More added files
+
+
+2002-08-10 03:11:24  Rev 3789   msmith
+
+	* win32/icecast2.iss win32/Icecast2win.clw:
+	  Added some more win32 files
+
+
+2002-08-09 15:55:02  Rev 3787   msmith
+
+	* win32/ConfigTab.h win32/Icecast2winDlg.cpp win32/ResizableDialog.h 
+	  win32/colors.h win32/black.bmp win32/res win32/stopped.bmp 
+	  conf/Makefile.am win32/Icecast2win.cpp win32/running.bmp win32 
+	  win32/TabCtrlSSL.h win32/Status.cpp win32/TabPageSSL.cpp 
+	  win32/StatsTab.cpp win32/StdAfx.cpp win32/ConfigTab.cpp 
+	  win32/resource.h win32/ResizableDialog.cpp AUTHORS win32/icecast.
+	  ico win32/Icecast2winDlg.h win32/res/Icecast2win.rc2 conf/icecast.
+	  xml win32/TabCtrlSSL.cpp win32/icecast.dsp win32/Icecast2win.dsp 
+	  win32/Icecast2win.h TODO web/status.xsl win32/Icecast2win.dsw 
+	  win32/Status.h win32/icecast.xml win32/TabPageSSL.h win32/StatsTab.
+	  h win32/Icecast2win.rc win32/StdAfx.h:
+	  oddsock's win32 port/GUI
+
+
+2002-08-09 15:41:44  Rev 3786   msmith
+
+	* web/status.xsl web/status2.xsl web:
+	  Two example xsl files (from oddsock).
+Request http://host:port/status.xsl
+to get a nicely formatted html status display in your web browser.
+
+
+2002-08-09 15:04:40  Rev 3785   msmith
+
+	* src/stats.c:
+	  Another free->xmlFree change
+
+
+2002-08-09 15:03:32  Rev 3784   msmith
+
+	* src/config.c:
+	  fix typo preventing compile
+
+
+2002-08-09 14:47:53  Rev 3782   msmith
+
+	* src/config.c:
+	  set default webroot dir correctly, and fix a minor memleak
+
+
+2002-08-09 14:38:42  Rev 3781   msmith
+
+	* src/xslt.c src/stats.c src/xslt.h:
+	  rename transformXSLT to xslt_transform() for consistency with the rest
+of the source.
+
+
+2002-08-09 14:36:12  Rev 3780   msmith
+
+	* src/config.c:
+	  Redo memory-management in config.c so that xmlFree() is called instead of
+free(), hopefully fixing win32 segfaults.
+
+
+2002-08-09 14:15:08  Rev 3779   msmith
+
+	* src/xslt.c src/stats.c src/connection.c:
+	  Various cleanups for accounting of sent bytes.
+Crash bug in stats fixed.
+
+
+2002-08-09 13:14:59  Rev 3776   msmith
+
+	* src/main.c:
+	  Fix crash when socket couldn't be bound.
+
+
+2002-08-09 08:16:51  Rev 3775   msmith
+
+	* src/xslt.c src/xslt.h:
+	  Add new xslt files, which I forgot earlier
+
+
+2002-08-09 08:11:37  Rev 3774   msmith
+
+	* src/config.h src/main.c src/config.c conf/icecast.xml:
+	  Allow setting the log level (for the error log, not the access log) from the
+config file.
+
+
+2002-08-09 08:06:00  Rev 3773   msmith
+
+	* src/slave.c src/connection.c src/source.c conf/icecast.xml:
+	  Logging cleanups, and a config file fix.
+
+
+2002-08-09 06:52:07  Rev 3772   msmith
+
+	* src/config.h src/util.c src/stats.c src/connection.c src/util.h 
+	  src/stats.h src/config.c conf/icecast.xml src/Makefile.am:
+	  oddsock's xslt stats support, slightly cleaned up
+
+
+2002-08-08 08:26:21  Rev 3767   msmith
+
+	* HACKING:
+	  Remove references to checking out sub-modules, this is no longer needed.
+
+
+2002-08-05 14:51:22  Rev 3761   msmith
+
+	* conf/icecast.xml:
+	  Revert some accidental changes to the config file.
+
+
+2002-08-05 14:48:04  Rev 3760   msmith
+
+	* src/slave.c src/config.h src/slave.h src/main.c conf/icecast.xml 
+	  src/Makefile.am TODO src/connection.c src/source.c src/connection.
+	  h src/global.h src/config.c:
+	  Cleaned up version of Ciaran Anscomb's relaying patch.
+
+
+2002-08-03 08:16:52  Rev 3752   msmith
+
+	* src/logging.h:
+	  Updates for modified logging API.
+
+
+2002-07-31 15:00:12  Rev 3735   msmith
+
+	* src/config.h src/main.c src/config.c:
+	  Config fixes for when parsing fails
+Don't needlessly call getsockopt() all the time (it's a system call, hence
+expensive)
+
+
+2002-07-24 14:52:28  Rev 3717   msmith
+
+	* src/util.c src/connection.c src/source.c src/util.h:
+	  Allow either poll or select to be used (based on whether HAVE_POLL is defined.)
+Still need to make autoconf define HAVE_POLL where relevent.
+
+
+2002-07-24 13:55:12  Rev 3716   msmith
+
+	* src/format.h src/connection.c src/format.c:
+	  Send the correct mimetype on client request.
+
+
+2002-07-23 15:15:11  Rev 3713   msmith
+
+	* src/format_mp3.h src/main.c src/logging.c src/format_mp3.c 
+	  src/Makefile.am src/format.c:
+	  MP3 support for icecast2.
+- no title/metadata support
+- requires modifications to source clients.
+
+
+2002-07-11 04:00:04  Rev 3572   calc
+
+	* autogen.sh:
+	  fix autogen.sh so that builddir != srcdir works
+
+
+2002-07-06 05:37:47  Rev 3537   msmith
+
+	* TODO:
+	  Add some notes about select() limitations to TODO.
+
+
+2002-06-29 04:29:37  Rev 3439   msmith
+
+	* src/stats.c src/config.c:
+	  Fix locations of headers.
+
+
+2002-06-15 04:57:50  Rev 3391   msmith
+
+	* src/stats.c:
+	  fix previous fix.
+
+
+2002-06-15 04:54:43  Rev 3390   msmith
+
+	* src/stats.c:
+	  fixed crash in shutdown if startup didn't happen properly.
+
+
+2002-06-03 09:12:50  Rev 3341   msmith
+
+	* src/format_vorbis.c:
+	  Fix for evil format string vulnerability - people, don't DO THIS!
+
+Fix from Emil Styrke <emil at lysator.liu.se>
+
+
+2002-05-21 05:22:32  Rev 3319   msmith
+
+	* src/main.c:
+	  missing newlines. oops.
+
+
+2002-05-21 00:35:33  Rev 3316   msmith
+
+	* src/main.c:
+	  Fix segfault from called log functions before log was initialised.
+
+
+2002-05-21 00:05:31  Rev 3315   msmith
+
+	* src/main.c:
+	  Fix potential problem which would occur if <changeuser> was set, but had
+no <user> or no <group> element within it.
+
+
+2002-05-20 13:25:31  Rev 3311   msmith
+
+	* src/main.c:
+	  chroot and setuid interacted badly in the previous version. Fixed now.
+
+
+2002-05-14 11:06:54  Rev 3302   msmith
+
+	* src/config.h configure.in src/main.c src/config.c conf/icecast.xml:
+	  Ian Kumlien's security (chroot() and setuid() patch), with some modifications.
+
+
+2002-05-08 14:07:42  Rev 3292   msmith
+
+	* src/source.c:
+	  I am an idiot.
+
+
+2002-05-08 14:02:02  Rev 3291   msmith
+
+	* src/source.c:
+	  Minor fix to previous fix - use the right variable!
+
+
+2002-05-08 05:18:43  Rev 3290   msmith
+
+	* src/source.c:
+	  Ensure we don't throw away a buffer after only sending part of it.
+
+
+2002-05-03 15:04:56  Rev 3275   msmith
+
+	* src/format_vorbis.c src/stats.c src/connection.c src/config.c:
+	  Memory leaks. Lots of little ones.
+
+
+2002-04-05 16:33:35  Rev 3220   jack
+
+	* src/stats.c:
+	  Oddsock finally found the win32 crash bug.  _event_listeners wasn't being
+initialized (the first time it was NULL).  After the server is restarted
+it retained a pointer to freed memory.  We should have been initializing
+this anyway.
+
+
+2002-04-05 09:28:26  Rev 3219   msmith
+
+	* src/format_vorbis.c src/format.h src/source.c:
+	  Buffer overflows.
+
+Requires a change to the format plugin interface - jack: if you want this
+done differently, feel free to change it (or ask me to).
+
+
+2002-03-22 22:41:16  Rev 3178   jack
+
+	* src/connection.c:
+	  Ouch.  Serious bug found by Ricardo Galli.
+
+When the cond var is signalled it will wake up a thread.  If all the
+connection handler threads are handling connections, the signal will be
+ignored and clients will 'pend' until another client causes the to signal
+again.
+
+We have to check to see if there are more pending connections before waiting
+on the signal again.
+
+
+2002-03-22 21:18:03  Rev 3175   jack
+
+	* src/source.c:
+	  We were triggering error logic when no errors had occurred.  Thanks
+to Ricardo Galli for finding this bug.
+
+
+2002-03-05 23:59:38  Rev 3123   jack
+
+	* src/logging.h:
+	  win32 patches from Ed
+
+
+2002-02-19 22:01:51  Rev 3076   msmith
+
+	* src/format.c:
+	  Comment audio/mpeg out until it gets implemented, to avoid segfaults.
+
+
+2002-02-14 00:58:04  Rev 3046   jack
+
+	* COPYING:
+	  Replace the placeholder with the real license.
+
+
+2002-02-14 00:41:57  Rev 3045   jack
+
+	* src/stats.c:
+	  Fix race condition on thread shutdown.
+
+
+2002-02-14 00:28:41  Rev 3044   jack
+
+	* src/stats.c:
+	  Shut down the stats_connection and stats_callback threads cleanly when
+stats_shutdown() is called.
+
+
+2002-02-11 09:11:18  Rev 3042   msmith
+
+	* src/format_vorbis.c src/format.h src/connection.c src/source.c 
+	  src/stats.h src/format.c:
+	  Bunch of fixes:
+
+ - connections are now matched to format plugins based on content-type headers,
+   and are rejected if there isn't a format handler for that content-type, or
+   there is no content-type at all.
+ - format_vorbis now handles pages with granulepos of -1 in the headers
+   correctly (this happens if the headers are fairly large, because of
+   many comments, for example).
+ - various #include fixes.
+ - buffer overflow in httpp.c fixed.
+
+
+2002-02-08 03:59:17  Rev 3034   jack
+
+	* src/main.c:
+	  Minor cleanup of 'static' functions.
+
+Fixed usage bug where usage wasn't getting displayed properly.
+
+
+2002-02-08 03:51:19  Rev 3033   jack
+
+	* src/config.c:
+	  More win32 fixes.
+
+
+2002-02-07 01:04:09  Rev 3029   jack
+
+	* src/logging.h src/util.c src/connection.c src/source.c src/os.h:
+	  minor build fixes for win32 courtesy of Oddsock
+
+
+2002-02-06 07:52:09  Rev 3027   jack
+
+	* src/stats.c:
+	  Factor out common code in stats.c.
+
+
+2002-02-06 06:11:03  Rev 3026   jack
+
+	* src/stats.c src/stats.h:
+	  A very slightly modified version of oddsocks function to support gui
+stats updates.  Basically stats_connection() was copied to
+stats_callback() (i should probably factor out some of the code here!)
+with the change that instead of sending stats to a socket, it sends the
+event to a callback function.
+
+
+2002-02-04 07:08:52  Rev 3024   jack
+
+	* src/format_vorbis.c src/format.h src/stats.c src/source.c 
+	  src/format.c:
+	  Two things:
+
+1) vorbis tags (ARTIST and TITLE) now appear in the stats.  Oddsock did
+the first cut of this.
+
+2) stats bug fixed.  if a stats value was NULL a segfault occurred.
+strdup(NULL) is fun!
+
+
+2002-01-21 04:28:30  Rev 2968   jack
+
+	* src/config.h src/source.c src/config.c conf/icecast.xml:
+	  Add a source-timeout config option and implement it.  This prevents lame
+sources from sticking around way too long.  Default is 10 seconds.
+
+
+2002-01-21 03:56:16  Rev 2967   jack
+
+	* src/source.c:
+	  Make it log to a file when the source gets disconnected
+
+
+2002-01-21 03:10:37  Rev 2966   jack
+
+	* src/connection.c:
+	  Fix a stupid but that Oddsock and Ciaran both found.  When sources log in
+we weren't checking to see if the mountpoint was already taken.  Since
+the mountpoint was the key in the avl tree, bad things happened.
+
+
+2002-01-05 00:29:27  Rev 2946   jack
+
+	* src/format_vorbis.c src/format.h src/source.c:
+	  Thanks to Ciaran for realizing that we werne't freeing the format plugins
+memory on source exits.  This caused a small but noticable memory leak.
+
+The fix was to add a new method to the format_plugin object -
+free_plugin() - and have the source thread call this on shutdown.
+
+
+2001-10-29 15:53:28  Rev 2273   jack
+
+	* configure.in:
+	  Another fix. -mv8 is a Sparc-only option, and gcc will barf if you use it
+on x86.
+
+
+2001-10-29 15:32:39  Rev 2271   jack
+
+	* configure.in:
+	  One more try at this.
+
+
+2001-10-29 15:02:54  Rev 2269   jack
+
+	* configure.in:
+	  Does this fix x86 Solaris?
+
+
+2001-10-29 14:55:08  Rev 2266   jack
+
+	* configure.in:
+	  Fix SUN_LIBS to apply to x86 Solaris boxen.  Who knew someone
+actually used x86 Solaris :)
+
+
+2001-10-21 16:13:02  Rev 2238   jack
+
+	* configure.in Makefile.am src/Makefile.am:
+	  Fix broken CFLAGS handling.
+
+
+2001-10-21 15:25:45  Rev 2235   jack
+
+	* configure.in src/Makefile.am:
+	  Fix lib handling.
+
+
+2001-10-21 15:12:23  Rev 2233   jack
+
+	* configure.in:
+	  AC_CHECK_FUNC is stupid.  It needs the LIBS set already, and you can't pass
+in a set of libs to use.  So we save/restore for the call.
+
+
+2001-10-21 14:19:39  Rev 2229   jack
+
+	* configure.in:
+	  A few configure.in fixes.
+
+* -D_REENTRANT probably needed on all platforms.  Let's not limit it to
+  Linux and Solaris.
+
+* AM_PATH_OGG|VORBIS had a slight bug.  We shouldn't update the LIBS until
+  after we've detected anything.  Thanks to Michael Pruett <michael at 68k.org>
+  for finding this.
+
+
+2001-10-21 10:07:51  Rev 2225   msmith
+
+	* configure.in src/source.c:
+	  configure.in: solaris requires -D_REENTRANT. What about other platforms?
+source.c: fix bug in handling non-fatal errors like EAGAIN
+
+
+2001-10-21 02:06:08  Rev 2223   jack
+
+	* src/stats.c src/connection.c src/global.h:
+	  Revert stacksize stuff and changes for the thread module.
+
+
+2001-10-20 22:48:29  Rev 2221   jack
+
+	* src/stats.c src/connection.c src/global.h:
+	  Fix icecast for changes in thread module regarding stacksize.  For icecast,
+the default stacksize is unchanged (8k) until further testing on Solaris
+to determine if a larger value is needed.
+
+
+2001-10-20 21:29:16  Rev 2207   jack
+
+	* src/Makefile.am:
+	  Forgot to add new compat.h to Makefile.am.  Fixed.
+
+
+2001-10-20 21:28:09  Rev 2206   jack
+
+	* configure.in src/connection.h src/compat.h:
+	  Add check for stdint.h, since Solaris doesn't have it.  This is needed
+on Linux for uint64_t, but Solaris defines this in sys/types.h.  Use check
+where appropriate, and also add typedefs for Win32.
+
+
+2001-10-20 07:59:01  Rev 2198   jack
+
+	* TODO:
+	  Updated the TODO file.
+
+
+2001-10-20 07:40:09  Rev 2197   jack
+
+	* src/connection.c:
+	  Thanks to Akos Maroy <darkeye at tyrell.hu> for this.  These variables need to
+be uppercase always in order to comply with the HTTP specification.
+While not a problem internal to icecast, they were slipping into the log
+files and breaking some less-than-robust parsers.
+
+
+2001-10-20 06:51:29  Rev 2196   jack
+
+	* src/stats.c src/connection.h src/main.c:
+	  It's too bad we don't have a commit script that smacks me upside the head
+when I do stupid things like this.
+
+
+2001-10-20 06:43:04  Rev 2195   jack
+
+	* src/util.c src/stats.c src/connection.c src/source.c 
+	  src/connection.h src/main.c src/config.c src/logging.c src/format.c:
+	  Win32 fixes.  Look how portable this was ;)  Just header stuff and some defines.
+Whee!
+
+
+2001-09-10 03:26:04  Rev 2012   jack
+
+	* HACKING:
+	  Add HACKING file for instructions for building from CVS.
+
+
+2001-09-10 03:04:11  Rev 2006   jack
+
+	* src/.cvsignore:
+	  .cvsignore is fun!
+
+
+2001-09-10 03:02:23  Rev 2004   jack
+
+	* src/.cvsignore:
+	  .cvsignore stuff
+
+
+2001-09-10 02:56:53  Rev 2003   jack
+
+	* .cvsignore:
+	  Add .cvsignore
+
+
+2001-09-10 02:55:41  Rev 2002   jack
+
+	* configure.in Makefile.am conf/Makefile.am:
+	  Include configuration files in 'make dist'
+
+
+2001-09-10 02:58:24  Rev 2001   jack
+
+	* conf/.cvsignore src/.cvsignore:
+	  More .cvsignore
+
+
+2001-09-10 02:21:46  Rev 1996   jack
+
+	* src/config.h conf src/util.c src/client.c src/util.h src/client.h 
+	  src/os.h src/connection.c src/global.c Makefile.am autogen.sh 
+	  src/connection.h src/global.h src/configtest.c src/refbuf.c 
+	  src/format_vorbis.c AUTHORS configure.in src/refbuf.h src 
+	  src/sighandler.c src/format_vorbis.h src/main.c src/TODO README 
+	  src/sighandler.h src/logging.c conf/icecast.xml src/format.c 
+	  src/Makefile.am src/logging.h src/format.h TODO acinclude.m4 
+	  src/stats.c COPYING src/source.c src/stats.h src/config.c 
+	  src/source.h:
+	  Initial revision
+
+

Modified: icecast/trunk/icecast/NEWS
===================================================================
--- icecast/trunk/icecast/NEWS	2004-12-14 15:56:42 UTC (rev 8388)
+++ icecast/trunk/icecast/NEWS	2004-12-14 16:32:50 UTC (rev 8389)
@@ -1,3 +1,58 @@
+Icecast 2.2 
+-----------------------------------------------------------------------------
+****New features for 2.2 (in no particular order):****
+
+- Theora Video support -
+Icecast now supports video streaming via theora.  Currently, we require the latest
+(alpha 4) version of libtheora.  This is an optional compile, so if you don't
+have theora then icecast will safely ignore it
+
+- Shoutcast style source client support -
+Icecast now supports the connection protocol used by the Shoutcast DSP source
+client.  This is the same connection protocol used by their NSV encoding tools.
+This means that not only can you use the Shoutcast DSP to stream to icecast, but
+that you can also stream NSV via their tools.
+
+- AAC is added as a supported streaming format -
+Not too many source clients support streaming in this format, but we support it.
+
+- Cluster password -
+Now you can specify a cluster password as a <mount> option in the config. This
+will allow you to cluster multiple servers/mounts into a single listing on the 
+stream directory.  Note that this is different than "grouping" which groups together
+streams coming from the same physical IP and with the same stream name.  Clusters
+are meant for relays of the same stream and will only be listed *once* in the stream
+directory.  When a listener tunes into a cluster, they will be served an m3u file
+with all the clusters for that stream.
+
+- Playlist Log -
+This is an option setting that will create an audit trail of metadata that comes through
+icecast.  It is a single file that contains information for all mountpoints.
+
+- Range Support for static files -
+We now support seeking in files served off the icecast fserve.
+
+- Metadata Update via Admin -
+We now support metadata updates via the admin interface for both MP3 AND Ogg Vorbis
+streams.
+
+- Per mount hidden stats and YP prevention -
+You many now indicate certains mounts to be excluded (i.e. hidden) from the main
+status.xsl page.  This is useful when using local private relays.  You can also
+override the YP setting (as in disable) on a per-mount basis.  Also useful for
+local private relays.
+
+- Multiple example config files -
+We now have multiple config files for you to use as a base.  A "simple" one for 
+quick-start, and a more detailed "advanced" one with all the features, as well
+as a "shoutcast compatable" one, which shows how you'd config for using the
+shoutcast DSP.
+
+- Relay user/pass -
+You can now specify authentication used by a relay.  This is for the case where
+you have listener authentication enabled for a mountpoint, and want to connect
+a relay to it.
+
 Icecast 2.1 11/04/2004
 -----------------------------------------------------------------------------
 ****New features for 2.1 (in no particular order):****

Modified: icecast/trunk/icecast/configure.in
===================================================================
--- icecast/trunk/icecast/configure.in	2004-12-14 15:56:42 UTC (rev 8388)
+++ icecast/trunk/icecast/configure.in	2004-12-14 16:32:50 UTC (rev 8389)
@@ -1,4 +1,4 @@
-AC_INIT([Icecast], [2.1.0], [icecast at xiph.org])
+AC_INIT([Icecast], [2.2.0RC1], [icecast at xiph.org])
 
 AC_PREREQ(2.54)
 AC_CONFIG_SRCDIR(src/main.c)

Modified: icecast/trunk/icecast/win32/icecast.dsp
===================================================================
--- icecast/trunk/icecast/win32/icecast.dsp	2004-12-14 15:56:42 UTC (rev 8388)
+++ icecast/trunk/icecast/win32/icecast.dsp	2004-12-14 16:32:50 UTC (rev 8389)
@@ -41,7 +41,7 @@
 # PROP Intermediate_Dir "Releaseicecast"
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1.0\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /D "HAVE_THEORA" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.2.0RC1\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /D "HAVE_THEORA" /YX /FD /c
 # ADD BASE RSC /l 0x409 /d "NDEBUG"
 # ADD RSC /l 0x409 /d "NDEBUG"
 BSC32=bscmake.exe
@@ -64,7 +64,7 @@
 # PROP Intermediate_Dir "Debugicecast"
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_WIN32" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1.0\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /D "HAVE_THEORA" /FD /D /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_WIN32" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.2.0RC1\" /D "HAVE_LOCALTIME_R" /D "HAVE_OLD_VSNPRINTF" /D "HAVE_THEORA" /FD /D /GZ /c
 # ADD BASE RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"
 BSC32=bscmake.exe

Modified: icecast/trunk/icecast/win32/icecast2.iss
===================================================================
--- icecast/trunk/icecast/win32/icecast2.iss	2004-12-14 15:56:42 UTC (rev 8388)
+++ icecast/trunk/icecast/win32/icecast2.iss	2004-12-14 16:32:50 UTC (rev 8389)
@@ -3,7 +3,7 @@
 
 [Setup]
 AppName=Icecast2 Win32
-AppVerName=Icecast v2.1.0
+AppVerName=Icecast v2.2.0RC1
 AppPublisherURL=http://www.icecast.org
 AppSupportURL=http://www.icecast.org
 AppUpdatesURL=http://www.icecast.org
@@ -13,7 +13,7 @@
 LicenseFile=..\COPYING
 InfoAfterFile=..\README
 OutputDir=.
-OutputBaseFilename=icecast2_win32_2.1.0_setup
+OutputBaseFilename=icecast2_win32_2.2.0RC1_setup
 WizardImageFile=icecast2logo2.bmp
 ; uncomment the following line if you want your installation to run on NT 3.51 too.
 ; MinVersion=4,3.51

Modified: icecast/trunk/icecast/win32/icecast2_console.dsp
===================================================================
--- icecast/trunk/icecast/win32/icecast2_console.dsp	2004-12-14 15:56:42 UTC (rev 8388)
+++ icecast/trunk/icecast/win32/icecast2_console.dsp	2004-12-14 16:32:50 UTC (rev 8389)
@@ -42,7 +42,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../" /I "../../libxslt/include" /I "../../curl/include" /I "../../iconv/include" /I "../../libxml2/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1.0\" /D "HAVE_THEORA" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../" /I "../../libxslt/include" /I "../../curl/include" /I "../../iconv/include" /I "../../libxml2/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.2.0RC1\" /D "HAVE_THEORA" /YX /FD /c
 # ADD BASE RSC /l 0x409 /d "NDEBUG"
 # ADD RSC /l 0x409 /d "NDEBUG"
 BSC32=bscmake.exe
@@ -66,7 +66,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../" /I "../../libxslt/include" /I "../../curl/include" /I "../../iconv/include" /I "../../libxml2/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.1.0\" /D "HAVE_THEORA" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../" /I "../../libxslt/include" /I "../../curl/include" /I "../../iconv/include" /I "../../libxml2/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /I "../../theora/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.2.0RC1\" /D "HAVE_THEORA" /YX /FD /GZ /c
 # ADD BASE RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"
 BSC32=bscmake.exe



More information about the commits mailing list