| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | revamp the Headers API | Stefan Majewsky | 2018-03-11 | 27 | -385/+335 |
| * | add Account.BulkDelete() | Stefan Majewsky | 2018-03-09 | 4 | -41/+330 |
| * | generalize BulkUploadError into BulkError | Stefan Majewsky | 2018-03-08 | 4 | -23/+25 |
| * | add Account.BulkUpload(), BulkUploadError, BulkObjectError | Stefan Majewsky | 2018-03-08 | 3 | -0/+337 |
| * | fix URL computation in Account.Capabilties() | Stefan Majewsky | 2018-03-08 | 1 | -8/+1 |
| * | fix a panic in the error case of Object.Download() | Stefan Majewsky | 2018-03-08 | 1 | -1/+3 |
| * | add struct Capabilities, Account.{,Raw}Capabilities | Stefan Majewsky | 2018-02-26 | 2 | -0/+137 |
| * | add Object.Copy() and Object.Move() | Stefan Majewsky | 2018-02-21 | 2 | -31/+105 |
| * | reorganize code | Stefan Majewsky | 2018-02-19 | 20 | -221/+345 |
| * | introduce Client interface | Stefan Majewsky | 2018-02-19 | 6 | -72/+124 |
| * | test coverage for object upload, download, metadata update | Stefan Majewsky | 2018-02-19 | 5 | -12/+181 |
| * | replace expectError by expectSuccess where possible | Stefan Majewsky | 2018-02-19 | 6 | -45/+42 |
| * | add Object.Download(), DownloadedObject | Stefan Majewsky | 2018-02-19 | 2 | -1/+114 |
| * | initialize .Headers on accounts/containers during GET requests | Stefan Majewsky | 2018-02-19 | 4 | -2/+47 |
| * | remove old cruft | Stefan Majewsky | 2018-02-17 | 1 | -14/+0 |
| * | add test for FieldHTTPTimeReadonly | Stefan Majewsky | 2018-02-17 | 2 | -2/+40 |
| * | generalize cleanup phase of object test | Stefan Majewsky | 2018-02-17 | 2 | -10/+6 |
| * | add Container.Objects(), type ObjectIterator | Stefan Majewsky | 2018-02-17 | 6 | -2/+426 |
| * | Object.upload: generate, validate Content-Length and Etag | Stefan Majewsky | 2018-02-16 | 3 | -6/+91 |
| * | make govet happy | Stefan Majewsky | 2018-02-16 | 1 | -7/+10 |
| * | from the surprising-oversights dept. | Stefan Majewsky | 2018-02-16 | 1 | -3/+4 |
| * | add object lifecycle testcase | Stefan Majewsky | 2018-02-16 | 3 | -6/+69 |
| * | add useProxy() helper function for tests | Stefan Majewsky | 2018-02-16 | 1 | -0/+19 |
| * | fix doc | Stefan Majewsky | 2018-02-16 | 2 | -16/+12 |
| * | prepare ContainerIterator for sharing code with ObjectIterator | Stefan Majewsky | 2018-02-16 | 2 | -92/+163 |
| * | ensure that response body is drained | Stefan Majewsky | 2018-02-11 | 4 | -1/+12 |
| * | sketch out the initial Object API | Stefan Majewsky | 2018-02-10 | 4 | -5/+191 |
| * | add tests for container iterator | Stefan Majewsky | 2018-02-10 | 4 | -27/+208 |
| * | add ObjectHeaders | Stefan Majewsky | 2018-02-08 | 7 | -52/+287 |
| * | adjust example for current API | Stefan Majewsky | 2018-02-07 | 1 | -7/+9 |
| * | implement container listing | Stefan Majewsky | 2018-02-07 | 3 | -6/+305 |
| * | more detailed coverage reporting | Stefan Majewsky | 2018-02-07 | 1 | -1/+1 |
| * | increase test coverage | Stefan Majewsky | 2018-02-07 | 7 | -63/+285 |
| * | finish moving towards new auto-generated Headers implementation | Stefan Majewsky | 2018-02-07 | 12 | -578/+273 |
| * | switch from reflection to code generation | Stefan Majewsky | 2018-02-07 | 11 | -203/+625 |
| * | cleanup | Stefan Majewsky | 2018-02-06 | 1 | -2/+2 |
| * | compactify readme examples | Stefan Majewsky | 2018-02-06 | 1 | -13/+1 |
| * | rewrite the comparison part of the README to be more positive | Stefan Majewsky | 2018-02-05 | 1 | -27/+36 |
| * | link to Godoc | Stefan Majewsky | 2018-02-05 | 1 | -0/+2 |
| * | add type-safe accessors for most container headers | Stefan Majewsky | 2018-02-05 | 2 | -9/+96 |
| * | include subpackages in coverage test | Stefan Majewsky | 2018-02-05 | 1 | -1/+1 |
| * | start-saio.sh: set permissions correctly on first startup | Stefan Majewsky | 2018-02-05 | 1 | -1/+9 |
| * | apparently having a private member is not enough | Stefan Majewsky | 2018-02-05 | 3 | -3/+37 |
| * | redesign the header API | Stefan Majewsky | 2018-02-05 | 16 | -412/+558 |
| * | SAIO gets confused when there are unexpected files in testing/data/ | Stefan Majewsky | 2018-02-05 | 2 | -2/+1 |
| * | add Container | Stefan Majewsky | 2018-02-04 | 7 | -32/+294 |
| * | add tests for metadata | Stefan Majewsky | 2018-02-04 | 4 | -7/+152 |
| * | add Makefile for running tests | Stefan Majewsky | 2018-02-04 | 2 | -0/+25 |
| * | use dedicated Metadata type instead of http.Header | Stefan Majewsky | 2018-02-04 | 3 | -22/+87 |
| * | build HTTP requests without ProviderClient.Request(), make tests work | Stefan Majewsky | 2018-02-04 | 4 | -84/+97 |