- Apr 18, 2009
-
- 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
-
-
mathiasdm authored
getting too wide for the window) up to 1 Tbps.
-
mathiasdm authored
-
mathiasdm authored
-
mathiasdm authored
and '578c30cf4a84f25eb899ab6d4278207bddeba259'
-
amiga4000 authored
-
mathiasdm authored
-
sponge authored
* BOB prevent jvac from optimizing out thread-group code from -10
-
zzz authored
-
zzz authored
to branch 'i2p.i2p' (head 2dc7a484f328618103dca0f5a9510e15e19f98c7)
-
sponge authored
* SimpleTimer2, SimpleScheduler fixed so that the threads all run from The main threadgroup, not in the current possible child threadgroup. So long as any SimpleTimer2/SimpleScheduler is started *BEFORE* any child threadgroups, the constructors are threadgroup safe. What would be super cool is if they were to be all jailed within thier very own threadgroup too, but, I2P isn't up to the task of this yet. * Fixes to BOB to ensure the above is true.
-
- Apr 06, 2009
-
-
sponge authored
SimpleScheduler SimpleTimer2 debugging added. Fix build files for desktopgui.
-
zzz authored
-
zzz authored
-
mathiasdm authored
New application for I2P: desktopgui. Should eventually replace systray, and have more functionality. To use the application, you need to (by default) add the following to clients.config : # desktopgui clientApp.6.args= clientApp.6.delay=5 clientApp.6.main=desktopgui.Main clientApp.6.name=desktopgui clientApp.6.startOnLoad=true
-
- Apr 04, 2009
-
-
sponge authored
-