- Apr 23, 2009
-
-
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
-
mathiasdm authored
* Tweaks to the tray icon menu * Some starting work on a GUI general configuration menu * Bugfix allowing spaces in directory structure
-
dev authored
and 'a089ba5e81e51182c61fd5a1db8ac057001a24dc'
-
dev authored
-
dev authored
-
dev authored
-
- Apr 11, 2009
-
-
dev authored
-
dev authored
-
dev authored
and 'c06ed6aab297ea837746dfa5dacb1a8f78d8d3dc'
-
dev authored
-
sponge authored
* i2ptunnel janitorial work and fixes on most locks. Some locks still need work, and are marked with LINT in the comment. Just grep for "LINT" to see where the remaining places are.
-
mathiasdm authored
and '8aacbbbacb79ee5a65534a5601eea1246c51866c'
-
mathiasdm authored
Tray icon colours indicates active peers (and tooltip indicates reachability). The menu now uses Swing instead of Awt, so it looks a lot better.
-
- Apr 10, 2009
- Apr 09, 2009
-
-
mathiasdm authored
Bandwidth calculation available from 2 directions (added from GB -> kbps). Layout manager switched for easier development.
-
- Apr 08, 2009