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

2009-04-28 Thread bo-le
Am Dienstag, 28. April 2009 22:13:45 schrieb Matthew Toseland: > On Saturday 18 April 2009 14:34:54 saces at freenetproject.org wrote: > > Author: saces > > Date: 2009-04-18 13:34:54 + (Sat, 18 Apr 2009) > > New Revision: 26960 > > > > Modified: > >

[freenet-dev] [freenet-cvs] r26911 - branches/nextgens-stuffs/freenet/src/freenet/io/comm

2009-04-28 Thread Matthew Toseland
t; + > > for (String fieldName : _fieldList) { > > if (!m.isSet(fieldName)) { > > return false; > -- 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/20090428/e0ee7912/attachment.pgp>

[freenet-dev] [freenet-cvs] r26999 - in trunk/freenet/src/freenet: client/async clients/http support

2009-04-28 Thread Matthew Toseland
Character.valueOf((char)8204), "zwnj"}, > + {Character.valueOf((char)8205), "zwj"}, > + {Character.valueOf((char)8206), "lrm"}, > + {Character.valueOf((char)8207), "rlm"}, > + {Character.valueOf((char)8211), "ndash"}, > + {Character.valueOf((char)8212), "mdash"}, > + {Character.valueOf((char)8216), "lsquo"}, > + {Character.valueOf((char)8217), "rsquo"}, > + {Character.valueOf((char)8218), "sbquo"}, > + {Character.valueOf((char)8220), "ldquo"}, > + {Character.valueOf((char)8221), "rdquo"}, > + {Character.valueOf((char)8222), "bdquo"}, > + {Character.valueOf((char)8224), "dagger"}, > + {Character.valueOf((char)8225), "Dagger"}, > + {Character.valueOf((char)8226), "bull"}, > + {Character.valueOf((char)8230), "hellip"}, > + {Character.valueOf((char)8240), "permil"}, > + {Character.valueOf((char)8242), "prime"}, > + {Character.valueOf((char)8243), "Prime"}, > + {Character.valueOf((char)8249), "lsaquo"}, > + {Character.valueOf((char)8250), "rsaquo"}, > + {Character.valueOf((char)8254), "oline"}, > + {Character.valueOf((char)8260), "frasl"}, > + {Character.valueOf((char)8364), "euro"}, > + {Character.valueOf((char)8465), "image"}, > + {Character.valueOf((char)8472), "weierp"}, > + {Character.valueOf((char)8476), "real"}, > + {Character.valueOf((char)8482), "trade"}, > + {Character.valueOf((char)8501), "alefsym"}, > + {Character.valueOf((char)8592), "larr"}, > + {Character.valueOf((char)8593), "uarr"}, > + {Character.valueOf((char)8594), "rarr"}, > + {Character.valueOf((char)8595), "darr"}, > + {Character.valueOf((char)8596), "harr"}, > + {Character.valueOf((char)8629), "crarr"}, > + {Character.valueOf((char)8656), "lArr"}, > + {Character.valueOf((char)8657), "uArr"}, > + {Character.valueOf((char)8658), "rArr"}, > + {Character.valueOf((char)8659), "dArr"}, > + {Character.valueOf((char)8660), "hArr"}, > + {Character.valueOf((char)8704), "forall"}, > + {Character.valueOf((char)8706), "part"}, > + {Character.valueOf((char)8707), "exist"}, > + {Character.valueOf((char)8709), "empty"}, > + {Character.valueOf((char)8711), "nabla"}, > + {Character.valueOf((char)8712), "isin"}, > + {Character.valueOf((char)8713), "notin"}, > + {Character.valueOf((char)8715), "ni"}, > + {Character.valueOf((char)8719), "prod"}, > + {Character.valueOf((char)8721), "sum"}, > + {Character.valueOf((char)8722), "minus"}, > + {Character.valueOf((char)8727), "lowast"}, > + {Character.valueOf((char)8730), "radic"}, > + {Character.valueOf((char)8733), "prop"}, > + {Character.valueOf((char)8734), "infin"}, > + {Character.valueOf((char)8736), "ang"}, > + {Character.valueOf((char)8743), "and"}, > + {Character.valueOf((char)8744), "or"}, > + {Character.valueOf((char)8745), "cap"}, > + {Character.valueOf((char)8746), "cup"}, > + {Character.valueOf((char)8747), "int"}, > + {Character.valueOf((char)8756), "there4"}, > + {Character.valueOf((char)8764), "sim"}, > + {Character.valueOf((char)8773), "cong"}, > + {Character.valueOf((char)8776), "asymp"}, > + {Character.valueOf((char)8800), "ne"}, > + {Character.valueOf((char)8801), "equiv"}, > + {Character.valueOf((char)8804), "le"}, > + {Character.valueOf((char)8805), "ge"}, > + {Character.valueOf((char)8834), "sub"}, > + {Character.valueOf((char)8835), "sup"}, > + {Character.valueOf((char)8836), "nsub"}, > + {Character.valueOf((char)8838), "sube"}, > + {Character.valueOf((char)8839), "supe"}, > + {Character.valueOf((char)8853), "oplus"}, > + {Character.valueOf((char)8855), "otimes"}, > + {Character.valueOf((char)8869), "perp"}, > + {Character.valueOf((char)8901), "sdot"}, > + {Character.valueOf((char)8968), "lceil"}, > + {Character.valueOf((char)8969), "rceil"}, > + {Character.valueOf((char)8970), "lfloor"}, > + {Character.valueOf((char)8971), "rfloor"}, > + {Character.valueOf((char)9001), "lang"}, > + {Character.valueOf((char)9002), "rang"}, > + {Character.valueOf((char)9674), "loz"}, > + {Character.valueOf((char)9824), "spades"}, > + {Character.valueOf((char)9827), "clubs"}, > + {Character.valueOf((char)9829), "hearts"}, > + {Character.valueOf((char)9830), "diams"} > }; > > > > Modified: trunk/freenet/src/freenet/support/PrioritizedSerialExecutor.java > === > --- trunk/freenet/src/freenet/support/PrioritizedSerialExecutor.java 2009-04-18 17:11:05 UTC (rev 26998) > +++ trunk/freenet/src/freenet/support/PrioritizedSerialExecutor.java 2009-04-18 17:15:11 UTC (rev 26999) > @@ -89,9 +89,9 @@ > name = > name.substring(0, name.indexOf('@')); > Long l = > timeByJobClasses.get(name); > if(l != null) { > - l = new > Long(l.longValue() + (end-start)); > + l = > Long.valueOf(l.longValue() + (end-start)); > } else { > - l = new Long(end-start); > + l = > Long.valueOf(end-start); > } > timeByJobClasses.put(name, l); > if(logMINOR) { > > ___ > 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/20090428/738600df/attachment.pgp>

[freenet-dev] [freenet-cvs] r26969 - trunk/freenet/src/freenet/node

2009-04-28 Thread Matthew Toseland
ure.asc Type: application/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090428/3aca7af3/attachment.pgp>

[freenet-dev] [freenet-cvs] r26967 - trunk/freenet/src/freenet/node

2009-04-28 Thread Matthew Toseland
ilman/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/20090428/ea0def01/attachment.pgp>

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

2009-04-28 Thread Matthew Toseland
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/20090428/857ce749/attachment.pgp>

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

2009-04-28 Thread Matthew Toseland
plication/pgp-signature Size: 835 bytes Desc: This is a digitally signed message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090428/5b996077/attachment.pgp>

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

2009-04-28 Thread Matthew Toseland
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/20090428/52e68c37/attachment.pgp>

[freenet-dev] [freenet-cvs] r26911 - branches/nextgens-stuffs/freenet/src/freenet/io/comm

2009-04-28 Thread Matthew Toseland
: 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/20090428/b7af20a9/attachment.pgp>

[freenet-dev] Plugins and forced updates

2009-04-28 Thread Matthew Toseland
nts/20090428/b159d786/attachment.pgp>

[freenet-dev] [freenet-cvs] r26999 - in trunk/freenet/src/freenet: client/async clients/http support

2009-04-28 Thread Juiceman
On Tue, Apr 28, 2009 at 4:52 PM, Matthew Toseland wrote: > On Saturday 18 April 2009 18:15:12 juiceman at freenetproject.org wrote: >> Author: juiceman >> Date: 2009-04-18 17:15:11 + (Sat, 18 Apr 2009) >> New Revision: 26999 >> >> Modified: >> ?

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Daniel Cheng
On Tue, Apr 28, 2009 at 1:24 PM, wrote: > On Tue, Apr 28, 2009 at 03:08, Daniel Cheng > wrote: >> Okay, after reading the irc log, i guess i know what's happending here. >> >> You have to generate a ssh-key using ? `ssh-keygen` and upload your >> *.pub file to

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Ian Clarke
I know some people are religiously opposed to using the command-line git client, but I think those people are mistaken. I used to think that I couldn't survive without Subclipse, but when I migrated to git I thought I'd bite the bullet and use the command line. I quickly grew accustomed to it,

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread bo-le
Am Dienstag, 28. April 2009 07:24:16 schrieb bbackde at googlemail.com: > On Tue, Apr 28, 2009 at 03:08, Daniel Cheng wrote: > > Okay, after reading the irc log, i guess i know what's happending here. > > > > You have to generate a ssh-key using ? `ssh-keygen` and

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Daniel Cheng
Okay, after reading the irc log, i guess i know what's happending here. You have to generate a ssh-key using `ssh-keygen` and upload your *.pub file to your github account. On Tue, Apr 28, 2009 at 8:32 AM, Daniel Cheng wrote: > On Tue, Apr 28, 2009 at 6:11 AM,

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Daniel Cheng
On Tue, Apr 28, 2009 at 6:11 AM, xor wrote: > > Hi, > > I've been trying to set up my IDE to work with git and found the > following one: > > http://www.jgit.org/ > > It pulls, it diffs, everything, but push won't work: > "Can't connect to any URI: git://github.com/freenet/fred-staging.git >

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Ed Tomlinson
On Tuesday 28 April 2009 01:24:16 bbackde at googlemail.com wrote: > On Tue, Apr 28, 2009 at 03:08, Daniel Cheng > wrote: > > Okay, after reading the irc log, i guess i know what's happending here. > > > > You have to generate a ssh-key using `ssh-keygen` and

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread bbac...@googlemail.com
On Tue, Apr 28, 2009 at 03:08, Daniel Cheng wrote: > Okay, after reading the irc log, i guess i know what's happending here. > > You have to generate a ssh-key using ? `ssh-keygen` and upload your > *.pub file to your github account. It seems as I will run into

[freenet-dev] workflow concept: automatic trusted group of committers (untested)

2009-04-28 Thread Arne Babenhauserheide
message part. URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090428/c00baef9/attachment.pgp>

[freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread xor
s scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090428/38a596f4/attachment.pgp>

[freenet-dev] My GnuPG key

2009-04-28 Thread xor
Here is it. -- next part -- A non-text attachment was scrubbed... Name: xor.asc Type: application/pgp-keys Size: 2401 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20090428/ac02565a/attachment.key> -- nex

Re: [freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread bo-le
Am Dienstag, 28. April 2009 07:24:16 schrieb bbac...@googlemail.com: On Tue, Apr 28, 2009 at 03:08, Daniel Cheng j16sdiz+free...@gmail.com wrote: Okay, after reading the irc log, i guess i know what's happending here. You have to generate a ssh-key using   `ssh-keygen` and upload your

Re: [freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Daniel Cheng
On Tue, Apr 28, 2009 at 1:24 PM, bbac...@googlemail.com wrote: On Tue, Apr 28, 2009 at 03:08, Daniel Cheng j16sdiz+free...@gmail.com wrote: Okay, after reading the irc log, i guess i know what's happending here. You have to generate a ssh-key using   `ssh-keygen` and upload your *.pub file

Re: [freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Ed Tomlinson
On Tuesday 28 April 2009 01:24:16 bbac...@googlemail.com wrote: On Tue, Apr 28, 2009 at 03:08, Daniel Cheng j16sdiz+free...@gmail.com wrote: Okay, after reading the irc log, i guess i know what's happending here. You have to generate a ssh-key using `ssh-keygen` and upload your *.pub

Re: [freenet-dev] Looking for a working Eclipse git plugin

2009-04-28 Thread Daniel Cheng
Guides: Using the EGit Eclipse Plugin with GitHub http://github.com/guides/using-the-egit-eclipse-plugin-with-github Guides: Using Git and Github for the Windows for newbies feed http://github.com/guides/using-git-and-github-for-the-windows-for-newbies

[freenet-dev] Plugins and forced updates

2009-04-28 Thread Matthew Toseland
PLEASE could nobody commit any forced updates to the git repositories without prior agreement? Rewriting history is bad. The plugins were not building, it was necessary to move the source files into src/plugins/name/ and add build.xml, .classpath, .project and .gitignore files. Sdiz built a

Re: [freenet-dev] [freenet-cvs] r26911 - branches/nextgens-stuffs/freenet/src/freenet/io/comm

2009-04-28 Thread Matthew Toseland
On Thursday 16 April 2009 23:42:32 nextg...@freenetproject.org wrote: Author: nextgens Date: 2009-04-16 22:42:32 + (Thu, 16 Apr 2009) New Revision: 26911 Modified: branches/nextgens-stuffs/freenet/src/freenet/io/comm/Message.java

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

2009-04-28 Thread Matthew Toseland
On Saturday 18 April 2009 14:34:54 sa...@freenetproject.org wrote: Author: saces Date: 2009-04-18 13:34:54 + (Sat, 18 Apr 2009) New Revision: 26960 Modified: trunk/freenet/src/freenet/client/async/DefaultManifestPutter.java Log: may better container limits Do you factor in 1K per

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

2009-04-28 Thread Matthew Toseland
On Saturday 18 April 2009 14:58:48 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-18 13:58:48 + (Sat, 18 Apr 2009) New Revision: 26965 Modified: trunk/freenet/src/freenet/io/comm/Message.java Log: Relex loadFactor, trade memory for CPU We are nolonger running

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

2009-04-28 Thread Matthew Toseland
On Saturday 18 April 2009 14:58:48 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-18 13:58:48 + (Sat, 18 Apr 2009) New Revision: 26965 Modified: trunk/freenet/src/freenet/io/comm/Message.java Log: Relex loadFactor, trade memory for CPU We are nolonger running

Re: [freenet-dev] [freenet-cvs] r26967 - trunk/freenet/src/freenet/node

2009-04-28 Thread Matthew Toseland
On Saturday 18 April 2009 14:59:42 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-18 13:59:41 + (Sat, 18 Apr 2009) New Revision: 26967 Modified: trunk/freenet/src/freenet/node/FailureTableEntry.java Log: Clean up requestedLocs[] as well

Re: [freenet-dev] [freenet-cvs] r26969 - trunk/freenet/src/freenet/node

2009-04-28 Thread Matthew Toseland
On Saturday 18 April 2009 15:00:42 j16s...@freenetproject.org wrote: Author: j16sdiz Date: 2009-04-18 14:00:42 + (Sat, 18 Apr 2009) New Revision: 26969 Modified: trunk/freenet/src/freenet/node/FailureTable.java Log: Synchroized for update while cleanup Modified:

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

2009-04-28 Thread bo-le
Am Dienstag, 28. April 2009 22:13:45 schrieb Matthew Toseland: On Saturday 18 April 2009 14:34:54 sa...@freenetproject.org wrote: Author: saces Date: 2009-04-18 13:34:54 + (Sat, 18 Apr 2009) New Revision: 26960 Modified:

Re: [freenet-dev] [freenet-cvs] r26999 - in trunk/freenet/src/freenet: client/async clients/http support

2009-04-28 Thread Matthew Toseland
On Saturday 18 April 2009 18:15:12 juice...@freenetproject.org wrote: Author: juiceman Date: 2009-04-18 17:15:11 + (Sat, 18 Apr 2009) New Revision: 26999 Modified: trunk/freenet/src/freenet/client/async/BackgroundBlockEncoder.java

Re: [freenet-dev] [freenet-cvs] r26911 - branches/nextgens-stuffs/freenet/src/freenet/io/comm

2009-04-28 Thread Matthew Toseland
On Tuesday 28 April 2009 21:10:37 Matthew Toseland wrote: On Thursday 16 April 2009 23:42:32 nextg...@freenetproject.org wrote: Author: nextgens Date: 2009-04-16 22:42:32 + (Thu, 16 Apr 2009) New Revision: 26911 Modified:

Re: [freenet-dev] [freenet-cvs] r26999 - in trunk/freenet/src/freenet: client/async clients/http support

2009-04-28 Thread Juiceman
On Tue, Apr 28, 2009 at 4:52 PM, Matthew Toseland t...@amphibian.dyndns.org wrote: On Saturday 18 April 2009 18:15:12 juice...@freenetproject.org wrote: Author: juiceman Date: 2009-04-18 17:15:11 + (Sat, 18 Apr 2009) New Revision: 26999 Modified:    

Re: [freenet-dev] [freenet-cvs] r27015 - trunk/freenet/src/freenet/clients/http/filter

2009-04-28 Thread Matthew Toseland
You *REALLY* do not need to delete one version of a file in order to commit a new version of it. Please don't do that, it makes it more difficult to review changes. With git, you need to git commit -a (and then git push origin), or git add file and then git commit. On Saturday 18 April 2009

Re: [freenet-dev] Plugins and forced updates

2009-04-28 Thread Daniel Cheng
On Wed, Apr 29, 2009 at 1:29 AM, Matthew Toseland t...@amphibian.dyndns.org wrote: PLEASE could nobody commit any forced updates to the git repositories without prior agreement? Rewriting history is bad. The plugins were not building, it was necessary to move the source files into

[freenet-dev] ITA l10n update 090429

2009-04-28 Thread Luke771
l10n override file attached translation updated to r27286 please commit freenet.l10n.it.override.properties_090429_luke771 Description: Binary data ___ Devl mailing list Devl@freenetproject.org

Re: [freenet-dev] ITA l10n update 090429

2009-04-28 Thread Daniel Cheng
On Wed, Apr 29, 2009 at 8:42 AM, Luke771 luke...@gmail.com wrote: l10n override file attached translation updated to r27286 please commit Committed, and git now list luke771 as author. see http://github.com/freenet/fred-staging/commit/773f1c918fa1109f1e880c1128c60c4d6a8fe8bf For those who