server/lib
Vincent Petry 76dad297ff Fix encryption feof to not return too early
This is because stream_read will pre-cache the next block which causes
feof($this->source) to return true prematurely. So we cannot rely on it.

Fixed encryption stream wrapper unit tests to actually simulate 6k/8k
blocks to make sure we cover the matching logic.

Added two data files with 8192 and 8193 bytes.
2015-04-20 18:32:40 +02:00
..
l10n [tx-robot] updated from transifex 2015-04-20 01:54:44 -04:00
private Fix encryption feof to not return too early 2015-04-20 18:32:40 +02:00
public Merge pull request #15735 from owncloud/fix-visibility 2015-04-20 14:39:15 +02:00
repair Remove unused variables 2015-04-18 16:35:19 +02:00
autoloader.php Update license headers 2015-03-26 11:44:36 +01:00
base.php Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption\HookManager' 2015-04-17 13:55:31 +02:00