index
:
gobang
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/gobang.go: Sort imports
EuAndreh
2025-05-15
1
-1
/
+1
*
Support i18n via gotext(0)
EuAndreh
2025-05-15
1
-1
/
+2
*
Revamp Heredoc(), add fuzz to prevent panics
EuAndreh
2025-05-13
1
-1
/
+57
*
src/gobang.go: Add Heredoc()
EuAndreh
2025-05-10
1
-0
/
+4
*
src/gobang.go: Add ExitIf()
EuAndreh
2025-05-04
1
-0
/
+7
*
src/gobang.go: Properly namespace LogLevel enum values
EuAndreh
2025-05-04
1
-15
/
+15
*
re s/guuid/uuid/g
EuAndreh
2025-05-03
1
-4
/
+4
*
src/gobang.go: Add TMust()
EuAndreh
2025-02-23
1
-0
/
+5
*
src/gobang.go: Add SetT type alongside SetOf() and Contains() functions
EuAndreh
2025-02-23
1
-0
/
+23
*
src/gobang.go: Add simplistic PairT type
EuAndreh
2025-02-17
1
-0
/
+5
*
src/gobang.go: Add simplistic implementation of Map() and Filter()
EuAndreh
2025-02-14
1
-0
/
+24
*
src/gobang.go: Add PanicIf() companion to Must()
EuAndreh
2025-02-11
1
-1
/
+4
*
src/gobang.go: Add generic function Must()
EuAndreh
2025-02-11
1
-0
/
+8
*
src/gobang.go: Add "assertion failed: " prefix to assert error message
EuAndreh
2025-01-25
1
-1
/
+1
*
Add tests for panicky functions
EuAndreh
2025-01-15
1
-7
/
+10
*
src/gobang.go: Add Clamp()
EuAndreh
2024-12-30
1
-0
/
+5
*
src/gobang.go: Deal with nil functions in SomeFnError arguments
EuAndreh
2024-11-02
1
-1
/
+3
*
.gitignore: Include pattern for cgo
EuAndreh
2024-10-31
1
-1
/
+0
*
Add tests for assert functions
EuAndreh
2024-10-17
1
-23
/
+44
*
src/gobang.go: Add WrapErrors()
EuAndreh
2024-10-17
1
-0
/
+19
*
src/gobang.go: ValidSQLTablePrefix() -> ValidateSQLTablePrefix()
EuAndreh
2024-10-13
1
-2
/
+6
*
src/gobang.go: Better error report for TAssertEqualI()
EuAndreh
2024-10-13
1
-1
/
+26
*
s/ErrorIf/TErrorIf/g
EuAndreh
2024-10-06
1
-30
/
+40
*
src/gobang.go: Change Some{,Fn}Error() to receive varargs over array
EuAndreh
2024-10-06
1
-3
/
+3
*
s/AssertEqual/TAssertEqual/g
EuAndreh
2024-09-27
1
-2
/
+2
*
src/gobang.go: Add SQLiteNow const and ValidSQLTablePrefix()
EuAndreh
2024-09-27
1
-1
/
+12
*
src/gobang.go: Turn private sourceInfoSkip const into public SourceInfoSkip v...
EuAndreh
2024-09-27
1
-7
/
+8
*
src/gobang.go: Remove `maxInt` and `MinimumPasswordLength` constants
EuAndreh
2024-09-27
1
-4
/
+0
*
Makefile: make "vesion" public and a `const`
EuAndreh
2024-09-27
1
-1
/
+0
*
src/gobang.go: Increase sourceInfoSkip from 3 to 4
EuAndreh
2024-09-25
1
-1
/
+1
*
src/gobang.go: Put sourceInfo skip level into private const
EuAndreh
2024-09-25
1
-5
/
+6
*
src/gobang.go: Remove return value from Timed() thunk
EuAndreh
2024-09-25
1
-5
/
+2
*
src/gobang.go: Support static and dynamic args in MaeCounter()
EuAndreh
2024-09-25
1
-3
/
+4
*
src/gobang.go: Add Timed()
EuAndreh
2024-09-25
1
-0
/
+31
*
src/gobang.go: Add SomeError() and SomeFnError()
EuAndreh
2024-09-23
1
-0
/
+17
*
Use Hash() from scrypt package
EuAndreh
2024-09-13
1
-339
/
+0
*
Use uuid from guuid package
EuAndreh
2024-09-12
1
-119
/
+5
*
src/gobang.go: Export SetLoggerOutput()
EuAndreh
2024-09-07
1
-2
/
+2
*
src/gobang.go: Add SetLevel()
EuAndreh
2024-09-02
1
-8
/
+12
*
src/gobang.go: Add args to Init() to log
EuAndreh
2024-08-15
1
-4
/
+4
*
Add src/version.go
EuAndreh
2024-08-15
1
-0
/
+1
*
tests/gobang.go: Add tests for most missing functions
EuAndreh
2024-08-08
1
-58
/
+85
*
tests/gobang.go: Add tests to more functions
EuAndreh
2024-08-06
1
-28
/
+15
*
tests/gobang.go: Add tests for Random(), Salt() and Hash()
EuAndreh
2024-08-06
1
-2
/
+4
*
Add tests for UUID functions
EuAndreh
2024-08-06
1
-46
/
+97
*
Start using TestStart() and Testing()
EuAndreh
2024-08-05
1
-79
/
+128
*
Makefile: Build with "go tool compile" and "go tool link"
EuAndreh
2024-08-05
1
-0
/
+0
*
rm src/cmd/main.go
EuAndreh
2024-08-04
1
-7
/
+0
*
rm src/export_test.go
EuAndreh
2024-08-03
1
-3
/
+0
*
src/lib.go: Add CopyData()
EuAndreh
2024-07-22
1
-0
/
+20
[next]