- Apr 25, 2015
-
-
zzz authored
- Add hostname verification using code from Apache HttpClient 4.4.1 (Apache 2.0 license) and one small class from HttpCore 4.4.1, slightly modified to remove additional Apache dependencies and unneeded code. - Includes support for public suffix list; use basic list with standard TLDs, and also support loading the big Mozilla list, but don't bundle the 150KB Mozilla list for now. - For Android, use its default verifier, which should actually work (unlike Oracle) - Java 7 not required, although servers requiring SNI will now fail on Java 6, which does not support SNI SSLEepGet: - Rework recent setSoTimeout code changes, as they broke SNI - Add option to save certs even if no errors - Add option to disable hostname verification
-
zzz authored
and unneeded code, now compiles
-
zzz authored
Apache HttpClient 4.4.1 (Apache 2.0 license) and one small class from HttpCore 4.4.1, unmodified as a baseline for future merges. Does not compile. See following checkins for more info
-
zzz authored
to give better message to users and prevent JVM shutdown on what is unlikely to be a heap issue.
-
- Apr 24, 2015
-
-
zzz authored
moved to junit years ago but not part of any tests
-
zzz authored
-
zzz authored
if super.startRunning() failed Register as HTTPS proxy also in HTTP client
-
zzz authored
broken in fix for ticket #815 TCG still doesn't go back to stopped, to be fixed. Test case: configure low port.
-
zzz authored
-
zzz authored
Covers router, unsigned router, plugin, and news updates
-
zzz authored
broken in fix for ticket #815
-
- Apr 23, 2015
-
-
zzz authored
side isn't stuck forever at a window size of 1. Cleanups, log tweaks, javadocs
-
zzz authored
-
zzz authored
add additional checks. Fix bug if available buffer calculation is negative Check log level before calling displayPacket() Log tweaks
-
zzz authored
recover quicker after packet loss; Reduce default initial ack delay; Rename misspelled method
-
- Apr 22, 2015
-
-
zzz authored
-
zzz authored
orphaned ones at startup (ticket #1498)
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
-
zzz authored
catch IAE from getInstance() if i2ptunnel.config isn't found in app context; log tweaks; config command tweaks Unit tests: Fix several NPEs in LocalClientManager, implement HostLookup
-
- Apr 21, 2015
-
-
zzz authored
-
zzz authored
-
zzz authored
- close socket in finally - really comment out main()
-
zzz authored
-
zzz authored
- Add country-to-continent mapping - Add continent pool.ntp.org zones as first fallback, this will improve time service for countries that don't have a zone - Don't start threads in constructors - Fix logging, better prevention of initialization loops - Log severe errors to wrapper log also continent.txt file from http://dev.maxmind.com/geoip/legacy/codes/country_continent/ Creative Commons Attribution-ShareAlike 3.0 Unported License http://dev.maxmind.com/geoip/legacy/geolite/ Terms already met in LICENSE.txt
-
zzz authored
-
- Apr 20, 2015