aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filebackend
Commit message (Expand)AuthorAgeFilesLines
* Merge "filebackend: cleaned up the FileBackend constructor"jenkins-bot2013-12-103-13/+26
|\
| * filebackend: cleaned up the FileBackend constructorAaron Schulz2013-12-033-13/+26
* | filebackend: exception handling cleanupsAaron Schulz2013-12-077-37/+48
* | Made redis lock manager get EX/SH locks in one goAaron Schulz2013-12-071-74/+56
* | Update ternary notationSiebrand Mazeland2013-12-042-2/+2
* | Merge "Revert "filebackend: cleaned up the FileBackend constructor""jenkins-bot2013-12-033-17/+13
|\|
| * Revert "filebackend: cleaned up the FileBackend constructor"Aaron Schulz2013-12-033-17/+13
* | Merge "filebackend: cleaned up the FileBackend constructor"jenkins-bot2013-12-033-13/+17
|\|
| * filebackend: cleaned up the FileBackend constructorAaron Schulz2013-11-233-13/+17
* | Merge "More file backend docs"jenkins-bot2013-11-251-2/+25
|\ \
| * | More file backend docsAaron Schulz2013-11-241-2/+25
* | | Remove unused local variableSiebrand Mazeland2013-11-251-1/+1
|/ /
* | Merge "Remove leading underscore from methods _getResponse*"jenkins-bot2013-11-242-12/+12
|\ \ | |/ |/|
| * Remove leading underscore from methods _getResponse*Siebrand Mazeland2013-11-242-12/+12
* | Add missing return valueSiebrand Mazeland2013-11-231-1/+1
* | Fix various type and reference issuesSiebrand Mazeland2013-11-236-10/+11
* | Add missing type hint for $autoSyncSiebrand Mazeland2013-11-231-1/+1
* | Update documentation of file backend classesSiebrand Mazeland2013-11-2321-385/+487
* | Update formatting of file backend classesSiebrand Mazeland2013-11-2221-29/+282
|/
* Fixed spacingumherirrender2013-11-211-1/+0
* Removed excess profile callsAaron Schulz2013-11-161-6/+0
* Fixed loading of stat cache entries into the wrong keyAaron Schulz2013-11-081-1/+1
* filebackend: improved "adviseStat" performanceAaron Schulz2013-11-082-45/+54
* Handle Swift JSON listings with unqualified timestampsAaron Schulz2013-11-061-4/+19
* filebackend: path normalization fixesAaron Schulz2013-11-061-37/+32
* Replace php_sapi_name() with PHP_SAPIReedy2013-10-251-1/+1
* Fixed broken quickDescribe() methodAaron Schulz2013-10-241-1/+1
* Remove all instances of the word "iff"Tim Starling2013-10-231-1/+1
* lockmanager: QuorumLockManager subclasses can get EX/SH locks at onceAaron Schulz2013-10-225-103/+170
* Added ceph commentAaron Schulz2013-10-211-1/+1
* filebackend: try to combine SH and EX lock acquisitionAaron Schulz2013-10-183-27/+24
* Factored out a small filebackend getContentType() functionAaron Schulz2013-09-252-14/+33
* filebackend: normalize paths used in lockingAaron Schulz2013-07-061-0/+9
* Removed some inappropriate global state from FSFileAaron Schulz2013-06-211-13/+4
* Fixed doc typoAaron Schulz2013-06-191-1/+1
* Merge "filebackend: throw exceptions during file iteration."jenkins-bot2013-06-193-11/+27
|\
| * filebackend: throw exceptions during file iteration.Aaron Schulz2013-06-153-11/+27
* | Switched FileBackendStore to use ProfileSection when possible.Aaron Schulz2013-06-191-131/+27
* | Removed redundant doc comments.Aaron Schulz2013-06-151-107/+0
|/
* Cleaned up variable/type order in docs.Aaron Schulz2013-06-1310-104/+114
* Removed redundant documentation for some methods.Aaron Schulz2013-06-121-80/+0
* Removed redundant documentation for some methods.Aaron Schulz2013-06-123-233/+0
* Merge "Made SwiftFileBackend::loadObjectListing() populate stat entries in re...jenkins-bot2013-06-071-2/+6
|\
| * Made SwiftFileBackend::loadObjectListing() populate stat entries in reverse o...Aaron Schulz2013-05-191-2/+6
* | [LockManager] Made it easier to get both SH and EX locks at once.Aaron Schulz2013-06-052-24/+106
|/
* [FileBackend] Avoid concurrency for the 1 op case in doQuickOperationsInterna...Aaron Schulz2013-05-151-1/+1
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* [FileBackend] Moved short-circuit check from 6b1194b9 up to FileBackend.Aaron Schulz2013-05-102-8/+6
* [FileBackend] Optimize the case were no operations are provided.Aaron Schulz2013-05-101-0/+8
* [FileBackend] Cleaned up resyncFiles() and added conservative resync option t...Aaron Schulz2013-05-091-9/+30