50f10e8cf1
* FloodOnlySearchJob:
...
- Ask non-floodfill peers if we don't know any floodfills
- Lookup hashes in the DatabaseSearchReplyMessage if we
don't know enough floodfills
2008-09-15 16:22:09 +00:00
69d9c054d8
* Tunnel Pool:
...
- Prevent excess zero-hop tunnels
- Always wait before looping in BuildExecutor
2008-09-15 16:21:23 +00:00
fcfe4397c4
* NetDb: Check new routers against blocklist
2008-09-15 16:20:23 +00:00
e734a55872
* Router: Shutdown clients first
...
* Throttle:
- Use 60s rather than 10m tunnel.participatingMessageCount stat
- Fix a summary bar message
* Tunnel Dispatcher: Update tunnel.participatingMessageCount
every 20s, rather than at tunnel expiration, to maintain
a more current stat
2008-09-15 16:19:08 +00:00
825af3e6c1
* HarvesterJob: Don't instantiate if disabled
...
* NetDb: Add netDb.exploreKeySet stat
* netdb.jsp: Add parameter ?r=xxxxxx to view a single routerinfo,
and ?r=. to view our own; change links on other pages too
2008-09-12 13:37:22 +00:00
cf54dd159d
* Blocklist: Fix a log message format
2008-09-12 13:28:14 +00:00
97366824d6
* Transport: Make 0.0.0.0/8 and 169.254.0.0/16 private
2008-09-12 13:25:51 +00:00
2ac5361937
fix compile error
2008-09-06 15:54:53 +00:00
9a2792e64c
* EepGet command line: Fix byte counts after a failed resume
...
* UpdateHandler: Cleanup, clarify failure message
2008-09-06 13:52:46 +00:00
1091a289d2
* NTCP: Mark unreachable on outbound connection timeout
2008-09-06 13:49:31 +00:00
536f5d0c7b
* Shitlist: Fix partial shitlisting (still unused though)
2008-09-06 13:48:57 +00:00
a3108ead4a
* Throttle: Combine current and last bw measurement,
...
reduce default max tunnels to 2500 (was 3000)
2008-09-06 13:48:25 +00:00
6501d403ab
* Tunnel BuildHandler: Logging cleanup
2008-09-06 13:47:30 +00:00
62bf269c42
* Profiles: Penalize capacity when tunnel build request times out
...
* Tunnel BuildExecutor: Debug cleanup
2008-08-29 13:15:28 +00:00
ee4d68cf6a
* Stats: Remove tunnel.Bps.* stats when the tunnel pool is closed
2008-08-29 13:13:45 +00:00
e064b0a0e1
* Shutdown: Call the shutdown hooks before the router shutdown
...
rather than after
2008-08-29 13:12:55 +00:00
896ba7ae1c
* Floodfill Peer Selector: Prefer already-connected floodfill
...
peer for direct RouterInfo stores, to mimimize floodfill
connections
* Peer Profiles: Classify connected peers as "active",
which will help improve the fast pool
* Transport Manager: Add isEstablished(Hash)
2008-08-27 19:58:13 +00:00
2c48831604
ntcp reduce idle timeout
2008-08-27 19:56:06 +00:00
9d70a5293f
netdb stats cleanup
2008-08-27 19:55:47 +00:00
bf51741134
* Update versions, package release
2008-08-24 10:28:57 +00:00
33e8abfc3e
* Persistent data store: Increase write limit from 300 to 600
...
so floodfill routers don't get backed up
2008-08-20 15:02:56 +00:00
258d01f0d9
* Blocklists: Handle blank lines and \r\n in blocklist.txt
...
* NTCP: Add connection limit, set by i2np.ntcp.maxConnections,
default is 500 (very high for now)
2008-08-20 14:58:45 +00:00
49af13a3ca
* i2psnark: Fix OOM vulnerability by checking incoming message length
...
(thanks devzero!)
2008-08-13 15:59:16 +00:00
719ba3f66f
* Floodfill Peer Selector:
...
- Avoid peers whose netdb is old, or have a recent failed store,
or are forever-shitlisted
2008-08-04 19:31:11 +00:00
9652db9623
* Blocklists:
...
- New, disabled by default, except for blocking of
forever-shitlisted peers. See source for instructions
and file format.
* Transport - Reject peers from inbound connections:
- Check IP against blocklist
- Check router hash against forever-shitlist, then block IP
2008-07-30 03:59:18 +00:00
481af00bab
-9
2008-07-16 15:05:56 +00:00
11d267bc9a
* configpeer.jsp: New
2008-07-16 15:05:07 +00:00
40f0cb65a1
* SSU:
...
Don't proactively reconnect until 30m idle, so
we don't lose introducer tags prematurely
2008-07-16 15:04:02 +00:00
5782c42d25
Cleaned up all 'imports' in all applications, core and router.
2008-07-16 13:42:54 +00:00
5228543236
* SSU:
...
- Try to pick better introducers by checking shitlist,
wasUnreachable list, failing list, and idle times
- To keep introducer connections up and valid,
periodically send a "ping" (a data packet with no data and no acks)
to everybody that has been an introducer in the last two hours
- Add a stat udp.receiveRelayRequestBadTag, make udp.receiveRelayRequest only for good ones
- Remove some 60s and 5m stats, leave only the 10m ones
- Narrow the range for the retransmit time after an allocation fail
- Adjust some logging
2008-07-07 14:18:38 +00:00
4d8ffc85e2
* LoadTestManager: Don't instantiate, it's disabled
2008-07-07 14:09:16 +00:00
53e2e0d1c9
* KeyManager:
...
- Don't write router key backup when leaseSet keys are updated
- Synchronize to prevent concurrent writes (thanks Galen!)
- Backup keys every 7 days instead of every 5 minutes
2008-07-07 14:07:59 +00:00
2768bef991
* NTCP:
...
- Try to fix 100% CPU, caused perhaps by JVM NIO bug...
- Fix failsafe stats
2008-06-30 03:14:32 +00:00
49cb4c13b3
* PersistentDataStore: More leaseSet code cleanup
2008-06-30 03:08:16 +00:00
9289799c97
* FloodfillMonitorJob: Change range from 5-7 to 4-6
2008-06-24 14:41:41 +00:00
f057666ac2
* PersistentDataStore: Don't try to remove nonexistent leaseSet files
2008-06-24 14:39:14 +00:00
a11b74b2d8
* NTCP: Remove getIsInbound(), duplicate of isInbound()
2008-06-24 14:38:09 +00:00
49e429c166
* PRNG: Add two stats
...
* Summary bar:
- Display Warning for TCP private IP address
- Display PRNG stats
2008-06-20 20:22:38 +00:00
53c5b1446a
* OutNetMessage: Change cache logging from WARN to INFO
2008-06-20 20:21:21 +00:00
dc68ebbaeb
* configclients.jsp: Add start button for clients and webapps.
2008-06-20 20:20:50 +00:00
f3d73a6c15
* configclients.jsp: Implement saves for clients and webapps.
2008-06-17 13:48:41 +00:00
91950a37f5
* Comm System: Add new STATUS_HOSED for use when UDP bind fails
...
* Summary bar: Display helpful errror message when UDP bind fails
* UDP: Don't bid when UDP bind fails
2008-06-17 13:47:54 +00:00
a8c266402e
* configclients.jsp: New. For both clients and webapps.
...
Saves are not yet implemented.
2008-06-16 12:31:14 +00:00
fb5a8ee0d8
* Refactor LoadClientAppsJob.java, move some functions to new
...
ClientAppConfig.java, to make them easily available to
a future configclients.jsp
2008-06-16 12:19:55 +00:00
7b81062816
* UDP: Prevent 100% CPU when UDP bind fails;
...
change bind fail message from ERROR to CRIT
2008-06-16 12:18:43 +00:00
bff685f7ca
* Throttle: Use BANDWIDTH rather than CRIT as the rejection reason at
...
startup, so peers don't list us as failing.
2008-06-10 14:05:55 +00:00
7e51c86c38
* Floodfill: Add new FloodfillMonitorJob, which tracks active
...
floodfills, and automatically enables/disables floodfill on
Class O routers to maintain 5-7 total active floodfills
2008-06-10 13:37:27 +00:00
df069ec9d1
* NetDb Stats:
...
- Remove several more stats
- Don't publish bw stats in first hour of uptime
- Publish floodfill stats even if other stats are disabled
- Changes not effective until 0.6.2.1 to provide cover.
2008-06-10 13:28:13 +00:00
5a69de3650
0.6.2-1
2008-06-09 14:12:09 +00:00
87b933fd3a
propagate from branch 'i2p.i2p.i2p-0.6.2.1-pre' (head 8b23a248995e5c57ccef1c2620a47929f4b257cf)
...
to branch 'i2p.i2p' (head f65d1f225d8700ea812e1c3cbc0ee9e7a5bbaf98)
2008-06-09 14:00:50 +00:00