summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-14parse: Rework to avoid passing around function pointersLuke Shumaker
"Ignore whitespace" is probably essential for viewing this patch.
2022-08-14parse: Fix a bug in the number parserLuke Shumaker
2022-08-14parse: Add a general-purpose parser based on the reencoderLuke Shumaker
2022-08-14cp reencode.go parse.go # [ci-skip]Luke Shumaker
2022-08-13set up as a separate repoLuke Shumaker
2022-08-09wipLuke Shumaker
2022-08-02skip failing lowmemjson testsLuke Shumaker
2022-08-02wipLuke Shumaker
2022-08-02wipLuke Shumaker
2022-08-01overhaul decoder for better error messagesLuke Shumaker
2022-08-01wipLuke Shumaker
2022-08-01decodeConfigLuke Shumaker
2022-08-01wipLuke Shumaker
2022-08-01wipLuke Shumaker
2022-07-31fixLuke Shumaker
2022-07-31better syntax errors for reencoderLuke Shumaker
2022-07-31wip testsLuke Shumaker
2022-07-31wip decodeLuke Shumaker
2022-07-31Ohh, go 1.18 added reflect.Value.fieldbyIndexErrLuke Shumaker
2022-07-31have reencoder.WriteRune return the number of bytes written to outputLuke Shumaker
2022-07-31Integrate reencoding in to the testsLuke Shumaker
2022-07-31implement low-mem json re-encodingLuke Shumaker
2022-07-30Implement low-memory-use JSON encodingLuke Shumaker
2022-07-30Upgrade golangci-lintLuke Shumaker
2022-07-13Move ordered.go to lib/containersLuke Shumaker
Something about this trips a stack overflow in golangci-lint, so upgrade golangci-lint to a commit that fixes this.
2022-07-10Add license and copyright infoLuke Shumaker
2022-07-10Rename the module, mv pkg libLuke Shumaker
2022-07-10Integrate pkg/btrfs/Makefile in to Makefile and .build.ymlLuke Shumaker
2022-07-08Add a Makefile that runs lint and stuffLuke Shumaker