openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
libsql
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
4 days
ago. based on code collected
4 days
ago.
Mar 31, 2025 — Mar 31, 2026
Showing page 90 of 1,084
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
JNI: add sqlite3_blob_write() overload which accepts a java.nio.ByteBuffer. Cleanups in adjacent code.
stephan
More...
over 2 years ago
JNI: add sqlite3_column_nio_buffer() and sqlite3_value_nio_buffer() using an only-slightly roundabout approach to creating properly-sized ByteBuffer objects.
stephan
More...
over 2 years ago
bottomless: make WAL checksums work across matching endianness
Piotr Sarna
More...
over 2 years ago
Merge pull request #607 from Horusiath/libsql-execute-batch
Lucio Franco
More...
over 2 years ago
Merge pull request #612 from tursodatabase/embedded-replica-reset
Lucio Franco
More...
over 2 years ago
Merge branch 'main' into embedded-replica-reset
Lucio Franco
More...
over 2 years ago
Update libsql/src/local/database.rs
Lucio Franco
More...
over 2 years ago
JNI: add sqlite3_result_nio_buffer() and tests. Discover that we cannot create sensible sqlite3_column_nio_buffer() or sqlite3_value_nio_buffer() counterparts because of ByteBuffer interface limitations.
stephan
More...
over 2 years ago
run cargo fmt
ad hoc
More...
over 2 years ago
test embedded replica reset.
ad hoc
More...
over 2 years ago
reset embedded replica on incompatible log.
ad hoc
More...
over 2 years ago
Merge pull request #611 from tursodatabase/lucio/prepare-0.22.1
Lucio Franco
More...
over 2 years ago
server: prepare v0.22.1 release
Lucio Franco
More...
over 2 years ago
Merge pull request #609 from tursodatabase/replica-restart
Lucio Franco
More...
over 2 years ago
Cure many warnings from gcc, clang and CL.exe.
larrybr
More...
over 2 years ago
test replica restart
ad hoc
More...
over 2 years ago
JNI: add sqlite3_bind_nio_buffer() and initial tests for binding ByteBuffer objects as blobs on JVMs which have JNI support for nio buffers.
stephan
More...
over 2 years ago
Gracefully shutdown http services
ad hoc
More...
over 2 years ago
Add new fts5 API xQueryToken().
dan
More...
over 2 years ago
Fix var-intro after executable code departure from old C.
larrybr
More...
over 2 years ago
Slight cleanup of length-limited strpbrk() replacement, and eliminate strpbrk() call.
larrybr
More...
over 2 years ago
fix namespace reset on imcompatible log
ad hoc
More...
over 2 years ago
Enhance console_io to permit emits limited in various ways, such as valid UTF-8, upto control chars, or with counted limits, all getting away from 0-termination as the sole limit. In CLI, use this capability to avoid certain emit-chars-singly procedures that were breaking up UTF-8 characters. This fixes broken json mode output (on Windows) and (maybe) C-literal-like emits.
larrybr
More...
over 2 years ago
impl column_type
Bartosz Sypytkowski
More...
over 2 years ago
extract sqlite3-parser to its own feature referenced by replication/hrana
Bartosz Sypytkowski
More...
over 2 years ago
added database connection execute batch support
Bartosz Sypytkowski
More...
over 2 years ago
Add sqlite3_x86.exe unversioned binary.
larrybr
More...
over 2 years ago
Use setOutputStream() to designate implicit output for oput{z,f}() emit functions, and use them extensively.
larrybr
More...
over 2 years ago
Write BOM without fwrite(), using sputz() so that if it goes to the console, it is translated "properly".
larrybr
More...
over 2 years ago
Remove SHELL_LEGACY_CONSOLE_IO PP symbol and code it made active. (It is in the repo if ever needed/wanted, but it is just inferior or dead code now.)
larrybr
More...
over 2 years ago
←
1
2
…
86
87
88
89
90
91
92
93
94
…
1083
1084
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree