- 05 Aug, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/httpp/; revision=3760
-
- 03 Aug, 2002 2 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3752
-
Michael Smith authored
logging API changed slightly (I got sick of gcc warnings about deprecated features). resampling (for live input, not yet for reencoding) is in there. several patches from Karl Heyes have been incorporated. svn path=/trunk/log/; revision=3751
-
- 31 Jul, 2002 1 commit
-
-
Michael Smith authored
Don't needlessly call getsockopt() all the time (it's a system call, hence expensive) svn path=/trunk/icecast/; revision=3735
-
- 24 Jul, 2002 2 commits
-
-
Michael Smith authored
Still need to make autoconf define HAVE_POLL where relevent. svn path=/trunk/icecast/; revision=3717
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3716
-
- 23 Jul, 2002 1 commit
-
-
Michael Smith authored
- no title/metadata support - requires modifications to source clients. svn path=/trunk/icecast/; revision=3713
-
- 29 Jun, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3439
-
- 15 Jun, 2002 2 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3391
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3390
-
- 03 Jun, 2002 1 commit
-
-
Michael Smith authored
Fix from Emil Styrke <emil@lysator.liu.se> svn path=/trunk/icecast/; revision=3341
-
- 21 May, 2002 3 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3319
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3316
-
Michael Smith authored
no <user> or no <group> element within it. svn path=/trunk/icecast/; revision=3315
-
- 20 May, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3311
-
- 14 May, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3302
-
- 08 May, 2002 3 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3292
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3291
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3290
-
- 03 May, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/httpp/; revision=3275
-
- 30 Apr, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/thread/; revision=3264
-
- 05 Apr, 2002 2 commits
-
-
Jack Moffitt authored
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. svn path=/trunk/icecast/; revision=3220
-
Michael Smith authored
Requires a change to the format plugin interface - jack: if you want this done differently, feel free to change it (or ask me to). svn path=/trunk/httpp/; revision=3219
-
- 22 Mar, 2002 5 commits
-
-
Jack Moffitt authored
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. svn path=/trunk/icecast/; revision=3178
-
Jack Moffitt authored
as we used to in icecast1. They make things work a bit better. svn path=/trunk/net/; revision=3177
-
Jack Moffitt authored
svn path=/trunk/net/; revision=3176
-
Jack Moffitt authored
to Ricardo Galli for finding this bug. svn path=/trunk/icecast/; revision=3175
-
Jack Moffitt authored
Minor style fixes. svn path=/trunk/net/; revision=3174
-
- 05 Mar, 2002 1 commit
-
-
Jack Moffitt authored
svn path=/trunk/icecast/; revision=3123
-
- 19 Feb, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3076
-
- 14 Feb, 2002 2 commits
-
-
Jack Moffitt authored
svn path=/trunk/icecast/; revision=3045
-
Jack Moffitt authored
stats_shutdown() is called. svn path=/trunk/icecast/; revision=3044
-
- 11 Feb, 2002 1 commit
-
-
Michael Smith authored
- 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. svn path=/trunk/avl/; revision=3042
-
- 08 Feb, 2002 2 commits
-
-
Jack Moffitt authored
Fixed usage bug where usage wasn't getting displayed properly. svn path=/trunk/icecast/; revision=3034
-
Jack Moffitt authored
svn path=/trunk/icecast/; revision=3033
-
- 07 Feb, 2002 1 commit
-
-
Jack Moffitt authored
svn path=/trunk/icecast/; revision=3029
-
- 06 Feb, 2002 2 commits
-
-
Jack Moffitt authored
svn path=/trunk/icecast/; revision=3027
-
Jack Moffitt authored
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. svn path=/trunk/icecast/; revision=3026
-
- 04 Feb, 2002 1 commit
-
-
Jack Moffitt authored
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! svn path=/trunk/icecast/; revision=3024
-
- 29 Jan, 2002 1 commit
-
-
Michael Smith authored
(example configs turn this off, to leave behaviour as it was). svn path=/trunk/log/; revision=3008
-