]> git.mxchange.org Git - hub.git/commit
Introduced package fragmenter class to fragment network packages into smaller chunks
authorRoland Häder <roland@mxchange.org>
Sun, 13 Feb 2011 15:19:06 +0000 (15:19 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 13 Feb 2011 15:19:06 +0000 (15:19 +0000)
commitca8b7f82b8d488b2a6766ca02fe6de767128be31
tree89a1fa0b2f56d14a9401f35df702b979641d1704
parentac935ea4af728a7988682cabb0e9959e0c0162eb
Introduced package fragmenter class to fragment network packages into smaller chunks
.gitattributes
application/hub/config.php
application/hub/exceptions.php
application/hub/interfaces/package/class_Deliverable.php
application/hub/interfaces/package/fragmenter/.htaccess [new file with mode: 0644]
application/hub/interfaces/package/fragmenter/class_Fragmentable.php [new file with mode: 0644]
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/package/class_NetworkPackage.php
application/hub/main/package/fragmenter/.htaccess [new file with mode: 0644]
application/hub/main/package/fragmenter/class_PackageFragmenter.php [new file with mode: 0644]
application/hub/main/tasks/network/class_NetworkPackageWriterTask.php