]> git.mxchange.org Git - hub.git/commit
Added parameter 'key' to encryption methods to allow own keys
authorRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 09:08:34 +0000 (09:08 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2011 09:08:34 +0000 (09:08 +0000)
commit53af3292edf3b13d04ff380131bac1bbc3dbe082
tree8259559a4cd1140b06e25aef3ba2a30c7d7e0f9f
parentd5598a16aba413db79b4e319cfabfb62da29d364
Added parameter 'key' to encryption methods to allow own keys
19 files changed:
.gitattributes
application/hub/config.php
application/hub/interfaces/nodes/class_NodeHelper.php
application/hub/main/database/wrapper/class_NodeInformationDatabaseWrapper.php
application/hub/main/database/wrapper/class_NodeListDatabaseWrapper.php
application/hub/main/database/wrapper/class_PeerStateLookupDatabaseWrapper.php
application/hub/main/database/wrapper/cruncher/.htaccess [new file with mode: 0644]
application/hub/main/database/wrapper/cruncher/class_CruncherUnitDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/database/wrapper/node/.htaccess [new file with mode: 0644]
application/hub/main/database/wrapper/node/class_NodeInformationDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/database/wrapper/node/class_NodeListDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/database/wrapper/states/.htaccess [new file with mode: 0644]
application/hub/main/database/wrapper/states/class_PeerStateLookupDatabaseWrapper.php [new file with mode: 0644]
application/hub/main/producer/cruncher/class_BaseUnitProducer.php [new file with mode: 0644]
application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php
application/hub/main/template/producer/test_units/class_XmlCruncherTestUnitTemplateEngine.php
application/hub/templates/xml/cruncher/producer/test_unit.xml
application/hub/templates/xml/cruncher/producer/work_unit.xml
db/cruncher_units/.htaccess [new file with mode: 0644]