Displaying 4 results from an estimated 4 matches for "strflen".
Did you mean:
str_len
2008 Aug 25
2
patch for native iphone support
...-%d", &rangenumber, &rangenumber2);
+ if (ret != 2) {
+ rangeproblem = 1;
+ }
+ if (rangenumber < 0) {
+ rangeproblem = 1;
+ }
+ if (!rangeproblem) {
+ char currenttime[50];
+ time_t now;
+ int strflen;
+ struct tm result;
+ time(&now);
+ strflen = strftime(currenttime, 50, "%a, %d-%b-%Y %X GMT",
+ gmtime_r(&now, &result));
+ client->respcode = 206;
+
+ bytes = snprintf (ptr, remaining, &...
2008 Nov 29
0
Icecast Streaming to an iPhone or iPod touch
...if (ret != 2) {
+ rangeproblem = 1;
+ }
+ if (rangenumber < 0) {
+ rangeproblem = 1;
+ }
+ if (!rangeproblem) {
+ char currenttime[50];
+ time_t now;
+ int strflen;
+ struct tm result;
+ time(&now);
+ strflen = strftime(currenttime, 50, "%a, %d-%b-%Y %X GMT",
+ gmtime_r(&now, &result));
+ client->respcode = 206;
+ b...
2012 Oct 03
3
2.4-beta fixes for MinGW
...dif
-#ifdef CHUID
+#if HAVE_CHUID
if(conf->chuid)
{
-------------- next part --------------
--- icecast-2.3.99.0/src/fserve.c.orig 2012-10-02 14:52:41 +0400
+++ icecast-2.3.99.0/src/fserve.c 2012-10-02 15:31:11 +0400
@@ -560,6 +560,7 @@
time_t now;
int strflen;
struct tm result;
+ struct tm *gmtime_result;
off_t endpos = rangenumber+new_content_len-1;
char *type;
@@ -567,8 +568,18 @@
endpos = 0;
}
time(&now);
+#if !defined(_WIN32)
+ gmtime_re...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello,
I work at SmarctJog.com, we have here some patches on IceCast for
performance and reliability, these are mostly client/connection/source
cleanups (a slave merge is underway, and some more good stuff (c)),
but we'd like this to be merged in before the list gets any longer.
Please find attached a list of our patches with a short desc:
This one is actually not from us/me, it was found