f3d931d090
Blockfile: Move from i2p.jar to addressbook.jar
...
http://zzz.i2p/topics/2274
2017-05-05 11:41:19 +00:00
021067dab9
deprecate ZipFileComment
2017-04-04 14:01:04 +00:00
05aef9bd59
Move "isSlow" detection to SystemVersion
2017-03-18 14:38:59 +00:00
1150b4cd73
NBI: Adjust logging during extraction to use standard format
2017-03-14 13:33:39 +00:00
6ef6106336
Random: Don't need extra bits if power of two
2017-03-08 16:25:27 +00:00
23ee40d990
stray semicolon
2017-03-08 16:24:13 +00:00
d573910b7a
CPUID: Fix saving of libjcpuid.jnifile on Macs,
...
was incorrectly saving as libjcpuid.so (tickets #1865 , #1900 )
- Try to load libjcpuid-x86_64-osx.jnilib for 32-bit Macs,
because as of 0.9.26 it's a 'fat binary' with 32-bit in it also.
This was broken in the 0.9.26 changes.
- Improve error logging
- Add library search path logging to main()
NBI:
- Try to load the "none" architecture for x86, even if
CPUID loading fails (tickets #1865 , #1900 )
This was broken in the 0.9.26 changes.
- Add library search path logging to main()
- Comment out unused method
2017-03-06 20:44:16 +00:00
5f96067c22
merge of 'bd4c9889786a280f8797cbdc6ca9cddb8c7260a2'
...
and 'fe4b2b6942b6c0dbe1efda4e2fa555289e74cbef'
2017-03-03 14:00:47 +00:00
61e4e2a052
Util: Don't depend on DataHelper in FileUtil.copy(),
...
causes Windows installer to fail because DataHelper is not in install.jar.
tag i2p-0.9.29-win1
2017-03-03 13:59:54 +00:00
8d928eadba
minor fixes after review
2017-02-27 19:49:05 +00:00
f2ae1bfe09
Utils: Disable caching of ResettableGZIPOutputStreams,
...
add more checks for compression failure,
fix output for zero-length input (ticket #1915 )
2017-02-15 16:45:06 +00:00
f0241d4a1c
Util: Change logCloseLoop level to DEBUG
2017-02-08 15:27:25 +00:00
82d812c25c
NTP: Enable IPv6 support (ticket #1896 )
2017-02-04 15:38:49 +00:00
1cf6030646
Utils: Catch Java 9 error in SSLEepGet
2017-01-28 15:41:48 +00:00
36fd93da0d
Utils: Comment out debug logging in SSLEepGet
2017-01-28 14:00:11 +00:00
5483306d21
Utils: Detect when running as service on Gentoo
2017-01-28 13:57:31 +00:00
b970912cc1
javadoc fixes part 7 (ticket #1894 )
2017-01-26 21:55:04 +00:00
8bb114e9c4
javadoc fixes part 2 (ticket #1894 )
2017-01-26 20:45:58 +00:00
f77fc52ca7
javadoc fixes part 1 (ticket #1894 )
2017-01-26 20:37:44 +00:00
7311cf33b7
Utils: Gzip test code refresh
2017-01-19 13:25:56 +00:00
fc0ddb0193
eepget: recognize more status codes
2017-01-06 12:24:29 +00:00
dd400bb14b
Update: Fix JVM crash and i2p.jar corruption when updating from -1
2016-12-22 14:13:39 +00:00
636badcec2
reduce buffer size
2016-12-16 17:59:00 +00:00
42efed578a
Clean up single char indexOf()
2016-12-03 16:00:09 +00:00
5be077e25d
Clean up single char indexOf()
2016-12-02 18:52:37 +00:00
ffb3a75813
add converttohash to commandline
2016-11-25 14:06:23 +00:00
cd5d5ee23d
Logs: Fix output of dup message after 30 minutes
2016-11-14 13:15:36 +00:00
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
cd775fa38d
Transport: Improve IPv6 selection logic
...
to skip temporary addresses on linux
2016-11-08 03:24:30 +00:00
08062aaf64
service cant be android
2016-11-07 14:31:53 +00:00
81bbf554e8
sort
2016-11-06 15:31:43 +00:00
e8de1daf65
Util: Consolidate linux service detection code
2016-11-06 00:49:34 +00:00
75345f4da1
Utils: Add Addresses methods for getting multiple results from DNS
...
ticket #1050 , work in progress
2016-10-28 16:14:44 +00:00
51e35eb572
Utils: Handle Java version detection for internal or ea versions
2016-10-28 15:08:13 +00:00
cee3ebbb23
less wtf
2016-10-21 15:20:35 +00:00
98e3ca47e6
Utils: Move SipHashInline from util to crypto
2016-09-24 16:00:56 +00:00
fb323cef69
SipHashInline: Make public for external use with a supplied key (for obfs4)
2016-09-22 17:06:53 +00:00
afa5a193a7
Console: Add jsps to view entire router.log and wrapper.log files
...
Add links to /logs
Add some headers to the history.txt jsp
javadocs
2016-08-21 20:21:50 +00:00
cd4218e523
javadoc
2016-08-01 13:40:11 +00:00
896af2c5d2
Utils: Improve random seed initialization
...
Fallback to Random rather than try SecureRandom twice
Fetch from SecureRandom incrementally
Remove log warning
2016-06-25 22:20:27 +00:00
4ee66c8218
Back out previous checkin adding override fields to Translate;
...
we can set language and country with System properties in app context.
Back out previous checkin bundling countries translations in
i2psnark standalone; use Locale to translate country names.
2016-06-18 17:49:28 +00:00
9ba8f53ec7
Translate: Add method to set language in standalone app context
...
i2psnark:
- add form to set language in standalone context
- add Ukrainian and Japanese translations
2016-06-15 15:03:17 +00:00
dbd1ae0dfb
toString() for timer debugging
2016-05-29 15:03:51 +00:00
d0594ebc77
javadoc
2016-05-29 14:56:46 +00:00
str4d
efcf294670
Require that AndroidLogWriter is a subclass of LogWriter
2016-05-29 05:02:47 +00:00
str4d
e969213451
Dynamically load Android LogWriter
2016-05-28 23:39:13 +00:00
str4d
03e188b57a
Rename LogWriter -> FileLogWriter, LogWriterBase -> LogWriter
2016-05-28 22:51:44 +00:00
6b578dfd8c
Console: Fix UTF-8 passwords
...
Partial fix for UTF-8 usernames
Better input checking and help messages
2016-05-08 19:49:14 +00:00
13685484f6
Utils: Fix bug in periodic timers triggered by
...
a backwards clock shift, caused graphs to be blank
and various router, streaming, and i2ptunnel
degradations over time (ticket #1776 )
Log tweaks
2016-05-04 11:43:47 +00:00
5067b00058
javadoc fixes
2016-04-29 15:35:49 +00:00