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
/
FileBackendStore.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
filebackend: exception handling cleanups
Aaron Schulz
2013-12-07
1
-8
/
+9
*
Update ternary notation
Siebrand Mazeland
2013-12-04
1
-1
/
+1
*
Remove unused local variable
Siebrand Mazeland
2013-11-25
1
-1
/
+1
*
Update documentation of file backend classes
Siebrand Mazeland
2013-11-23
1
-33
/
+53
*
Update formatting of file backend classes
Siebrand Mazeland
2013-11-22
1
-4
/
+45
*
Removed excess profile calls
Aaron Schulz
2013-11-16
1
-6
/
+0
*
filebackend: improved "adviseStat" performance
Aaron Schulz
2013-11-08
1
-1
/
+1
*
Fixed broken quickDescribe() method
Aaron Schulz
2013-10-24
1
-1
/
+1
*
filebackend: try to combine SH and EX lock acquisition
Aaron Schulz
2013-10-18
1
-11
/
+11
*
Factored out a small filebackend getContentType() function
Aaron Schulz
2013-09-25
1
-6
/
+31
*
Switched FileBackendStore to use ProfileSection when possible.
Aaron Schulz
2013-06-19
1
-131
/
+27
*
Cleaned up variable/type order in docs.
Aaron Schulz
2013-06-13
1
-11
/
+11
*
Removed redundant documentation for some methods.
Aaron Schulz
2013-06-12
1
-91
/
+0
*
[FileBackend] Avoid concurrency for the 1 op case in doQuickOperationsInterna...
Aaron Schulz
2013-05-15
1
-1
/
+1
*
[FileBackend] Moved short-circuit check from 6b1194b9 up to FileBackend.
Aaron Schulz
2013-05-10
1
-8
/
+0
*
[FileBackend] Optimize the case were no operations are provided.
Aaron Schulz
2013-05-10
1
-0
/
+8
*
[FileBackend] Added "adviseStat" option for the "listing followed by stat" case.
Aaron Schulz
2013-05-09
1
-2
/
+4
*
[FileBackend] Process cache negatives for SHA1 on file stat.
Aaron Schulz
2013-05-07
1
-0
/
+2
*
Fixed spacing in actions/cache/filebackend/filerepo/job folder
umherirrender
2013-04-20
1
-6
/
+6
*
[FileBackend] Made stat cache factor in last-modified time.
Aaron Schulz
2013-04-19
1
-5
/
+11
*
[FileBackend] Disallow files ending in / and clarified some docs.
Aaron Schulz
2013-04-19
1
-2
/
+8
*
[FileBackend] Simplified the shard list iterator to use AppendIterator and Fi...
Aaron Schulz
2013-04-17
1
-128
/
+38
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-2
/
+2
*
Add missing wfProfileOut before throwing an exception
umherirrender
2013-04-08
1
-0
/
+4
*
Use canonical class name.
Platonides
2013-04-02
1
-1
/
+1
*
[FileBackend] Cleanup behavior for coping/moving a file over itself.
ASchulz
2013-03-25
1
-5
/
+11
*
[FileBackend] Replaced redundant "disposition" param with "headers".
Aaron Schulz
2013-03-12
1
-8
/
+10
*
Reformatted some array parameter docs.
Aaron Schulz
2013-03-11
1
-12
/
+12
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-30
/
+30
*
Kill off numerous unused variables
Reedy
2013-03-08
1
-11
/
+11
*
fix some spacing
umherirrender
2013-03-07
1
-2
/
+2
*
[FileBackend] Process cache negatives for file SHA1 function.
Aaron Schulz
2013-02-26
1
-4
/
+1
*
Merge "Revert "[FileBackend] Added optional callback parameter to concatenate...
Aaron Schulz
2012-11-25
1
-14
/
+0
|
\
|
*
Revert "[FileBackend] Added optional callback parameter to concatenate()."
Aaron Schulz
2012-11-24
1
-14
/
+0
*
|
[FileBackend] More stat caching improvements.
Aaron Schulz
2012-11-21
1
-11
/
+36
*
|
Merge "[FileBackend] Added optional callback parameter to concatenate()."
Demon
2012-11-21
1
-0
/
+14
|
\
|
|
*
[FileBackend] Added optional callback parameter to concatenate().
Aaron Schulz
2012-11-18
1
-0
/
+14
*
|
[FileBackend] Added back ability to delete file HTTP headers.
Aaron Schulz
2012-11-21
1
-2
/
+1
*
|
[FileBackend] Added support for changing headers on existing objects.
Jan Gerber
2012-11-20
1
-20
/
+62
*
|
Merge "[FileBackend] Clear the stat cache in doQuickOperations() for sanity."
Tim Starling
2012-11-20
1
-0
/
+3
|
\
\
|
*
|
[FileBackend] Clear the stat cache in doQuickOperations() for sanity.
Aaron Schulz
2012-11-17
1
-0
/
+3
|
|
/
*
/
[FileRepo] [FileBackend] Added support for custom file headers.
Aaron Schulz
2012-11-20
1
-0
/
+26
|
/
*
Unset DirectoryIterator in the FileBackend
umherirrender
2012-11-16
1
-0
/
+1
*
[FileBackend] Stat caching improvements.
Aaron Schulz
2012-11-16
1
-7
/
+13
*
[FileBackend] Added getFileHttpUrl() function.
Aaron Schulz
2012-11-08
1
-0
/
+8
*
[FileBackend] Check if paths are writable for delete ops too.
Aaron Schulz
2012-10-31
1
-2
/
+3
*
[FileBackend] Support "ignoreMissingSource" for copy and move operations.
Aaron Schulz
2012-10-31
1
-12
/
+14
*
[FileBackend] Simplified code for handling "overwrite" parameter.
Aaron Schulz
2012-10-29
1
-16
/
+8
*
[FileBackend] Issue a warnings for cache problems in streamFile().
Aaron Schulz
2012-10-19
1
-0
/
+1
*
[FileBackend] Clear persistent stat cache if it mislead streamFile().
Aaron Schulz
2012-10-18
1
-0
/
+7
[next]