swift/test/unit/common
litong01 ce274b3532 blueprint Multi-range support implementation
This change adds multi range retrieval to OpenStack Swift. For non-
segmented data object, a client can use HTTP Range header to specify
multiple ranges to retrieve sections of the data object.

This implementation currently does not support segmented data object
multi range retrieval. When a client sends a multi range request
against a segmented data object, Swift will return HTTP status code
200. Support for segmented data multi range retrieval will be added
in near future.

This implementation is to bring Swift closer to CDMI multi range
data retrieval standard. Once support for segemented data multi
range is added, Swift will be compliant with CDMI standard in
this area.

DocImpact

Change-Id: I4ed1fb0a0a93c037ddb2f551ea62afe447945107
2012-11-01 20:45:30 -04:00
..
middleware Adding CORS support 2012-10-23 14:48:59 -05:00
ring builder.add_devs gets next id if not provided 2012-09-14 16:11:50 -05:00
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
corrupted_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
malformed_example.db Real files for bad databases. 2011-08-02 18:21:25 +00:00
test_bench.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_bufferedhttp.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_constraints.py Relax mount point name checking. 2012-10-18 11:24:18 -05:00
test_daemon.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_db_replicator.py Db reclamation should remove empty suffix dirs 2012-10-25 19:42:56 +00:00
test_db.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_direct_client.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_exceptions.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_init.py Fix PEP8 issues in ./test/unit/common . 2012-08-31 11:24:46 +08:00
test_internal_client.py fixed internal client things 2012-10-11 15:37:56 +00:00
test_manager.py Warn when killing fails with EPERM 2012-10-03 08:28:36 -07:00
test_memcached.py Fix pep8 issues in test_memcached.py. 2012-09-05 09:34:06 +08:00
test_swob.py blueprint Multi-range support implementation 2012-11-01 20:45:30 -04:00
test_utils.py changed TRUE_VALUES references to utils.config_true_value() call 2012-10-29 13:59:01 -07:00
test_wsgi.py Fixed bugs re: make_pre_authed* and SCRIPT_NAME 2012-10-30 15:54:05 +00:00