Hello, It's been quite some time since I've been able to peek in and see what going on within the Arachne realms...but I see that no posts have been made in...
Hi David, 'pcdos2k', et al. Well, everyone's still here (63 members now), just busy. Since this group is focused on development, it only generates much traffic...
http://www.freelists.org/archives/arachne/09-2008/msg00082.html -- in insight.c ---- int isvalidchar(char c) { if(isalpha(c))return 1; if(isdigit(c))return 1; ...
Hi Glenn, et al. Thanks for the heads-up! :-) I've really gotta find some time to get back to this stuff, there's so much that needs to be done! Preparing for...
Please take a moment today to remember those innocent people that lost their lives back in 2001. Also, the defenceless victims of Sudan, Rwanda, Iraq, Bosnia,...
When reading mail, occasionally Arachne will come up with a screen like the attached. Then spontaneously it will revert to the normal message display screen...
... Greg, I do not receive these emails but rather read the post online at.... http://tech.groups.yahoo.com/group/ArachneDevelopment/message/4054 Therefore, I...
Hi Greg, Glenn, et al. Alternatively (and I'd recommend this), send bug reports to "Arachne_Bugs@yahoogroups.com" (please do not publish this e-dress, so as to...
... Thanks. I'd forgotten about that site. It is now added to my e-dress book. Go placidly amid the noise and haste, and remember what peace there may be in...
You're welcome, Greg. Be vewy vewy quiet. I'm hunting wabbits. ;-) Actually, thanks to Glenn for pointing out to me just now, that automatic censoring of...
... Wascally ones, I suppose. ... I censored it myself, in deference to your comment about not revealing it. ... Are you talking about automagic or manual...
Hi Greg, et al. Thanks for manually censoring the Arachne_Bugs e-dress. When I wrote the posting earlier, I had thought all e-dresses were automagically...
****************** Final version of 'Turbo Code' *********************** _________________ in HTTP.C ___________________ <snip> if(tcpip && !httpstub) //if...
________________ Update to FTP portion (moved up higher in the file)________ ___(the original location caused problems with small FTP downloads _________ ...
... Great job Glenn, that's a great imporvement. I asked Jim Hall a few weeks ago if it was possible to add more than one fork of Arachne to the upcomming 1.1...
Modification and simplification of 'turbo charge' code in popget.c ... <snip> GlobalLogoStyle=2;//SDL set connect animation if (!tcp_open( socket, locport(),...
... Yeah, we're up to 300Kb/s in my core. I don't have better than dialup, so Glenn's doing the tweeking. ... For me it's mostly a question of respect. In our...
Ray Andrews
randrews@...
Oct 2, 2008 12:49 am
4068
Hi Glenn, good work increasing the DSL speed! With your new core I now get twice the throughput as before (70 KB/s instead of 30-35). :-) Though I am still a...
Udo Kuhnt
048321887-0001@...
Oct 3, 2008 10:17 am
4069
... Nope.... can't change it with a recompile. What is the max speed you get with Wget, Curl & the new Arachne for this file ---->...
... Murphy guarantees that you'll see your typos a fraction of a second after you push the Send button <GGGG> Go placidly amid the noise and haste, and...
Hi Glenn, ... would you please update the file asrc193.zip with your latest changes then? ... On my 2Mbps DSL line I get: with Wget: cca 230 KB/s (229-231) ...
Udo Kuhnt
048321887-0001@...
Oct 4, 2008 12:49 am
4073
... The newest SRCs are in ..... http://www.glennmcc.org/a193gpl/asrc193.zip Last-Modified: Wed, 01 Oct 2008 14:59:35 GMT Perhaps you can 'tweak' this thing to...
... I downloaded them on Sep 29th - seems like I missed the update by a day or two. ;-) ... I was able to raise the download speed for the test file to 80200...
Udo Kuhnt
048321887-0001@...
Oct 4, 2008 11:12 am
4075
... I'd suggest a malloc()ed buffer who's size is set via a keyword, that way dialup guys can just stick with the stock 2K buffer, which seems fine. Also,...
Ray Andrews
randrews@...
Oct 4, 2008 4:05 pm
4076
... What would the malloc() version look like? I suppose it would also need a corresponding call to free the buffer again, but where? ... I have looked at the...
Udo Kuhnt
048321887-0001@...
Oct 7, 2008 11:46 am
4077
... That is the problem I am running into with my attempts to use malloc() There's no problem allocating the memory for the buffer.... tcp_open(): char...