86a7d68f08
one more mime type
2010-10-07 15:14:07 +00:00
373fce2988
change perms on append too
2010-10-07 15:13:54 +00:00
8ac5d5d5fc
add some missing mime types
2010-10-06 15:03:33 +00:00
3841e92d53
remove unused web-*.xml files from wars
2010-10-06 14:25:27 +00:00
e5f53ed5e9
revise and fix
2010-10-06 13:07:34 +00:00
5ef9d46d0b
dont sort in debug mode
2010-10-06 02:18:52 +00:00
5389ee056a
sort snark peers by completion %
2010-10-06 02:05:26 +00:00
e2b7f93d11
fixup
2010-10-06 01:27:15 +00:00
09d1eb17d4
reset eepget length variable after a redirect
2010-10-06 01:11:21 +00:00
895c9a33a9
pluck build.xml javadoc changes from main branch
2010-10-05 14:52:44 +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
48ccf85e97
try again to fix the i2ptunnel nonce problem
2010-10-05 00:08:59 +00:00
6cf7bc7985
* i2ptunnel:
...
- Add hostname DSA signature field, to be used for addkey forms.
Experimental, may be commented out later.
2010-10-02 17:20:39 +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
b1fd835f56
update irc description
2010-10-02 15:55:46 +00:00
53847dc3ad
Sort RouterAddress options on peers.jsp and netdb.jsp
2010-10-02 15:51:48 +00:00
ec0c678cc9
* i2psnark:
...
- Add link to finished torrent in message box
- Don't let one bad torrent prevent others from
starting or stopping
2010-10-02 15:43:56 +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
3489512a54
client cleanups
2010-10-02 15:07:35 +00:00
6100c799b7
LogConsoleBuffer cleanup
2010-10-02 15:03:20 +00:00
4a96e88118
* Hash: Throw IAE if data length is not 32 bytes,
...
now that DSAEngine abuse is gone
2010-10-02 15:00:30 +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
4456048e79
* HTTPResponseOutputStream
...
- More caching
- Stats cleanup
- Max header length check
- Catch OOM
- Initializer cleanup
- Javadoc
2010-10-02 14:43:40 +00:00
4c31c70298
Startup hint in installer for non-x86
2010-10-02 14:28:27 +00:00
c10a4f51ba
I2CP: cleanups to replace method calls with fields
2010-10-02 14:27:01 +00:00
53dd0c7655
* Crypto:
...
- Convert all ArrayList caching to LBQs in YKGenerator,
HMACGenerator, and AESKeyCache.
- Change DSAEngine params from Hash to new SHA1Hash, since
these were really 20 byte hashes, not 32 byte Hashes.
- Add stats to track YKGenerator caching success
- Fix YKGenerator precalculation to be much more useful by
increasing the cache size and dramatically shortening the delay
- Option cleanups
- YKGenerator cleanups
- Mark HMAC256Generator unused
2010-10-02 14:23:56 +00:00
6f449aa4f6
Naming:
...
- Increase cache size and expiration time
- Add clearCache() method
- Don't use EepGet or Exec for b32
- Javadoc updates
2010-10-02 14:07:46 +00:00
171e3abe34
cleanups
2010-10-02 14:02:41 +00:00
2bffeea7eb
comment out main
2010-10-02 14:01:38 +00:00
90288202e5
I2PSnark: Include missing add.png, spotted by xyz123. Bump to -3.
2010-10-02 00:36:31 +00:00
a4d24c61ba
I2PSnark: Tweak the size of our writeable fields in add/create sections for better visual coherence.
2010-09-29 02:09:05 +00:00
3075593767
I2PSnark: Activity icons refresh.
2010-09-27 06:34:54 +00:00
8ab134ffe5
I2PSnark: Positional CSS tweaks 'n fiddles.
2010-09-27 06:05:02 +00:00
4800e73a4a
I2PSnark: Add buttons for start/stop/delete torrents.
2010-09-27 05:04:05 +00:00
3bd97646a9
I2PSnark: Add favicon to file browser page; version bump to 0.8-02.
2010-09-23 04:56:43 +00:00
059e4176a1
I2PSnark: Rationalize file browser layout.
2010-09-23 02:43:05 +00:00
57b627fb71
I2PSnark: Add some icons to our file manager columns.
2010-09-22 21:18:57 +00:00
5281862932
I2PSnark: Kludge to fix extraneous space under message log on config page.
2010-09-20 21:07:27 +00:00
0fe2313754
I2PSnark: Configuration section tweaks.
2010-09-20 18:41:49 +00:00
f62dfb0abf
I2PSnark: Invert show/hide peer icon functionality, tooltip change to "toggle peers"; fix alignment of "No torrents loaded" message with new css class; Replace brackets on Totals with ».
2010-09-20 11:26:28 +00:00
7507282886
I2PSnark: css tidyup.
2010-09-20 10:21:38 +00:00
9db5dd36b9
I2PSnark: alt tags, display filelength tweak.
2010-09-19 20:23:46 +00:00