forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@ -329,7 +329,7 @@
|
||||
splitindex="true"
|
||||
doctitle="I2P Javadocs for Release ${release.number} Build ${build.number}"
|
||||
windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}">
|
||||
<group title="Core SDK (i2p.jar)" packages="net.i2p:net.i2p.*:net.i2p.client:net.i2p.client.*:net.i2p.internal:net.i2p.internal.*:freenet.support.CPUInformation:org.bouncycastle.crypto:org.bouncycastle.crypto.*:gnu.crypto.*:gnu.gettext:org.xlattice.crypto.filters:com.nettgryppa.security:net.metanotion.*" />
|
||||
<group title="Core SDK (i2p.jar)" packages="net.i2p:net.i2p.*:net.i2p.client:net.i2p.client.*:net.i2p.internal:net.i2p.internal.*:freenet.support.CPUInformation:org.bouncycastle.crypto:org.bouncycastle.crypto.*:gnu.crypto.*:gnu.gettext:org.xlattice.crypto.filters:com.nettgryppa.security:net.metanotion:net.metanotion.*" />
|
||||
<group title="Streaming Library" packages="net.i2p.client.streaming" />
|
||||
<group title="Router" packages="net.i2p.router:net.i2p.router.*:net.i2p.data.i2np:org.cybergarage.*:org.freenetproject" />
|
||||
<group title="Router Console" packages="net.i2p.router.web" />
|
||||
|
7
core/java/src/net/metanotion/Dummy.java
Normal file
7
core/java/src/net/metanotion/Dummy.java
Normal file
@ -0,0 +1,7 @@
|
||||
package net.matanotion;
|
||||
|
||||
/**
|
||||
* Exists only to enable package.html to be included in javadoc.
|
||||
* http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles
|
||||
*/
|
||||
abstract class Dummy {}
|
@ -2,7 +2,8 @@ Version 0.1.1 from http://www.metanotion.net/software/sandbox/block.html
|
||||
|
||||
License: See any source file.
|
||||
|
||||
Changes for i2p:
|
||||
This is a partial list of changes for I2P. For details, see history.txt
|
||||
and the source control logs.
|
||||
|
||||
- BSkipList has an option to not keep everything in memory.
|
||||
When this option is enabled, we use the new IBSkipSpan instead of
|
||||
@ -27,7 +28,20 @@ Changes for i2p:
|
||||
|
||||
- Convert Errors without message or cause to RuntimeExceptions with a message and cause
|
||||
|
||||
- Add unique on-disk headers to each page type for robustness;
|
||||
change blockfile magic number as these headers are required
|
||||
|
||||
- Automatically repair some types of corruption;
|
||||
report some other corruption types without failing
|
||||
|
||||
- Support read-only databases
|
||||
|
||||
- Lots and lots of bug fixes
|
||||
|
||||
|
||||
TODO:
|
||||
|
||||
- More catching and repair of corruption
|
||||
|
||||
- Change PAGESIZE from default 1024 to 4096? No, wastes too much disk.
|
||||
|
||||
|
Reference in New Issue
Block a user