[freenet-dev] Healing blocks

2003-01-22 Thread Edgar Friendly
Gianni Johansson writes: > > Ewww. That's not how freenet works. > I wouldn't claim to know "how freenet works". > I'll follow this trend by agreeing that I don't know how freenet works, but think that inserts at low HTL are not the way to do things. > >Longer HTLs mean the data gets > > clos

Re: [freenet-dev] Healing blocks

2003-01-22 Thread Edgar Friendly
Gianni Johansson <[EMAIL PROTECTED]> writes: > > Ewww. That's not how freenet works. > I wouldn't claim to know "how freenet works". > I'll follow this trend by agreeing that I don't know how freenet works, but think that inserts at low HTL are not the way to do things. > >Longer HTLs mean the

[freenet-dev] Healing blocks

2003-01-22 Thread Gianni Johansson
On Wednesday 22 January 2003 08:47, you wrote: > > On Tue, Jan 21, 2003 at 11:17:29PM -0500, Gianni Johansson wrote: > > On Tuesday 21 January 2003 13:59, you wrote: > > > > On Tue, Jan 21, 2003 at 06:18:02PM +0100, David 'Bombe' Roden wrote: > > > > > > > > On Tuesday, 21. January 2003 18:06, Ian

[freenet-dev] Kaffe compatibility

2003-01-22 Thread marc...@dada.it
Today stable build (546) is the first one since 537 that run smootly using kaffe jre. Many, many, many, many, many thanks to the developer team from all of us, free software addicted ! ;) Thx. Marco & C. -- + il Progetto Freenet - segui il coniglio bianco+ * the Freenet

[freenet-dev] Kaffe compatibility

2003-01-22 Thread Matthew Toseland
89 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030122/4a44f68e/attachment.pgp>

Re: [freenet-dev] Healing blocks

2003-01-22 Thread Gianni Johansson
On Wednesday 22 January 2003 08:47, you wrote: > > On Tue, Jan 21, 2003 at 11:17:29PM -0500, Gianni Johansson wrote: > > On Tuesday 21 January 2003 13:59, you wrote: > > > > On Tue, Jan 21, 2003 at 06:18:02PM +0100, David 'Bombe' Roden wrote: > > > > > > > > On Tuesday, 21. January 2003 18:06, Ian

did anyone try this? Re: [freenet-dev] patchish thingy

