Commit Graph

9507 Commits

Author SHA1 Message Date
str4d 3fa7fe9733 Updated routerconsole Eclipse classpath 2013-11-21 08:40:05 +00:00
str4d c97d07e10a org.cybergarage.*: more type arguments 2013-11-21 06:08:41 +00:00
str4d 567c328331 org.cybergarage.*: type arguments, unused imports 2013-11-21 05:58:54 +00:00
str4d 3aa982529e org.xlattice.crypto.*: type arguments 2013-11-21 05:56:14 +00:00
str4d 0c07f9ff96 More type arguments in UDPTransport 2013-11-21 05:23:35 +00:00
str4d f0055ccbfe Made type argument for Transport.getClockSkews() consistent 2013-11-21 02:27:53 +00:00
str4d 693cc828c2 Type arguments in OutNetMessage 2013-11-21 02:27:03 +00:00
str4d 688dd23111 gnu.crypto.prng.*: type arguments 2013-11-21 02:18:59 +00:00
str4d e38db5eb44 i2ptunnel: type arguments, unused imports 2013-11-20 23:36:39 +00:00
str4d 817f531619 merge of '743aa294fa15c3243bb6ad56d4de64f5eff15051'
and '85fa37bf6c3090c0d4c10f4b7b2d679549090c37'
2013-11-20 23:15:31 +00:00
str4d 53623da2eb addressbook: type arguments, unused imports 2013-11-20 23:14:40 +00:00
kytv 4910266d9b merge of '63ea1d70b3fd3886a050d7b196cd7ae261844164'
and '6a57f7039fe5697b9770d642ac1d4653e4b9878c'
2013-11-20 23:10:52 +00:00
str4d 24ae66df6d Core JUnit tests: type arguments, unused imports 2013-11-20 23:06:17 +00:00
str4d 228bd980db Router JUnit tests: type arguments, unused imports 2013-11-20 22:47:14 +00:00
str4d f161a2dfc9 BOB: NamedDB accesses are synchronized, correct findbugs fix is to remove volatile 2013-11-20 22:12:44 +00:00
str4d abe1dc676e Dead code, type arguments 2013-11-20 22:05:37 +00:00
zzz 9de57a5d5a log tweak; bump -29-rc 2013-11-20 21:16:13 +00:00
str4d 2cc742c3ed Fixed stupid pasting bug 2013-11-20 19:54:10 +00:00
dg2-new 5bcfe025d5 fix build 2013-11-20 15:40:21 +00:00
zab2 6dc6ca7713 avoid <? extends Object> generics 2013-11-20 15:11:35 +00:00
dg2-new eabcc96a99 remove useless string 2013-11-20 14:52:44 +00:00
dg2-new 28b6675979 findbugs BOB/SAM. more to do. 2013-11-20 12:02:44 +00:00
str4d 413ad6b0e6 BOB findbugs 2013-11-20 09:56:57 +00:00
str4d a7a7e96188 Findbugs in imported core code 2013-11-20 09:15:12 +00:00
str4d 796dbc5d2e Fixed bug hidden by Set<RouterInfo> -> Set -> Set<Hash> unchecked conversion 2013-11-20 04:18:15 +00:00
str4d c86845078c Reverted change in net.i2p.router.Router 2013-11-20 04:06:59 +00:00
str4d 89dcceefee Core: type arguments, unused imports 2013-11-20 04:02:28 +00:00
str4d bacce17990 Router: type arguments, unused imports 2013-11-20 02:46:24 +00:00
kytv e61e950713 update patch / update debian changelog 2013-11-20 00:50:39 +00:00
kytv 244209d3b7 Translation updates, addition of Japanese language
-28
2013-11-19 23:59:46 +00:00
zzz 7e3e08532f more static atomics 2013-11-17 15:03:10 +00:00
zzz 1d4190734d Findbugs all over
- volatile -> atomic
 - unused code and fields
 - closing streams
 - hashCode / equals
 - known non-null
 - Number.valueOf
 - new String
 Still avoiding SAM, BOB, SusiMail
2013-11-16 13:22:05 +00:00
zzz 96cf1d60c2 * Jetty: Fix eepsite and webapp cache control directives.
Eepsite fix for new installs only.
  Fix i2psnark BasicServlet javadoc about param prefix.
  (ticket #1128)
2013-11-15 18:51:14 +00:00
kytv 3aa33378c1 i2prouter: s/3\.5\.20/3.5.22/g 2013-11-15 01:02:37 +00:00
kytv 747bd0c5a3 Update Java Service Wrapper to v3.5.22
- Windows: Self-compiled with VS2010 in Windows 7. The icon has been
  changed from Tanuki's default to Itoopie.
- Linux ARMv6: Compiled on a RaspberryPi using gcc 4.6.3-14+rpi1,
  Icedtea6 6b27-1.12.5-1+rpi1 and stripped
- All other binaries are from the "community edition" deltapack offered by
  Tanuki.
2013-11-15 01:01:49 +00:00
zzz ea7b42810f * InboundMessageDistributor:
- Put garlicked DSM messages in the InNetMessagePool instead of handling directly,
     so the IterativeSearchJob will see the response and declare success.
     Only affected LS lookups as we do not request encrypted replies for RI lookups.
     Similar to the fix for verifies 6dc5bed94321ae2b290cfe351511d18465e08f91
     This bug was causing initial lookups to fail but subsequent ones to succeed.
     Broken since 0.9.7 when encrypted replies was introduced.
     Ticket #1125
2013-11-14 17:39:31 +00:00
zzz 19022baa27 log tweaks, final 2013-11-14 17:36:57 +00:00
zab2 e8248f5005 volatile 2013-11-14 15:18:46 +00:00
zab2 f8178b7165 ticket #1125: revert previous change as it is not relevant
to test failure
2013-11-13 11:43:24 +00:00
kytv 79b5d9748d patch refresh 2013-11-13 01:03:19 +00:00
zzz b53ed94e8f Findbugs:
- Fix several 'increment of volatile is not atomic' all over
    Remaining: UDP PeerState.java, to be checked in separately
  - Comment out all of unused MessageStateMonitor
2013-11-12 19:28:23 +00:00
zzz df84a2fcd0 save server status text to return to user 2013-11-12 19:19:21 +00:00
str4d 25e7dea370 merge of '4f6d64a50c7c5c27682914984831fc581724659d'
and 'e5def490e4eba793ca0d2bcb739771dcdf8c0242'
2013-11-11 23:49:02 +00:00
str4d 90919ebf6b Make ObjectCounter Serializable 2013-11-11 23:48:15 +00:00
zzz 76078deb3f handle numeric private value in metainfo 2013-11-11 23:24:14 +00:00
kytv 1b95a03d2e merge of '3a7591d75dacb165b1b1d26c6bdd94184076fb03'
and 'ba02b6daf2d660339ff05cfe0479344391e6e34f'
2013-11-10 23:27:39 +00:00
dg2-new 108039de08 partial revert of 6df9f4e154d148867ee158cbe9e9acf3fb73d680 2013-11-10 23:00:57 +00:00
dg2-new addd2e6d6a merge of '3f85581f65aedde0f96729d197aaab223174f2e4'
and '6df9f4e154d148867ee158cbe9e9acf3fb73d680'
2013-11-10 22:22:10 +00:00
dg2-new 5c38d5a6c9 Findbugs: More findbugs fixes. Including but not limited to: null check fixes and some synchronization 2013-11-10 22:20:13 +00:00
zzz 69489dd19e use DataHelper.skip() in a few more places 2013-11-10 22:20:06 +00:00