index
:
binder
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-10
src/binder.go: Close incoming connection on dial error
EuAndreh
1
-0
/
+1
2024-10-29
.gitignore: Include pattern for cgo
EuAndreh
1
-0
/
+1
2024-10-29
.gitignore: Add pattens for next test artifacts
EuAndreh
1
-1
/
+9
2024-10-29
mkdeps.sh: Fix typo on varlist name
EuAndreh
2
-2
/
+2
2024-10-29
Makefile: Simplify time file generation on bench taget dependencies
EuAndreh
1
-2
/
+1
2024-10-29
Makefile: Prioritize local version when building and linking
EuAndreh
1
-2
/
+2
2024-10-20
Makefile: Adapt to latest golang skeleton
EuAndreh
3
-32
/
+104
2024-10-19
{src,tests}/binder.go: Update to latest gobang
EuAndreh
2
-2
/
+2
2024-09-27
Makefile: "var version" -> "const Version"
EuAndreh
1
-1
/
+1
2024-08-15
Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)
EuAndreh
1
-0
/
+2
2024-08-15
Add src/version.go
EuAndreh
3
-6
/
+15
2024-08-11
Makefile: Simplify a bit compile rule
EuAndreh
1
-9
/
+7
2024-08-11
src/binder.go: Format and reorder code
EuAndreh
1
-16
/
+16
2024-08-08
tests/integration.sh: Re-enable and fix test
EuAndreh
1
-1
/
+3
2024-08-08
src/binder.go: Stop exporting functions for testing
EuAndreh
2
-24
/
+25
2024-08-08
tests/integration.sh: Disable tests for now
EuAndreh
1
-0
/
+1
2024-08-08
src/binder.go: Vendor in copyData()
EuAndreh
1
-3
/
+9
2024-08-08
Makefile: Use "go tool {compile,link}" over "go {build,test}"
EuAndreh
7
-44
/
+80
2024-08-08
rm go.mod
EuAndreh
1
-6
/
+0
2024-08-08
src/lib.go: Do not exit on conn error
EuAndreh
2
-4
/
+6
2024-07-26
tests/integration.sh: Use more specific assertion functions
EuAndreh
1
-7
/
+7
2024-07-22
src/lib.go: Get CopyData() from gobang
EuAndreh
2
-10
/
+5
2024-07-22
Makefile: Do not mess with glaze.socket
EuAndreh
1
-1
/
+0
2024-07-22
Add integration tests
EuAndreh
5
-2
/
+237
2024-07-22
src/lib.go: Long when start listening
EuAndreh
1
-3
/
+9
2024-07-22
v0 Impl
EuAndreh
9
-0
/
+297