1. 20c0852 last_modified: rfc1123 -> rfc3339MilliNoZ (#81) by jrperritt · 8 years ago
  2. 655245a More specific types for ObjectStorage response object fields (#74) by jrperritt · 8 years ago
  3. 7a0f3e5 Swauth Support (#65) by Joe Topjian · 8 years ago
  4. 9b7b9e6 merge lbaasv2, portsbinding, volumes v2; remove 'rackspace' refs; update docs by jrperritt · 9 years ago
  5. 3d96616 move unit tests into 'testing' directories by jrperritt · 9 years ago
  6. c8f234b Merge branch 'master' into cache-control-objectStore by Rodrigo Lourenco · 9 years ago
  7. 0c9032f centralize auth headers by jrperritt · 9 years ago
  8. d1c7d25 Added cache-control header to objectstore by Rodrigo Lourenco · 9 years ago
  9. 29ae6b3 no naked returns in go; fix auth v3 unit tests by jrperritt · 9 years ago
  10. 3860b51 named return vars by Jon Perritt · 9 years ago
  11. 397ade6 fixes for failing unit tests after changes by Jon Perritt · 9 years ago
  12. fea9073 objectstorage v1 and orchestration v1 struct tags by Jon Perritt · 9 years ago
  13. 852278c v1 object storage error types by Jon Perritt · 9 years ago
  14. a33da23 more error types; RequestOptsBuilder error fixes by Jon Perritt · 9 years ago
  15. 1b22083 remove urls_test.go files by Jon Perritt · 9 years ago
  16. 31b6646 more consistent naming by Jon Perritt · 9 years ago
  17. 3c16647 remove mapstructure from identity,networking,objectstorage,orchestration,pagination by Jon Perritt · 9 years ago
  18. 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
  19. 4fcd3b7 fix parameter name: multiple-manifest -> multipart-manifest by jrperritt · 9 years ago
  20. 05e31e6 don't copy file contents for etag by jrperritt · 9 years ago
  21. 9ad9243 return etag error if checksum and etag aren't equal by jrperritt · 9 years ago
  22. 433cc79 one more 'object create' bug fix by jrperritt · 9 years ago
  23. ca68c9b check for etag header only if resp is not nil by jrperritt · 9 years ago
  24. d200ea3 import path fixes by jrperritt · 9 years ago
  25. e6e8c65 copy content to hash while writing to new buffer by jrperritt · 9 years ago
  26. 046c882 copy reader before making hash by jrperritt · 9 years ago
  27. 56d51e9 add etag header to request object by jrperritt · 9 years ago
  28. f4ff727 debug lines by jrperritt · 9 years ago
  29. 50fc97d make the comment a bit more relevant by Jamie Hannaford · 9 years ago
  30. 52d3076 add explanatory comment by Jamie Hannaford · 9 years ago
  31. 0809623 Add MD5 checksum check to file uploads by Jamie Hannaford · 10 years ago
  32. a2c88b2 fix object storage nil pointer deref error by Jon Perritt · 10 years ago
  33. a69b347 Use a ReadSeeker for upload content and rewind the offset on retries by Brendan ODonnell · 10 years ago
  34. 1d27afa Add Orchestration + ObjectStore HTTP operations by Jamie Hannaford · 10 years ago
  35. c530ba1 Refactor OpenStack services to use default OkCodes by Jamie Hannaford · 10 years ago
  36. 3d0a185 remove need for Pager.PageType by Jon Perritt · 10 years ago
  37. fe5e735 add all pages test on marker-page (containers) by Jon Perritt · 10 years ago
  38. 322a7e6 Object Storage special case. by Ash Wilson · 10 years ago
  39. 59fb6c4 Adjust regexps and do another pass. by Ash Wilson · 10 years ago
  40. 2491b4c Manual follow-on tweaks to get the build green again. by Ash Wilson · 10 years ago
  41. 4bf41a3 openstack/ :knife: perigee by Ash Wilson · 10 years ago
  42. 4f93f8e convert X-Delete-At header from int to time.Time by Jon Perritt · 10 years ago
  43. 28792af add Split field to CreateTempURLOpts for custom URLs by Jon Perritt · 10 years ago
  44. 2b31371 reword CreateTempURLOpts comment by Jon Perritt · 10 years ago
  45. 60af2f6 fix typo: X-Trans-ID -> X-Trans-Id by Jon Perritt · 10 years ago
  46. 9095760 create temp url operation and test by Jon Perritt · 10 years ago
  47. 3828d5a add temp url key fields in GetResult header struct by Jon Perritt · 10 years ago
  48. 59b0ea4 add test for CreateHeader Extract method by Jon Perritt · 10 years ago
  49. 8949d8f added struct fields by Jon Perritt · 10 years ago
  50. a052f35 struct tag '_' -> '-' by Jon Perritt · 10 years ago
  51. 63e7a48 refactored DecodeHeader function to gophercloud package; updated tests by Jon Perritt · 10 years ago
  52. 8c31b2a Extract method for Objects; struct tags: json -> mapstructure by Jon Perritt · 10 years ago
  53. 8314f4e Extract method for Containers by Jon Perritt · 10 years ago
  54. ae06ab7 Extract method for Accounts by Jon Perritt · 10 years ago
  55. 45e3434 Set the Content-Type or OmitContentType option. by Ash Wilson · 10 years ago
  56. 93beae0 Create tests handling an omitted Content-Type header. by Ash Wilson · 10 years ago
  57. 9415ca7 comments on ListOpts and Object by Jon Perritt · 10 years ago
  58. e376fa5 object size: int -> int64 by Jon Perritt · 10 years ago
  59. b5c77d2 Merge pull request #309 from pquerna/allow_304_from_download by Jamie Hannaford · 10 years ago
  60. 9163df2 Allow 304 from download requests by Paul Querna · 10 years ago
  61. 7dc6fe6 ToObjectDownloadParams belongs on DownloadOpts, not ListOpts by Paul Querna · 10 years ago
  62. f7a8e28 add `Err` to `CopyResult` by jrperritt · 10 years ago
  63. ef2d5fc Merge branch 'master' of https://github.com/rackspace/gophercloud into ExtractHeader-method by Jon Perritt · 10 years ago
  64. d50f93e refactor 'ExtractHeader' to 'gophercloud' proper by Jon Perritt · 10 years ago
  65. 9856a34 update comments to reflect change by Jon Perritt · 10 years ago
  66. f9fd95b defer closing body by Jon Perritt · 10 years ago
  67. 4430efa merge in 'DownloadResult' update by Jon Perritt · 10 years ago
  68. 2fb8c10 Merge pull request #276 from jamiehannaford/streaming-downloads by jrperritt · 10 years ago
  69. 10a7ec1 add 'ExtractHeader' method to object storage return types by Jon Perritt · 10 years ago
  70. ee11555 Ensuring that reader is closed after being read by Jamie Hannaford · 10 years ago
  71. c8c73bc Merge pull request #274 from jamiehannaford/result-consistency by Ash Wilson · 10 years ago
  72. aa69b19 Shifting object storage operations to common delete result by Jamie Hannaford · 10 years ago
  73. 2e78486 Updating download function to use reader rather than casting everything into bytes by Jamie Hannaford · 10 years ago
  74. 7e70c40 rackspace object storage acceptance tests fixes by Jon Perritt · 10 years ago
  75. 2b36fa3 openstack object storage acceptance tests fixes by Jon Perritt · 10 years ago
  76. 9a9f5bc Remove extraneous fmt.Printf calls. by Ash Wilson · 10 years ago
  77. 77857dc Remove the `.Provider.` bit. by Ash Wilson · 10 years ago
  78. 0ce24ad rax bulk operations; results update [not working] by Jon Perritt · 10 years ago
  79. 33ed741 rax cdnobjects unit test by Jon Perritt · 10 years ago
  80. a77ba0d rax objects unit test; fix for creating object content by Jon Perritt · 10 years ago
  81. b5c7812 cdn operations; unit test stubs by Jon Perritt · 10 years ago
  82. 457f8ca unit tests for delegated functions; factor out common test http handlers into 'fixtures.go' files by Jon Perritt · 10 years ago
  83. 72e4d2c Rename Result.Headers to Result.Header. by Ash Wilson · 10 years ago
  84. b8b16f8 Base a pagination.PageResult on gophercloud.Result. by Ash Wilson · 10 years ago
  85. d3dc254 Rename Result.Resp to Result.Body. by Ash Wilson · 10 years ago
  86. af26287 Use gophercloud.Result in objectstorage. by Ash Wilson · 10 years ago
  87. 26780d5 'To*String' -> 'To*Query' by Jon Perritt · 10 years ago
  88. 04851d3 consistency updates; struct opts -> interface opts (networking, compute) by Jon Perritt · 10 years ago
  89. d3080ee more objects unit tests by Jon Perritt · 10 years ago
  90. 27caa2f more containers unit tests by Jon Perritt · 10 years ago
  91. e90aced struct opts -> interface opts (object storage) by Jon Perritt · 10 years ago
  92. ea4e301 Objects consistency updates by Jon Perritt · 10 years ago
  93. b346140 Containers update unit tests by Jon Perritt · 10 years ago
  94. 4a59d23 Accounts updated unit tests; common ExtractHeaders method by Jon Perritt · 10 years ago
  95. b2e129d Updating account results to make them more consistent by Jamie Hannaford · 10 years ago
  96. 93209fe Making account files more consistent by Jamie Hannaford · 10 years ago
  97. 22ec479 Changes based on code review by Jamie Hannaford · 10 years ago
  98. c9cdc8f Fixes to object docs and tests by Jamie Hannaford · 10 years ago
  99. 4ff7996 Fixes to object storage docs and tests by Jamie Hannaford · 10 years ago
  100. 496ad13 Modifying test to use new fake service clients by Jamie Hannaford · 10 years ago