summaryrefslogtreecommitdiffstats
path: root/gluster
Commit message (Expand)AuthorAgeFilesLines
* Rebase to Swift 2.15.1 (pike)HEADmastervenkata edara2017-11-224-16/+25
* Rebase to Swift 2.10.1 (newton)venkata edara2017-05-1110-19/+314
* Add support for S3 Multipart Upload APIvenkata edara2017-04-041-1/+10
* Fix redundant stat in account and container serverPrashanth Pai2016-11-182-18/+22
* Use scandir if availablePrashanth Pai2016-11-181-13/+103
* s3: Make s3 support configurablePrashanth Pai2016-09-181-0/+18
* Don't include salt in HMAC computationPrashanth Pai2016-09-131-1/+5
* Fix validation of marker dir objectsPrashanth Pai2016-09-122-15/+13
* Don't attempt unlink on a non-existing objectPrashanth Pai2016-08-101-1/+13
* Share gluster package namespacePrashanth Pai2016-08-101-0/+18
* Don't (f)chown when it has no effectPrashanth Pai2016-05-041-2/+12
* Open object only if it's going to be readPrashanth Pai2016-05-031-6/+38
* Handle non-blocking renames during object PUTsPrashanth Pai2016-05-032-10/+42
* Make swift's expirer compatible with gluster-swiftPrashanth Pai2016-04-203-45/+149
* Enhance object expirationPrashanth Pai2016-04-154-25/+242
* Don't fetch metadata for plain object listingPrashanth Pai2016-04-052-2/+66
* Remove redundant syscalls in POST pathPrashanth Pai2016-04-041-5/+19
* Don't fetch metadata for plain container listingPrashanth Pai2016-04-044-4/+94
* Fix changing of auth_type in existing deploymentsPrashanth Pai2016-03-182-7/+83
* Bump gluster-swift version to 2.3.0 (kilo)Prashanth Pai2016-03-151-1/+1
* Don't pass unicode to hmac.new()Prashanth Pai2016-03-151-0/+7
* Remove 60 secs subtraction from item_expiresPrashanth Pai2016-03-111-1/+1
* Use correct content type on JSON responsesPrashanth Pai2016-03-111-6/+13
* Remove old auth token from memcachePrashanth Pai2016-03-101-0/+5
* Fix dup fd leakPrashanth Pai2016-03-081-4/+11
* Fix pep8 and functestsPrashanth Pai2016-03-079-12/+12
* Remove redundant syscalls in GET pathPrashanth Pai2016-03-072-18/+21
* Rebase to stable/kiloPrashanth Pai2016-03-077-235/+193
* Do not use pickle: Use jsonPrashanth Pai2016-01-112-7/+71
* Refactor read_metadata() methodPrashanth Pai2016-01-111-43/+48
* Update repoThiago da Silva2016-01-0617-5442/+156
* Updating code to call fs_utils instead of python's os moduleThiago da Silva2014-04-104-79/+123
* removing exception handling in do_mkdirThiago da Silva2014-03-271-11/+1
* removing _make_directory_locked functionThiago da Silva2014-03-261-73/+4
* fix __exit__ function not closing file descriptorThiago da Silva2014-03-261-1/+1
* removing check_user_xattr functionThiago da Silva2014-03-261-18/+0
* Add support for Object Expiration featurePrashanth Pai2014-03-243-13/+113
* Sync with OpenStack Swift v1.13.0Prashanth Pai2014-03-131-1/+1
* PUT of a Directory failedChetan Risbud2014-03-122-11/+40
* Restart memcached after clean-up-token --purge-allChetan Risbud2014-03-111-2/+8
* Sync with OpenStack Swift v1.12.0Luis Pabon2014-02-161-1/+1
* adding error handling to gswauth-cleanup-tokens toolThiago da Silva2014-02-051-4/+25
* Rebase swiftkerbauth imported code with upstreamChetan Risbud2014-01-273-16/+181
* Initial import of the swiftkerbauthChetan Risbud2014-01-215-0/+555
* Sync with OpenStack v1.11.0 Jan 10 2014v1.11.0Luis Pabon2014-01-151-1/+1
* fix error handing in swauth toolsThiago da Silva2014-01-148-40/+117
* Fix bug where admin is able to delete reseller_adminThiago da Silva2014-01-101-21/+69
* fixed gswauth cmd tools to require admin key argumentThiago da Silva2014-01-078-15/+35
* Fix users not able to change their own password/keyPrashanth Pai2014-01-072-15/+66
* Handle ENOSPC on os.close() operationPrashanth Pai2014-01-071-2/+8