summaryrefslogtreecommitdiff
path: root/internal/rtree/main.go
Commit message (Collapse)AuthorAgeFilesLines
* rtree: add support for multiple URLs per remoteStefan Majewsky2026-06-101-1/+3
| | | | | | | | | This requires changing the index format, which I'm using as an opportunity to: - move from YAML to JSON (so I can maybe kill the YAML parser dependency at some point) - move the index file into standard XDG paths
* convert license headers to SPDX formatStefan Majewsky2025-09-291-17/+2
|
* Save rtree with go 1.20Sandro Jäckel2023-04-171-5/+5
|
* rtree index: reformat remote URLs into their compact formsv2020.1Stefan Majewsky2020-03-301-0/+10
|
* rtree: always store compact remote URLs in the index fileStefan Majewsky2020-03-301-1/+1
| | | | Includes a refactor to use a type RemoteURL with a more natural API.
* rename pkg/ to internal/Stefan Majewsky2020-03-281-0/+171