72eafe0920
* Tunnels: Reduce the drop probability for TunnelBuildMessages at the OBEP
2009-12-19 16:54:59 +00:00
f226392c9d
static access fix
2009-12-19 16:53:49 +00:00
2cd5c209f5
unused cleanup
2009-12-19 16:52:49 +00:00
f0d444b32e
add to javadoc and adjust logging
2009-12-19 16:52:18 +00:00
4baff9fbab
* Router: Move some more threads to I2PAppThread so an OOM won't crash the router
2009-12-19 16:49:55 +00:00
8e656427d8
* Console:
...
- Fix status to show a disconnected network error rather than
clock skew or UDP error when disconnected
- Use peer clock skew rather than clock offset for determining
whether to display clock skew error, i.e. display what matters
* Transport: Rework peer clock skew method to always return a value
by falling back to router clock offset;
Fix possible AIOOBE and divide by zero; remove logging;
reduce min number of peers
2009-12-19 16:47:18 +00:00
08e54c515e
add isRouterContext() method
2009-12-19 16:37:44 +00:00
43b71a263c
* Tunnel building:
...
- Increase timeout to 13s (was 10s)
- Fix tunnel.buildReplyTooSlow stat
- Tweak logging
- Prioritize expl. builds over client builds
- Code cleanups
2009-12-17 23:45:20 +00:00
5c4672d1e3
drop another unused class
2009-12-17 15:49:17 +00:00
6b83fc6b3b
InNetMessagePool cleanup
2009-12-16 17:25:09 +00:00
7b1caac9ac
cleanup and tag susidns jsps
2009-12-15 17:25:01 +00:00
cec75fa60e
fix i2ptunnel bundles
2009-12-15 01:51:56 +00:00
e07e329c26
Tunnels: static fix, synchronization fix, deprecate setPairedTunnel()
2009-12-15 01:41:43 +00:00
3fa9ae0b82
* Find ResourceBundles in wars
...
* Fix restart from config.jsp if no wrapper
* i2psnark: Elaborate popups
2009-12-13 15:47:51 +00:00
7feed50af4
-5
2009-12-13 09:26:10 +00:00
6b8dffc401
-4
2009-12-12 17:51:01 +00:00
c3dc76e35f
disable internal sockets until I can fix the borkenness
2009-12-12 01:36:57 +00:00
1cec793217
add missing file, prop history, -2
2009-12-11 18:26:53 +00:00
6029e1a291
* Fragmenter: Pull the new comments, new stats, and
...
debug log fix from i2p.i2p.zzz.batch in - but not the
batching mods, which need a fresh look.
2009-12-11 18:00:34 +00:00
4562254862
propagate from branch 'i2p.i2p' (head f672021bb9871a728005be3bd9581710738b9e5f)
...
to branch 'i2p.i2p.zzz.test' (head e115e218dbb666839e69fa1e1ba7378554b9874f)
2009-12-10 13:34:05 +00:00
73537d27d0
bump as requested
2009-12-08 15:27:14 +00:00
f446a5f1fc
* Misc. cleanups after review, prep for release
2009-12-08 00:41:58 +00:00
1cd54dc12e
* netdb.jsp: Fix bug caused by XSS fix
...
* Translations: drop ru until after release
2009-12-06 21:42:28 +00:00
e1a88c9426
drop 6 unused classes
2009-12-06 15:07:03 +00:00
708b3a662c
* Build: Fix poupdate dependency
...
* Console: Add Russian option
2009-12-05 17:19:23 +00:00
978cd2c484
* BOB: fix a critical bug causing ghosts on probes and remove unused code.
2009-12-05 13:26:40 +00:00
bda4eb830e
prevent accept() hang on internal socket
2009-12-04 11:16:43 +00:00
f5c1acc749
Fix potential XSS holes
2009-12-04 00:27:05 +00:00
7262c014c0
* I2CP: Implement an internal "socket" class that
...
allows clients in the same JVM to connect to the
router without going through the kernel
2009-12-04 00:20:43 +00:00
4c812c7bff
* HTTP Proxy: Don't send proxy.i2p to the naming service,
...
it was making the error pages load slowly
2009-11-29 18:49:28 +00:00
f3a88398f2
Fix the default inbound burst
2009-11-29 18:46:48 +00:00
278b917494
net.i2p.router.transport.udp deadwood code cleanup.
...
documented rare NPE in InboundEstablishState.java.
2009-11-29 15:02:50 +00:00
0642fa8093
* Improvement to BOB's TCPio to hopefully lower load average. It seems
...
to be helping a little when stress-tested with Robert.
2009-11-28 13:53:34 +00:00
ea0747171f
* NetDb:
...
- Switch from ArrayList to ConcurrentHashSet in
KBucketImpl to reduce chance of deadlock;
remove periodic shuffling of the bucket,
needs to be addressed elsewhere
2009-11-27 14:39:53 +00:00
105524d9c0
remove another 8887 reference
2009-11-24 20:22:31 +00:00
95e0492b32
* Profiles: Record successes in the DB fail rate
...
too, so we can calculate a percentage
* profiles.jsp:
- Change fail rate from count to percent
- Hide standard profiles by default
2009-11-24 20:20:30 +00:00
8433724452
* Netdb Floodfill rework part 4 of N: Search closest-to-the-key
2009-11-21 13:50:39 +00:00
e9f9e0dabb
- Adjust response time limit
2009-11-21 13:47:51 +00:00
6bdf750c19
javadoc
2009-11-21 13:45:40 +00:00
647a09b5b9
- Put closest-to-the-key in explore don't-include-list
...
- Use facade's peer selector for exploration rather than
instantiating a new one
2009-11-21 13:41:48 +00:00
312ba2599f
- Note failed floods in the profile
...
- Reduce max flood
2009-11-18 14:24:38 +00:00
746dc6f884
- Adjust criteria for following DSRM
2009-11-18 14:20:43 +00:00
edd4d4c114
- Floodfill rework part 3 of N: Send closest-to-the-key in DSRM replies
2009-11-18 14:18:16 +00:00
8e889cd292
bye TPB
2009-11-15 23:50:45 +00:00
eceac6def0
Shitlist: Fix bug from two checkins ago, all were forever
2009-11-15 23:47:01 +00:00
c393e70ca9
* HTTP Proxy:
...
- Add support for error page translations
- Add support for external pages for all errors
- Fix lack of \r in error page headers
- HTML transitional fixes
- Cleanups
2009-11-14 15:05:44 +00:00
1c25c0f408
* UDP PeerTestManager: Throw in some synchronization to try to fix stuck tests
2009-11-14 15:00:28 +00:00
6c00bb20b6
* Console: Some colon cleansing
...
* Shitlist: Move HTML renderer to router console,
add cause parameter for ease of translation,
tag all causes
2009-11-11 20:28:13 +00:00
573ac357d8
ff ranking tweaks so they arent all bad
2009-11-11 20:24:59 +00:00
8bc2fd7e42
3rd time...
2009-11-10 21:27:01 +00:00