[freenet-dev] Running testing - lost my peers

2009-04-08 Thread Ed Tomlinson
On Wednesday 08 April 2009 08:33:12 Matthew Toseland wrote: > On Wednesday 08 April 2009 03:21:26 Ed Tomlinson wrote: > > Hi, > > > > I've had two long standing 'friends'. Just noticed after I updated to the > latest testing version > > they were gone. Nothing shows on the 'friends' page nor

[freenet-dev] Running testing - lost my peers

2009-04-08 Thread Ed Tomlinson
On Wednesday 08 April 2009 08:33:12 Matthew Toseland wrote: > On Wednesday 08 April 2009 03:21:26 Ed Tomlinson wrote: > > Hi, > > > > I've had two long standing 'friends'. Just noticed after I updated to the > latest testing version > > they were gone. Nothing shows on the 'friends' page nor

[freenet-dev] git/hg hosting

2009-04-08 Thread guido
Am Freitag, 3. April 2009 02:30:09 schrieb Daniel Cheng: > > NextGen$ > > > > -BEGIN PGP SIGNATURE- > > [..] > > > G3IAoIo? > > Your pgp signature is charset corrupted. The pgp signature is pure ASCII, how can it possibly be charset corrupted? Looks fine to me, btw. -- | _ |

[freenet-dev] [freenet-cvs] r26620 - trunk/freenet/src/freenet/client/async

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 6:09 AM, wrote: > Author: toad > Date: 2009-04-07 22:09:04 + (Tue, 07 Apr 2009) > New Revision: 26620 > > Modified: > ? trunk/freenet/src/freenet/client/async/SingleFileInserter.java > Log: > Store block after nullData > I am seeing NPE in wrapper.log after this

[freenet-dev] Running testing - lost my peers

2009-04-08 Thread Matthew Toseland
org/pipermail/devl/attachments/20090408/de9a9833/attachment.pgp>

[freenet-dev] [freenet-cvs] r26639 - trunk/freenet/src/freenet/support

2009-04-08 Thread Matthew Toseland
+ return jobCount[priority]; > } > } > > > ___ > cvs mailing list > cvs at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090408/566e95c1/attachment.pgp>

[freenet-dev] [freenet-cvs] r26638 - trunk/freenet/test/freenet/support

2009-04-08 Thread Matthew Toseland
s.equals(new int[] { 1, 0, 2, 0, 1, 0, 0, 0, 0, > 0 }, exec.runningJobs())); > + > + waitFor(5); // JP, JQ, J2, JO, JR > + > + int i = 0; > + for (String s : new String[] { "JM", "J8", "JN", "JP", "JQ", "J2", "JO", "JR" }) > + assertEquals(s, s, completedJobs.get(i++)); > + > + assertEquals(1, exec.getWaitingThreadsCount()); > + } > +} -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090408/d63a41fe/attachment.pgp>

[freenet-dev] [freenet-cvs] r26635 - trunk/freenet/src/freenet/io/comm

2009-04-08 Thread Matthew Toseland
} -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090408/b962b2df/attachment.pgp>

[freenet-dev] [freenet-cvs] r26603 - trunk/freenet/src/freenet/crypt

2009-04-08 Thread Florent Daigniere
j16sdiz at freenetproject.org wrote: > Author: j16sdiz > Date: 2009-04-07 15:04:51 + (Tue, 07 Apr 2009) > New Revision: 26603 > > Modified: >trunk/freenet/src/freenet/crypt/Yarrow.java > Log: > Just clear the hashtable > > We are in synchronized{}, this have to be very fast > >

[freenet-dev] Git vs hg: we must decide now!

2009-04-08 Thread Matthew Toseland
we will need to create a similar arrangement for plugins. I will announce when this is going ahead, it won't be immediately. -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally sign

[freenet-dev] Load management / token passing / tit for tat was Re: The Free Network Project Summer Projects 2009

2009-04-08 Thread David Cabanillas
te the load balancing simulations > originally > > > > The proposals for extend the simulations are as follows: > > > >- To extend the simulations phases in large scale. > >- To compare simulations using and not using backoff. > > See here for mr

[freenet-dev] [freenet-cvs] r26620 - trunk/freenet/src/freenet/client/async

2009-04-08 Thread Matthew Toseland
edExecutor$MyThread.run(PooledExecutor.java:199) -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090408/786ab40f/attachment.pgp>

[freenet-dev] [freenet-cvs] r26609 - trunk/freenet/src/freenet/crypt

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 4:02 AM, Matthew Toseland wrote: > On Tuesday 07 April 2009 16:26:42 j16sdiz at freenetproject.org wrote: >> Author: j16sdiz >> Date: 2009-04-07 15:26:41 + (Tue, 07 Apr 2009) >> New Revision: 26609 >> >> Modified: >> ? ?trunk/freenet/src/freenet/crypt/Yarrow.java >>

