- Apr 27, 2009
- Apr 26, 2009
-
-
zzz authored
-
zzz authored
-
zzz authored
- Correct the meanings of the i2np.ntcp.autoip and i2np.ntcp.autoport advanced config. If you have one of these set but not the other, you will have to adjust your configuration on config.jsp.
-
zzz authored
- Clean up some tunnel removal code - Don't try to build a LeaseSet with more than 6 leases, no matter what the setting
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
- Apr 25, 2009
- Apr 24, 2009
-
-
zzz authored
-
- Apr 23, 2009
-
-
zzz authored
- Adjust RouterInfo expiration down to control memory usage - Display LeaseSets and RouterInfos on separate console pages
-
zzz authored
-
zzz authored
Jetty forms the temp directory name from, among other things, the bound address. The patch in 0.7.2 to bind to IPV6 addresses led to ':' in the directory name, which is not allowed on windows. Change these to '_'.
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
to branch 'i2p.i2p.zzz.test' (head 4470e8eb34649523d9f0055e754d90226f0d7bcb)
-
zzz authored
* PeerProfile: - Replace a hot lock with concurrent RW lock - Rewrite ugly IP Restriction code - Also use transport IP in restriction code * Transport: Start the previously unused CleanupUnreachable
-
- Apr 22, 2009
-
-
zzz authored
to limit the damage - root cause still not found
-
zzz authored
java.lang.IllegalStateException: Unable to serialize the message (net.i2p.data.i2np.DatabaseStoreMessage): Invalid key type at net.i2p.data.i2np.I2NPMessageImpl.toByteArray(I2NPMessageImpl.java:238) at net.i2p.router.transport.ntcp.NTCPConnection.bufferedPrepare(NTCPConnection.java:668) at net.i2p.router.transport.ntcp.NTCPConnection.send(NTCPConnection.java:295) at net.i2p.router.transport.ntcp.NTCPConnection.enqueueFloodfillMessage(NTCPConnection.java:412) at net.i2p.router.transport.ntcp.NTCPConnection.enqueueInfoMessage(NTCPConnection.java:373) at net.i2p.router.transport.ntcp.NTCPTransport.outboundMessageReady(NTCPTransport.java:179) at net.i2p.router.transport.TransportImpl.send(TransportImpl.java:339) ...
-
http://forum.i2p/viewtopic.php?t=3317zzz authored
- Change file limit to 512 (was 256) - Change size limit to 10GB (was 5GB) - Change request size to 16KB (was 32KB) - Change pipeline to 5 (was 3)
-
- Apr 21, 2009
-
-
dev authored
and 'a2a447dc9fe4d0a9bdefccc5263eed665bedb84f'
-
dev authored
hope i have fixed that bug, where the "download $version" kept showing, while already having downloaded it
-
zzz authored
-
sponge authored
* Code janator work, basic corrections involving @Override, and appling final where it is important. Also fixed some equals methods and commented places that need fixing.
-
- Apr 19, 2009
-
-
dev authored
and 'eba7e55d7a69ed23fcce7f004a39fb2847ab66f5'
-
- Apr 18, 2009
-
-
complication authored
-
dev authored
-
- Apr 17, 2009
-
-
sponge authored
* fixed setIP, just be sure to distclean before building :-) * more lint taken care of as well.
-
sponge authored
* setIP wants to be a static method in the class, but it produces warnings about it being static from other code.
-
sponge authored
* Catch NPE in NTCP. This possibly augments fix 2009-04-11 welterde below. * Various LINT on NTCP sources, and removal of space-wasting spaces at end of lines in sources touched.
-
- Apr 13, 2009
-
-
mathiasdm authored
* Some more work on the general configuration menu (currently not added to the tray icon menu yet, needs more work) * Tweaked the desktopgui logo
-