2c84cddda3
2009-04-07 sponge
...
* SimpleTimer2, SimpleScheduler fixed so that the threads all run from
The main threadgroup, not in the current possible child threadgroup.
So long as any SimpleTimer2/SimpleScheduler is started *BEFORE* any
child threadgroups, the constructors are threadgroup safe. What would
be super cool is if they were to be all jailed within thier very own
threadgroup too, but, I2P isn't up to the task of this yet.
* Fixes to BOB to ensure the above is true.
2009-04-07 02:24:04 +00:00
37667247c3
2009-04-06 sponge
...
SimpleScheduler SimpleTimer2 debugging added.
Fix build files for desktopgui.
2009-04-06 22:40:22 +00:00
495558a949
New application for I2P: desktopgui. Should eventually replace systray, and have more functionality.
...
To use the application, you need to (by default) add the following to clients.config :
# desktopgui
clientApp.6.args=
clientApp.6.delay=5
clientApp.6.main=desktopgui.Main
clientApp.6.name=desktopgui
clientApp.6.startOnLoad=true
2009-04-06 17:53:32 +00:00
884663d077
Forgot the history.txt entry, oops!!
2009-04-04 19:48:27 +00:00
bd489cf439
2009-04-04 sponge
...
* Hopeful fixups to the infamous orpahned tunnel problem.
* BOB now 0.0.5
2009-04-04 19:47:36 +00:00
a4b5c63702
-7
2009-04-04 17:17:34 +00:00
b1bedb565f
propagate from branch 'i2p.i2p.zzz.test' (head 8eb14086613c349e9f2e820ca3ffdca924dbf1bd)
...
to branch 'i2p.i2p' (head a4b03a4320a1bf09574f0b338a89f2bd3819ca81)
2009-04-04 17:10:16 +00:00
3dd5950bd1
Don't let NTCP bid on msgs too big to handle
2009-04-04 17:08:20 +00:00
fe9b891b37
-6
2009-04-03 21:46:10 +00:00
7804475698
propagate from branch 'i2p.i2p.zzz.test' (head 6cf4504f7338b177bfd4a0ceef7d3549bfeec6fe)
...
to branch 'i2p.i2p' (head d78bd9f06c2779f8bcf2f713dbb8679004aef101)
2009-04-03 21:44:46 +00:00
8de5609817
* Update:
...
- Change default to "Download and verify"
- Change news fetch default to 24h (was 12h)
2009-04-03 21:42:48 +00:00
bb0531053d
Console: Fix bug with IE buttons not working, because it sends the label instead of the value
2009-04-03 21:33:35 +00:00
e5b1450e83
2009-04-03 sponge
...
* Router build version incremented to 5 now that the build succeeds.
2009-04-03 15:33:51 +00:00
0c7cb9d781
put java version on logs.jsp
2009-04-03 14:26:48 +00:00
25d5883a0e
2009-04-03 sponge
...
* Fix broken dependencies for BOB.jar
2009-04-03 13:31:41 +00:00
c7d815b5b8
-4 (-3 didnt build)
2009-04-02 22:08:39 +00:00
8c4800309e
propagate from branch 'i2p.i2p.zzz.test' (head ef7e2c611e0eaa2f92b31c0b364d39ec023eb135)
...
to branch 'i2p.i2p' (head 928500dd1439f4cf359ea90cb5349bfaa7d2194b)
2009-04-02 22:07:48 +00:00
1aa7fbbba0
-3 didnt build
2009-04-02 22:07:25 +00:00
d2fc397295
-3
2009-04-02 21:00:26 +00:00
a8e43ab552
propagate from branch 'i2p.i2p.zzz.test' (head 8f379e4e28d926cbde0cad8f11274b8ae1fcd820)
...
to branch 'i2p.i2p' (head fc678c3fcf2b704921a3b8f4d8c35b5d68397f3b)
2009-04-02 20:59:01 +00:00
3a12182838
Transport:
...
- Maintain a router hash -> IP map in transport,
to support additional IP checks
(unused for now)
- Catch error on pre-2.6 kernels
- Some concurrent conversion
- Fix an HTML error on peers.jsp
2009-04-02 20:33:54 +00:00
49c7fc30c0
cleanup
2009-04-02 19:01:26 +00:00
f6bc9e8707
Profiles:
...
- Remove unused calculators and RateStats:
CapacityCalculator, StrictSpeedCalculator, IsFailingCalculator;
sendFailureSize, processSuccessRate, processfailureRate, commErrorRate,
tunnelTestResponseTimeSlow
- Reduced number of Rates in these RateStats:
sendSuccessSize, receiveSize, rejectRate, failRate
- ~5KB/profile savings total
- Deflate speed calculation once an hour instead of once a day,
to improve fast tier selection
2009-04-02 18:55:40 +00:00
53cb80636a
remove dup comment in persisted profiles
2009-04-02 18:12:38 +00:00
0b89171abd
StatisticsManager - effective in 0.7.2:
...
- Spoof uptime to 90m for all
- Change tunnel stats from 10m to 60m
2009-04-01 20:17:25 +00:00
f81a24a0cc
I2PTunnel: Fix tunnel close http://forum.i2p/viewtopic.php?t=3231 broken in 0.7-8
2009-04-01 04:54:49 +00:00
58fc3a501d
-1
2009-03-30 16:13:58 +00:00
7b373743aa
propagate from branch 'i2p.i2p.zzz.next' (head e89194f845a2a74dbf00f0f9e3c25a8f96ec36e4)
...
to branch 'i2p.i2p' (head 9cb2795f19efeae08b9ecffa5137fd944de120c7)
2009-03-30 16:07:13 +00:00
e692e18d44
Peer Selection:
...
- Limit peers to a max % of all tunnels with
router.maxTunnelPercentage=nn, default 33
- Add chart to tunnels.jsp to see results
2009-03-30 16:05:48 +00:00
0c98d1843a
Sponge fixes and additions patch:
...
* 3 New jbigi build scripts and old ones fixed to work properly.
* Some trivial BOB work.
2009-03-30 05:31:40 +00:00
4a9543be78
* Update versions, package release
i2p-0.7.1
2009-03-29 19:47:46 +00:00
fe0d0d6737
-11, catch rare AIOOB
2009-03-27 18:09:46 +00:00
0343e8ffcd
readme_fr - thanks Narya and Mathiasdm
2009-03-26 18:51:43 +00:00
6a6cd14398
checklist update
2009-03-26 18:28:27 +00:00
29df534161
update license splash text
2009-03-26 00:02:29 +00:00
5414d41de4
I2PSnark: Use new BW Limits message, remove router.jar dependencies
2009-03-25 23:19:37 +00:00
2695461bd4
-10
2009-03-24 21:31:55 +00:00
186f2bc22f
propagate from branch 'i2p.i2p.zzz.test' (head c92ec83848e87e27921bada8ee24fd108050a50a)
...
to branch 'i2p.i2p' (head efebdaa0f53b9bc0234d18a7a934cc0f4fa6231e)
2009-03-24 21:30:28 +00:00
41718b47c1
increase default bw to 64/32
2009-03-24 21:29:15 +00:00
bb51bf49b0
- Suppress log error on manual stop
...
- Prevent NPE when closing a delayed-open tunnel
2009-03-24 20:24:20 +00:00
6c365bef85
add links to enable graphing
2009-03-24 19:52:06 +00:00
e9063a22d5
add anchors
2009-03-24 18:58:08 +00:00
47edc3c853
add warnings for some new features
2009-03-24 18:21:28 +00:00
09d700e1d6
fix encrypted leasesets
2009-03-24 18:19:47 +00:00
e5f19c98a8
change common corrupt errors to warns
2009-03-24 15:21:34 +00:00
0da964e47f
-9
2009-03-16 19:34:59 +00:00
98fda81b79
propagate from branch 'i2p.i2p.zzz.test' (head 4e891e40ee2919859df7b3ae04ecec6af4f47a35)
...
to branch 'i2p.i2p' (head 15f093fdaa28a510bd45965dc849c8d04e0d42f7)
2009-03-16 19:33:14 +00:00
d0a969ca33
fix NPE on delayed open http://forum.i2p/viewtopic.php?t=3189
2009-03-16 19:31:29 +00:00
91b3889cbc
catch a rare AIOOB
2009-03-15 00:16:38 +00:00
33f4fac48f
summary bar help
2009-03-14 21:42:50 +00:00