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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "filebackend: cleaned up the FileBackend constructor"
jenkins-bot
2013-12-10
3
-13
/
+26
|
\
|
*
filebackend: cleaned up the FileBackend constructor
Aaron Schulz
2013-12-03
3
-13
/
+26
*
|
filebackend: exception handling cleanups
Aaron Schulz
2013-12-07
7
-37
/
+48
*
|
Made redis lock manager get EX/SH locks in one go
Aaron Schulz
2013-12-07
1
-74
/
+56
*
|
Update ternary notation
Siebrand Mazeland
2013-12-04
2
-2
/
+2
*
|
Merge "Revert "filebackend: cleaned up the FileBackend constructor""
jenkins-bot
2013-12-03
3
-17
/
+13
|
\
|
|
*
Revert "filebackend: cleaned up the FileBackend constructor"
Aaron Schulz
2013-12-03
3
-17
/
+13
*
|
Merge "filebackend: cleaned up the FileBackend constructor"
jenkins-bot
2013-12-03
3
-13
/
+17
|
\
|
|
*
filebackend: cleaned up the FileBackend constructor
Aaron Schulz
2013-11-23
3
-13
/
+17
*
|
Merge "More file backend docs"
jenkins-bot
2013-11-25
1
-2
/
+25
|
\
\
|
*
|
More file backend docs
Aaron Schulz
2013-11-24
1
-2
/
+25
*
|
|
Remove unused local variable
Siebrand Mazeland
2013-11-25
1
-1
/
+1
|
/
/
*
|
Merge "Remove leading underscore from methods _getResponse*"
jenkins-bot
2013-11-24
2
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
Remove leading underscore from methods _getResponse*
Siebrand Mazeland
2013-11-24
2
-12
/
+12
*
|
Add missing return value
Siebrand Mazeland
2013-11-23
1
-1
/
+1
*
|
Fix various type and reference issues
Siebrand Mazeland
2013-11-23
6
-10
/
+11
*
|
Add missing type hint for $autoSync
Siebrand Mazeland
2013-11-23
1
-1
/
+1
*
|
Update documentation of file backend classes
Siebrand Mazeland
2013-11-23
21
-385
/
+487
*
|
Update formatting of file backend classes
Siebrand Mazeland
2013-11-22
21
-29
/
+282
|
/
*
Fixed spacing
umherirrender
2013-11-21
1
-1
/
+0
*
Removed excess profile calls
Aaron Schulz
2013-11-16
1
-6
/
+0
*
Fixed loading of stat cache entries into the wrong key
Aaron Schulz
2013-11-08
1
-1
/
+1
*
filebackend: improved "adviseStat" performance
Aaron Schulz
2013-11-08
2
-45
/
+54
*
Handle Swift JSON listings with unqualified timestamps
Aaron Schulz
2013-11-06
1
-4
/
+19
*
filebackend: path normalization fixes
Aaron Schulz
2013-11-06
1
-37
/
+32
*
Replace php_sapi_name() with PHP_SAPI
Reedy
2013-10-25
1
-1
/
+1
*
Fixed broken quickDescribe() method
Aaron Schulz
2013-10-24
1
-1
/
+1
*
Remove all instances of the word "iff"
Tim Starling
2013-10-23
1
-1
/
+1
*
lockmanager: QuorumLockManager subclasses can get EX/SH locks at once
Aaron Schulz
2013-10-22
5
-103
/
+170
*
Added ceph comment
Aaron Schulz
2013-10-21
1
-1
/
+1
*
filebackend: try to combine SH and EX lock acquisition
Aaron Schulz
2013-10-18
3
-27
/
+24
*
Factored out a small filebackend getContentType() function
Aaron Schulz
2013-09-25
2
-14
/
+33
*
filebackend: normalize paths used in locking
Aaron Schulz
2013-07-06
1
-0
/
+9
*
Removed some inappropriate global state from FSFile
Aaron Schulz
2013-06-21
1
-13
/
+4
*
Fixed doc typo
Aaron Schulz
2013-06-19
1
-1
/
+1
*
Merge "filebackend: throw exceptions during file iteration."
jenkins-bot
2013-06-19
3
-11
/
+27
|
\
|
*
filebackend: throw exceptions during file iteration.
Aaron Schulz
2013-06-15
3
-11
/
+27
*
|
Switched FileBackendStore to use ProfileSection when possible.
Aaron Schulz
2013-06-19
1
-131
/
+27
*
|
Removed redundant doc comments.
Aaron Schulz
2013-06-15
1
-107
/
+0
|
/
*
Cleaned up variable/type order in docs.
Aaron Schulz
2013-06-13
10
-104
/
+114
*
Removed redundant documentation for some methods.
Aaron Schulz
2013-06-12
1
-80
/
+0
*
Removed redundant documentation for some methods.
Aaron Schulz
2013-06-12
3
-233
/
+0
*
Merge "Made SwiftFileBackend::loadObjectListing() populate stat entries in re...
jenkins-bot
2013-06-07
1
-2
/
+6
|
\
|
*
Made SwiftFileBackend::loadObjectListing() populate stat entries in reverse o...
Aaron Schulz
2013-05-19
1
-2
/
+6
*
|
[LockManager] Made it easier to get both SH and EX locks at once.
Aaron Schulz
2013-06-05
2
-24
/
+106
|
/
*
[FileBackend] Avoid concurrency for the 1 op case in doQuickOperationsInterna...
Aaron Schulz
2013-05-15
1
-1
/
+1
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
[FileBackend] Moved short-circuit check from 6b1194b9 up to FileBackend.
Aaron Schulz
2013-05-10
2
-8
/
+6
*
[FileBackend] Optimize the case were no operations are provided.
Aaron Schulz
2013-05-10
1
-0
/
+8
*
[FileBackend] Cleaned up resyncFiles() and added conservative resync option t...
Aaron Schulz
2013-05-09
1
-9
/
+30
[next]