Commit Graph

1736 Commits

Author SHA1 Message Date
zzz eaaf6af31d javadoc and logging tweaks; bring back i2ptunnel link to summary bar 2010-01-06 14:52:53 +00:00
sponge 5fcddd581e Fix one last stupid mistake in build.xml, my fault. 2010-01-02 22:58:50 +00:00
sponge 5065aec773 Fix NB 6.8 goofyness... 'till ant 1.7.1 or > is needed, stay with NB 6.5,
as the newer ones place a check for 1.7.1. We require 1.7.0
2010-01-02 14:59:50 +00:00
zzz 5ed29b6c27 laptop mode 2010-01-02 02:46:23 +00:00
zzz 883b53de0a cleanups, javadoc 2009-12-30 22:38:37 +00:00
zzz cefc1f130d * NetDb: Fix exploration by adding a null hash to mean
"don't give me floodfills"
    * PeerSelector: Downgrade floodfills with high fail rate
2009-12-30 22:36:53 +00:00
zzz b2a137c5bc make BuildResponseRecord static 2009-12-30 22:33:26 +00:00
zzz 62f056f884 remove more unused logs 2009-12-30 22:28:07 +00:00
zzz acb75f4212 oops 2009-12-26 20:37:05 +00:00
zzz c40b56c19d -12 2009-12-26 20:28:11 +00:00
zzz 98027a06ec javadoc 2009-12-26 20:26:47 +00:00
zzz d92dfec1bf * UDP: Bid lower than NTCP when we need introducers and don't
have enough; was preventing firewalled routers from
      being reachable
2009-12-26 20:25:32 +00:00
zzz 72a588bfbf * Tunnels
- More code to detect improper reuse of cached objects
        after release
      - Don't pass a msg with a failed IV on to
        the FragmentHandler at the OBEP
      - More cleanups and comments
2009-12-26 20:20:11 +00:00
zzz 213bc4bb71 - Prevent release of TunnelDataMessage cached ByteArray,
as it may be reused if retried in another transport;
        a nasty bug causing corrupt messages
      - Lots of code to detect improper reuse of cached objects
        after release
2009-12-26 20:12:43 +00:00
zzz 1a01aa0ae4 - Code to detect improper reuse of cached objects
after release
      - Prevent race with released resources in UDP OutboundMessageState;
        a nasty bug causing corrupt messages
      - More cleanups and comments
2009-12-26 20:05:41 +00:00
zzz 0b0e3fffe4 various cleanups, javadocs, logging 2009-12-26 20:00:47 +00:00
zzz 629d12ade1 * Tunnels:
- Do RED dropping before the IBGW fragmenter, not after
      - Change batch time to 250ms for IBGWs (was 100ms)
      - Change batch time to 150ms for exploratory OBGWs (was 100ms)
      - Start a new message in the fragmenter if almost full
      - Fix a major, longstanding synchronization bug in the FragmentHandler
        which led to corrupt messages at the endpoints
      - More cleanups and comments
2009-12-22 15:08:10 +00:00
zzz 08929752a6 move SubmitMessageHistoryJob to test 2009-12-22 15:02:28 +00:00
zzz aaa5b4ca86 oops 2009-12-20 15:05:58 +00:00
zzz 8d7e84494b -10 2009-12-20 15:00:19 +00:00
zzz a877b21839 more comments and cleanup 2009-12-20 14:50:41 +00:00
zzz 30b7dbf1f7 Tunnel fragmenter cleanup, prep for enhancements 2009-12-19 22:20:58 +00:00
zzz ecae0b055d schedule the outbound rather than sleep the thread for 3 seconds 2009-12-19 18:15:21 +00:00
zzz 2a1d358141 * Profile, DBHistory:
- Tweak the rate periods
      - Add a global fail rate stat
      - Increase the HashMap sizes
2009-12-19 17:10:39 +00:00
zzz 579b450029 clean up context usage 2009-12-19 16:56:38 +00:00
zzz 72eafe0920 * Tunnels: Reduce the drop probability for TunnelBuildMessages at the OBEP 2009-12-19 16:54:59 +00:00
zzz f226392c9d static access fix 2009-12-19 16:53:49 +00:00
zzz 2cd5c209f5 unused cleanup 2009-12-19 16:52:49 +00:00
zzz f0d444b32e add to javadoc and adjust logging 2009-12-19 16:52:18 +00:00
zzz 4baff9fbab * Router: Move some more threads to I2PAppThread so an OOM won't crash the router 2009-12-19 16:49:55 +00:00
zzz 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
zzz 08e54c515e add isRouterContext() method 2009-12-19 16:37:44 +00:00
zzz 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
zzz 5c4672d1e3 drop another unused class 2009-12-17 15:49:17 +00:00
zzz 6b83fc6b3b InNetMessagePool cleanup 2009-12-16 17:25:09 +00:00
zzz 7b1caac9ac cleanup and tag susidns jsps 2009-12-15 17:25:01 +00:00
zzz cec75fa60e fix i2ptunnel bundles 2009-12-15 01:51:56 +00:00
zzz e07e329c26 Tunnels: static fix, synchronization fix, deprecate setPairedTunnel() 2009-12-15 01:41:43 +00:00
zzz 3fa9ae0b82 * Find ResourceBundles in wars
* Fix restart from config.jsp if no wrapper
    * i2psnark: Elaborate popups
2009-12-13 15:47:51 +00:00
dev 7feed50af4 -5 2009-12-13 09:26:10 +00:00
dev 6b8dffc401 -4 2009-12-12 17:51:01 +00:00
zzz c3dc76e35f disable internal sockets until I can fix the borkenness 2009-12-12 01:36:57 +00:00
zzz 1cec793217 add missing file, prop history, -2 2009-12-11 18:26:53 +00:00
zzz 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
zzz 4562254862 propagate from branch 'i2p.i2p' (head f672021bb9871a728005be3bd9581710738b9e5f)
to branch 'i2p.i2p.zzz.test' (head e115e218dbb666839e69fa1e1ba7378554b9874f)
2009-12-10 13:34:05 +00:00
walking 73537d27d0 bump as requested 2009-12-08 15:27:14 +00:00
zzz f446a5f1fc * Misc. cleanups after review, prep for release 2009-12-08 00:41:58 +00:00
zzz 1cd54dc12e * netdb.jsp: Fix bug caused by XSS fix
* Translations: drop ru until after release
2009-12-06 21:42:28 +00:00
zzz e1a88c9426 drop 6 unused classes 2009-12-06 15:07:03 +00:00
zzz 708b3a662c * Build: Fix poupdate dependency
* Console: Add Russian option
2009-12-05 17:19:23 +00:00