Add HTTPFileStreamer class
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 18 Sep 2016 22:49:34 +0000 (15:49 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 23 Sep 2016 21:22:04 +0000 (14:22 -0700)
commit24aa72de84af6be14e556ede018548dcc8400e09
tree468497beca8f4dd7536c0c1c9167e4b206183c6e
parent8e43d7b3708cc28164f8380b1d7e6a3645858146
Add HTTPFileStreamer class

* Move most StreamFile code to this new class
* Remove StreamFile depedency from FileBackendStore

Change-Id: I4a272ef49497b589114fc2b37ba800bc26d9161f
autoload.php
includes/StreamFile.php
includes/filebackend/FileBackendGroup.php
includes/filebackend/FileBackendStore.php
includes/libs/filebackend/FileBackend.php
includes/libs/filebackend/HTTPFileStreamer.php [new file with mode: 0644]
includes/libs/time/ConvertibleTimestamp.php