- 05 Mar, 2003 1 commit
-
-
Michael Smith authored
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 svn path=/trunk/icecast/; revision=4406
-
- 04 Mar, 2003 2 commits
-
-
Michael Smith authored
Some of these are pretty heavily used, so saving 10-20 bytes each can be quite significant. No functional differences. svn path=/trunk/thread/; revision=4401
-
Michael Smith authored
admitting to just having filled up /) svn path=/trunk/icecast/; revision=4400
-
- 03 Mar, 2003 2 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4398
-
Michael Smith authored
used as well as refbuf_queue_insert). svn path=/trunk/icecast/; revision=4397
-
- 02 Mar, 2003 4 commits
-
-
Michael Smith authored
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. svn path=/trunk/icecast/; revision=4386
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4385
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4384
-
Michael Smith authored
-- per mountpoint listener maxima -- static configuration of mountpoint fallbacks -- stream dumping (write incoming stream to disk) Fixed some warnings that other people introduced. svn path=/trunk/icecast/; revision=4383
-
- 28 Feb, 2003 1 commit
-
-
brendan authored
svn path=/trunk/icecast/; revision=4382
-
- 27 Feb, 2003 2 commits
-
-
Ed "oddsock" Zaleski authored
lets just set it to no-buffering for logs. svn path=/trunk/log/; revision=4381
-
Ed "oddsock" Zaleski authored
also, handle case where a client sends a bad ice-audio-info string (variable but no value) svn path=/trunk/icecast/; revision=4380
-
- 26 Feb, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
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) svn path=/trunk/icecast/; revision=4379
-
- 25 Feb, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4366
-
- 24 Feb, 2003 2 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4365
-
Michael Smith authored
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. svn path=/trunk/icecast/; revision=4364
-
- 20 Feb, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4358
-
- 17 Feb, 2003 3 commits
-
-
Michael Smith authored
unlocking rwlocks. Move more checks and some other logic into source.c svn path=/trunk/icecast/; revision=4354
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4353
-
Michael Smith authored
and fix a series of locking bugs in source creation. svn path=/trunk/icecast/; revision=4352
-
- 15 Feb, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4349
-
- 14 Feb, 2003 5 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4348
-
Michael Smith authored
output once, not many times. svn path=/trunk/icecast/; revision=4347
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4346
-
Michael Smith authored
svn path=/trunk/net/; revision=4345
-
Michael Smith authored
unknown mimetype. svn path=/trunk/icecast/; revision=4344
-
- 13 Feb, 2003 2 commits
-
-
Michael Smith authored
for backwards compatibility, and isn't MEANT to do ipv6. Oops. svn path=/trunk/net/; revision=4343
-
Michael Smith authored
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. svn path=/trunk/icecast/; revision=4342
-
- 12 Feb, 2003 3 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4341
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4340
-
Michael Smith authored
svn path=/trunk/net/; revision=4339
-
- 11 Feb, 2003 2 commits
-
-
Michael Smith authored
per-mountpoint configuration (some of these are given as examples in the config file, but they aren't yet used). svn path=/trunk/icecast/; revision=4338
-
Michael Smith authored
of application/x-ogg svn path=/trunk/icecast/; revision=4336
-
- 07 Feb, 2003 6 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4332
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4331
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4330
-
Michael Smith authored
send a content-type header. svn path=/trunk/icecast/; revision=4329
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4328
-
Michael Smith authored
Add ability to configure individual relays as well (i.e. single stream, rather than all the streams from a server). svn path=/trunk/icecast/; revision=4327
-
- 06 Feb, 2003 1 commit
-
-
Michael Smith authored
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. svn path=/trunk/icecast/; revision=4325
-