[freenet-dev] [freenet-cvs] r26602 - trunk/freenet/src/freenet/crypt

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 3:53 AM, Matthew Toseland wrote: > On Tuesday 07 April 2009 16:04:29 j16sdiz at freenetproject.org wrote: >> Author: j16sdiz >> Date: 2009-04-07 15:04:29 + (Tue, 07 Apr 2009) >> New Revision: 26602 >> >> Modified: >> ? ?trunk/freenet/src/freenet/crypt/Yarrow.java >>

Re: [freenet-dev] [freenet-cvs] r26620 - trunk/freenet/src/freenet/client/async

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 6:09 AM, t...@freenetproject.org wrote: Author: toad Date: 2009-04-07 22:09:04 + (Tue, 07 Apr 2009) New Revision: 26620 Modified:   trunk/freenet/src/freenet/client/async/SingleFileInserter.java Log: Store block after nullData I am seeing NPE in wrapper.log

Re: [freenet-dev] Load management / token passing / tit for tat was Re: The Free Network Project Summer Projects 2009

2009-04-08 Thread David Cabanillas
Hi One more issue: Have you contributed any code to Freenet? What is your SVN username if so? It is our policy that nobody will be accepted for a SoC project unless they prove their coding ability first. I have never contributed to Freenet but I have experiences to work with simulators and my

Re: [freenet-dev] [freenet-cvs] r26620 - trunk/freenet/src/freenet/client/async

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 07:18:00 Daniel Cheng wrote: On Wed, Apr 8, 2009 at 6:09 AM, t...@freenetproject.org wrote: Author: toad Date: 2009-04-07 22:09:04 + (Tue, 07 Apr 2009) New Revision: 26620 Modified:   trunk/freenet/src/freenet/client/async/SingleFileInserter.java Log:

Re: [freenet-dev] Git vs hg: we must decide now!

2009-04-08 Thread Matthew Toseland
On Tuesday 31 March 2009 20:19:08 Matthew Toseland wrote: Which DSCM should we switch to? Last time we discussed this, we decided on mercurial (hg). We need a decision in the near future - it has dragged out for 6 months due to technical and communication problems, but nextgens is able and

Re: [freenet-dev] [freenet-cvs] r26635 - trunk/freenet/src/freenet/io/comm

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 06:03:34 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:03:33 + (Wed, 08 Apr 2009) New Revision: 26635 Modified: trunk/freenet/src/freenet/io/comm/UdpSocketHandler.java Log: Reduce SocketTimeOutException SocketTimeOutException

Re: [freenet-dev] [freenet-cvs] r26638 - trunk/freenet/test/freenet/support

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 06:04:48 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:04:47 + (Wed, 08 Apr 2009) New Revision: 26638 Added: trunk/freenet/test/freenet/support/PrioritizedSerialExecutorTest.java Log: JUnit for PrioritizedSerialExecutor Race

Re: [freenet-dev] [freenet-cvs] r26639 - trunk/freenet/src/freenet/support

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 06:05:10 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:05:10 + (Wed, 08 Apr 2009) New Revision: 26639 Modified: trunk/freenet/src/freenet/support/PrioritizedSerialExecutor.java Log: Keep job counts Why is this faster than calling

Re: [freenet-dev] [freenet-cvs] r26603 - trunk/freenet/src/freenet/crypt

2009-04-08 Thread Florent Daigniere
j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-07 15:04:51 + (Tue, 07 Apr 2009) New Revision: 26603 Modified: trunk/freenet/src/freenet/crypt/Yarrow.java Log: Just clear the hashtable We are in synchronized{}, this have to be very fast Modified:

Re: [freenet-dev] [freenet-cvs] r26603 - trunk/freenet/src/freenet/crypt

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 12:55:15 Florent Daigniere wrote: j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-07 15:04:51 + (Tue, 07 Apr 2009) New Revision: 26603 Modified: trunk/freenet/src/freenet/crypt/Yarrow.java Log: Just clear the hashtable We are

Re: [freenet-dev] Running testing - lost my peers

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 03:21:26 Ed Tomlinson wrote: Hi, I've had two long standing 'friends'. Just noticed after I updated to the latest testing version they were gone. Nothing shows on the 'friends' page nor does my peers files have anything in it. If I copy and old peers files

Re: [freenet-dev] git/hg hosting

2009-04-08 Thread guido
Am Freitag, 3. April 2009 02:30:09 schrieb Daniel Cheng: NextGen$ -BEGIN PGP SIGNATURE- [..] G3IAoIo⎿伜堏鍙䶞㢈榷㑴 Your pgp signature is charset corrupted. The pgp signature is pure ASCII, how can it possibly be charset corrupted? Looks fine to me, btw. -- | _ | ASCII Ribbon

Re: [freenet-dev] [freenet-cvs] r26635 - trunk/freenet/src/freenet/io/comm

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 8:23 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Wednesday 08 April 2009 06:03:34 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:03:33 + (Wed, 08 Apr 2009) New Revision: 26635 Modified:    

Re: [freenet-dev] [freenet-cvs] r26635 - trunk/freenet/src/freenet/io/comm

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 11:05 PM, Daniel Cheng j16sdiz+free...@gmail.com wrote: On Wed, Apr 8, 2009 at 8:23 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Wednesday 08 April 2009 06:03:34 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:03:33 + (Wed, 08 Apr

Re: [freenet-dev] [freenet-cvs] r26638 - trunk/freenet/test/freenet/support

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 8:26 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Wednesday 08 April 2009 06:04:48 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:04:47 + (Wed, 08 Apr 2009) New Revision: 26638 Added:    

Re: [freenet-dev] [freenet-cvs] r26639 - trunk/freenet/src/freenet/support

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 8:27 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Wednesday 08 April 2009 06:05:10 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:05:10 + (Wed, 08 Apr 2009) New Revision: 26639 Modified:    

Re: [freenet-dev] [freenet-cvs] r26603 - trunk/freenet/src/freenet/crypt

2009-04-08 Thread Daniel Cheng
On Wed, Apr 8, 2009 at 7:55 PM, Florent Daigniere nextg...@freenetproject.org wrote: j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-07 15:04:51 + (Tue, 07 Apr 2009) New Revision: 26603 Modified:    trunk/freenet/src/freenet/crypt/Yarrow.java Log: Just clear the

[freenet-dev] Beta version of Windows Freenet Installer + Translations wanted

2009-04-08 Thread Zero3
Hi all I have a week off military, so I've been working a bit on the installer. Main news is that it now has localization support with initial Danish and French (thanks to Artefact2_) translations, and a status-bump to beta. It would be *very* nice if some more people could spend a couple of

Re: [freenet-dev] [freenet-cvs] r26638 - trunk/freenet/test/freenet/support

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 16:11:31 Daniel Cheng wrote: On Wed, Apr 8, 2009 at 8:26 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Wednesday 08 April 2009 06:04:48 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-08 05:04:47 + (Wed, 08 Apr 2009) New Revision:

Re: [freenet-dev] [freenet-cvs] r26635 - trunk/freenet/src/freenet/io/comm

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 16:08:58 Daniel Cheng wrote: On Wed, Apr 8, 2009 at 11:05 PM, Daniel Cheng j16sdiz+free...@gmail.com wrote: On Wed, Apr 8, 2009 at 8:23 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Wednesday 08 April 2009 06:03:34 j16s...@freenetproject.org wrote:

Re: [freenet-dev] [freenet-cvs] r26620 - trunk/freenet/src/freenet/client/async

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 07:18:00 Daniel Cheng wrote: On Wed, Apr 8, 2009 at 6:09 AM, t...@freenetproject.org wrote: Author: toad Date: 2009-04-07 22:09:04 + (Tue, 07 Apr 2009) New Revision: 26620 Modified:   trunk/freenet/src/freenet/client/async/SingleFileInserter.java Log:

Re: [freenet-dev] [freenet-cvs] r26609 - trunk/freenet/src/freenet/crypt

2009-04-08 Thread Matthew Toseland
On Wednesday 08 April 2009 01:28:41 Daniel Cheng wrote: On Wed, Apr 8, 2009 at 4:02 AM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Tuesday 07 April 2009 16:26:42 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-07 15:26:41 + (Tue, 07 Apr 2009) New Revision:

Re: [freenet-dev] Running testing - lost my peers

2009-04-08 Thread Ed Tomlinson
On Wednesday 08 April 2009 08:33:12 Matthew Toseland wrote: On Wednesday 08 April 2009 03:21:26 Ed Tomlinson wrote: Hi, I've had two long standing 'friends'. Just noticed after I updated to the latest testing version they were gone. Nothing shows on the 'friends' page nor does my

Re: [freenet-dev] Running testing - lost my peers

2009-04-08 Thread Ed Tomlinson
On Wednesday 08 April 2009 08:33:12 Matthew Toseland wrote: On Wednesday 08 April 2009 03:21:26 Ed Tomlinson wrote: Hi, I've had two long standing 'friends'. Just noticed after I updated to the latest testing version they were gone. Nothing shows on the 'friends' page nor does my

[freenet-dev] Client apps limiting load in bad ways

2009-04-08 Thread Matthew Toseland
FMS does bad things to limit load: Rather than queueing every key at MaxRetries=-1, it does all the scheduling itself, doing simple ClientGet's with no maxretries and no priority (hence prio 2), in order to enforce a maximum number of parallel requests. Other client apps probably do similar