f4b49f7425
change low mem error to warn
2010-11-13 12:06:16 +00:00
db7e4a273b
static
2010-11-13 12:05:49 +00:00
7ef35e0284
I2PSnark: Do our level best to prevent stuff from wrapping and breaking the table layout; bump to -18rc.
2010-11-11 07:02:42 +00:00
0324bc4eec
Bump to -17rc.
2010-11-11 06:50:15 +00:00
6935d7361a
Bump to -16rc.
2010-11-11 06:15:53 +00:00
dc51d694db
Bump to -15rc.
2010-11-11 01:34:29 +00:00
903d27ec0d
Bump to -14rc.
2010-11-11 01:01:45 +00:00
49fb6c59d1
Bump to -13rc.
2010-11-10 21:00:49 +00:00
0165c6068a
Bump to -12rc.
2010-11-10 17:59:27 +00:00
20e2e20212
* I2CP: Fix NPE caused by null session options (seen in i2pbote)
2010-11-08 16:13:43 +00:00
8593931171
If the working directory contains only a plugins/ subdir, initialize it like it is empty
2010-11-04 06:49:12 +00:00
2b2c3cf118
snark tweaks
2010-11-03 22:21:10 +00:00
be308a0444
merge of '398a24f487b61ef778a2e849660e953ef7e43b39'
...
and '598d00efae4c9b675b64fd626bc2eab2b921e0c5'
2010-11-03 16:04:14 +00:00
ddc86b54c7
fix snark rates 3x too low
2010-11-01 22:04:10 +00:00
3678aa157e
* i2psnark:
...
- Limit number of parallel requests of a single piece when in the end game
- Shorten and weight the speed tracker so the display is more
reflective of current speed
2010-11-01 14:35:01 +00:00
2f54ec61bd
logging tweak
2010-11-01 14:30:24 +00:00
0afabbd609
Add synch to fix race causing AIOOBE
...
http://forum.i2p/viewtopic.php?t=5061
2010-10-31 14:36:56 +00:00
30a5c4907b
-6; history for this head
2010-10-30 15:50:03 +00:00
b9af4a8cf0
avoid rare transport NPE at startup
2010-10-27 13:25:13 +00:00
adab0cc3d3
* NTCP: Catch a race after stop()
2010-10-24 16:55:29 +00:00
b1f1725506
* Router: Set permissions on wrapper.log when not called by RouterLaunch
2010-10-24 16:52:41 +00:00
e6bf1af982
Sanity and some fixs for slackware package
2010-10-22 02:43:17 +00:00
e6c45ae5f8
Added package files for router.
2010-10-20 16:01:18 +00:00
8c7a39f00a
* JobImpl: Deprecate getAddedBy() and addedToQueue()
...
to reduce LogManager records
2010-10-19 14:33:11 +00:00
b41e714a1b
merge of '0738aeef8a1d4e9ca82dc5ba0077d83a57c47f81'
...
and '9625ea3e96d57df74bc62018bf64230a22c49ce0'
2010-10-13 16:07:33 +00:00
0820b2c13f
Bump version, add history
2010-10-10 14:36:11 +00:00
373fce2988
change perms on append too
2010-10-07 15:13:54 +00:00
ab91d35331
comment
2010-10-05 13:15:39 +00:00
2d601099f3
propagate from branch 'i2p.i2p.zzz.test' (head 128a31611abc6a88e58133f3bf6a577fe6dd5b1c)
...
to branch 'i2p.i2p.zzz.test4' (head fa9a871892517271eb2531b433fe80a2a713be9c)
2010-10-05 13:06:16 +00:00
3d9b6061ce
* NetDB:
...
- Expire unreachable routers quickly, even if they don't have introducers,
so we don't have old data on routers that ran out of introducers.
- Fix rare NPEs at shutdown
2010-10-02 17:07:37 +00:00
042cde2952
* UDP:
...
- Try to avoid running out of introducers by relaxing selection criteria
and increasing minimum number of potential introducers
2010-10-02 17:04:52 +00:00
3b2aa946af
* I2CP:
...
- Add new option i2cp.messageReliability=none, which prevents the
router from sending MessageStatusMessages back in reply to an
outbound SendMessageMessage. Since the streaming lib always ignored
the MSMs anyway, make it the default for streaming.
This will reduce the I2CP traffic significantly.
MSM handling now avoided, but it is still fairly broken, see
comments in I2PSessionImpl2.
- Cleanups, javadoc, rate reduction
2010-10-02 16:56:02 +00:00
a687180d98
* TransportManager: Convert _transports from a List to a CHM
...
to prevent a rare concurrent exception
2010-10-02 16:30:07 +00:00
b83184e895
initializer cleanup
2010-10-02 15:16:07 +00:00
f0f1a6f529
initializer cleanups, reduce rates, javadoc
2010-10-02 15:15:03 +00:00
333f80680e
* UDP:
...
- Avoid rare AIOOBE
- Comments
- Logging cleanup
- Comment out a main()
2010-10-02 15:11:41 +00:00
ed4c09b456
* Tunnels:
...
- Don't use peers < 0.7.9 for tunnels due to the old
message corruption bugs
- Javadoc
- Cleanups
2010-10-02 14:56:45 +00:00
939dcee537
* GeoIP: Fix locking bug causing lookups to stop
2010-10-02 14:48:50 +00:00
7424fdd623
javadoc
2010-10-02 14:45:13 +00:00
90288202e5
I2PSnark: Include missing add.png, spotted by xyz123. Bump to -3.
2010-10-02 00:36:31 +00:00
3bd97646a9
I2PSnark: Add favicon to file browser page; version bump to 0.8-02.
2010-09-23 04:56:43 +00:00
7de357df98
Version bump.
2010-09-17 23:03:19 +00:00
91bcf947df
* Javadocs
...
* Base64: comment out some unused methods
* Remove huge whitespace in CryptoConstants
* ElGamalAESEngine:
- Reduce rates
- Check number of tags earlier
2010-08-30 17:51:49 +00:00
2244142bd8
javadoc, comment out some main()s
2010-08-14 18:22:46 +00:00
4323036992
javadocs
2010-08-10 16:17:09 +00:00
8cc561775b
0.8
2010-07-12 14:25:21 +00:00
870ace55e2
version bump just to add -rc
2010-07-09 17:46:38 +00:00
8353b623da
SSU PacketBuilder: Refactor header generation, add destroy msg support
2010-07-09 16:34:54 +00:00
be75455b84
More i2ptunnel error propagation fixes - key file - thx echelon
2010-07-08 18:45:30 +00:00
01ef6baa53
beginnings of SSU destroy msg handling
2010-07-07 13:30:04 +00:00