]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-08-27  stephanReimplement JNI's sqlite3_value_text() as a native...
2023-08-27  stephanGeneric cleanups in Tester1.java.
2023-08-27  stephanRemove JNI sqlite3_column_java_object(), as the protect...
2023-08-27  stephanCorrect the signature mismatch between JNI sqlite3_colu...
2023-08-27  stephanMake JNI sqlite3_trace_v2() thread-safe. Re-add a piece...
2023-08-27  stephanFactor out an unnecessary struct member. JNI sqlite3_sh...
2023-08-27  stephanFactor out a superfluous JNI class. Doc and code style...
2023-08-27  stephanJNI code reorgs and simplify the failing-alloc interfac...
2023-08-26  stephanApply the JNI OOM checks to memory returned by JDK...
2023-08-26  stephanEliminate a superfluous JNI-internal middle-man class.
2023-08-26  stephanWhether or not OOM is always fatal in JNI is now a...
2023-08-26  stephanCorrect a string length misuse in JNI sqlite3_result_er...
2023-08-26  stephanRemove a bunch of commented-out debug output.
2023-08-26  stephanRe-order some out-of-order JNI APIs. Correct JNI sqlite...
2023-08-26  stephanTwo significant typo fixes for [1a30919bfbb686].
2023-08-26  stephanBind sqlite3_db_handle() to JNI.
2023-08-26  stephanCorrect a potential duplicate xDestroy() being triggere...
2023-08-26  stephanRecycle per-UDF JNI state.
2023-08-26  stephanCode consolidation cleanups.
2023-08-26  stephanAdd -sqllog flag to the JNI 'tests' target because...
2023-08-26  stephanJNI internal cleanups and docs.
2023-08-26  stephanRemove the Java BusyHandler.xDestroy() method - it...
2023-08-26  stephanImprove threading support for all types of JNI-side...
2023-08-25  stephanMove the 3 Java SQLFunction subclasses from inner class...
2023-08-25  stephanMissed a straggler when renaming Java classes in [8ca52...
2023-08-25  stephanHopefully the last major API rename in the JNI bits...
2023-08-25  stephanMore Java API renaming for consistency.
2023-08-25  stephanRe-enable SQLITE_THREADSAFE=0 in the JNI build and...
2023-08-25  stephanCode restructuring. Force SQLITE_THREADSAFE in JNI...
2023-08-25  danRemove incorrect (but harmless) dependency on source...
2023-08-25  stephanOnly build in the JNI-side metrics tracking in SQLITE_D...
2023-08-25  stephanJavadoc and internal API cleanups.
2023-08-25  stephanReplace all of the JNI XyzHook/Handler classes with...
2023-08-25  stephanjavadoc additions.
2023-08-24  stephanRe-frame the incongruous SQLite3Jni.uncacheThread(...
2023-08-24  stephanUpdate some outdated JNI docs and account for a functio...
2023-08-24  stephanDo not pre-allocate sqlite3_aggregate_context() for...
2023-08-24  danAdd doc/testrunner.md, for documenting the testrunner...
2023-08-24  stephanMore code legibility and style improvements in the...
2023-08-24  stephanDoc, code style, and legibility cleanups.
2023-08-24  stephanDoc style fixes.
2023-08-24  stephanAdd a new non-goal to the JNI README.md.
2023-08-24  stephanMerge the jni-threading branch into trunk, eliminating...
2023-08-24  stephanMerge into trunk improvements made to the wasm APIs...
2023-08-24  stephanCorrect JNI layer's misuse of an sqlite3-internal error... jni-threading
2023-08-24  stephanEnsure that db mutex is held when using sqlite3ErrorWit... wasm-post-343
2023-08-24  drhVersion 3.43.0 version-3.43.0
2023-08-24  danChange a variable name in fts5FlushOneHash() to avoid...
2023-08-24  stephanAdd more JNI docs, tests, and a handful of Java-side...
2023-08-23  drhFix typo in the Lemon documentation.
2023-08-23  drhMore changes to documents for GitHub-style markdown.
2023-08-23  drhFix the Markdown in the compile-for-windows.md document...
2023-08-23  stephanJNI cleanups regarding building with certain features...
2023-08-23  stephanRemove unnecessary jclass-type struct members.
2023-08-23  stephanAdd a note to the JNI README explaining why the Java...
2023-08-23  stephanBind sqlite3_preupdate_hook() and friends to JNI.
2023-08-23  drhMinor adjustments to the wording about pull requests...
2023-08-23  stephanBind a subset of sqlite3_config() to JNI: threading...
2023-08-23  drhThe pageOnDirtyList() assertion is too slow even for...
2023-08-23  stephanNumerous minor cleanups and code style conformance...
2023-08-23  stephanImprove C-side exception handling from Java-side UDF...
2023-08-22  stephanMinor Tester1.java cleanups.
2023-08-22  stephanFix Tester1 so that exceptions triggered via threads...
2023-08-22  stephanMore work on the JNI multi-threaded test runner.
2023-08-22  stephanDisassociate JNI db handles from the thread that create...
2023-08-22  stephanCorrect JNI binding of sqlite3_shutdown() to clean...
2023-08-22  stephanJNI internal cleanups and correct two leaked db handles...
2023-08-22  drhFix a harmless memory leak in the sqldiff utility.
2023-08-22  stephanMove the JNI per-thread cache of NativePointerHolder...
2023-08-22  danAdd makefile target "sdevtest" - like "mdevtest" except...
2023-08-22  danUpdate version number in autoconf/tea/configure.ac.
2023-08-22  stephanMove most of the per-JNIEnv global Java class refs...
2023-08-22  danUpdate autoconf/Makefile.msc (by running mkmsvcmin...
2023-08-21  stephanMinor JNI cleanups.
2023-08-21  danFix an undefined integer overflow in fts5.
2023-08-21  drhifdef adjustments so that SQLITE_OMIT_WAL works with...
2023-08-21  drhFix another UBSAN inaccuracy in fuzzcheck.
2023-08-21  drhAddress minor inaccuracies in fuzzcheck and RTREE found...
2023-08-19  stephanJNI cleanups.
2023-08-19  stephanMerge trunk into jni-threading branch.
2023-08-19  stephanJNI doc additions.
2023-08-19  stephanJNI test code cleanups.
2023-08-19  stephanMinor JNI cleanups.
2023-08-19  stephanAdd multi-thread run mode to JNI Tester1. It works...
2023-08-19  stephanReplace JNI::NewStringUTF() for the remaining cases...
2023-08-19  stephanshell.c.in help text typo fix. No functional changes.
2023-08-18  drhRename the decimal_sci() function to decimal_exp().
2023-08-18  danAvoid running test case sort2.2.3 under address-sanitiz...
2023-08-18  stephanImprove exception handling in OpfsDb.importDb().
2023-08-18  stephanExtend the importDb() method of both OPFS VFSes to...
2023-08-18  drhEnhance the CLI and the fuzzcheck utility programs...
2023-08-18  drhEnhance the notes on compiling for Windows11 to explain...
2023-08-17  stephanRemove some obsolete JNI-internal docs.
2023-08-17  drhDo not allow bound parameters in the ON CONFLICT clause...
2023-08-17  danFix an error in documentation comments in fts5.h.
2023-08-17  danAdd extra test to fts5synonym2.test.
2023-08-17  danAdd "Windows-Sanitize" configuration to "testrunner...
2023-08-17  danHave all test names in json101.test start with "json101".
2023-08-17  drhEnable address sanitizer in Makefile.msc by adding...
2023-08-17  drhFix a possible UAF in SEH if an exception occurs at...
next