3bc2e469cc
remove unnecessaary initializers from constructors
2010-05-16 18:08:24 +00:00
d770d3c6da
border-radius thx dr.
2010-05-16 17:11:40 +00:00
339a001592
never used
2010-05-16 13:16:05 +00:00
ace57a96a9
translate log priorities
2010-05-15 15:42:20 +00:00
2c26b8d422
* Hash: Move caching XOR methods only used by KBucket into netdb
2010-05-15 14:21:31 +00:00
e1eafa2394
* Eepsite: Set no-cache in redirecting page
2010-05-15 14:19:41 +00:00
39cb51c9eb
snark css tweaks
2010-05-15 14:18:54 +00:00
fa5016ab04
javadoc fix
2010-05-15 14:17:54 +00:00
b134ef1a74
* Console:
...
- Tag text in graphs
- Move SummaryRenderer to its own file
2010-05-15 14:17:17 +00:00
234dff888d
Try to prevent ZipErrors after plugin update
2010-05-13 17:04:16 +00:00
a08c15a3ee
leaseset debug tweak
2010-05-13 17:02:32 +00:00
cfa894e7b6
peer id tweak
2010-05-13 17:01:30 +00:00
d6c8e64575
throttle fix
2010-05-10 16:21:20 +00:00
dc91580e30
fixes from DataHelper.eq() deprecation
2010-05-10 15:58:53 +00:00
7ec1dd7a98
netdb.jsp leaseset debug
2010-05-10 15:22:10 +00:00
82f3f7506c
* NetDB:
...
- Handle old and duplicate stores more efficiently
- Have DataStore put() return success
2010-05-10 15:00:13 +00:00
e26df1c26b
* LeaseSet: Add receivedAsReply() methods in preparation for
...
some netdb changes
2010-05-10 14:52:53 +00:00
aea77cf225
* NetDB: Move getDistance() to its own class
2010-05-10 14:50:55 +00:00
a1e3ef9c5c
cleanup fail output on peers.jsp
2010-05-10 14:26:19 +00:00
7aece71342
cleanup
2010-05-10 14:24:47 +00:00
bdbde54f04
* Router: Add router.forceBandwidthClass advanced config for testing
2010-05-10 14:23:25 +00:00
157e035710
summary bar tweaks
2010-05-10 14:22:37 +00:00
97d9a3a4e5
show monthly bw estimate
2010-05-10 14:21:48 +00:00
cb7f111ade
* UDP: To help limit connections, don't offer to introduce
...
when floodfill
2010-05-10 14:20:27 +00:00
35f670706a
* TunnelPoolManager: Concurrent
2010-05-10 14:18:15 +00:00
3fac888fe5
* DataHelper: Deprecate inefficient eq() methods
2010-05-10 14:17:05 +00:00
d843646b4f
* Streaming: Add support for connection throttling
2010-05-10 14:15:31 +00:00
c2b73d9fb5
* i2psnark:
...
- Add tunnel config dropdowns
- Comment out old proxy stuff
2010-05-10 14:13:55 +00:00
9da95b8165
PluginStarter: If there is some delay, there may be a really good reason for it.
...
Loading a class would be one of them!
So we do a quick check first, If it bombs out, we delay and try again.
If it bombs after that, then we throw the ClassNotFoundException.
2010-05-10 07:27:34 +00:00
5bcd8efe14
2 transport test classes out
2010-05-06 13:21:30 +00:00
027a1d748d
merge of '19b2cad8459bddf9473031504b0f30aa3aad97e3'
...
and '5fc11615066ab7c27262a8670b7713405d25424c'
2010-05-06 04:15:34 +00:00
6d6e012c19
adapt to the change in build.xml
2010-05-06 03:59:23 +00:00
a8db6b007f
* Plugins:
...
- Set classpath for specific client only, not for the whole JVM
- Use ConfigDir() not AppDir()
2010-05-05 19:34:03 +00:00
f3576e54c6
throw IllegalStateException rather than NPE if no context
2010-05-05 18:44:12 +00:00
0325f6c4d2
more isEmpty and a static
2010-05-05 18:43:33 +00:00
8225ce063a
* Console: Print stack trace if exception on startup
2010-05-05 17:50:28 +00:00
c2c379c994
* i2psnark: Skip 'the' when sorting snarks
2010-05-05 17:45:52 +00:00
7344c2af47
* I2PTunnelHTTPClient: Reject 192.168.*
2010-05-05 17:34:24 +00:00
f484ea8c64
* EepGet: Limit max times to fail completely even if numRetries is higher
2010-05-05 17:27:20 +00:00
ac790492eb
* build.xml: Create packed sud in release
2010-05-05 16:55:00 +00:00
9ac5fb4890
* RouterInfo: Clean up use of sortStructures()
2010-05-05 16:54:28 +00:00
2baee7413c
* Replace size() <= 0 with isEmpty() everywhere, ditto > 0 -> !isEmpty()
2010-05-05 16:51:54 +00:00
16bec08f09
merge of '03068a89c26b0986a8bf2b6f36cb478f565664eb'
...
and 'c3c31953c884c3aafb142e05c2dbef2809516d9c'
2010-05-03 16:44:06 +00:00
afb3c76922
- rewrite portable targets
...
pkg-portable-clean
preppkg-portable-win32-jbigi
preppkg-portable-linux-jbigi
preppkg-portable-basic
preppkg-portable-win32
pkg-portable-win32
- add windoz support to target pack200
2010-05-03 16:42:45 +00:00
2f526b35e8
merge of '77299d7d613df0c3d1308d1056facc243ef693bb'
...
and 'a088711b406a5c062940ebbdd1709aa891283d74'
2010-05-02 16:43:46 +00:00
2dc32aa310
fix name "preppkg-linux-only"
2010-05-02 13:04:40 +00:00
10e669165a
Fix plugin version check bug
2010-05-02 12:19:17 +00:00
b6cb90d731
* ByteCache:
...
- Add a per-cache stat
- Limit each cache based on max memory
- Disable in UDP MessageReceiver
- Add clearAll() method to be called when under
severe memory pressure; call from Router
2010-05-02 12:14:14 +00:00
949a8901fb
comment out mains
2010-05-02 12:11:20 +00:00
d608f450af
return what is taken a way ;)
2010-05-02 11:30:31 +00:00