aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/stream
Commit message (Expand)AuthorAgeFilesLines
* 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
* More PHPDoc for file functionsRobin McCorkell2014-05-131-0/+8
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-062-0/+6
* Added comment for clarification about fseek() call in quota.phpVincent Petry2013-10-251-0/+2
* Fixed quota stream's fseek methodVincent Petry2013-10-251-2/+12
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-305-0/+560