fcbee9d9c5
* Installer: Fix Ukrainian translation (ticket #550 ) thx rndnick
2011-11-12 13:55:46 +00:00
f9c3d58b47
-1
2011-11-09 23:31:25 +00:00
af42b9e9a8
* Router: Clean up config map methods and uses
2011-11-09 18:36:32 +00:00
530b481ffd
0.8.11
2011-11-07 14:48:31 +00:00
67cc3ad5b0
-7rc
...
Updating geoip
Bumping version b/c of dream's changes to I2PServerSockets
2011-11-05 14:33:19 +00:00
e53290db18
proxy error page tweaks
2011-11-02 18:05:40 +00:00
96d5d75d56
* Reseed:
...
- Add new host i2p.mooo.com thx "bugme" (wii.torproject -at- gmail dot com)
- Handle % escaping in file URLs
- Do basic validation of router hash
- Add some more sanity checks
2011-11-02 17:58:24 +00:00
bf0947ee82
* Tunnels:
...
- Restore and implement lengthOverride()
- Adjust quantity override
2011-10-31 21:13:01 +00:00
a3a1110b41
* ProfileOrganizer:
...
- Fix rare NSEE thx sponge
2011-10-31 16:48:46 +00:00
fc074234af
* ProfileOrganizer:
...
- Fix expiration of old profiles
- Don't exceed high cap limit between reorgs
- Reduce max reorg cycle time
- Reduce new bonus values
2011-10-31 00:12:21 +00:00
fd25ead0bd
* NetDB: Reduce max RI publish interval
2011-10-31 00:09:10 +00:00
6892469e0e
* SSU: Increase threshold for incremented cost
2011-10-31 00:08:34 +00:00
8f31713f6a
* CapacityCalculator: Small adjustment for XOR distance to
...
break ties and encourage closeness
2011-10-29 14:05:39 +00:00
a9698dd89e
-3
2011-10-29 13:23:30 +00:00
223de5606e
* SSU: Limit max peers to use as introducers
2011-10-29 13:21:57 +00:00
e4b5b97268
negative duration cleanup
2011-10-29 13:21:00 +00:00
669b26a171
lower min profile expire time
2011-10-29 13:20:27 +00:00
e3723d7c9f
build handler threads advanced config option
2011-10-29 13:19:59 +00:00
33d566be36
* Tunnels:
...
- Reduce exploratory tunnel quantity if build success rate
is very low, but may disable this later
- Try rebuilding same tunnel (some of the time)
2011-10-28 02:03:01 +00:00
e8fe115ffe
* BuildHandler: Move inbound request handling to its own thread(s)
...
(ticket #542 , see also http://zzz.i2p/topics/996 )
2011-10-28 01:43:33 +00:00
d7a5e3ef53
* CapacityCalculator: Small boost for connected peers, new peers, and
...
same-country peers; deduct for recently-unreachable peers
2011-10-28 01:28:41 +00:00
042da4d921
max conns
2011-10-28 01:27:11 +00:00
f4fa5d115a
* SSU:
...
- Increase default max connections again
- Reduce min idle time
- Separate out introducer pinger from introducer selection
so it can be run separately and more often
- Only ping introducers if we need them
2011-10-28 01:25:44 +00:00
7f1c5b2e1a
* NTCP: Reduce min idle time
2011-10-28 01:22:53 +00:00
157a78857d
* Tunnels:
...
- Make most classes package private
- Final, static, logs, cleanups
- Consolideate createRateStat calls
- Add getTotalLength()
- Remove unused lengthOverride()
2011-10-25 21:39:32 +00:00
ef93532c96
dont require restart after changing router.publishPeerRankings
2011-10-25 21:36:52 +00:00
fe6fd13a6a
unused and javadoc
2011-10-25 21:35:26 +00:00
1fc6d0ad54
* UDP: Mark only first fragment as a duplicate
2011-10-25 21:31:23 +00:00
1a6e9257f3
cleanup
2011-10-25 21:31:03 +00:00
c90097eca7
0.8.10
2011-10-19 23:43:12 +00:00
b475e31f70
* I2PTunnel: Fix timeout message on POST (ticket # )
2011-10-19 19:09:44 +00:00
892ef4abe1
reduce RI expiration again
2011-10-19 02:33:45 +00:00
81093d1342
* StoreJob: Ensure nonzero token
...
* Tunnels: Connection limit mitigation:
- Disable tunnel testing
- Implement closest-to-the-key tunnel selection
- Use closest-selection in NetDB lookups, stores, and verifies;
OCMOSJ; and in BuildRequestor
2011-10-18 19:28:47 +00:00
abd823ab95
dash two
2011-10-17 17:48:43 +00:00
5f7c971345
return unmodifiable collections
2011-10-17 17:28:37 +00:00
46a1506c51
log tweak
2011-10-17 17:26:31 +00:00
0202faf7f9
* SSU: Increase max concurrent outbound attempts;
...
fix udp.establishRejected stat
2011-10-17 17:25:10 +00:00
bff518a038
more efficient empty check
2011-10-17 17:23:40 +00:00
0b293c517f
* NetDB: Fix rare NPE from netdb.jsp (ticket #539 )
2011-10-17 17:22:23 +00:00
afd9c2b2c0
* Router: Change all shutdown CRITs to ERRORs; shutdown
...
the stat manager last to reduce chance of NPEs
(similar to that in tickets #534,535)
2011-10-17 17:19:57 +00:00
82ac0db333
* BuildExecutor: Add tunnel.buildConfigTime stat
...
* FloodfillMonitorJob: Log tweak (ticket #533 )
* I2CP: Improve error message (ticket #533 )
* JobQueue:
- Log error when queue is out of order
- Log tweaks
* FloodfillPeerSelector: Fix stat NPE (tickets #534,535)
* RouterThrottle:
- Fix stat NPE (tickets #534,535)
- Increase max tunnels and max delay again
* OutNetMessagePool: Log tweak (ticket #533 )
* Router:
- Add OOM help (ticket #533 )
- Prevent parallel shutdowns after multiple OOMs (tickets #534,535)
2011-10-15 17:30:24 +00:00
3dbefa8d01
* SSU: Fix concurrency errors (ticket #536 )
2011-10-15 17:21:31 +00:00
f39e201067
* Lower max netdb RI expiration again
...
* Increase default max tunnels
* Cleanups after review
* Exorcism (ticket #476 )
2011-10-10 19:22:03 +00:00
834054958c
Black flags
...
created by me, public domain
2011-10-08 14:44:56 +00:00
39ba081384
* Reseed:
...
- Restore ovh reseeds, thx mathiasdm
* Tunnels:
- For expl. tunnels, fall back to high cap sooner
- Tweak build rejections for class N
2011-10-07 15:44:06 +00:00
98bfadb763
Update geoip (-28rc)
...
GeoIP update based on Maxmind GeoLite Country database from 2011-10-07.
2011-10-07 13:26:43 +00:00
fa1c18ce2d
* Add https reseed thx h2ik
2011-10-07 00:50:45 +00:00
73c195eb63
-26
2011-10-06 19:05:15 +00:00
7748147630
fix for final in super
2011-10-06 16:48:48 +00:00
e193d8964f
increase default SSU conn limit
2011-10-06 16:44:33 +00:00