]> git.mxchange.org Git - hub.git/commit
Introduced enableAcceptDhtBootstrap() + updated core.
authorRoland Haeder <roland@mxchange.org>
Thu, 20 Mar 2014 20:36:54 +0000 (21:36 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 20 Mar 2014 20:36:54 +0000 (21:36 +0100)
commitc57682d8462527d5cc6064e03dd205c3ed0d8b95
tree57d7adf33299928d9b0dd1433ec803ff15ff6b81
parenta9ceeef003c251bc1ca15a94d9278ace23f3f23f
Introduced enableAcceptDhtBootstrap() + updated core.

Signed-off-by: Roland Haeder <roland@mxchange.org>
24 files changed:
application/hub/interfaces/distributable/class_Distributable.php
application/hub/interfaces/wrapper/class_NodeDhtWrapper.php
application/hub/main/database/.htaccess [deleted file]
application/hub/main/database/wrapper/.htaccess [deleted file]
application/hub/main/database/wrapper/cruncher/.htaccess [deleted file]
application/hub/main/database/wrapper/cruncher/class_CruncherUnitDatabaseWrapper.php [deleted file]
application/hub/main/database/wrapper/node/.htaccess [deleted file]
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php [deleted file]
application/hub/main/database/wrapper/node/class_NodeInformationDatabaseWrapper.php [deleted file]
application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php [deleted file]
application/hub/main/database/wrapper/states/.htaccess [deleted file]
application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php [deleted file]
application/hub/main/dht/class_BaseDht.php
application/hub/main/states/dht/virgin/class_DhtVirginState.php
application/hub/main/wrapper/.htaccess [new file with mode: 0644]
application/hub/main/wrapper/cruncher/.htaccess [new file with mode: 0644]
application/hub/main/wrapper/cruncher/class_CruncherUnitDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/wrapper/node/.htaccess [new file with mode: 0644]
application/hub/main/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/wrapper/node/class_NodeInformationDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/wrapper/node/class_NodeListDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/wrapper/states/.htaccess [new file with mode: 0644]
application/hub/main/wrapper/states/class_PeerStateLookupDatabaseWrapper.php [new file with mode: 0644]
core