forked from I2P_Developers/i2p.i2p
add package.html files
This commit is contained in:
8
core/java/src/org/apache/http/conn/ssl/package.html
Normal file
8
core/java/src/org/apache/http/conn/ssl/package.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html><body>
|
||||
<p>
|
||||
From Apache HttpClient 4.4.1.
|
||||
For I2PSSSLSocketFactory.
|
||||
Small modifications to remove additional Apache dependencies.
|
||||
Apache 2.0 license.
|
||||
</p>
|
||||
</body></html>
|
8
core/java/src/org/apache/http/conn/util/package.html
Normal file
8
core/java/src/org/apache/http/conn/util/package.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html><body>
|
||||
<p>
|
||||
From Apache HttpClient 4.4.1.
|
||||
For HostnameVerifier.
|
||||
Small modifications to remove additional Apache dependencies.
|
||||
Apache 2.0 license.
|
||||
</p>
|
||||
</body></html>
|
8
core/java/src/org/apache/http/util/package.html
Normal file
8
core/java/src/org/apache/http/util/package.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<html><body>
|
||||
<p>
|
||||
From Apache HttpCore 4.4.1.
|
||||
For HostnameVerifier.
|
||||
Small modifications to remove additional Apache dependencies.
|
||||
Apache 2.0 license.
|
||||
</p>
|
||||
</body></html>
|
13
history.txt
13
history.txt
@@ -1,5 +1,16 @@
|
||||
2015-04-25 zzz
|
||||
* I2PSSLSocketFactory: Add hostname verification
|
||||
* 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
|
||||
|
||||
2015-04-24 zzz
|
||||
* i2ptunnel: Fix Socks and SocksIRC tunnels not starting
|
||||
* Util: Catch and convert OOM in I2PThread.start()
|
||||
* i2ptunnel:
|
||||
- Fix Socks and SocksIRC tunnels not starting
|
||||
- Fix shutdown of client tunnels on server socket errors,
|
||||
* Updates: Fail fast if HTTP proxy is not running (ticket #1530)
|
||||
|
||||
2015-04-23 zzz
|
||||
* Streaming:
|
||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 8;
|
||||
public final static long BUILD = 9;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user