- Mar 13, 2014
-
-
zzz authored
-
- Feb 21, 2014
-
-
zzz authored
-
- Feb 07, 2014
-
-
zzz authored
- Convert to RouterApp and remove update hooks from context (ticket #1185)
-
- Feb 03, 2014
-
-
zzz authored
except for the following which are used by android, to maintain compatibility with very old phones, for now: addressbook.war BOB.jar i2p.jar i2ptunnel.jar mstreaming.jar router.jar streaming.jar
-
- Feb 02, 2014
-
-
zzz authored
-
- Jan 25, 2014
-
-
zzz authored
* Update: All updates via torrent
-
- Jan 04, 2014
-
-
zzz authored
-
- Dec 15, 2013
-
-
zzz authored
i2psnark: Set User-Agent
-
- Dec 10, 2013
-
-
str4d authored
-
- Dec 09, 2013
-
-
zzz authored
i2psnark: Disable streaming pings (ticket #1142)
-
- Dec 04, 2013
-
-
zzz authored
- Fix ConnectionAcceptor not restarting after tunnel restart, preventing incoming connections - locking tweaks - cleaner reschedule tweaks - don't store server socket locally - constructor tweaks / finals - Stop acceptor when tunnel disconnects - javadocs
-
- Nov 28, 2013
-
-
str4d authored
-
- Nov 27, 2013
-
-
str4d authored
-
- Nov 26, 2013
- Nov 25, 2013
-
-
str4d 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.
-
- Nov 23, 2013
-
-
zzz authored
can be private and the lookup for the form is more efficient.
-
- Nov 21, 2013
-
-
str4d authored
-
- Nov 17, 2013
-
-
zzz authored
-
- Nov 16, 2013
-
-
zzz authored
- volatile -> atomic - unused code and fields - closing streams - hashCode / equals - known non-null - Number.valueOf - new String Still avoiding SAM, BOB, SusiMail
-
- Nov 15, 2013
-
-
zzz authored
Eepsite fix for new installs only. Fix i2psnark BasicServlet javadoc about param prefix. (ticket #1128)
-
- Nov 11, 2013
-
-
zzz authored
-
- Nov 10, 2013
- Nov 07, 2013
- Nov 02, 2013
-
-
zzz authored
-
- Oct 31, 2013
-
-
zzz authored
-
- Oct 29, 2013
- Oct 26, 2013
-
-
zzz authored
-
- Oct 24, 2013
-
-
zzz authored
- Drop incoming connections on HTTP port - Define port 6881 in one place - Don't let random DHT port be 6881 - Exception tweak
-
- Oct 19, 2013
-
-
zzz authored
-