summaryrefslogtreecommitdiffstats
path: root/lib/private/files/stream
Commit message (Expand)AuthorAgeFilesLines
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-091-3/+7
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-051-0/+1
* Happy new year!Thomas Müller2016-01-126-7/+8
* Fix overriding function from 3rdparty warningRoeland Jago Douma2015-11-241-2/+2
* Follow the interface againRoeland Jago Douma2015-11-191-0/+9
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* Merge pull request #16406 from owncloud/enc-strlenperffixMorris Jobke2015-07-011-1/+1
|\
| * Small perf tweak in strlen loopVincent Petry2015-05-181-1/+1
* | update license headers and authorsMorris Jobke2015-06-251-1/+3
* | flush() comments + perf optjknockaert2015-05-261-5/+7
* | fix calculation of $count, $count is always 8129 so we need to check thisjknockaert2015-05-211-1/+1
* | test to simulate a non-seekable stream wrapperBjoern Schiessle2015-05-211-6/+18
* | encrypted filesize calculation in flush()jknockaert2015-05-211-1/+8
* | fix #16356jknockaert2015-05-181-1/+1
* | fix #15973jknockaert2015-04-301-9/+7
|/
* fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-271-8/+16
* fix unit testsBjoern Schiessle2015-04-241-4/+10
* Update encryption.phpjknockaert2015-04-241-1/+2
* fixed namejknockaert2015-04-241-1/+1
* Update encryption.phpjknockaert2015-04-241-8/+8
* fix encryption header errorjknockaert2015-04-241-13/+16
* Merge pull request #15757 from owncloud/enc-fixfeofforlastblockBjörn Schießle2015-04-221-0/+4
|\
| * Fix encryption feof to not return too earlyVincent Petry2015-04-201-0/+4
* | get dirname from sharePathBjoern Schiessle2015-04-211-1/+1
* | Merge pull request #15636 from owncloud/enc2_performance_improvementBjörn Schießle2015-04-211-3/+2
|\ \ | |/ |/|
| * set size and unencrypted size to zero on fopenBjoern Schiessle2015-04-201-3/+2
* | if we start writing a file from the beginning, size should start by zero; res...Bjoern Schiessle2015-04-161-2/+2
|/
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+14
* comment change as it broke unit testsThomas Müller2015-04-071-1/+1
* Adjusting count on readjknockaert2015-04-071-1/+2
* Fixing encryption stream wrapper seek - thanks @jknockaertjknockaert2015-04-071-0/+3
* fixing unit tests for stream wrapperThomas Müller2015-04-071-1/+1
* Finally fixing encryption with public shareThomas Müller2015-04-071-1/+1
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-071-1/+8
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-1/+2
* initializing some variables + update size after writing the headersThomas Müller2015-04-071-3/+3
* https://github.com/owncloud/core/pull/15305#discussion_r27382305Thomas Müller2015-04-071-0/+2
* initializing some variablesThomas Müller2015-04-071-0/+1
* call end() before closing the fileBjoern Schiessle2015-04-071-1/+7
* adding unit tests for stream wrapperThomas Müller2015-04-071-13/+18
* Applying diff as of https://github.com/owncloud/core/pull/15303jknockaert2015-04-071-24/+46
* Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-0/+385
|\
| * implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-0/+385
* | Update license headersJenkins for ownCloud2015-03-265-20/+96
|/
* Revert "Updating license headers"Morris Jobke2015-02-265-91/+25
* Updating license headersJenkins for ownCloud2015-02-235-25/+91
* in quota wrapper use === instead of ! for better readability and as in other ...Jörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in Ciose::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* return boolean in OC::stream_seekJörn Friedrich Dreyer2014-09-221-1/+1
* Fixed quota wrapper to return the value from flock()Vincent Petry2014-06-041-1/+1