Commit Graph

3024 Commits

Author SHA1 Message Date
zzz 8bb114e9c4 javadoc fixes part 2 (ticket #1894) 2017-01-26 20:45:58 +00:00
zzz f77fc52ca7 javadoc fixes part 1 (ticket #1894) 2017-01-26 20:37:44 +00:00
zzz 6e7dedba81 javadoc clarification 2017-01-19 13:32:15 +00:00
zzz 7311cf33b7 Utils: Gzip test code refresh 2017-01-19 13:25:56 +00:00
zzz 60c93f1e1c Client: Don't log error on datagram dissector fail (ticket #1915),
let the client do the logging.
Throw early if data too short
2017-01-17 15:34:38 +00:00
zzz a36083ab18 Utils: Java 9 yakkety workarounds 2017-01-17 14:08:47 +00:00
str4d d360ba4817 NedDb advanced lookup layout and theme improvements 2017-01-15 14:08:29 +00:00
str4d 14bacc272e propagate from branch 'i2p.i2p' (head 439bb8be3133559026640ebd22fdf93d10ba2cb9)
to branch 'i2p.i2p.str4d.ui' (head 83c1a136effdf092093e9af799a138e86da7ec43)
2017-01-08 01:37:15 +00:00
zzz fc0ddb0193 eepget: recognize more status codes 2017-01-06 12:24:29 +00:00
zzz e16cf2ce51 javadoc 2017-01-04 13:31:55 +00:00
zzz 6843950bdc DataHelper: Release resources in finally block 2017-01-04 13:25:49 +00:00
zzz 134cbd46e4 Crypto: Enforce correct seed and hash lengths in EdDSAPrivateKeySpec
From github PR #22
https://github.com/str4d/ed25519-java/commit/747df9f9aa407ba90d34f498c5eab6f304fdd58a
2017-01-04 13:00:31 +00:00
str4d 91007735a1 Update tests to use ScalaTest 3.0.1 2016-12-29 18:54:23 +00:00
zzz dd400bb14b Update: Fix JVM crash and i2p.jar corruption when updating from -1 2016-12-22 14:13:39 +00:00
zzz 636badcec2 reduce buffer size 2016-12-16 17:59:00 +00:00
zzz 4615fce28e Update: Register blocklist version with update manager 2016-12-16 17:56:18 +00:00
zzz 0c76201bd9 propagate from branch 'i2p.i2p.zzz.test2' (head 2447f30ec8d46502041197c3ca0ce85d4da070b0)
to branch 'i2p.i2p' (head 763f037865b6bc798d2db144dc39faa02a09219a)
2016-12-16 17:45:54 +00:00
zzz 26a9e8bd89 0.9.28 2016-12-12 16:08:35 +00:00
zzz 7734d3dd65 Consolidate base64 alphabet string 2016-12-04 14:10:07 +00:00
zzz 176ecaa9f1 use new copy 2016-12-03 16:18:56 +00:00
zzz 42efed578a Clean up single char indexOf() 2016-12-03 16:00:09 +00:00
zzz f461d4881d javadoc fixes 2016-12-03 14:27:50 +00:00
zzz 5be077e25d Clean up single char indexOf() 2016-12-02 18:52:37 +00:00
zzz f6778c573a SU3File: Add types for blocklist (proposal #130) 2016-11-25 14:53:42 +00:00
zzz ffb3a75813 add converttohash to commandline 2016-11-25 14:06:23 +00:00
zzz 62064da081 News: Support blocklist in the news feed (proposal 129) 2016-11-23 13:54:05 +00:00
zzz b0bba18f33 Build: Add manifest attributes for java version to all jars and wars 2016-11-17 15:14:50 +00:00
zzz 784566a7cb eddsa findbugs 2016-11-16 15:27:28 +00:00
zzz cd5d5ee23d Logs: Fix output of dup message after 30 minutes 2016-11-14 13:15:36 +00:00
zzz 6ed329db78 I2CP: Reduce log level of error when session closed
while signing leaseset (ticket #1606)
2016-11-12 18:07:20 +00:00
zzz b559b412aa Crypto: Change serial number in selfsigned certs from int to long
Add CertUtil to command line
2016-11-08 14:09:56 +00:00
zzz cd775fa38d Transport: Improve IPv6 selection logic
to skip temporary addresses on linux
2016-11-08 03:24:30 +00:00
zzz 08062aaf64 service cant be android 2016-11-07 14:31:53 +00:00
zzz 81bbf554e8 sort 2016-11-06 15:31:43 +00:00
zzz e8de1daf65 Util: Consolidate linux service detection code 2016-11-06 00:49:34 +00:00
zzz 62bc616ada Crypto: Certificate tweaks for email subjects 2016-11-01 13:27:12 +00:00
zzz 75345f4da1 Utils: Add Addresses methods for getting multiple results from DNS
ticket #1050, work in progress
2016-10-28 16:14:44 +00:00
zzz d49a778b68 javadoc typo 2016-10-28 16:00:25 +00:00
zzz 51e35eb572 Utils: Handle Java version detection for internal or ea versions 2016-10-28 15:08:13 +00:00
zzz 4f0cae59c2 Crypto: Remove deprecated Sha256Standalone as scheduled
This will break Syndie 1.105 and earlier, users must upgrade to 1.107
2016-10-28 01:52:07 +00:00
zzz 886dbf1172 Crypto: Generate more-conforming selfsigned certs (ticket #1853) 2016-10-28 01:39:01 +00:00
zzz 08d1ea89bf Build: Set Java 7 build target for all jars;
embedders (esp. Android) targetting 1.6 must
set javac.version=1.6 in override.properties and set
both bootclasspath variables.
2016-10-26 16:56:13 +00:00
zzz 2b6fd49a53 Update GettextResource.java from GNU gettext 0.19.8
Only change is in comment block.
Previous checkin didn't have gettext version, so do this
just so we know what version we are on.
2016-10-26 14:54:59 +00:00
zzz 80966d60c1 Crypto: Create keystore directory when making SSL keys (ticket #1866)
When we switched to new way of making keys in 0.9.25,
we omitted the mkdir step, which broke it.
2016-10-23 16:38:26 +00:00
zzz 71f7c712cd NetDB: Disallow RSA for RI or LS 2016-10-21 18:21:12 +00:00
zzz f5f411b62f Data: Cache serialized leasesets on floodfills 2016-10-21 18:08:31 +00:00
zzz 1bd5ebd8ec Crypto: Actually use a random nonzero byte in ElGamal,
as our specification says
2016-10-21 17:19:44 +00:00
zzz 082a5d3c0f move siphash test from util to crypto 2016-10-21 15:21:24 +00:00
zzz cee3ebbb23 less wtf 2016-10-21 15:20:35 +00:00
zzz adcee462e3 Build: Add library jars to i2p.jar classpath for Debian builds 2016-10-20 18:20:24 +00:00