46f42432a2
BOB: change default tunnel length to 3 (ticket #1707 )
2015-11-18 22:05:47 +00:00
c37cc7ad52
Convert remaining Threads to I2PThread or I2PAppThread
2015-10-31 19:13:57 +00:00
914cc120ad
Findbugs all over
2015-07-12 14:02:55 +00:00
17d26976d5
lang fixups
2015-07-08 21:25:33 +00:00
54dba980b4
#1069 : Replaced SimpleScheduler with SimpleTimer2 in a few places
2015-04-15 15:32:40 +00:00
89764c12e7
bob finals, synch
2014-07-23 13:12:32 +00:00
8480a204ea
* BOB, SAM, i2psnark: Fix datagram NPE (ticket #1275 )
...
This could only happen on an extremely overloaded router.
2014-05-13 18:45:54 +00:00
96b4c6b219
findbugs sam/bob
2014-03-12 12:27:23 +00:00
ece1198dd4
Fixed NPE
2014-01-15 02:31:07 +00:00
a9598633b3
Missing file from BOB logging fix
2014-01-11 17:14:09 +00:00
1fb2672b67
BOB: Pass through I2CP host/port (ticket #827 )
2014-01-11 04:30:59 +00:00
4308ce6347
Fixed logging for BOB-one.jar
2014-01-11 01:56:47 +00:00
32b095efbd
BOB: Implement ClientApp interface (ticket #347 )
2014-01-10 21:11:55 +00:00
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