index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
filebackend
/
SwiftFileBackend.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move SwiftFileBackend to /libs
Aaron Schulz
2016-09-24
1
-1937
/
+0
*
Depedencency cleanups to SwiftFileBackend
Aaron Schulz
2016-09-24
1
-30
/
+27
*
Dependency inject $wgTmpDirectory into FileBackend classes
Aaron Schulz
2016-09-21
1
-1
/
+1
*
Make Status extend StatusValue and start FileBackend update
Aaron Schulz
2016-09-17
1
-34
/
+34
*
Added Range support to FileBackend::streamFile()
Aaron Schulz
2016-06-04
1
-2
/
+32
*
Kill mbstring fallbacks
Max Semenik
2016-04-06
1
-1
/
+1
*
Many more function case mismatches
Reedy
2016-03-19
1
-4
/
+4
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-135
/
+135
*
Stop doing $that = $this in includes/filebackend
Ricordisamoa
2016-02-10
1
-18
/
+12
*
Replace wfBaseConvert with Wikimedia\base_convert
Reedy
2015-11-24
1
-2
/
+2
*
Make Swift iterators throw errors on failure
Aaron Schulz
2015-11-06
1
-3
/
+3
*
Replace newAccelerator() with getLocalServerInstance()
Aaron Schulz
2015-11-02
1
-1
/
+1
*
Make Swift backend respect Content-Type in create/store
Aaron Schulz
2015-10-26
1
-2
/
+6
*
Replace some calls to wfGetMainCache()
Aaron Schulz
2015-10-20
1
-2
/
+3
*
Merge "Fixed headers sent in addMissingMetadata()"
jenkins-bot
2015-08-27
1
-2
/
+9
|
\
|
*
Fixed headers sent in addMissingMetadata()
Aaron Schulz
2015-08-05
1
-2
/
+9
*
|
objectcache: Use newAccelerator() fallback instead of try/catch
Timo Tijhof
2015-08-25
1
-5
/
+4
*
|
objectcache: Make first parameter of newAccelerator optional
Timo Tijhof
2015-08-24
1
-1
/
+1
|
/
*
Cleaned up and split up Swift header parsing methods a bit
Aaron Schulz
2015-08-05
1
-20
/
+52
*
Added sanitizeHdrs() tests for Swift
Aaron Schulz
2015-07-29
1
-0
/
+1
*
Merge "Clear the stat cache in addMissingMetadata() to avoid more POSTs"
jenkins-bot
2015-07-28
1
-0
/
+2
|
\
|
*
Clear the stat cache in addMissingMetadata() to avoid more POSTs
Aaron Schulz
2015-07-22
1
-0
/
+2
*
|
Improved addMissingMetadata() on POST failure
Aaron Schulz
2015-07-22
1
-3
/
+2
|
/
*
Avoid using trigger_error() in addMissingMetadata()
Aaron Schulz
2015-07-17
1
-2
/
+5
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Merge "Converted FileBackendStore to using the WAN cache"
jenkins-bot
2015-05-18
1
-1
/
+3
|
\
|
*
Converted FileBackendStore to using the WAN cache
Aaron Schulz
2015-04-30
1
-1
/
+3
*
|
Consistently name the $this callback variable "$that"
Timo Tijhof
2015-05-13
1
-18
/
+18
|
/
*
Merge "Fix and make PHPDoc tags in FileBackend more specific"
jenkins-bot
2015-03-18
1
-0
/
+5
|
\
|
*
Fix and make PHPDoc tags in FileBackend more specific
Thiemo Mättig
2015-03-18
1
-0
/
+5
*
|
Merge "Set stat cache when getting local copy files in Swift"
jenkins-bot
2015-01-14
1
-20
/
+37
|
\
\
|
*
|
Set stat cache when getting local copy files in Swift
Aaron Schulz
2015-01-09
1
-20
/
+37
*
|
|
Updated some try-catch statements: MWException -> Exception
Aaron Schulz
2015-01-09
1
-1
/
+1
|
/
/
*
|
Removed remaining profile calls
Aaron Schulz
2015-01-08
1
-2
/
+0
*
|
Converted some section profiling to scopedProfileIn
Aaron Schulz
2015-01-07
1
-4
/
+4
|
/
*
filebackend: Log more details about backend-fail-internal errors
Gilles Dubuc
2014-11-17
1
-0
/
+5
*
Bumped the default Swift token expiry a bit
Aaron Schulz
2014-09-24
1
-1
/
+1
*
Correct variable names in @param to match method declarations
umherirrender
2014-08-13
1
-1
/
+1
*
Cleanup some docs (includes/[e-l])
umherirrender
2014-07-24
1
-1
/
+1
*
Fixed spacing
umherirrender
2014-07-24
1
-1
/
+1
*
Fixed fatal in SwiftFileBackend when a bogus HTTP status is given
Aaron Schulz
2014-05-30
1
-2
/
+3
*
Added unicode encoding support flags to FileBackend
Aaron Schulz
2014-05-13
1
-1
/
+2
*
Made partial file download errors in Swift more useful
Aaron Schulz
2014-05-01
1
-5
/
+8
*
Fixed some @params documentation (includes/[file...|upload])
umherirrender
2014-04-19
1
-2
/
+2
*
Fixed spacing
umherirrender
2014-03-20
1
-1
/
+1
*
Make use of strong consistency with Ceph RGW
Aaron Schulz
2014-03-19
1
-0
/
+10
*
Remove useless "src" param when wrapping doGetFileStatMulti()
Aaron Schulz
2014-03-03
1
-2
/
+3
*
Removed pointless cache bypass in Swift backend
Aaron Schulz
2014-02-25
1
-2
/
+2
*
Added concurrent HEAD request support for Swift
Aaron Schulz
2014-02-20
1
-55
/
+83
*
Added some profiling calls to Swift backend
Aaron Schulz
2014-02-18
1
-1
/
+5
[next]