- 23 Jul, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5168
-
- 21 Jul, 2003 4 commits
-
-
Karl Heyes authored
svn path=/trunk/m4/; revision=5159
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5157
-
Karl Heyes authored
for autoconf svn path=/trunk/icecast/; revision=5156
-
Karl Heyes authored
by autoconf. config.h is also the name expected by the convenience libs svn path=/trunk/icecast/; revision=5154
-
- 18 Jul, 2003 2 commits
-
-
Karl Heyes authored
bad things to occur when xslt gets used. svn path=/trunk/icecast/; revision=5152
-
Karl Heyes authored
svn path=/trunk/m4/; revision=5149
-
- 17 Jul, 2003 2 commits
-
-
Karl Heyes authored
svn path=/trunk/m4/; revision=5148
-
Karl Heyes authored
svn path=/trunk/m4/; revision=5147
-
- 16 Jul, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5146
-
- 14 Jul, 2003 2 commits
- 11 Jul, 2003 4 commits
-
-
Karl Heyes authored
so allows for continuing the log, or cycling just one log. log filename changes work as well. svn path=/trunk/icecast/; revision=5129
-
Karl Heyes authored
and some code cleanups svn path=/trunk/log/; revision=5128
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5127
-
brendan authored
svn path=/trunk/m4/; revision=5125
-
- 09 Jul, 2003 1 commit
-
-
Karl Heyes authored
is indefinite but here ices2 is capping the logs at around 2Meg, which is currently fixed. The renamed log filename is simple (xxx.old) but using a timestamp could be implemented. Explicit log re-opening (eg HUP handling) is implemented but not currently used. svn path=/trunk/log/; revision=5107
-
- 08 Jul, 2003 4 commits
-
-
brendan authored
svn path=/trunk/m4/; revision=5105
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=5104
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=5103
-
Ed "oddsock" Zaleski authored
svn path=/trunk/net/; revision=5098
-
- 07 Jul, 2003 10 commits
-
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=5094
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=5093
-
brendan authored
svn path=/trunk/net/; revision=5092
-
brendan authored
a keyboard macro made this one a lot easier. svn path=/trunk/thread/; revision=5090
-
brendan authored
1. Don't define _XOPEN_SOURCE, at least with GCC. As ALWAYS, this macro undefines a lot of the symbols we need. As of libshout 2.1, this define will be moved into the "if not $GCC" category so we don't have to deal with it so often. 2. Irix defines inet_pton but not sockaddr_storage. We could fake it by using an in6 structure, but why bother? Just don't check for inet_pton unless we have struct sockaddr_storage. svn path=/trunk/m4/; revision=5087
-
brendan authored
svn path=/trunk/avl/; revision=5086
-
brendan authored
svn path=/trunk/httpp/; revision=5085
-
brendan authored
svn path=/trunk/avl/; revision=5084
-
brendan authored
I suspect all this may be unnecessary, only because I've never heard of this before. But then, I don't do much library work, and better safe than sorry. svn path=/trunk/net/; revision=5083
-
brendan authored
This is tedious. svn path=/trunk/avl/; revision=5082
-
- 06 Jul, 2003 1 commit
-
-
brendan authored
I removed icy- support from the generic send headers function, as it is my understanding that only MP3 sources use icy headers. PLEASE correct me if I am wrong. I also added code in the mp3 function to convert ice-audio-info bitrate to an icy-br header. ice-audio-info is for YP, icy-br for clients. Perhaps we should send both to clients though? svn path=/trunk/icecast/; revision=5079
-
- 05 Jul, 2003 1 commit
-
-
brendan authored
svn path=/trunk/icecast/; revision=5067
-
- 04 Jul, 2003 1 commit
-
-
giles authored
Add a name mangling mechanism so we can safely compile in code we share with applications that might link with use. Currently only hooked up for the timing liblet, but thread is the real target. Basically we define _mangle() in config.h, and use that in timing.h (if available) to prepend the package name to all the symbols in the header and including C files. It's thus fairly invisible. Unfortunately the prefix is hardwired, so it's another thing that has to be maintained by hand (not that is changes often, but we can't make it a macro). AH_VERBATIM seems to be the only way to add a macro that takes arguments, and it explicitly doesn't do shell expansion. Further, @PACKAGE@ substitution doesn't happen on config.h.in. Insert standard autotools frustration here. svn path=/trunk/timing/; revision=5060
-
- 03 Jul, 2003 3 commits
-
-
brendan authored
svn path=/trunk/avl/; revision=5050
-
brendan authored
TODO: rewrite ice-audio-info bitrate tag to icy-br. svn path=/trunk/icecast/; revision=5045
-
brendan authored
causing stuttering in some clients. Thank goodness icecast uses an odd metainterval, or this bug would never have been discoverd :) svn path=/trunk/icecast/; revision=5044
-
- 02 Jul, 2003 2 commits
-
-
Karl Heyes authored
svn path=/trunk/net/; revision=5042
-
brendan authored
svn path=/trunk/icecast/; revision=5040
-
- 01 Jul, 2003 1 commit
-
-
brendan authored
svn path=/trunk/net/; revision=5026
-