aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* the module path is git.labunix.xyz/krinoLukasz Kasprzak45 hours1-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.10Lukasz Kasprzak3 days1-2/+3
|
* gui module: the plan tab's model, with testsLukasz Kasprzak3 days1-2/+19
|
* config prints and splices one formLukasz Kasprzak3 days1-0/+1
|
* build: VERSION checked for build and install, cross names without v, ↵Lukasz Kasprzak4 days1-13/+11
| | | | dependency gate covers tests and BSDs, tarball install, examples and extractor list tested
* captures keep the name's diacriticsLukasz Kasprzak4 days1-0/+1
|
* plan 9: undo review matches review, --min-age validated, future mtimes, rule ↵Lukasz Kasprzak5 days1-1/+1
| | | | names, conflict enum, dependency gate, absolute tool paths
* plan 8: escape terminal controls in everything krino printsLukasz Kasprzak5 days1-1/+2
|
* plan 8: fuzz decoders; fold ẞ and invalid UTF-8 correctly, refuse ↵Lukasz Kasprzak5 days1-1/+10
| | | | non-UTF-8 paths in krino new
* plan 8: trash refuses unsafe entry names and relative pathsLukasz Kasprzak5 days1-1/+3
|
* plan 8: fuzz the log's escaping and round tripLukasz Kasprzak5 days1-1/+4
|
* go 1.25, toolchain go1.26.8, x/text v0.41.0: fixes GO-2026-5970 and the ↵Lukasz Kasprzak5 days1-3/+3
| | | | reachable stdlib vulnerabilities
* plan 8: threat model, make fuzz, race and vulncheckLukasz Kasprzak5 days1-1/+21
|
* krino: release 0.0.1 — man pages, install, examples, cross and release, ↵v0.0.1Lukasz Kasprzak6 days1-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/checkLukasz Kasprzak8 days1-0/+55