summaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-29Makefile: Simplify time file generation on bench taget dependenciesEuAndreh1-2/+1
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-20Makefile: Adapt to latest golang skeletonEuAndreh3-32/+104
2024-10-19{src,tests}/binder.go: Update to latest gobangEuAndreh2-2/+2
2024-09-27Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-08-15Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh1-0/+2
2024-08-15Add src/version.goEuAndreh3-6/+15
2024-08-11Makefile: Simplify a bit compile ruleEuAndreh1-9/+7
2024-08-11src/binder.go: Format and reorder codeEuAndreh1-16/+16
2024-08-08tests/integration.sh: Re-enable and fix testEuAndreh1-1/+3
2024-08-08src/binder.go: Stop exporting functions for testingEuAndreh2-24/+25
2024-08-08tests/integration.sh: Disable tests for nowEuAndreh1-0/+1
2024-08-08src/binder.go: Vendor in copyData()EuAndreh1-3/+9
2024-08-08Makefile: Use "go tool {compile,link}" over "go {build,test}"EuAndreh7-44/+80
2024-08-08rm go.modEuAndreh1-6/+0
2024-08-08src/lib.go: Do not exit on conn errorEuAndreh2-4/+6
2024-07-26tests/integration.sh: Use more specific assertion functionsEuAndreh1-7/+7
2024-07-22src/lib.go: Get CopyData() from gobangEuAndreh2-10/+5
2024-07-22Makefile: Do not mess with glaze.socketEuAndreh1-1/+0
2024-07-22Add integration testsEuAndreh5-2/+237
2024-07-22src/lib.go: Long when start listeningEuAndreh1-3/+9
2024-07-22v0 ImplEuAndreh9-0/+297