| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump Go to 1.26, replace errext.As with errors.AsType | Stefan Majewsky | 13 days | 1 | -0/+1 |
| | | |||||
| * | make Account.Headers and Container.Headers thread-safe | Stefan Majewsky | 13 days | 1 | -0/+6 |
| | | | | | | | | | | | For type Object, it is a good tradeoff to not carry a mutex in every instance, since Objects are likely only used in the scope of a particular operation (and thus within an individual goroutine). But Account and Container instances are much more likely to be initialized once on startup and then shared across goroutines, so making them safer to use at the expense of a slight increase in resource usage looks like a good choice. | ||||
| * | v2.2.0v2.2.0 | Stefan Majewsky | 2026-07-17 | 1 | -1/+1 |
| | | |||||
| * | bump all dependencies to their latest versions | Stefan Majewsky | 2026-07-17 | 1 | -0/+1 |
| | | |||||
| * | add Account.ModifyReportedCapabilities | Stefan Majewsky | 2026-07-17 | 1 | -0/+7 |
| | | |||||
| * | v2.1.0v2.1.0 | Stefan Majewsky | 2026-04-19 | 1 | -1/+1 |
| | | |||||
| * | bump all dependencies to their latest versions | Stefan Majewsky | 2026-04-19 | 1 | -0/+1 |
| | | |||||
| * | change module path to go.xyrillian.de/schwift/v2 | Stefan Majewsky | 2026-04-19 | 1 | -0/+7 |
| | | |||||
| * | v2.0.0v2.0.0 | Stefan Majewsky | 2024-07-08 | 1 | -1/+1 |
| | | |||||
| * | add ctx argument to Account.Capabilities | Stefan Majewsky | 2024-07-08 | 1 | -0/+8 |
| | | |||||
| * | v1.3.0v1.3.0 | Stefan Majewsky | 2023-10-25 | 1 | -1/+1 |
| | | |||||
| * | add Method, Target to type UnexpectedStatusCodeError | Stefan Majewsky | 2023-10-23 | 1 | -0/+9 |
| | | |||||
| * | v1.2.0v1.2.0 | Stefan Majewsky | 2022-10-28 | 1 | -2/+7 |
| | | |||||
| * | Generate digest preferable with sha2, then sha512 and fallback to insecure sha1 | Sandro Jäckel | 2022-10-28 | 1 | -0/+6 |
| | | |||||
| * | v1.1.0v1.1.0 | Stefan Majewsky | 2022-02-07 | 1 | -1/+1 |
| | | |||||
| * | changelog for previous commit | Stefan Majewsky | 2022-02-07 | 1 | -0/+10 |
| | | |||||
| * | v1.0.0v1.0.0 | Stefan Majewsky | 2021-05-28 | 1 | -0/+6 |
