b49ab59e3b
merge of '1e5ca44c3d69e2a7712396e0ea4f43f05a201f14'
...
and 'afad15f1e34ff7456efc1b53fb8d8b11df49e57e'
2009-10-03 18:07:38 +00:00
7e1171ec9f
merge of '6199603651b9fab5b9659f927bce9edfff2221d8'
...
and 'aff8790819defcbd74113acc5dc7e024daad5462'
2009-10-03 18:07:02 +00:00
3eae787957
merge hosts.txt with i2p.www
2009-10-03 18:06:50 +00:00
9ecba4fc5e
Drop i2psnark.png
2009-10-03 17:48:01 +00:00
4fb9eef198
Light theme tweaks.
2009-10-03 17:45:01 +00:00
49ecfd8224
Theme tweaks.
2009-10-03 14:24:28 +00:00
09a2854b8b
Theme stuff and lose excess.
2009-10-03 07:41:57 +00:00
82976e609f
merge of '41b07fbbaf6d101843800351ffbd1ec5628d4667'
...
and 'd4ad945d65ad61b0d56ec3cfd1d5f03c6d023002'
2009-10-02 16:28:50 +00:00
b2d6b60300
Make spaces between divs in dark theme more consistent.
2009-10-02 15:41:38 +00:00
90737493e6
-21-rc
2009-10-02 15:20:50 +00:00
fe3abc79d6
fix changing opentracker list
2009-10-02 15:12:24 +00:00
9931112387
* Tunnel IVValidator: Increase size of bloom filter
...
for high-bw routers (>= 512KBps share bw) to reduce
false positive rate. Adds 2MB heap for >= 512KBps routers
and 6MB for >= 1536KBps.
2009-10-02 03:14:16 +00:00
1cd646afe2
SusiDNS: HTML transitional fixes, might help opera
2009-10-02 03:12:09 +00:00
0d262d28b7
propagate from branch 'i2p.i2p.zzz.test' (head a6c2e5692419553edb1079eb25feee51bdd0e3fa)
...
to branch 'i2p.i2p' (head 70c7015adc1e76f29e33788e2e262f0db5fd91a0)
2009-10-01 18:31:44 +00:00
f33e950780
comment cleanup
2009-10-01 18:22:54 +00:00
7094489536
fix OCMOSJ SKM NPE
2009-10-01 18:19:02 +00:00
2dd650df01
propagate from branch 'i2p.i2p.zzz.test3' (head 459a56e53d8d694591071574e87474b5e95d6494)
...
to branch 'i2p.i2p' (head ffa1aab7aa8e75d75c183fd6f76140f7d840a6ae)
2009-10-01 18:18:23 +00:00
7e8037979f
* fixups to SlackBuilds. requiredbuilder does the wrong thing, and
...
thinks that java is perl! This isn't really a big deal,
the file format is simple enough and the requirements are known.
2009-09-21 08:54:41 +00:00
3a1c042cd2
gcj makefile fixups
2009-09-16 14:51:39 +00:00
ca81c35b3d
static tweaks
2009-09-16 14:50:52 +00:00
6a2dfff34d
one more test class out of the lib
2009-09-16 14:49:12 +00:00
5eccc01de6
merge of '1d77e0a89198e422acfb66d9310fad7b0b290e38'
...
and '5271eb82ac21ebc1a96dd31c462a14e2aaa0c89e'
2009-09-13 16:33:32 +00:00
1850e893e9
removes a bug in SAM v1 and v2 (introduced when merging with v3)
2009-09-07 17:33:29 +00:00
2341793546
writeString(String str): synchronize using socket write lock to prevent split SAM messages
2009-09-06 00:43:45 +00:00
1f1d089fda
Move FloodSearchJob to its own file, history for two props, -19
2009-09-04 19:58:15 +00:00
5372a50bcc
propagate from branch 'i2p.i2p.zzz.test3' (head f18425568ef4ef20f5054f6fb133cf217bfab485)
...
to branch 'i2p.i2p' (head 36f4774eb9dd538b3a7c314de79a6fb3bc4df813)
2009-09-04 15:14:36 +00:00
83588d9b98
propagate from branch 'i2p.i2p.zzz.test' (head 350d5a26c305a3178c851c60451ad9e72d7d82a7)
...
to branch 'i2p.i2p' (head 869d178de23c9945a98da66013e642b9aa435e28)
2009-09-04 15:14:22 +00:00
58e960ceb5
Fix inbound tunnel tests by using the correct SKM
2009-09-04 14:20:20 +00:00
de07705671
deliver more tags as the available number gets low
2009-09-02 15:02:19 +00:00
49ff3cfbf3
* Small logic fix for dr|z3d
2009-09-02 00:08:03 +00:00
e392469835
TunnelDispatcher cleanup
2009-09-01 14:51:11 +00:00
7745bd89a9
* configkeyring.jsp: Add delete and cancel buttons
2009-09-01 14:50:22 +00:00
01bed932c7
* Logging: Fix directory for rotated log
2009-09-01 14:47:16 +00:00
157190757b
* SessionKeyManager:
...
- Fix TagSet hashCode
- More synchronization
2009-09-01 13:47:27 +00:00
e0f1047d72
* SessionKeyManager, OCMOSJ, Garlic:
...
- Enable per-client SessionKeyManagers for better anonymity
- tagsDelivered() now means tags are sent, not acked.
- OCMOSJ uses the new TagSetHandle object returned from tagsDelivered()
to call tagsAcked() or failTags() as appropriate.
- Assume tags delivered on an established session to
reduce streaming lib stalls caused by massive tag deliveries;
should increase throughput and window sizes on long-lived streams
- Unacked tagsets on a new session are stored on a separate list
- Don't kill an OB Session just because it's temporarily out of tags
- Increase min tag threshold to 30 (was 20) due to new speculative
tags delivered scheme, and to increase effective max window
- More Java 5 and dead code cleanups, and more comments and javadoc,
debug logging cleanups
2009-08-30 16:27:03 +00:00
15f0cda41f
cleanup of things moved to GarlicMessageReceiver long ago
2009-08-30 16:21:38 +00:00
9a95122c7c
new disable tunnel tests option
2009-08-30 16:13:46 +00:00
d868f7c02a
propagate from branch 'i2p.i2p' (head 5b1c8cca17ce959d164a3d3d95453124211fb41d)
...
to branch 'i2p.i2p.zzz.test' (head e118104e3601f3c56d3a84594fb35de6d902da8f)
2009-08-30 16:06:46 +00:00
5ca2f306b8
consume sessiontag after failed tunnel test
2009-08-30 16:05:33 +00:00
c714c1a0c9
instantiate per-client SKM
2009-08-30 16:05:12 +00:00
e6e6c00497
tostring updates for debugging
2009-08-30 16:04:50 +00:00
62a3da2fa6
javadoc updates for SKM changes
2009-08-30 16:04:28 +00:00
f1f97e8ec5
New default light header logo until we rig them by theme.
2009-08-28 03:44:56 +00:00
6c361679c6
merge of '1b1c377c45e8746e4e04afc47cde55a03b859f32'
...
and '6869519b0cd38f4bc366d0277c5dc4e924348e66'
2009-08-28 03:16:12 +00:00
ae89d2f2ab
Rejig netdb.jsp into tables; sidepanel logo refresh.
2009-08-28 03:12:23 +00:00
8053fb5eae
prop history, -18
2009-08-27 19:59:11 +00:00
ebf5eb6e20
propagate from branch 'i2p.i2p.zzz.test3' (head 75804c9355329ab942a5e2e8ecc91e2ec1eb9d33)
...
to branch 'i2p.i2p' (head 33e55422045b9b3c8ae410162f5cca3eb9baae49)
2009-08-27 19:55:56 +00:00
2e2bff3f0a
fix the favicon again
2009-08-27 19:43:57 +00:00
a3f290e4d8
* Tunnel:
...
- Adjust the random drop probability for the message size
2009-08-27 19:31:24 +00:00
e0dd1f13e3
keep publishing leaseset if we are restarting, to minimize downtime
2009-08-27 15:29:23 +00:00