- Apr 23, 2009
-
-
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
- 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
-
-
sponge authored
* More hopeful fixups to the infamous orpahned tunnel problem. *Sigh*
-
mathiasdm authored
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head 32ebd10f2f86f14b3739dc699e016349a85bb8e4)
-
zzz authored
- Enable IPv6 stack in the JVM, hopefully won't break anything - Patch Jetty to support binding to IPv6 addresses - Allow multiple bind addresses for the router console in the clients.config file; for new installs the default is now "127.0.0.1,::1" - Change most instances of "localhost" to "127.0.0.1" throughout the code * Router: - Move some classes to private static inner
-
- Apr 07, 2009