aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend/FileBackendStore.php
Commit message (Expand)AuthorAgeFilesLines
* filebackend: exception handling cleanupsAaron Schulz2013-12-071-8/+9
* Update ternary notationSiebrand Mazeland2013-12-041-1/+1
* Remove unused local variableSiebrand Mazeland2013-11-251-1/+1
* Update documentation of file backend classesSiebrand Mazeland2013-11-231-33/+53
* Update formatting of file backend classesSiebrand Mazeland2013-11-221-4/+45
* Removed excess profile callsAaron Schulz2013-11-161-6/+0
* filebackend: improved "adviseStat" performanceAaron Schulz2013-11-081-1/+1
* Fixed broken quickDescribe() methodAaron Schulz2013-10-241-1/+1
* filebackend: try to combine SH and EX lock acquisitionAaron Schulz2013-10-181-11/+11
* Factored out a small filebackend getContentType() functionAaron Schulz2013-09-251-6/+31
* Switched FileBackendStore to use ProfileSection when possible.Aaron Schulz2013-06-191-131/+27
* Cleaned up variable/type order in docs.Aaron Schulz2013-06-131-11/+11
* Removed redundant documentation for some methods.Aaron Schulz2013-06-121-91/+0
* [FileBackend] Avoid concurrency for the 1 op case in doQuickOperationsInterna...Aaron Schulz2013-05-151-1/+1
* [FileBackend] Moved short-circuit check from 6b1194b9 up to FileBackend.Aaron Schulz2013-05-101-8/+0
* [FileBackend] Optimize the case were no operations are provided.Aaron Schulz2013-05-101-0/+8
* [FileBackend] Added "adviseStat" option for the "listing followed by stat" case.Aaron Schulz2013-05-091-2/+4
* [FileBackend] Process cache negatives for SHA1 on file stat.Aaron Schulz2013-05-071-0/+2
* Fixed spacing in actions/cache/filebackend/filerepo/job folderumherirrender2013-04-201-6/+6
* [FileBackend] Made stat cache factor in last-modified time.Aaron Schulz2013-04-191-5/+11
* [FileBackend] Disallow files ending in / and clarified some docs.Aaron Schulz2013-04-191-2/+8
* [FileBackend] Simplified the shard list iterator to use AppendIterator and Fi...Aaron Schulz2013-04-171-128/+38
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Add missing wfProfileOut before throwing an exceptionumherirrender2013-04-081-0/+4
* Use canonical class name.Platonides2013-04-021-1/+1
* [FileBackend] Cleanup behavior for coping/moving a file over itself.ASchulz2013-03-251-5/+11
* [FileBackend] Replaced redundant "disposition" param with "headers".Aaron Schulz2013-03-121-8/+10
* Reformatted some array parameter docs.Aaron Schulz2013-03-111-12/+12
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-30/+30
* Kill off numerous unused variablesReedy2013-03-081-11/+11
* fix some spacingumherirrender2013-03-071-2/+2
* [FileBackend] Process cache negatives for file SHA1 function.Aaron Schulz2013-02-261-4/+1
* Merge "Revert "[FileBackend] Added optional callback parameter to concatenate...Aaron Schulz2012-11-251-14/+0
|\
| * Revert "[FileBackend] Added optional callback parameter to concatenate()."Aaron Schulz2012-11-241-14/+0
* | [FileBackend] More stat caching improvements.Aaron Schulz2012-11-211-11/+36
* | Merge "[FileBackend] Added optional callback parameter to concatenate()."Demon2012-11-211-0/+14
|\|
| * [FileBackend] Added optional callback parameter to concatenate().Aaron Schulz2012-11-181-0/+14
* | [FileBackend] Added back ability to delete file HTTP headers.Aaron Schulz2012-11-211-2/+1
* | [FileBackend] Added support for changing headers on existing objects.Jan Gerber2012-11-201-20/+62
* | Merge "[FileBackend] Clear the stat cache in doQuickOperations() for sanity."Tim Starling2012-11-201-0/+3
|\ \
| * | [FileBackend] Clear the stat cache in doQuickOperations() for sanity.Aaron Schulz2012-11-171-0/+3
| |/
* / [FileRepo] [FileBackend] Added support for custom file headers.Aaron Schulz2012-11-201-0/+26
|/
* Unset DirectoryIterator in the FileBackendumherirrender2012-11-161-0/+1
* [FileBackend] Stat caching improvements.Aaron Schulz2012-11-161-7/+13
* [FileBackend] Added getFileHttpUrl() function.Aaron Schulz2012-11-081-0/+8
* [FileBackend] Check if paths are writable for delete ops too.Aaron Schulz2012-10-311-2/+3
* [FileBackend] Support "ignoreMissingSource" for copy and move operations.Aaron Schulz2012-10-311-12/+14
* [FileBackend] Simplified code for handling "overwrite" parameter.Aaron Schulz2012-10-291-16/+8
* [FileBackend] Issue a warnings for cache problems in streamFile().Aaron Schulz2012-10-191-0/+1
* [FileBackend] Clear persistent stat cache if it mislead streamFile().Aaron Schulz2012-10-181-0/+7