f112baac48
propagate from branch 'i2p.i2p' (head cbfe85d22c4d0b05c901db3fa751b57889d9b2d6)
...
to branch 'i2p.i2p.str4d.cleanup' (head 94fe1764f50b459da18222434034ad46d604c7a1)
2013-11-28 11:12:41 +00:00
707f616498
Changes from -rc diff review
2013-11-28 11:10:57 +00:00
8478bfbddc
BOB: for each
2013-11-22 11:46:39 +00:00
f161a2dfc9
BOB: NamedDB accesses are synchronized, correct findbugs fix is to remove volatile
2013-11-20 22:12:44 +00:00
28b6675979
findbugs BOB/SAM. more to do.
2013-11-20 12:02:44 +00:00
413ad6b0e6
BOB findbugs
2013-11-20 09:56:57 +00:00
870ecb847f
Updated Eclipse files
2013-08-04 00:02:22 +00:00
de4b0198b7
javadoc fixes
2013-06-30 17:13:53 +00:00
cf10cb1c09
Fixed out-of-date references to wrapper.jar and jbigi.jar so that the justBOB target works
2012-12-27 11:59:48 +00:00
f56c804e86
cleanups as requested
2012-10-30 11:03:11 +00:00
0ccf65fcf8
banlist
2012-10-26 16:24:31 +00:00
e01521618f
BOB: just some cleanup
2012-08-17 05:39:02 +00:00
c285cb84bd
BOB Fix static references to Log
2012-07-26 20:30:42 +00:00
fea7a42ece
Reset spin flag in BOB
2012-07-24 18:38:36 +00:00
1db58dee89
remove unused local variables (eclipse)
2012-03-25 22:16:03 +00:00
675e8a91a4
* RetransmissionTimer: Instantiate per-destination
2012-03-22 20:40:35 +00:00
d9dcb1e583
* Specify locale in all toLowerCase() and toUpperCase() calls to
...
avoid "Turkish four i problem"
2011-11-28 20:32:23 +00:00
b65cbb0f78
Remove txt file in BOB.jar as per zzz's request.
2011-06-02 18:53:45 +00:00
3b80f53b8e
There is more than one way to peel a pineapple...
2011-06-01 02:49:14 +00:00
5912c60692
Remove the one little html file that ends up in BOB.jar. The file is NOT a javadoc file, it is a package file. Still, it is zapped.
2011-06-01 02:32:00 +00:00
1ad005ec6f
Minor spelling corrections in comments, no new code.
2011-02-10 20:47:17 +00:00
99ebad3032
BOB config fix, I2CP fix some leaks, see history.txt for details
2011-02-09 16:15:36 +00:00
ddc8953589
Revise lookup code
2011-02-02 17:06:34 +00:00
6e6142a91f
Fulfill Request for name lookup feature.
2010-10-10 14:31:56 +00:00
36a032d249
25%-50% cpu savings in BOB. The remainder of the fix is in streaming lib,
...
which aparently keeps running and does not sleep according to profiling.
2010-06-29 19:06:39 +00:00
2415c5a38b
* BOB early session destroy to speed up tunnel tare-down.
2010-04-16 19:38:40 +00:00
2fcee6e87a
I2PTunnelHTTPClient: Test for " http://:/ " and output error page.
...
This avoids an ArrayIndexOutOfBoundsException, which can eventually
cause the eepproxy to stop functioning.
2010-04-15 06:38:35 +00:00
51a1564566
Fix addWebApplications API goofup, Bump BOB version, which I forgot to do.
2010-02-13 13:46:10 +00:00
390981e10c
Fix NPE in TCPtoI2P when a lookup fails, report the error to the stream.
...
Fix setkeys bug in DoCMDS, forgot to create the object before calling t's methods, which threw an NPE.
2010-01-30 05:26:30 +00:00
5c595ef289
* Firewall fix for NTCP, where firewalls will forget a NAT relationship
...
on a stream... AKA setting keepalive. This should fix the stuck NTCP
issue that has been bothing zzz for years.
* Set keepalive on BOB connections too, since this will assist closing
the connections in the event of a crash on a client.
2010-01-19 08:54:40 +00:00
b15392ea85
Insert reverse connection ability into the http server code so that
...
seedless can start to get worked on. It's disabled by default.
2010-01-10 11:23:20 +00:00
5fcddd581e
Fix one last stupid mistake in build.xml, my fault.
2010-01-02 22:58:50 +00:00
5065aec773
Fix NB 6.8 goofyness... 'till ant 1.7.1 or > is needed, stay with NB 6.5,
...
as the newer ones place a check for 1.7.1. We require 1.7.0
2010-01-02 14:59:50 +00:00
25fc64933a
Fix build.xml target for justBOB and fix Main build.xml so that it actually
...
deletes backup files and add a few extra types that should be commonly
needed... atleast by me.
2010-01-02 14:34:20 +00:00
4f548b7b27
Added a target to generate a stand-alone BOB jar file.
2010-01-01 21:28:28 +00:00
978cd2c484
* BOB: fix a critical bug causing ghosts on probes and remove unused code.
2009-12-05 13:26:40 +00:00
278b917494
net.i2p.router.transport.udp deadwood code cleanup.
...
documented rare NPE in InboundEstablishState.java.
2009-11-29 15:02:50 +00:00
0642fa8093
* Improvement to BOB's TCPio to hopefully lower load average. It seems
...
to be helping a little when stress-tested with Robert.
2009-11-28 13:53:34 +00:00
8bbe7fabb3
Java code to set Router Console password for dr|z3d
2009-08-19 10:31:51 +00:00
0088750b16
2009-07-23 sponge
...
* Fix jdk 1.6izm in BOB as per zzz
2009-07-23 00:09:32 +00:00
5106c37ac4
* ministreaming:
...
- small pedantic fix
* streaming:
- Fix a deadly race condition.
- Some small pedantic fixes.
* core:
- Fix a deadly race condition.
* BOB:
- Fixed some races that occured from fixing races in streaming and core.
- Some badly needed code refactoring to depend less on the database.
2009-07-16 03:03:33 +00:00
942c31621b
2009-07-05 sponge
...
* Added X-I2P-DestB64 and X-I2P-DestB32 http headers
2009-07-05 05:06:06 +00:00
d2c52e5c94
merge of '44eff3cb8553cf29a7e4eb6c02f624648f91b124'
...
and 'f400e9b73f924edf556205f9f75b4e2c58e92998'
2009-06-30 13:11:11 +00:00
c7541f819a
2009-06-30 sponge
...
* General cleanup on streaming and ministreaming.
This fixes some compile warnings, and prepares for a larger fix.
There is no code-flow changes, just lint. One warning remains as I am
unsure exactly how to solve the problem yet.
2009-06-30 04:44:13 +00:00
a87f8e8687
propagate from branch 'i2p.i2p' (head 6fddab77462a92759305edee8fe5a944d6865375)
...
to branch 'i2p.i2p.zzz.test' (head 45a25185236e38606e761060427ee8fa60144a8c)
2009-06-17 12:40:33 +00:00
718375419e
propagate from branch 'i2p.i2p.zzz.dir' (head a871493662f67163f823576ba26e98322d3f896f)
...
to branch 'i2p.i2p.zzz.test' (head 1168ac4132d737382bf24ba8458a53a9db002ffa)
2009-06-13 14:20:17 +00:00
be52b5930c
2009-06-08 sponge
...
* Last commit for this cycle. All debugging except for WARN removed.
I can use the visit command to debug now anyway.
2009-06-08 14:42:44 +00:00
0382120363
2009-06-08 sponge
...
* Removed BOB debugging as-per zzz
2009-06-08 12:24:20 +00:00
7151590abc
2009-06-08 sponge
...
* Fixed NPE and some other goofups in BOB.
* BOB bump version
2009-06-08 08:34:54 +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