index
:
golite
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-02
src/golite.go: Differentiate InMemory from InMemoryUnsafe
EuAndreh
2
-42
/
+50
2024-10-30
src/golite.go: Use IMMEDIATE transaction for db.Begin()
EuAndreh
2
-3
/
+9
2024-10-29
.gitignore: Normalize according to other go projects
EuAndreh
1
-0
/
+2
2024-10-29
Makefile: Prioritize local version when building and linking
EuAndreh
1
-2
/
+2
2024-10-28
tests/golite.go: Replace `":memory:"` with `InMemory` constant
EuAndreh
1
-39
/
+39
2024-10-28
src/golite.go: Add "InMemory" constant
EuAndreh
1
-0
/
+1
2024-10-27
Makefile: Simplify output of "bench" target dependencies
EuAndreh
1
-2
/
+1
2024-10-20
Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570
EuAndreh
11
-31
/
+31
2024-10-20
Shoehorn project into default golang skeleton structure
EuAndreh
18
-226
/
+238
2024-10-07
.gitignore: Remove .so
EuAndreh
1
-1
/
+0
2024-10-07
Rename golite -> acudego
EuAndreh
10
-81
/
+81
2024-10-07
Makefile: Improve spacing
EuAndreh
1
-14
/
+18
2024-10-07
Makefile: Remove .so from .SUFFIXES
EuAndreh
1
-1
/
+1
2024-10-05
tests/golite.go: Change FTS3/FTS4 tests in favor of FTS5
EuAndreh
1
-15
/
+5
2024-10-05
src/golite.go: Remove most undesirable URI params that Open() handles
EuAndreh
2
-466
/
+41
2024-10-05
src/golite.go: Reify "premises" section with custom build of SQLite (acude)
EuAndreh
2
-11
/
+3
2024-10-05
src/golite.go: Remove other undesirable configurations from Open()
EuAndreh
1
-211
/
+2
2024-10-05
src/golite.go: Add space before "*" pointer marker
EuAndreh
1
-6
/
+6
2024-10-05
Makefile: make "--static" binaries
EuAndreh
1
-1
/
+1
2024-10-05
src/golite.go: Change driverName to "golite" and make it `const`
EuAndreh
7
-68
/
+68
2024-10-05
Makefile: run "fuzz" in "check-integration" target (for 1 second)
EuAndreh
1
-0
/
+1
2024-10-05
Remove support for dynamically loading extensions
EuAndreh
7
-258
/
+1
2024-10-02
Makefile: Store and return bench timing data
EuAndreh
2
-1
/
+6
2024-10-02
tests/functional/streq.c: Explicitly ignore unused `errmsg` argument
EuAndreh
1
-0
/
+1
2024-10-02
Makefile: Setup benchmarking skeleton
EuAndreh
7
-16
/
+104
2024-10-02
Makefile: Add fuzz target setup
EuAndreh
5
-6
/
+74
2024-10-02
tests/golite.go: Add explicit "deps" variable
EuAndreh
1
-7
/
+2
2024-10-01
Turn example files into tests under tests/functional/
EuAndreh
15
-340
/
+372
2024-10-01
tests/golite.go: Enable slow tests
EuAndreh
1
-8
/
+2
2024-10-01
Recover aggregation and collation trampoline, alongside their tests
EuAndreh
2
-7
/
+35
2024-10-01
Remove unwanted fieatures on code and tests
EuAndreh
2
-534
/
+28
2024-10-01
Remove code for modules, vtables, tracing and ad-hoc C functions
EuAndreh
2
-1673
/
+100
2024-10-01
src/golite.go: Update doccomments on Open()
EuAndreh
1
-17
/
+1
2024-10-01
src/golite.go: Use hard-coded value for synchronous PRAGMA
EuAndreh
1
-25
/
+2
2024-10-01
src/golite.go: Remove ~silly~ secure_delete option
EuAndreh
1
-30
/
+0
2024-10-01
src/golite.go: Hard-code the journal_mode WAL choice
EuAndreh
2
-33
/
+8
2024-10-01
src/golite.go: Remove PreUpdateHook leftovers
EuAndreh
1
-27
/
+0
2024-10-01
src/golite.go: Remove errorMsg unused var
EuAndreh
1
-4
/
+0
2024-09-29
Makefile: Add explicit $(cgo.o) dependency to fix the graph
EuAndreh
1
-1
/
+1
2024-09-29
Makefile: Fix $(iCFLAGS) variable name typo
EuAndreh
1
-1
/
+1
2024-09-29
mkdeps.sh: Remove definition of varlist()
EuAndreh
1
-6
/
+0
2024-09-29
Makefile: "var version" -> "const Version"
EuAndreh
1
-1
/
+1
2024-09-12
src/golite.go: Enforce foreign_keys=ON
EuAndreh
2
-61
/
+6
2024-09-12
tests/golite.go: Remove auth-related code and tests
EuAndreh
1
-170
/
+1
2024-09-12
src/golite.go: Re-introduce {commit,rollback,update}HookTrampoline CFFI funct...
EuAndreh
2
-6
/
+33
2024-09-12
tests/golite.go: Use in-memory database on more tests
EuAndreh
1
-5
/
+5
2024-09-07
{src,tests}/golite.go: Remove commented or unused code
EuAndreh
2
-2114
/
+19
2024-09-07
Makefile: Rebuild when "deps.mk" change alongside when Makefile changes
EuAndreh
1
-1
/
+1
2024-09-07
Makefile: Align columns of target dependencies
EuAndreh
1
-4
/
+4
2024-08-15
Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)
EuAndreh
1
-0
/
+2
[next]