2003-01-22 Thread fish
{ > try { > // nasty, nasty, nasty, > nasty dounle hadnling here > byte[] b=new > byte[(int)myRequestors[c].data.size()]; > > myRequestors[c].data.getInputStream().read(b); > > landingZone[lastBlock]=new Buffer(b); > > finalSize=myRequestors[c].finalSize; > > } catch (IOException e) > { > // somebody fucking > some something > } > index[lastBlock]=c; > lastBlock++; > } > } > > // I'd prefer to use System.arraycopy() here, > but it > // seems to not quite do what I want, according > to the > // code I am reading. Arg. > outputData=new byte[finalSize]; > int off=0; > for(int c=0;(c { > for(int d=0;(d && off { > > outputData[off]=landingZone[c].b[d]; > off++; > } > } > > // the chills that > // you spill up my back > // keep me filled > // with satistfaction > // when we're done > // satisfaction > // oh what's the harm? > success=true; > } > > inProgress=false; > } > } > } > -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 230 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030122/23e45cd8/attachment.pgp>

[freenet-dev] More windows bugs

2003-01-22 Thread Matthew Toseland
finished with them, that is a bug. And can be fixed in Fred. > > > d > > -Mathew -- -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030122/b8fd2d2b/attachment.pgp>

[freenet-dev] Healing blocks

2003-01-22 Thread Matthew Toseland
t="us-ascii"; > name="Attachment: 1" > Content-Transfer-Encoding: 7bit > Content-Description: > > > ___ > devl mailing list > devl at freenetproject.org > http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl > -- -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20030122/aec920ab/attachment.pgp>

[freenet-dev] Assertion failed on non-FEC-splitfile download

2003-01-22 Thread David 'Bombe' Roden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 java.lang.RuntimeException: Assertion failed. at freenet.client.RequestManager.assertTrue(RequestManager.java:352) at freenet.client.SplitFileRequestManager.fillInDecodedBlocks(SplitFileRequestManager.java:882) at freenet.cli

[freenet-dev] Snapshots not updated

2003-01-22 Thread Roger Hayter
The freenet-latest-unstable.jar snapshot has been identical for several days now (a late variant of build 653). Someone else asked about this recently and was told to use CVS. Not an option here - is anyone going to fix this? -- Roger Hayter __

Re: [freenet-dev] Kaffe compatibility

2003-01-22 Thread Matthew Toseland
On Wed, Jan 22, 2003 at 06:25:46PM +0100, [EMAIL PROTECTED] wrote: > > Today stable build (546) is the first one since > 537 that run smootly using kaffe jre. Which version of kaffe? Any idea why it suddenly starts working? Does it eventually leak memory and crash? What about the unstable build?

[freenet-dev] Kaffe compatibility

2003-01-22 Thread marcoc1
Today stable build (546) is the first one since 537 that run smootly using kaffe jre. Many, many, many, many, many thanks to the developer team from all of us, free software addicted ! ;) Thx. Marco & C. -- + il Progetto Freenet - segui il coniglio bianco+ * the Freenet

[freenet-dev] Healing blocks

2003-01-22 Thread Ed Tomlinson
On January 22, 2003 08:47 am, Matthew Toseland wrote: > On Tue, Jan 21, 2003 at 11:17:29PM -0500, Gianni Johansson wrote: > > On Tuesday 21 January 2003 13:59, you wrote: > > > > On Tue, Jan 21, 2003 at 06:18:02PM +0100, David 'Bombe' Roden wrote: > > > > > > > > On Tuesday, 21. January 2003 18:06,

[freenet-dev] More windows bugs

2003-01-22 Thread Dave Hooper
> > Is there a buglist for windows bugs? > Yes. [snip] Thanks for that, something stuff there to be getting on with. Noted: > fix import/export ref on bunny Export works fine for me and always has. What's the background to this bug? I've never proved whether or not import works but the window

Re: [freenet-dev] Healing blocks

2003-01-22 Thread Ed Tomlinson
On January 22, 2003 08:47 am, Matthew Toseland wrote: > On Tue, Jan 21, 2003 at 11:17:29PM -0500, Gianni Johansson wrote: > > On Tuesday 21 January 2003 13:59, you wrote: > > > > On Tue, Jan 21, 2003 at 06:18:02PM +0100, David 'Bombe' Roden wrote: > > > > > > > > On Tuesday, 21. January 2003 18:06,

Re: [freenet-dev] More windows bugs

2003-01-22 Thread Matthew Toseland
On Wed, Jan 22, 2003 at 05:35:55AM -0500, Mathew Ryden wrote: > - Original Message - > From: "Dave Hooper" <[EMAIL PROTECTED]> > > > > > > Is there a buglist for windows bugs? > > > > > Yes. > > [snip] > > > > Thanks for that, something stuff there to be getting on with. Noted: > > > > >

Re: [freenet-dev] Healing blocks

2003-01-22 Thread Matthew Toseland
On Tue, Jan 21, 2003 at 11:17:29PM -0500, Gianni Johansson wrote: > On Tuesday 21 January 2003 13:59, you wrote: > > > > On Tue, Jan 21, 2003 at 06:18:02PM +0100, David 'Bombe' Roden wrote: > > > On Tuesday, 21. January 2003 18:06, Ian Clarke wrote: > > > > Is the "healing blocks" options switched

[freenet-dev] More windows bugs

2003-01-22 Thread Mathew Ryden
- Original Message - From: "Dave Hooper" > > > Is there a buglist for windows bugs? > > > Yes. > [snip] > > Thanks for that, something stuff there to be getting on with. Noted: > > > fix import/export ref on bunny > > Export works fine for me and always has. What's the background to th

[freenet-dev] Snapshots not updated

2003-01-22 Thread Mark W. Zaiser
On 01/22/2003 04:57 AM Roger Hayter rambled on about: > The freenet-latest-unstable.jar snapshot has been identical for several > days now (a late variant of build 653). Someone else asked about this > recently and was told to use CVS. Not an option here - is anyone going > to fix this? > C

[freenet-dev] Assertion failed on non-FEC-splitfile download

2003-01-22 Thread David 'Bombe' Roden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 java.lang.RuntimeException: Assertion failed. at freenet.client.RequestManager.assertTrue(RequestManager.java:352) at freenet.client.SplitFileRequestManager.fillInDecodedBlocks(SplitFileRequestManager.java:882) at freenet.cli

Re: [freenet-dev] More windows bugs

2003-01-22 Thread Mathew Ryden
- Original Message - From: "Dave Hooper" <[EMAIL PROTECTED]> > > > Is there a buglist for windows bugs? > > > Yes. > [snip] > > Thanks for that, something stuff there to be getting on with. Noted: > > > fix import/export ref on bunny > > Export works fine for me and always has. What's t

Re: [freenet-dev] Snapshots not updated

2003-01-22 Thread Mark W. Zaiser
On 01/22/2003 04:57 AM Roger Hayter rambled on about: The freenet-latest-unstable.jar snapshot has been identical for several days now (a late variant of build 653). Someone else asked about this recently and was told to use CVS. Not an option here - is anyone going to fix this? CVS is sti

[freenet-dev] Snapshots not updated

2003-01-22 Thread Roger Hayter
The freenet-latest-unstable.jar snapshot has been identical for several days now (a late variant of build 653). Someone else asked about this recently and was told to use CVS. Not an option here - is anyone going to fix this? -- Roger Hayter ___

[freenet-dev] Updated freenet.exe

2003-01-22 Thread Dave Hooper
If anyone wants to try an updated freenet.exe before the next windows release, download from here: http://www.beermex.com/@spc/freenet/latest/freenet.exe This is NOT an installer - you'll need to manually stop and exit freenet, download the above file (don't run it) and copy it into your Freenet d

[freenet-dev] Problem with earlier dated version, again

2003-01-22 Thread Dave Hooper
Trying to retrieve http://127.0.0.1:/SSK at nTfrw2k-BectmzotDpQz1aNW2i4PAgM/FreeSpyder//divx.h tm and it fails, and the DNF page suggests I try an earlier dated version. The link it provides is http://127.0.0.1:/SSK at nTfrw2k-BectmzotDpQz1aNW2i4PAgM/FreeSpyder//?date= 20030121-01:06:10 Th