623f972e8b
Branching
2009-06-06 05:54:55 +00:00
245b7168ab
2009-06-05 sponge
...
* Merge and bump to -12
2009-06-05 20:32:49 +00:00
4a9b567ebd
merge of 'ba538963b768e5137d3807a155360420640806bd'
...
and 'e10df19521ce47ba4fa825a910fdd0aef26892e2'
2009-06-05 19:59:07 +00:00
2f6ae99452
2009-06-05 sponge
...
* BOB now cleans up tunnels, although they can take up to 5 minutes to
disapear. This is due to the fact that the streaming lib doesn't
actually remove the connections properly and kill them off when the
manager is destroyed. I'm not certain if this is a bug, or a feature,
but it sure is annoying, and you have to wait for the connections to
time out. What should happen is the streaming lib should cause an IO
error to the pending read or write.
2009-06-05 19:46:26 +00:00
1538ba0cc3
16x11 transparent flags for ch and np, thanks anonim!
2009-06-05 15:46:02 +00:00
06a3417124
Add some licenses for launch4j includes, clean up build.xml some more
2009-06-05 00:59:44 +00:00
8ff2724213
Update geoip files from the June 3 release
2009-06-04 17:40:25 +00:00
a9a2d2debb
-11
2009-06-04 16:37:29 +00:00
0070abc04c
propagate from branch 'i2p.i2p.zzz.test' (head be1a2452acf68a8a0137f98f5aeb797055321d6e)
...
to branch 'i2p.i2p' (head bd6b02d1ae8a99afcea7fdffedf699a6e5c85fbf)
2009-06-04 16:28:32 +00:00
936a338e0e
watchdog logging tweaks, allow disable by property
2009-06-04 16:23:51 +00:00
6c349d0ec4
Add standby indication to i2ptunnel page
2009-06-04 16:06:39 +00:00
7e1e3c3c32
* I2PTunnel:
...
- Fix bug where delayed-open and close-on-idle tunnels would
use a different tunnel pool instead of building their own
2009-06-04 15:14:41 +00:00
ce23d76c72
If we dont know any good floodfills, try to connect to one
2009-06-04 14:42:27 +00:00
cb488ebf7b
merge of 'cb50ec528ada3d7afd3bf8353d474599872fe931'
...
and 'd64f30fdfc808f4fa609db468a497e8fc005f116'
2009-06-03 19:07:36 +00:00
7931451a49
* Reseed: Limit to 200 per URL, shuffle selection, add some logging
2009-06-03 19:05:55 +00:00
59449cf513
change startup no-ff errror to warn
2009-06-03 15:32:08 +00:00
39e5ff7eaa
add checklist step to look for untrusted revs
2009-06-02 21:33:15 +00:00
b430b02021
make default bw 96/40
2009-06-01 23:36:11 +00:00
0bc67f5a89
Rename install*txt files
2009-06-01 20:03:00 +00:00
56dc96de1e
Report average tx and rx rates, effective in next release
2009-06-01 19:55:36 +00:00
3ccbf37b41
hide some things if no wrapper
2009-06-01 19:52:55 +00:00
7725b9e8a1
-10
2009-05-30 16:34:58 +00:00
f511c9bc90
propagate from branch 'i2p.i2p.zzz.test' (head 177f3f7dbb937e60486cb90da7bbcdf9987ffced)
...
to branch 'i2p.i2p' (head d2424406b9f3877644a1334df71313b6cba018e4)
2009-05-30 16:28:51 +00:00
56b768fe19
cleanup
2009-05-30 16:15:17 +00:00
f8901e94a9
cleanup
2009-05-30 15:51:55 +00:00
ec5cc7e4d3
cleanup
2009-05-30 15:48:56 +00:00
2413bcd99a
configadvanced cleanup, clarification
2009-05-30 15:48:16 +00:00
1838ad4ae7
* UPnP:
...
- Retry port forward if it fails
- Make peers.jsp display faster
- Lengthen POST timeout
- More comments
2009-05-30 15:47:20 +00:00
26c4f983d7
* added big fat start/stop lock into BOB
...
* added zap command to shut down BOB... now we need a way to start it
after it stops. :-)
2009-05-29 21:14:08 +00:00
22609bbfdb
* SessionKeyManager:
...
- More stubs for per-destination managers.
No functional changes yet.
2009-05-29 13:57:50 +00:00
0a8cbcbfb6
* LoadTestManager: Delete, unused
...
* SendGarlicMessageJob: Delete, unused
* config.jsp: Comment out unused burst config code
2009-05-29 12:08:36 +00:00
7f33051fe1
Add Serbia
2009-05-29 12:06:53 +00:00
e65c2e279b
* Session Keys:
...
- Don't instantiate unused SessionKeyPersistenceHelper
- Use TransientSessionKeyManager instead of PersistentSessionKeyManager
- Add generics to TransientSessionKeyManager to help understand it
- Change initial session map size to 64 (was 1024)
- Prepare for per-destination SessionKeyManagers in ElGamalAESEngine
2009-05-29 10:00:06 +00:00
b43338bd63
* Transports:
...
- Adjust bids when near conn capacity
- peers.jsp HTML fixes
2009-05-28 16:19:55 +00:00
65ae9138ef
* Console:
...
- config.jsp now cause graceful restart
* UPnP:
- Tweak to help startup problems
* UDP:
- Only save IP when it changes
2009-05-28 13:49:57 +00:00
665b691711
UPnP: Prevent NPE after ParserException
2009-05-28 03:35:54 +00:00
87953c4b93
* Peer Selector: Make strict order opaque to hash value
2009-05-27 16:59:38 +00:00
be480d577c
more peers.jsp and profiles.jsp cleanup
2009-05-27 16:27:57 +00:00
32566a43bd
remove some unused UDP stats and test code
2009-05-27 15:47:49 +00:00
fd598dea5b
* Increase sendProcessingTime some more, add a property to configure.
...
Configure with 'router.defaultProcessingTimeThrottle'.
2009-05-27 13:26:51 +00:00
8fef5d9a06
* Increased sendProcessingTime limits and added testSuccessTime
...
to avoid unwanted throttling
2009-05-27 09:01:14 +00:00
2f1d6e3f90
* Console:
...
- Use CSS for form messages
- Goodbye nonce spoof message
- tunnels.jsp improvements
2009-05-26 20:04:20 +00:00
53f62bd8dd
* Throttling extension by looking at sendProcessingTime
2009-05-26 17:24:31 +00:00
e6c87c54be
-7
2009-05-26 15:05:39 +00:00
ee3edc9661
propagate from branch 'i2p.i2p.zzz.test' (head dc817d70812b80e35a7c37eaa881e4b866435838)
...
to branch 'i2p.i2p' (head 5551e9b0487e14e901cd1081ce3e1ffd33c4a354)
2009-05-26 15:02:52 +00:00
32dddac75b
* Streaming:
...
- Fix infinite loop through the SYN queue caused by race,
resulting in high CPU, OOMs, etc.
2009-05-26 14:50:16 +00:00
906482823c
Flags fixup
2009-05-26 14:48:58 +00:00
91c389777a
clean up configlogging.jsp
2009-05-26 01:04:34 +00:00
042a08b90e
* NetDb:
...
- Don't send our own hash in the don't-include list when exploring
- Remove any pending write when removing a RouterInfo
- Cleanup to use routerHash()
2009-05-25 16:34:26 +00:00
7f4c23a038
-6
2009-05-25 03:49:36 +00:00