- Apr 18, 2006
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=11154
-
- Apr 17, 2006
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=11152
-
- Apr 13, 2006
-
-
Michael Smith authored
Also fixes some leaks in failed shout_open() calls. Fixed bug #833. Thanks to brendan for review, and _mx for prodding. svn path=/icecast/trunk/libshout/; revision=11134
-
brendan authored
should only happen when SHOUT_STATE_CONNECTED. svn path=/icecast/trunk/libshout/; revision=11133
-
- Mar 10, 2006
-
-
thomasvs authored
svn path=/icecast/trunk/libshout/; revision=10992
-
- Mar 07, 2006
-
-
Michael Smith authored
svn path=/icecast/trunk/avl/; revision=10975
-
- Feb 24, 2006
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/net/; revision=10949
-
- Feb 13, 2006
-
-
Michael Smith authored
svn path=/icecast/trunk/libshout/; revision=10815
-
- Jan 03, 2006
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=10688
-
brendan authored
the end of the response, in case additional data is received after the header. Spotted by Karl. Also silence some signed/unsigned char* warnings with brute-force casts instead of by trying to figure out why queue_* wants unsigned char*. Should be safe. svn path=/icecast/trunk/libshout/; revision=10687
-
brendan authored
Seems like this might be libogg's fault (or fink's libogg package), but the workaround should be harmless. svn path=/icecast/trunk/libshout/; revision=10686
-
- Dec 06, 2005
-
-
brendan authored
connection. svn path=/icecast/trunk/libshout/; revision=10547
-
- Dec 04, 2005
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=10533
-
- Oct 26, 2005
-
-
giles authored
failed. Corrects an erroneous version error when in fact the library wasn't found at all. Bug #719. svn path=/icecast/trunk/m4/; revision=10307
-
- Sep 15, 2005
-
-
Karl Heyes authored
svn path=/icecast/trunk/thread/; revision=10018
-
- Sep 01, 2005
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=9908
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=9901
-
brendan authored
initial setting for theora streams, on files it's generally ok the absolute beginning is typically 0 but for streams that often isn't the case." Don't know exactly what that means but I trust him, and he wrote this file anyway. svn path=/icecast/trunk/libshout/; revision=9900
-
- Aug 12, 2005
-
-
Karl Heyes authored
svn path=/icecast/trunk/m4/; revision=9737
-
- Jul 30, 2005
-
-
Karl Heyes authored
svn path=/icecast/trunk/m4/; revision=9655
-
- Jul 28, 2005
-
-
Ed "oddsock" Zaleski authored
svn path=/icecast/trunk/thread/; revision=9635
-
- Jul 10, 2005
-
-
Karl Heyes authored
other m4 macros for the --with-X prefix check svn path=/icecast/trunk/m4/; revision=9556
-
- Jun 27, 2005
-
-
brendan authored
EAGAIN. The second part of it I'm not sure about... I think maybe the callers need to be fixed to check self->error instead of the return value. svn path=/icecast/trunk/libshout/; revision=9530
-
- Jun 15, 2005
-
-
Karl Heyes authored
prototype definitions svn path=/icecast/trunk/httpp/; revision=9453
-
- Apr 08, 2005
-
-
Karl Heyes authored
svn path=/icecast/trunk/httpp/; revision=9126
-
- Mar 05, 2005
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=9044
-
- Mar 03, 2005
-
-
j authored
svn path=/icecast/trunk/libshout/; revision=9013
-
- Feb 19, 2005
- Jan 29, 2005
- Dec 30, 2004
-
-
brendan authored
svn path=/icecast/trunk/libshout/; revision=8556
-
- Dec 29, 2004
- Dec 07, 2004
-
-
Ed "oddsock" Zaleski authored
add '+' to those fields that are url decoded. svn path=/icecast/trunk/httpp/; revision=8346
-
- Dec 03, 2004
-
-
Karl Heyes authored
svn path=/icecast/trunk/m4/; revision=8330
-
- Nov 30, 2004
-
-
Karl Heyes authored
svn path=/icecast/trunk/m4/; revision=8320
-
- Nov 10, 2004
-
-
brendan authored
connected links is probably even a good idea. Clean up some state in case shout_t is reused. svn path=/icecast/trunk/libshout/; revision=8188
-
- Oct 30, 2004
-
-
brendan authored
To do this without having to recalculate, I had to create a queue structure to hold the linked list itself and its length. Might be worth putting a pointer to the tail here too. svn path=/icecast/trunk/libshout/; revision=8144
-