summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove gettext.Chmouel Boudjnah2014-01-141-7/+6
|/
* Merge "Use nosetests for coverage in tox.ini"Jenkins2013-12-161-1/+2
|\
| * Use nosetests for coverage in tox.iniChmouel Boudjnah2013-11-261-1/+2
* | version bump to open 1.1 dev workJohn Dickinson2013-12-051-1/+1
* | version bump for 1.0 release1.0John Dickinson2013-12-051-1/+1
* | added authors, changelog, and .mailmapJohn Dickinson2013-12-054-3/+60
* | fixed log formatter issuesJohn Dickinson2013-12-023-8/+8
|/
* Make swift-bench not depending on swift.Chmouel Boudjnah2013-11-247-12/+210
* Add plumbing.Chmouel Boudjnah2013-11-2114-15/+139
* cleaned up filenames and dir structureJohn Dickinson2013-10-172-0/+0
* added .gitreviewJohn Dickinson2013-10-111-0/+4
* Change OpenStack LLC to FoundationZhiQiang Fan2013-09-204-4/+4
* fix swift i18nClay Gerrard2013-07-301-1/+1
* Use Python 3.x compatible except constructDirk Mueller2013-08-281-4/+4
* Pep8 unit test modules for hacking and one liners (4 of 12)Peter Portante2013-08-311-1/+1
* Improve swift-bench performanceZap Chang2013-08-211-0/+1
* Add delay in swift-benchKsenia Demina2013-07-192-0/+9
* fix(gitignore) : ignore *.egg and *.egg-infoTheSriram2013-07-301-1/+2
* Removed unnecessary monkeypatching of __builtin__Alex Gaynor2013-07-271-0/+1
* Ignore coverage HTML directory and MANIFEST.Peter Portante2013-07-251-0/+2
* Make sure users can't remove their account quotasJon Snitow2013-07-241-0/+1
* Corrected many style violations in the tests.Alex Gaynor2013-07-231-2/+0
* update .gitignoreKun Huang2013-06-201-0/+1
* Don't delete containers when they weren't created.Darrell Bishop2013-05-081-2/+3
* fix dict duplicated keyVictor Rodionov2013-04-222-2/+2
* Change logger name to module itself instead of rootKun Huang2013-03-171-1/+2
* Cleanup based on pyflakes.Monty Taylor2013-01-301-5/+1
* Add more command-line options to swift-bench.Samuel Merritt2013-01-221-1/+11
* Fix superfluous GET requests in swift-bench.Samuel Merritt2013-01-211-3/+7
* Convert LICENSE to use unix style line endings.Dan Prince2012-12-191-202/+202
* Ignore pycscope filesPeter Portante2012-12-041-0/+1
* Make swift-bench use less memory with large object sizes.Samuel Merritt2012-11-081-3/+37
* Fixed swift-bench when using -b and a conf fileJoe Arnold2012-11-072-1/+2
* changed TRUE_VALUES references to utils.config_true_value() callJohn Dickinson2012-10-192-6/+6
* fix config parsing in swift-bench -xJohn Dickinson2012-10-181-2/+7
* Random pep8 fixes!Tom Fifield2012-10-131-14/+22
* Can run swift-bench across multiple cores/servers.Darrell Bishop2012-08-253-20/+261
* Misc. swift-bench improvements.Darrell Bishop2012-08-253-18/+112
* To simulate the real workloads, the objects to be uploaded could be created i...ning_zhang2012-08-032-0/+7
* Fix Dispersion report and swift-bench on saioFlorian Hines2012-07-131-2/+2
* swift-bench should be able to use auth version 2.0François Charlier2012-06-112-1/+8
* Remove swift.common.client from here.Chmouel Boudjnah2012-05-221-1/+1
* HTTP status value naming normalizationVictor Rodionov2012-04-211-1/+2
* updated copyright date for all filesJohn Dickinson2012-03-193-3/+3
* Add support for venv-based test run with tox.Maru Newby2012-01-311-0/+1
* remove unsed imports and variablesFelipe Reyes2012-01-281-2/+1
* Updating changelog for 1.4.3gholt2011-09-071-0/+8
* Adding account_autocreate mode and refactoring TRUE_VALUESgholt2011-06-051-2/+2
* Don't track names on PUT failure to avoid extra failures in GET/DELETE.Juan J. Martinez2011-05-251-1/+2
* moving deleting of containers to run() method makes more senseGreg Lange2011-04-141-10/+10