c9b6d72c5a
* Tunnel Pool:
...
- Clean up some tunnel removal code
- Don't try to build a LeaseSet with more than 6 leases,
no matter what the setting
2009-04-26 18:32:57 +00:00
a279f8d530
add some jetty help
2009-04-26 18:02:07 +00:00
89f0f09b86
new updaterWithJettyFixes target, build it for pkg
2009-04-26 16:27:44 +00:00
157b85b11b
pass compiler args down from top build.xml
2009-04-26 15:54:51 +00:00
d670d98e60
stats cleanup
2009-04-26 04:15:48 +00:00
33b2762003
more reachability help
2009-04-25 02:47:28 +00:00
507b6d45d5
longer iframe
2009-04-25 02:46:45 +00:00
5b41827a7b
allow spaces in dest and proxy lists
2009-04-24 16:38:44 +00:00
178b5996a5
* NetDb:
...
- Adjust RouterInfo expiration down to control memory usage
- Display LeaseSets and RouterInfos on separate console pages
2009-04-23 22:34:25 +00:00
452adfa860
logs.jsp: fix layout problem on IE, move version info to the top
2009-04-23 20:00:33 +00:00
833ebd0714
Jetty: Fix temp dir handling, which was causing susidns not to start on windows.
...
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 '_'.
2009-04-23 18:29:46 +00:00
b430abf172
add i2p version for easy cut-n-paste
2009-04-23 18:22:55 +00:00
939311d2de
css fixes from badger
2009-04-23 18:21:25 +00:00
48e544c014
RouterConsole: Make summary bar a refreshing iframe
2009-04-23 00:39:49 +00:00
08b186aa24
propagate from branch 'i2p.i2p' (head 28b73161ea8915467ac9a4a8eb910d8fef1d42cd)
...
to branch 'i2p.i2p.zzz.test' (head 4470e8eb34649523d9f0055e754d90226f0d7bcb)
2009-04-23 00:27:54 +00:00
2f46efe78d
* Blocklist: cleanup
...
* 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
2009-04-23 00:23:29 +00:00
3ddd5f2a51
* Fragmenter: don't re-throw the corrupt fragment IllegalStateException,
...
to limit the damage - root cause still not found
2009-04-22 19:21:21 +00:00
29a58cb030
* NTCP: Hopefully prevent this:
...
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)
...
2009-04-22 18:53:57 +00:00
0bcbe6ae05
* i2psnark: ( http://forum.i2p/viewtopic.php?t=3317 )
...
- 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)
2009-04-22 13:54:59 +00:00
3944688829
merge of '2fe56e848564fc4e006771a6cb807c8dec370bab'
...
and 'a2a447dc9fe4d0a9bdefccc5263eed665bedb84f'
2009-04-21 20:17:45 +00:00
e126233fbc
hope i have fixed that bug, where the "download $version" kept showing, while already having downloaded it
2009-04-21 20:17:07 +00:00
ae83b4202d
recognize -h, --help, etc
2009-04-21 17:44:16 +00:00
f2e9e2cc23
2009-04-21 sponge
...
* 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.
2009-04-21 03:32:38 +00:00
311ec4eb54
merge of '401f2e769d7507a315783ec22c880a0e866194bd'
...
and 'eba7e55d7a69ed23fcce7f004a39fb2847ab66f5'
2009-04-19 11:16:21 +00:00
f4254659ea
* Fix typo in "news.xml", no build number increase.
2009-04-18 23:08:40 +00:00
fc9e3ee77d
* Update versions, package release
i2p-0.7.2
2009-04-18 22:33:00 +00:00
b542f17194
removed code unused since 75fadec23097a196f56cd8d7932dca0de5da5583 (0.5.0.5)
2009-04-18 15:08:48 +00:00
e6cecab0b6
2009-04-17 sponge
...
* fixed setIP, just be sure to distclean before building :-)
* more lint taken care of as well.
2009-04-17 13:45:47 +00:00
c3f9e20247
2009-04-17 sponge
...
* setIP wants to be a static method in the class, but it produces
warnings about it being static from other code.
2009-04-17 13:28:05 +00:00
d0376f82a5
2009-04-17 sponge
...
* 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.
2009-04-17 13:11:16 +00:00
834fdfe9b3
* Bugfix on tray icon updating
...
* Some more work on the general configuration menu
(currently not added to the tray icon menu yet, needs more work)
* Tweaked the desktopgui logo
2009-04-13 17:27:35 +00:00
8eedcb039a
* Added I2P version and GUI version to desktopgui
...
* Tweaks to the tray icon menu
* Some starting work on a GUI general configuration menu
* Bugfix allowing spaces in directory structure
2009-04-13 15:02:46 +00:00
fc9c479ed5
merge of '227107019f384da18e4670a405831faa8ba32555'
...
and 'a089ba5e81e51182c61fd5a1db8ac057001a24dc'
2009-04-13 13:20:50 +00:00
12978ba4fb
fixed the fix..
2009-04-13 13:20:43 +00:00
548efed8d8
-18
2009-04-13 12:28:16 +00:00
24b012a843
don't send somehost.i2p:8080 requests to outproxy
2009-04-13 12:09:52 +00:00
d493addf95
added netbeans freeform project files for core and router
2009-04-11 20:38:19 +00:00
d8e502722e
-17
2009-04-11 20:35:36 +00:00
0835c05e89
merge of '3534b3e357a365476c2deeb8470ae794595cf1a8'
...
and 'c06ed6aab297ea837746dfa5dacb1a8f78d8d3dc'
2009-04-11 20:28:28 +00:00
429280e416
fix a NPE
2009-04-11 20:28:15 +00:00
879404f7e0
2009-04-11 sponge
...
* 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.
2009-04-11 13:55:38 +00:00
56c6f41131
merge of '7298248358ee266b5c8c7383cd1ef06e343fe42a'
...
and '8aacbbbacb79ee5a65534a5601eea1246c51866c'
2009-04-11 13:35:34 +00:00
305fc7314f
Added text explaining the different speeds.
...
Tray icon colours indicates active peers (and tooltip indicates reachability).
The menu now uses Swing instead of Awt, so it looks a lot better.
2009-04-11 13:35:22 +00:00
384d655b1a
2009-04-10 sponge
...
* More BOB threadgroup fixes, plus debug dump when things go wrong.
* Fixes to streaminglib, I2CP, which are related to the TG problem.
* JavaDocs fixups.
2009-04-10 23:12:41 +00:00
2a2d3c0fb5
Added log viewer.
...
Added shutdown informational messages.
2009-04-10 18:56:56 +00:00
977d6eec88
Dropdown available for kb versus kB issues.
...
Bandwidth calculation available from 2 directions (added from GB -> kbps).
Layout manager switched for easier development.
2009-04-09 20:36:22 +00:00
8f690a8f67
2009-04-08 sponge
...
* More hopeful fixups to the infamous orpahned tunnel problem. *Sigh*
2009-04-08 11:55:51 +00:00
f9f9aa4498
Added distWithDesktopgui target, to build everything at once.
2009-04-08 10:13:56 +00:00
ed259ac94c
-13
2009-04-08 01:37:38 +00:00
bb7884ca3b
propagate from branch 'i2p.i2p.zzz.test' (head 589c4b0b77bdcbb49a965e39ec971c9b4bdd98c5)
...
to branch 'i2p.i2p' (head 32ebd10f2f86f14b3739dc699e016349a85bb8e4)
2009-04-08 01:34:40 +00:00