]> git.mxchange.org Git - hub.git/commit
Removed package status from packageData array because recipients doesn't need this...
authorRoland Häder <roland@mxchange.org>
Sat, 11 Feb 2012 23:31:26 +0000 (23:31 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 11 Feb 2012 23:31:26 +0000 (23:31 +0000)
commitfd7231cc8372a5289c405fe7ad2f8227a86362fd
treec8f6fa4475952badfe3e9fc8a11699b01a57e9b8
parentd7696647c359442afca020b45dacc4c1a0f1dc18
Removed package status from packageData array because recipients doesn't need this, moved (not really) fragmenter classes, added assembler class/interface, handling of undeclared package codes added (unfinished)
17 files changed:
.gitattributes
application/hub/config.php
application/hub/exceptions/package/class_FinalChunkVerificationException.php [new file with mode: 0644]
application/hub/exceptions/package/class_UnsupportedPackageCodeHandlerException.php [new file with mode: 0644]
application/hub/interfaces/package/assembler/.htaccess [new file with mode: 0644]
application/hub/interfaces/package/assembler/class_Assembler.php [new file with mode: 0644]
application/hub/main/class_BaseHubSystem.php
application/hub/main/factories/fragmenter/class_FragmenterFactory.php
application/hub/main/factories/package/assembler/.htaccess [new file with mode: 0644]
application/hub/main/factories/package/assembler/class_PackageAssemblerFactory.php [new file with mode: 0644]
application/hub/main/factories/package/fragmenter/.htaccess [new file with mode: 0644]
application/hub/main/factories/package/fragmenter/class_FragmenterFactory.php [new file with mode: 0644]
application/hub/main/listener/class_BaseListener.php
application/hub/main/package/assembler/.htaccess [new file with mode: 0644]
application/hub/main/package/assembler/class_PackageAssembler.php [new file with mode: 0644]
application/hub/main/package/class_NetworkPackage.php
application/hub/main/package/fragmenter/class_PackageFragmenter.php