- Mar 21, 2014
-
-
kytv authored
Moving the pre-release checks to a new target (to be run at the very start of "release")
-
- Mar 19, 2014
-
-
kytv authored
-
- Mar 03, 2014
-
-
str4d authored
-
- Feb 03, 2014
-
-
zzz authored
-
- Feb 02, 2014
-
-
zzz authored
(ticket #1173) This is Java getopt 1.0.14 (released 2012/02/08) Source was retrieved from https://github.com/arenn/java-getopt Previous version 1.0.13 (released 2006/08/29) is available at http://www.urbanophile.com/arenn/hacking/getopt/ Copyright (c) 1998 by Aaron M. Renn (arenn@urbanophile.com), LGPL v2. Include the small translation files, add to build.xml and to .tx/config Fixes: Simplified Chinese MessagesBundle_chs.properties renamed to MessagesBundle_zh.properties Traditional Chinese MessagesBundle_cht.properties renamed to MessagesBundle_zh_TW.properties Norwegian Bokmaal MessagesBundle_no.properties renamed to MessagesBundle_nb.properties
-
- Feb 01, 2014
-
-
zzz authored
-
- Nov 24, 2013
-
-
zzz authored
- Move net.i2p.kademlia package from i2psnark to core, and convert netdb to use it. - Delete old implementation in netdb - Fixups in netdb for generics - Add debug output to /debug This is the next step in the development plan, in which we previously: - Copied the code from netdb to the i2p.zzz.kademlia branch, fixed it, and made it generic for hash size (June 2012); - Moved it from the i2p.zzz.kademlia branch to the i2p.i2p.zzz.dhtsnark branch, and implemented KRPC with it (June 2012); - Propped it from i2p.i2p.zzz.dhtsnark to trunk for 0.9.2 (July-Sept. 2012); - Proved it out in 0.9.2 - 0.9.9 (Oct. 2012 - Nov. 2013) The plan was to maintain the KBucketSet public methods throughout the development so we could drop the new version back into netdb, so here we drop it in. Setting of K=16, B=3 is just an initial guess, to be reviewed. This moves about 18 KB from i2psnark.jar to i2p.jar and removes about 12 KB from router.jar. Unit test fixup: todo.
-
- Oct 14, 2013
-
-
zzz authored
-
- Sep 30, 2013
-
-
zzz authored
- Generate su3 file in release target - Add my new RSA 4096 pubkey cert for updates - Fix checkcerts.sh
-
- Sep 20, 2013
-
-
kytv authored
(also adding missing shebang lines)
-
- Aug 10, 2013
-
- Jul 13, 2013
-
-
zzz authored
- Tag initialNews.xml for TranslateReader - Drop static translated initialNews pages - Add new routerconsole bundle for the news alone, shipped in the jar - Use TranslateReader in HTTP proxy for initial news - Initial translations created manually from translated xml filesx - Add translated proxy error pages and initial news to deletelist.txt TODO: ar translation fails checkpo.sh
-
zzz authored
- New varargs method in Translate - New TranslateReader to translate static files on-the-fly using _("") tagging - Tag proxy error pages for TranslateReader - Drop static translated proxy error pages - Add new i2ptunnel bundle for the proxy alone, shipped in the jar - Use TranslateReader in HTTP proxy for error pages - Move HTTP proxy strings from the web *war) to proxy (jar) bundle so they will be loaded - Initial translations created by msgmerge from i2ptunnel and routerconsole po files, un-fuzzied
-
- Jul 02, 2013
-
-
kytv authored
Jenkins' cobertura plugin wasn't finding the streaming source. This change should correct that.
-
- Jun 28, 2013
-
-
zab2 authored
-
- Jun 12, 2013
-
-
zzz authored
(tested with classpath from 0.7.4 wrapper.config) * JettyStart: ditto * Remove references to now-unused jars in build.xml files
-
- May 24, 2013
-
-
zzz authored
- Handle gzipped input data in merge tool - Add script to generate compressed data - Add local additions - Add compressed data file, generated from Maxmind data fetched 2013-05-24 - Include data in installer and updater - Update Maxmind license info, now CC-SA 3.0
-
- May 20, 2013
-
-
kytv authored
-
- May 16, 2013
-
-
zzz authored
* Fix UDPEndpoint usage in unit tests: - Restore receive() - Handle null UDPTransport * Fix UDPEndpointTestStandalone compilation
-
- May 04, 2013
-
-
kytv authored
-
- Apr 21, 2013
-
-
kytv authored
-
- Apr 12, 2013
-
-
zzz authored
-
- Feb 13, 2013
-
-
kytv authored
-
- Jan 10, 2013
-
-
kytv authored
-
- Jan 06, 2013
-
-
kytv authored
in error. - add jenkins.cobertura.report target. The jenkins plugin couldn't find the sources, so I'm hoping this helps it out. - add debug lines cobertura needs
-
- Jan 05, 2013
- Jan 04, 2013
-
-
kytv authored
-
- Jan 03, 2013
- Jan 02, 2013
- Dec 31, 2012
-
-
kytv authored
-
- Dec 29, 2012
-
-
zzz authored
-
- Dec 28, 2012
-
-
kytv authored
-
kytv authored
- move deprecated installer-only classes (Exec, Delete, and Copy) from i2p.jar into installer/ - replace installer/resources/fixpaths.cmd with an improved method in java - combine the installer-only utility classes into a single jar and call the classes from within izpack
-
- Dec 27, 2012
-
-
str4d authored
-
- Dec 25, 2012
-
-
kytv authored
- set eol for certain files in installer targets (since editing *.config and *.xml in windows is practically impossible without an externally installed editor such as vim or notepad++ and of course we want people to be able to read the licenses if they desire...etc.) - try to prevent user error by ensuring that the proxy/*.ht files have eol set to crlf in the prepConsoleDocs target
-
- Dec 24, 2012
-
-
kytv authored
use ant features instead of Unix commands where possible in the installer2app target. Also make izpack2app a settable property
-