<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CVS update</title>
	<atom:link href="http://blog.akkit.org/2006/05/31/cvs-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.akkit.org/2006/05/31/cvs-update/</link>
	<description>Everything is hackable</description>
	<lastBuildDate>Sat, 28 Jan 2012 22:33:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stephen</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-327</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 04 Jun 2006 18:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-327</guid>
		<description>Bradley: Hiya; Please search the web for tutorials on setting up CVS to work with sourceforge - I&#039;m sure there are plenty out there. One commonly used client is TortoiseCVS on windows, used mainly because it&#039;s very easy to use. Setting up CVS is pretty simple but it goes outside the scope of this site/blog - I would encourage you though to seek out the information on your own because CVS and similar systems are pretty widely in use in the programming community.</description>
		<content:encoded><![CDATA[<p>Bradley: Hiya; Please search the web for tutorials on setting up CVS to work with sourceforge &#8211; I&#8217;m sure there are plenty out there. One commonly used client is TortoiseCVS on windows, used mainly because it&#8217;s very easy to use. Setting up CVS is pretty simple but it goes outside the scope of this site/blog &#8211; I would encourage you though to seek out the information on your own because CVS and similar systems are pretty widely in use in the programming community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-326</link>
		<dc:creator>Bradley</dc:creator>
		<pubDate>Sun, 04 Jun 2006 12:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-326</guid>
		<description>I&#039;m new to programing of any kind, and I was wondering what is CVS and how do I get the CVS application to work on my PC???</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to programing of any kind, and I was wondering what is CVS and how do I get the CVS application to work on my PC???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-325</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 04 Jun 2006 00:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-325</guid>
		<description>Grey: I&#039;m primarily developing with non-blocking sockets and don&#039;t really trust the blocking sort for realtime apps; at present recv() in blocking mode doesn&#039;t have a timeout unless the socket dies for whatever reasons.

I say probably fixed because I fixed some bugs that I beleived to be related to the problem people were having with recv; but I haven&#039;t got around to testing it... if you can come up with an explicit example of where it&#039;s messing up, I can concentrate on it more specificly but until then I&#039;ll just need to do some more research on my own - sorry.</description>
		<content:encoded><![CDATA[<p>Grey: I&#8217;m primarily developing with non-blocking sockets and don&#8217;t really trust the blocking sort for realtime apps; at present recv() in blocking mode doesn&#8217;t have a timeout unless the socket dies for whatever reasons.</p>
<p>I say probably fixed because I fixed some bugs that I beleived to be related to the problem people were having with recv; but I haven&#8217;t got around to testing it&#8230; if you can come up with an explicit example of where it&#8217;s messing up, I can concentrate on it more specificly but until then I&#8217;ll just need to do some more research on my own &#8211; sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grey</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-324</link>
		<dc:creator>Grey</dc:creator>
		<pubDate>Sat, 03 Jun 2006 07:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-324</guid>
		<description>Sorry, got a little anxious with the submit button.  I meant to ask if this was a problem with my code, or a bug in the library?  You have this marked as a &quot;probably fixed&quot; item, and I&#039;m not sure how to test it.</description>
		<content:encoded><![CDATA[<p>Sorry, got a little anxious with the submit button.  I meant to ask if this was a problem with my code, or a bug in the library?  You have this marked as a &#8220;probably fixed&#8221; item, and I&#8217;m not sure how to test it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grey</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-323</link>
		<dc:creator>Grey</dc:creator>
		<pubDate>Sat, 03 Jun 2006 07:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-323</guid>
		<description>Hi, it&#039;s me, author of Dissonance.

I have done a little bit of testing with the cvs dswifi... and I just have to ask what exactly is going wrong.  Basically, for the purposes of testing, I have set blocking sockets again, and removed my horribly buggy workaround.

So what I have is a function that calls recv quite frequently, whenever the audio buffer runs out of data.  This runs fine for quite a while now with the CVS library, but it still stops and drops the connection after a while.  It just stops cold.</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s me, author of Dissonance.</p>
<p>I have done a little bit of testing with the cvs dswifi&#8230; and I just have to ask what exactly is going wrong.  Basically, for the purposes of testing, I have set blocking sockets again, and removed my horribly buggy workaround.</p>
<p>So what I have is a function that calls recv quite frequently, whenever the audio buffer runs out of data.  This runs fine for quite a while now with the CVS library, but it still stops and drops the connection after a while.  It just stops cold.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-320</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 01 Jun 2006 12:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-320</guid>
		<description>Alexander: this is actually the correct/expected behavior for the test app, the wardriving list is not kept when you leave that section - for memory usage reasons.
As it stands, it is nothing more than a test to ensure the lib is functioning correctly; as such, feel free to modify it (or harass other people to modify it) if you would like a different behavior.
(however, harassing people may not be in your best interest :)</description>
		<content:encoded><![CDATA[<p>Alexander: this is actually the correct/expected behavior for the test app, the wardriving list is not kept when you leave that section &#8211; for memory usage reasons.<br />
As it stands, it is nothing more than a test to ensure the lib is functioning correctly; as such, feel free to modify it (or harass other people to modify it) if you would like a different behavior.<br />
(however, harassing people may not be in your best interest :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-319</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Thu, 01 Jun 2006 11:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-319</guid>
		<description>Hello

I have found a bug. if you have wardriving and find over 32 ap,s and then you going to the packet capture program and sniffing a channel, if you quit the packet capture program and then going to the wardriving list it whil have reduce the ap list to only 32aps. one time i had find 700 ap,s.

My english is so fucking bad, take my life</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I have found a bug. if you have wardriving and find over 32 ap,s and then you going to the packet capture program and sniffing a channel, if you quit the packet capture program and then going to the wardriving list it whil have reduce the ap list to only 32aps. one time i had find 700 ap,s.</p>
<p>My english is so fucking bad, take my life</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beun</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-318</link>
		<dc:creator>Beun</dc:creator>
		<pubDate>Thu, 01 Jun 2006 11:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-318</guid>
		<description>OK, Stephen,
thank you for your help</description>
		<content:encoded><![CDATA[<p>OK, Stephen,<br />
thank you for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-317</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 01 Jun 2006 07:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-317</guid>
		<description>Hi Beun -
See 2 posts ago for specific web addresses, but the dswifi project is checked into the devkitpro CVS, which is hosted on sourceforge - there are lots of other places that can tell you how to get stuff from CVS on sourceforge, it&#039;s assumed that you can figure that out on your own if you&#039;re going to be working with the bleeding edge source tree ;)</description>
		<content:encoded><![CDATA[<p>Hi Beun -<br />
See 2 posts ago for specific web addresses, but the dswifi project is checked into the devkitpro CVS, which is hosted on sourceforge &#8211; there are lots of other places that can tell you how to get stuff from CVS on sourceforge, it&#8217;s assumed that you can figure that out on your own if you&#8217;re going to be working with the bleeding edge source tree ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beun</title>
		<link>http://blog.akkit.org/2006/05/31/cvs-update/comment-page-1/#comment-315</link>
		<dc:creator>Beun</dc:creator>
		<pubDate>Thu, 01 Jun 2006 07:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akkit.org/2006/05/31/cvs-update/#comment-315</guid>
		<description>Hello,
Great, I&#039;m really interested in DS-wifi progress.
But where can I find the CVS (if it is public available)

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Great, I&#8217;m really interested in DS-wifi progress.<br />
But where can I find the CVS (if it is public available)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

