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
da00b95599
doc updates
2017-03-06 20:41:43 +00:00
e20310d257
Throttle: Fix disable of probabalistic throttling (ticket #1963 )
...
Fixes this checkin:
Revision: c52409bf5d7b422c23a62eecfa50b98d7c74f8df
Date: 01/16/2012
Branch: i2p.i2p
Don't throttle tunnel creation if using a higher than default router.maxParticipatingTunnels setting.
2017-03-06 20:38:38 +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
i2p-0.9.29-win1
2017-03-03 13:59:54 +00:00
f7cdf221eb
UDPAddress: Add method to get introducer expiration (proposal 133)
2017-03-02 14:24:27 +00:00
69ad95710a
UDPAddress: Fix bug in "Error handling for failed intro packets"
...
cur variable wasn't being incremented.
from Revision: 0f0232b342477486c38b51afa3d298285cc8fbcf
from Date: 09/15/2005
Simplify error handling code
javadocs
2017-03-02 14:14:28 +00:00
920572d3bc
UDPAddress: Make most fields final
2017-03-02 13:27:30 +00:00
a6e62afc1f
Servlet: Catch OOM in MultiPartRequest
2017-03-01 12:58:16 +00:00
e995a4cf92
i2psnark: Fix disappearing start button
2017-02-27 19:51:38 +00:00
2de25ca453
addressbook: Add date parameter to authentication strings
2017-02-27 19:50:21 +00:00
8d928eadba
minor fixes after review
2017-02-27 19:49:05 +00:00
e03c25e397
debian files update
2017-02-27 19:48:28 +00:00
b695293070
0.9.29
i2p-0.9.29
2017-02-27 14:11:44 +00:00
c09bfa0a26
i2ptunnel: Fix generation of advanced authentication strings
2017-02-27 14:09:46 +00:00
f420a99b6f
Update translations
2017-02-24 23:54:31 +00:00
33b1851317
PrivateKeyFile: Add option to generate addressbook authentication string
...
fix inadvertent fallthru
HostTxtParser: Add -q command line option, enhance return codes
2017-02-23 19:45:33 +00:00
3c735eaf96
more man pages
2017-02-20 18:31:25 +00:00
3f452c5acb
GeoIP, blocklist, checklist update
...
GeoIP from Maxmind 2017-02-07
2017-02-20 18:20:38 +00:00
380f55a0e8
I2CP: Return null on decompression failure instead of
...
throwing exception, to reduce the impact, for example
in iMule which is apparently closing the session (ticket #1915 )
2017-02-15 17:48:47 +00:00
8a89b3da29
Fix calls to Class.newInstance() deprecated in Java 9
2017-02-15 17:01:02 +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
17b781c1b4
Translations: Update source
...
Fix dependencies for poupdate target
2017-02-15 16:27:43 +00:00
68fb3f42a8
New SSL cert for reseed.i2p-projekt.de
2017-02-11 20:31:21 +00:00
fc8c193f37
strip more system properties in I2CP
2017-02-11 15:12:53 +00:00
c949d776be
I2PTunnel CLI: Set connectDelay default for HTTP client
...
tweak clientoptions help messages
2017-02-11 13:44:57 +00:00
e29e3e2fd3
Test: Prevent NPE in LocalClientManager test on client shutdown
2017-02-11 13:26:26 +00:00
e01c443fa2
Test: Add random delay and drop options to LocalClientManager
...
Return failure codes from LCM to client (ticket #1939 )
2017-02-10 19:17:43 +00:00
2d8f0c2956
Streaming: Fix optional delay and choking (tickets #1046 , 1939)
...
- Don't always send optional delay
- Don't overwrite choking delay with non-choking delay
- Don't send optional delay of 0 every 8 packets
- Don't set options both in CDR.buildPacket() and Conn.sendPacket()
- Set or clear optional delay in packet when retransmitting
- Move choking state variables from ConnectionOptions to Connection
- Move updateAcks() call from PacketLocal to PacketQueue
- Fully implement choking and un-choking
- Reduce periods for some stats
- Comment out some debug logging
- Cleanups
- Fix javadoc HTML broken in previous checkin
2017-02-09 17:24:03 +00:00
f0241d4a1c
Util: Change logCloseLoop level to DEBUG
2017-02-08 15:27:25 +00:00
a11bd7cbe7
I2CP: Return local delivery failure on queue overflow (ticket #1939 )
2017-02-08 15:22:41 +00:00
36ec4de9c7
Console: Consolidate timer threads (ticket #1068 )
...
Clear correct property if no users are set
2017-02-05 20:56:40 +00:00
843b66d61e
Streaming: Don't hard fail on expired message error (ticket #1748 )
2017-02-05 19:39:15 +00:00
afb87cd75c
NTCP: Don't write to an inbound connection before established, causing NPE (ticket #996 )
2017-02-05 19:09:12 +00:00
aa098ac800
dont log deletion of deletelist.txt
2017-02-05 14:58:47 +00:00
bbbbfe2417
reduce concurrent graph generation for ARM
2017-02-05 14:57:57 +00:00
9ab55ec368
checklist update
2017-02-05 14:56:51 +00:00
a85546534e
Streaming: Don't always send optional delay (ticket #1046 )
...
javadocs
2017-02-05 14:55:13 +00:00
83c786a5fd
more man page translations
2017-02-05 14:16:33 +00:00
50d735b126
new reseed
2017-02-05 13:03:55 +00:00
da893452ea
HTTP proxies: Pass through relative referer URIs, convert same-origin
...
absolute referer URIs to relative (ticket #1862 )
2017-02-04 21:18:00 +00:00
6306799a4b
single-char indexof()
2017-02-04 19:46:04 +00:00
82d812c25c
NTP: Enable IPv6 support (ticket #1896 )
2017-02-04 15:38:49 +00:00
890ad257e1
Router: Run shutdown tasks in parallel,
...
increase max time for shutdown tasks (ticket #1893 )
i2psnark: Remove most delay between announces at shutdown
2017-01-30 22:05:43 +00:00
7cb5dab67f
i2ptunnel: Add support for outproxy plugin to CONNECT proxy (tickets #1364 , #1895 )
...
Add support for ports to CONNECT proxy
2017-01-30 00:33:43 +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
1f228a3f85
Build: Rename translated man pages to be compatible
...
with dh_installman for debian.
Add i2prouter-nowrapper man page.
Misc. man page fixups (man man-pages for the standard)
No ant targets or deb packaging yet.
2017-01-27 19:15:32 +00:00