- 12 Aug, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9740
-
- 11 Aug, 2005 1 commit
-
-
Karl Heyes authored
on incoming connections. Now we get the accept thread to create a client_t and mark it as a shoutcast client if need be. Then use a single connection thread to poll the non-blocking sockets for the headers. When complete they get handled as usual. svn path=/icecast/trunk/icecast/; revision=9733
-
- 08 Aug, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9717
-
- 17 Jun, 2005 1 commit
-
-
Karl Heyes authored
stalls in connection thread. perform most file checking in fserve but allow for m3u file override and using the Host header if available. svn path=/icecast/trunk/icecast/; revision=9462
-
- 11 Jun, 2005 1 commit
-
-
Karl Heyes authored
thread by using generic write routine. small leak plugged on failure case. extend mime type handling slightly for rare case svn path=/icecast/trunk/icecast/; revision=9440
-
- 10 Jun, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9434
-
- 10 May, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9247
-
- 06 May, 2005 1 commit
-
-
Karl Heyes authored
functions. call client_create in the general handler and pass client_t to the specific handler including the stats request handler, which now logs in the access log. svn path=/icecast/trunk/icecast/; revision=9220
-
- 14 Mar, 2005 1 commit
-
-
Michael Smith authored
previously been incremented. svn path=/icecast/trunk/icecast/; revision=9074
-
- 19 Feb, 2005 2 commits
- 18 Dec, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8481
-
- 20 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8236
-
- 17 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8212
-
- 16 Nov, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=8206
-
- 15 Nov, 2004 4 commits
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=8202
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=8201
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=8200
-
Ed "oddsock" Zaleski authored
much better support for the Range request header, which means that seeking actually *works* now for file serving. svn path=/icecast/trunk/icecast/; revision=8199
-
- 11 Nov, 2004 2 commits
-
-
Michael Smith authored
svn path=/icecast/trunk/icecast/; revision=8196
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/icecast/; revision=8192
-
- 01 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8154
-
- 27 Oct, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8123
-
- 24 Oct, 2004 1 commit
-
-
Karl Heyes authored
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 svn path=/icecast/trunk/icecast/; revision=8070
-
- 16 Jul, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=7165
-
- 29 Jan, 2004 1 commit
-
-
Michael Smith authored
svn path=/trunk/httpp/; revision=5792
-
- 16 Jan, 2004 1 commit
-
-
Michael Smith authored
multiple simultaneous requests. svn path=/trunk/icecast/; revision=5764
-
- 24 Jul, 2003 1 commit
-
-
Karl Heyes authored
compiler warnings removed svn path=/trunk/icecast/; revision=5173
-
- 21 Jul, 2003 1 commit
-
-
Karl Heyes authored
for autoconf svn path=/trunk/icecast/; revision=5156
-
- 16 Jul, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5146
-
- 15 Mar, 2003 1 commit
-
-
Michael Smith authored
Convert all tabs to 4 spaces. All code must now use 4 space indents. svn path=/trunk/avl/; revision=4492
-
- 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
-
- 11 Feb, 2003 1 commit
-
-
Michael Smith authored
of application/x-ogg svn path=/trunk/icecast/; revision=4336
-
- 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
-
- 18 Jan, 2003 1 commit
-
-
Michael Smith authored
Adapted from a patch sent by Richard Galli svn path=/trunk/icecast/; revision=4260
-
- 29 Dec, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4175
-
- 22 Nov, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4111
-
- 28 Aug, 2002 1 commit
-
-
Michael Smith authored
work-at-all-in-most-circumstances bug. svn path=/trunk/icecast/; revision=3883
-
- 18 Aug, 2002 2 commits
-
-
Michael Smith authored
for sending content-type when file serving. svn path=/trunk/icecast/; revision=3858
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3857
-