aboutsummaryrefslogtreecommitdiffstats
path: root/includes/filerepo/backend/SwiftFileBackend.php
Commit message (Expand)AuthorAgeFilesLines
* [FileBackend] Moved filerepo/backend/ up to filebackendAaron Schulz2012-08-081-1430/+0
* [FileBackend] Fixed curl call broken by 10ec7a1.Aaron2012-08-061-1/+1
* [FileBackend] Made swift handle unknown content types better.Aaron2012-07-311-0/+6
* [FileBackend] Bumped Swift listing page size.Aaron Schulz2012-07-231-2/+2
* Various doc cleanups for doxygen.Aaron Schulz2012-07-181-26/+27
* [FileBackend] More Swift ACL documentation.Aaron2012-07-111-1/+2
* [FileBackend] More documentation fixes.Aaron Schulz2012-07-101-4/+3
* [FileBackend] Documentation fixes.Aaron Schulz2012-07-101-2/+5
* [FileBackend] Refactored backend access control functions.Aaron2012-07-101-17/+71
* Merge "[FileBackend] Process cache fixes and cleanups."Hashar2012-06-151-1/+1
|\
| * [FileBackend] Process cache fixes and cleanups.Aaron Schulz2012-05-261-1/+1
* | Big oops - merged to wrong branch.awjrichards2012-06-051-6/+21
* | Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-21/+6
* | Merge "[FileBackend] Purge Swift process cache before container delete for sa...Demon2012-06-041-3/+3
|\ \
| * | [FileBackend] Purge Swift process cache before container delete for sanity.Aaron Schulz2012-05-251-3/+3
| |/
* / [FileBackend] Worked around Akamai CDN purge limits.Aaron Schulz2012-05-231-3/+18
|/
* [FileBackend] Avoid an extra RTT on Swift listing operations.Aaron Schulz2012-05-221-7/+20
* [FileBackend] Added some Swift listing profiling.Aaron Schulz2012-05-201-2/+6
* [FileBackend] Moved closeResources() call up to parent class function.Aaron2012-05-171-4/+0
* Merge "[FileBackend] Improved connection error handling and logging a bit for...Tim Starling2012-05-171-13/+10
|\
| * [FileBackend] Improved connection error handling and logging a bit for Swift.Aaron Schulz2012-05-161-13/+10
* | Merge "[FileBackend] Added CDN support to Swift for third-party sites."Tim Starling2012-05-171-22/+86
|\ \ | |/ |/|
| * [FileBackend] Added CDN support to Swift for third-party sites.Aaron2012-05-141-22/+86
* | [FileBackend] Avoid infinite loops when populating missing metadata in Swift.Aaron2012-05-151-2/+4
|/
* [FileBackend] Added support for concurrent file write operations.Aaron2012-05-091-116/+263
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-071-0/+17
* Merge "[FileBackend] Some documentation and minor cleanups."Brion VIBBER2012-04-261-4/+8
|\
| * [FileBackend] Some documentation and minor cleanups.Aaron2012-04-251-4/+8
* | Merge "[FileBackend] Tweaked various cache parameters and bumped tiny Swift a...Brion VIBBER2012-04-261-2/+2
|\ \
| * | [FileBackend] Tweaked various cache parameters and bumped tiny Swift auth TTL...Aaron2012-04-261-2/+2
| |/
* | Merge "[FileBackend] Added 'recursive' flag to directory clean() function."Brion VIBBER2012-04-261-0/+8
|\ \
| * | [FileBackend] Added 'recursive' flag to directory clean() function.Aaron2012-04-261-0/+8
| |/
* | Merge "[FileBackend] Added container stat caching to reduce RTTs to high late...Brion VIBBER2012-04-261-6/+39
|\ \ | |/ |/|
| * [FileBackend] Added container stat caching to reduce RTTs to high latency bac...Aaron2012-04-251-6/+39
* | [FileBackend] Added some basic directory functions.Aaron Schulz2012-04-211-25/+180
|/
* Removed a useless exception catch statement in SwiftFileBackend::getFileListP...Aaron2012-04-171-16/+15
* [FileBackend]Aaron Schulz2012-03-031-1/+21
* r112839: missing file changeAaron Schulz2012-03-011-1/+1
* Improve error log formatting and added error message info for InvalidResponse...Aaron Schulz2012-02-161-1/+5
* Documentation followups from lastnightSam Reed2012-02-101-1/+1
* More return documentationSam Reed2012-02-091-0/+15
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Bumped $maxContCacheSize to handle container sharding a bit better. However, ...Aaron Schulz2012-02-081-3/+3
* * Documentation fixTim Starling2012-02-011-2/+2
* Expanded 'shardViaHashLevels' config var in FileBackendStore to be able to re...Aaron Schulz2012-01-311-1/+5
* Renamed FileBackend to FileBackendStore and ugly FileBackendBase to FileBacke...Aaron Schulz2012-01-291-19/+18
* Added addMissingMetadata() function to SwiftFileBackend to retroactively add ...Aaron Schulz2012-01-291-4/+34
* Further reduced RTTs in SwiftFileBackend by making "file already exists" chec...Aaron Schulz2012-01-261-28/+27
* In FileBackend:Aaron Schulz2012-01-251-1/+12
* * Added some wfProfileIn() calls to file backend code.Aaron Schulz2012-01-231-1/+1