- Mar 16, 2003
-
-
brendan authored
svn path=/trunk/icecast/; revision=4495
-
- Mar 15, 2003
-
-
Michael Smith authored
Convert all tabs to 4 spaces. All code must now use 4 space indents. svn path=/trunk/avl/; revision=4492
-
- Mar 14, 2003
-
-
Michael Smith authored
ending up connecting to a source which didn't exist. Add 'moveclients' admin command to move all clients from one source to another (without shutting the old source down) svn path=/trunk/icecast/; revision=4489
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=4488
-
- Mar 13, 2003
-
-
Karl Heyes authored
pthread_rwlock_t svn path=/trunk/m4/; revision=4481
-
- Mar 12, 2003
-
-
brendan authored
svn path=/trunk/icecast/; revision=4478
-
Karl Heyes authored
svn path=/trunk/thread/; revision=4477
-
- Mar 10, 2003
-
-
Michael Smith authored
need for it. svn path=/trunk/icecast/; revision=4464
-
- Mar 09, 2003
-
-
Karl Heyes authored
smaller libs. svn path=/trunk/avl/; revision=4456
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4455
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4454
-
- Mar 08, 2003
-
-
Karl Heyes authored
svn path=/trunk/avl/; revision=4450
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4447
-
Michael Smith authored
svn path=/trunk/httpp/; revision=4446
-
Michael Smith authored
if the / mountpoint is taken svn path=/trunk/icecast/; revision=4445
-
Michael Smith authored
svn path=/trunk/httpp/; revision=4444
-
brendan authored
svn path=/trunk/m4/; revision=4440
-
Karl Heyes authored
passed flags into the compiling rules. Also configure in libshout now sets up the XIPH_CFLAGS svn path=/trunk/avl/; revision=4439
-
- Mar 07, 2003
-
-
brendan authored
svn path=/trunk/m4/; revision=4438
-
Karl Heyes authored
don't want to get clobbered by things like make CFLAGS='....' The typical flags you don't want clobbered are ones like -pthread svn path=/trunk/icecast/; revision=4436
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4434
-
- Mar 06, 2003
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4417
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4416
-
Michael Smith authored
rename util_url_escape to util_url_unescape, and write a util_escape function that actually DOES escape things. Fix all the callers of the function to call the correct one of these two. svn path=/trunk/icecast/; revision=4414
-
brendan authored
Whoops, broke thread include path svn path=/trunk/net/; revision=4413
-
brendan authored
According to Karl, defining nops with do{}while(0) is a la mode. svn path=/trunk/avl/; revision=4412
-
brendan authored
Also make it possible to build libshout without threads, albeit without locking in the resolver or avl trees. New option --disable-pthread too. svn path=/trunk/avl/; revision=4411
-
brendan authored
avl.h already includes thread.h svn path=/trunk/avl/; revision=4410
-
- Mar 05, 2003
-
-
brendan authored
svn path=/trunk/thread/; revision=4409
-
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
-
- Mar 04, 2003
-
-
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
-
- Mar 03, 2003
-
-
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
-
- Mar 02, 2003
-
-
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
-
- Feb 28, 2003
-
-
brendan authored
svn path=/trunk/icecast/; revision=4382
-
- Feb 27, 2003
-
-
Ed "oddsock" Zaleski authored
lets just set it to no-buffering for logs. svn path=/trunk/log/; revision=4381
-