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
7cdfe45acf
propagate from branch 'i2p.i2p' (head 81ec1b16687e7276a752db7f600a525a6e289458)
...
to branch 'i2p.i2p.sam3' (head bf43c21d57d97df61e863a41783aaae968381d00)
2009-04-21 04:15:32 +00:00
eae4362181
SAMv3: NAMING ME request now work on stream sessions
2009-04-21 04:14:53 +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
ddf5cf80b2
propagate from branch 'i2p.i2p' (head e26fa9cbcc023c4c1d8bdc4eb8dbd4a964bb6148)
...
to branch 'i2p.i2p.zzz.upnp' (head b712f92f4dce03ce1f7d1b2ffc95b559b9b66140)
2009-04-18 14:58:10 +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
0f1f33eaa4
merge of '798b531efac76d62154df2a99a91a32ccd97ab47'
...
and '9b73a50d356f49e9aadaae4cf86681b718c0d56b'
2009-04-09 19:12:06 +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
18a475eff3
merge of '9666f5fdfc24a7fc2ca3a99a95ea5dfef5583b1b'
...
and 'e76b1962963aa7cadb74aacc32f90adf31db3761'
2009-04-08 06:41:53 +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
0cfbe9c28b
* IPV6/localhost:
...
- 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
2009-04-08 01:34:12 +00:00
85e5013dbd
Fixed overflow problem when calculating monthly usage. It now works well (without
...
getting too wide for the window) up to 1 Tbps.
2009-04-07 20:09:59 +00:00
bf50695c93
Patching build.xml so it's possible to build an installer and updater with desktopgui.
2009-04-07 19:18:51 +00:00
0764e19441
New build file for desktopgui. Should work fine for anyone using java 1.6.
2009-04-07 17:55:59 +00:00
2f1d93756d
merge of '4e3d0e106395f9bbb24c33d6a980c707831ad40e'
...
and '578c30cf4a84f25eb899ab6d4278207bddeba259'
2009-04-07 13:49:12 +00:00
91de396821
added echelon.i2p to readme of I2P router
2009-04-07 12:05:00 +00:00
f9efabba16
Fixed build.xml (removed desktopgui for now).
2009-04-07 08:26:47 +00:00
54255cab4a
merge of '91bd86329a458a5e064af7aa5abf3662aec61dab'
...
and 'a09513bb83b827232b24950613986dcb6d5e713c'
2009-04-07 05:47:04 +00:00
c03b519849
2009-04-07 sponge
...
* BOB prevent jvac from optimizing out thread-group code from -10
2009-04-07 03:01:39 +00:00
98617723a2
-11
2009-04-07 02:47:23 +00:00
8c8a2deefc
propagate from branch 'i2p.i2p.zzz.test' (head 1b0258b9825aa2952987c3221b8c45aa06b8c3b1)
...
to branch 'i2p.i2p' (head 2dc7a484f328618103dca0f5a9510e15e19f98c7)
2009-04-07 02:34:43 +00:00