openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SQLite
Settings
|
Report Duplicate
1,477
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 32 of 1,737
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Resolve a JNI-side race condition. Removed a now-extraneous struct member. Internal API renaming for consistency.
Stephan Beal
More...
over 1 year ago
Fix an issue with infinity handling by the SUM() function that goes back to the extended-precision SUM() enhancement of check-in [c63e26e705f5e967]. Problem reported by [forum:/forumpost/1c06ddcacc86032a|forum post 1c06ddcacc86032a].
D. Richard Hipp
More...
over 1 year ago
Resolve a condition which could cause an is-interrupted db to call its progress callback.
Stephan Beal
More...
over 1 year ago
Fix the valgrind permutation on this branch.
Dan Kennedy
More...
over 1 year ago
Further JNI cleanups and javadoc additions.
Stephan Beal
More...
over 1 year ago
Lots of javadoc-related tweaks.
Stephan Beal
More...
over 1 year ago
Correct a package renaming bug in the previous check-in and start applying the @Canonical annotation to functions to distinguish canonical API functions and Java-specific APIs.
Stephan Beal
More...
over 1 year ago
Move the JNI annotations into the annotation subpackage.
Stephan Beal
More...
over 1 year ago
Resolve a makefile bug which causes sqlite3-worker1-bundler-friendly.mjs to be built incorrectly. Reported in [forum:a874e435cf4690c1|forum post a874e435cf4690c1].
Stephan Beal
More...
over 1 year ago
Reimplement JNI's sqlite3_value_text() as a native instead of a Java-side proxy. Unrelated minor simplifications.
Stephan Beal
More...
over 1 year ago
Generic cleanups in Tester1.java.
Stephan Beal
More...
over 1 year ago
Remove JNI sqlite3_column_java_object(), as the protection rules of sqlite3_values makes it impossible to implement safely. Add JNI sqlite3_bind_java_object().
Stephan Beal
More...
over 1 year ago
Correct the signature mismatch between JNI sqlite3_column/value_text16() and add related tests.
Stephan Beal
More...
over 1 year ago
Make JNI sqlite3_trace_v2() thread-safe. Re-add a piece removed in [bae4d022aad9b] to work around a JVM crash which is unpredictably triggered by its substitute. Fix the THREADMODE=0 JNI build. Further internal API simplifications.
Stephan Beal
More...
over 1 year ago
Factor out an unnecessary struct member. JNI sqlite3_shutdown() now frees up the various object-recycling bins. Doc touchups.
Stephan Beal
More...
over 1 year ago
Factor out a superfluous JNI class. Doc and code style cleanups.
Stephan Beal
More...
over 1 year ago
JNI code reorgs and simplify the failing-alloc interface a bit.
Stephan Beal
More...
over 1 year ago
Apply the JNI OOM checks to memory returned by JDK APIs, as distinct from our APIs.
Stephan Beal
More...
over 1 year ago
Eliminate a superfluous JNI-internal middle-man class.
Stephan Beal
More...
over 1 year ago
Updates to testrunner.tcl so that it runs "make fuzztest" using multiple jobs.
Dan Kennedy
More...
over 1 year ago
Whether or not OOM is always fatal in JNI is now a compile-time option.
Stephan Beal
More...
over 1 year ago
Correct a string length misuse in JNI sqlite3_result_error() in an OOM case. Unrelated minor JNI cleanups.
Stephan Beal
More...
over 1 year ago
Remove a bunch of commented-out debug output.
Stephan Beal
More...
over 1 year ago
Re-order some out-of-order JNI APIs. Correct JNI sqlite3_open_v2() behavior in a particular OOM condition.
Stephan Beal
More...
over 1 year ago
Two significant typo fixes for [1a30919bfbb686].
Stephan Beal
More...
over 1 year ago
Bind sqlite3_db_handle() to JNI.
Stephan Beal
More...
over 1 year ago
Correct a potential duplicate xDestroy() being triggered for Java-side collations.
Stephan Beal
More...
over 1 year ago
Recycle per-UDF JNI state.
Stephan Beal
More...
over 1 year ago
Code consolidation cleanups.
Stephan Beal
More...
over 1 year ago
Add -sqllog flag to the JNI 'tests' target because it hits APIs which are otherwise not tested.
Stephan Beal
More...
over 1 year ago
←
1
2
…
28
29
30
31
32
33
34
35
36
…
1736
1737
→
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