index
:
glaze
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
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-10
src/glaze.go: Separate logging from handling
EuAndreh
1
-5
/
+43
2024-11-10
src/glaze.go: Return 404 instead of 500 on missing file
EuAndreh
1
-0
/
+8
2024-11-10
src/glaze.go: Improve spacing of struct braces
EuAndreh
1
-6
/
+6
2024-11-09
src/glaze.go: Turn UUID into string for log
EuAndreh
1
-1
/
+1
2024-11-09
src/glaze.go: Remove leftover println
EuAndreh
1
-1
/
+0
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
Adapt to latest golang Makefile skeleton
EuAndreh
5
-36
/
+112
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
-6
/
+4
2024-08-10
Build with "go tool" and remove uneeded dependencies
EuAndreh
17
-235
/
+648
2024-05-14
Initial implementation
EuAndreh
10
-0
/
+348