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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to latest project skeleton: i18n and fine-grained fuzzing
HEAD
main
EuAndreh
2025-05-29
21
-36
/
+315
*
meta.capim: Add with :dependencies key
EuAndreh
2025-05-23
1
-0
/
+8
*
Makefile: keep symlinks in "install" target
EuAndreh
2025-01-16
1
-1
/
+1
*
tests/golite.go: Remove global `tdb` and make tests under `TestSuite` indepen...
EuAndreh
2024-11-14
1
-98
/
+111
*
tests/golite.go: Disable TestSuite/TestPreparedStmt for now
EuAndreh
2024-11-14
1
-0
/
+7
*
tests/golite.go: Close all leftover leakage so we can now drop InMemoryUnsae
EuAndreh
2024-11-14
2
-33
/
+32
*
tests/golite.go: Close stmts that were left open
EuAndreh
2024-11-14
1
-5
/
+20
*
tests/golite.go: Start dropping using InMemoryUnsafe
EuAndreh
2024-11-14
1
-20
/
+20
*
src/golite.go: Differentiate InMemory from InMemoryUnsafe
EuAndreh
2024-11-02
2
-42
/
+50
*
src/golite.go: Use IMMEDIATE transaction for db.Begin()
EuAndreh
2024-10-30
2
-3
/
+9
*
.gitignore: Normalize according to other go projects
EuAndreh
2024-10-29
1
-0
/
+2
*
Makefile: Prioritize local version when building and linking
EuAndreh
2024-10-29
1
-2
/
+2
*
tests/golite.go: Replace `":memory:"` with `InMemory` constant
EuAndreh
2024-10-28
1
-39
/
+39
*
src/golite.go: Add "InMemory" constant
EuAndreh
2024-10-28
1
-0
/
+1
*
Makefile: Simplify output of "bench" target dependencies
EuAndreh
2024-10-27
1
-2
/
+1
*
Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570
EuAndreh
2024-10-20
11
-31
/
+31
*
Shoehorn project into default golang skeleton structure
EuAndreh
2024-10-20
18
-226
/
+238
*
.gitignore: Remove .so
EuAndreh
2024-10-07
1
-1
/
+0
*
Rename golite -> acudego
EuAndreh
2024-10-07
10
-81
/
+81
*
Makefile: Improve spacing
EuAndreh
2024-10-07
1
-14
/
+18
*
Makefile: Remove .so from .SUFFIXES
EuAndreh
2024-10-07
1
-1
/
+1
*
tests/golite.go: Change FTS3/FTS4 tests in favor of FTS5
EuAndreh
2024-10-05
1
-15
/
+5
*
src/golite.go: Remove most undesirable URI params that Open() handles
EuAndreh
2024-10-05
2
-466
/
+41
*
src/golite.go: Reify "premises" section with custom build of SQLite (acude)
EuAndreh
2024-10-05
2
-11
/
+3
*
src/golite.go: Remove other undesirable configurations from Open()
EuAndreh
2024-10-05
1
-211
/
+2
*
src/golite.go: Add space before "*" pointer marker
EuAndreh
2024-10-05
1
-6
/
+6
*
Makefile: make "--static" binaries
EuAndreh
2024-10-05
1
-1
/
+1
*
src/golite.go: Change driverName to "golite" and make it `const`
EuAndreh
2024-10-05
7
-68
/
+68
*
Makefile: run "fuzz" in "check-integration" target (for 1 second)
EuAndreh
2024-10-05
1
-0
/
+1
*
Remove support for dynamically loading extensions
EuAndreh
2024-10-05
7
-258
/
+1
*
Makefile: Store and return bench timing data
EuAndreh
2024-10-02
2
-1
/
+6
*
tests/functional/streq.c: Explicitly ignore unused `errmsg` argument
EuAndreh
2024-10-02
1
-0
/
+1
*
Makefile: Setup benchmarking skeleton
EuAndreh
2024-10-02
7
-16
/
+104
*
Makefile: Add fuzz target setup
EuAndreh
2024-10-02
5
-6
/
+74
*
tests/golite.go: Add explicit "deps" variable
EuAndreh
2024-10-02
1
-7
/
+2
*
Turn example files into tests under tests/functional/
EuAndreh
2024-10-01
15
-340
/
+372
*
tests/golite.go: Enable slow tests
EuAndreh
2024-10-01
1
-8
/
+2
*
Recover aggregation and collation trampoline, alongside their tests
EuAndreh
2024-10-01
2
-7
/
+35
*
Remove unwanted fieatures on code and tests
EuAndreh
2024-10-01
2
-534
/
+28
*
Remove code for modules, vtables, tracing and ad-hoc C functions
EuAndreh
2024-10-01
2
-1673
/
+100
*
src/golite.go: Update doccomments on Open()
EuAndreh
2024-10-01
1
-17
/
+1
*
src/golite.go: Use hard-coded value for synchronous PRAGMA
EuAndreh
2024-10-01
1
-25
/
+2
*
src/golite.go: Remove ~silly~ secure_delete option
EuAndreh
2024-10-01
1
-30
/
+0
*
src/golite.go: Hard-code the journal_mode WAL choice
EuAndreh
2024-10-01
2
-33
/
+8
*
src/golite.go: Remove PreUpdateHook leftovers
EuAndreh
2024-10-01
1
-27
/
+0
*
src/golite.go: Remove errorMsg unused var
EuAndreh
2024-10-01
1
-4
/
+0
*
Makefile: Add explicit $(cgo.o) dependency to fix the graph
EuAndreh
2024-09-29
1
-1
/
+1
*
Makefile: Fix $(iCFLAGS) variable name typo
EuAndreh
2024-09-29
1
-1
/
+1
*
mkdeps.sh: Remove definition of varlist()
EuAndreh
2024-09-29
1
-6
/
+0
*
Makefile: "var version" -> "const Version"
EuAndreh
2024-09-29
1
-1
/
+1
[next]