1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00
Go to file
oddsock 2c2576ed4e - fixed alot of yp logic. timeouts now work properly so the tolerance of
the unavailability of yp servers is much much better now.

- new icecast config option <yp-url-timeout> to specify the timeout

- 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

- modified util_dict_urlencode() to not url-encode the key (still does the value)

- new curl option (CURLOPT_NOSIGNAL) which prevents curl from using signals when
  timeouts are hit.  This new option needs curl 7.10 at least.

svn path=/trunk/icecast/; revision=4603
2003-04-11 03:00:24 +00:00
conf Support listening on multiple sockets. 2003-03-09 11:27:06 +00:00
doc Missing .cvsignores 2003-01-15 05:38:31 +00:00
m4 We really need to include the header for the test to be reliable 2003-03-26 02:24:00 +00:00
src - fixed alot of yp logic. timeouts now work properly so the tolerance of 2003-04-11 03:00:24 +00:00
web Missing .cvsignores 2003-01-15 05:38:31 +00:00
win32 update project file with new files added to icecast module 2003-03-19 15:58:16 +00:00
.cvsignore automake/libtool generated files 2003-01-15 05:36:15 +00:00
acconfig.h OS X 10.2.3 doesn't define socklen_t. 2003-01-15 05:58:09 +00:00
acinclude.m4 separate the check for pthread_rwlock_t, it will soon be an optional 2003-03-14 00:45:49 +00:00
AUTHORS oddsock's win32 port/GUI 2002-08-09 15:55:02 +00:00
autogen.sh fix autogen.sh so that builddir != srcdir works 2002-07-11 04:00:04 +00:00
configure.in First crack at making YP/curl optional. 2003-03-27 17:10:14 +00:00
COPYING Replace the placeholder with the real license. 2002-02-14 00:58:04 +00:00
HACKING Remove references to checking out sub-modules, this is no longer needed. 2002-08-08 08:26:21 +00:00
Makefile.am build updates. 2002-09-24 08:16:24 +00:00
News Support listening on multiple sockets. 2003-03-09 11:27:06 +00:00
README #icecast at openprojects is defunct. 2003-03-16 00:33:07 +00:00
TODO Commit my TODO file. 2003-04-03 12:41:18 +00:00

Icecast2 alpha 1.

This is an alpha release. Not all functionality is fully implemented, though
we believe it to be very stable for all the currently available features.

It is known to build on linux and win32, and should be easily ported to other
unix platforms (we expect this will require some autoconf work, though).

Run
   ./configure
   make
   make install

To build and install this release.

Documentation is mostly missing at this point. The example config file should
explain most of the features available (but note that the directory services
are not yet available). 

Please email us at icecast@xiph.org or icecast-dev@xiph.org, or come and see
us at irc.xiph.org, channel #icecast, if you have any troubles.