| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | the module path is git.labunix.xyz/krino | Lukasz Kasprzak | 45 hours | 1 | -1/+1 |
| | | | | | | | | | | | | So that go install can find it. cgit serves no go-import meta tag, so nginx answers a ?go-get=1 request for /NAME with one pointing at https://git.labunix.xyz/NAME.git; the alternative was carrying a .git suffix through every import line forever. One sed over the imports, both go.mod files, and the dependency gate's whitelist. Nothing else depends on the path. go install works from the next tag, the first release whose go.mod carries it. | ||||
| * | krino-gui(1), README and changelog for 0.0.10v0.0.10 | Lukasz Kasprzak | 3 days | 1 | -2/+3 |
| | | |||||
| * | gui module: the plan tab's model, with tests | Lukasz Kasprzak | 3 days | 1 | -2/+19 |
| | | |||||
| * | config prints and splices one form | Lukasz Kasprzak | 3 days | 1 | -0/+1 |
| | | |||||
| * | build: VERSION checked for build and install, cross names without v, ↵ | Lukasz Kasprzak | 4 days | 1 | -13/+11 |
| | | | | | dependency gate covers tests and BSDs, tarball install, examples and extractor list tested | ||||
| * | captures keep the name's diacritics | Lukasz Kasprzak | 4 days | 1 | -0/+1 |
| | | |||||
| * | plan 9: undo review matches review, --min-age validated, future mtimes, rule ↵ | Lukasz Kasprzak | 5 days | 1 | -1/+1 |
| | | | | | names, conflict enum, dependency gate, absolute tool paths | ||||
| * | plan 8: escape terminal controls in everything krino prints | Lukasz Kasprzak | 5 days | 1 | -1/+2 |
| | | |||||
| * | plan 8: fuzz decoders; fold ẞ and invalid UTF-8 correctly, refuse ↵ | Lukasz Kasprzak | 5 days | 1 | -1/+10 |
| | | | | | non-UTF-8 paths in krino new | ||||
| * | plan 8: trash refuses unsafe entry names and relative paths | Lukasz Kasprzak | 5 days | 1 | -1/+3 |
| | | |||||
| * | plan 8: fuzz the log's escaping and round trip | Lukasz Kasprzak | 5 days | 1 | -1/+4 |
| | | |||||
| * | go 1.25, toolchain go1.26.8, x/text v0.41.0: fixes GO-2026-5970 and the ↵ | Lukasz Kasprzak | 5 days | 1 | -3/+3 |
| | | | | | reachable stdlib vulnerabilities | ||||
| * | plan 8: threat model, make fuzz, race and vulncheck | Lukasz Kasprzak | 5 days | 1 | -1/+21 |
| | | |||||
| * | krino: release 0.0.1 — man pages, install, examples, cross and release, ↵v0.0.1 | Lukasz Kasprzak | 6 days | 1 | -6/+97 |
| | | | | | | | | | | README, changelog Also: undo removes the directories its run created; a hardlink is never a duplicate of its own other name; a flag written before "undo" is honoured; --version prints no leading v. Duplicate conditions with different scopes not sharing an original is documented as a known limitation. | ||||
| * | krino: foundation — sexp reader, config language, init/new/check | Lukasz Kasprzak | 8 days | 1 | -0/+55 |
