]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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  stephanMove the JNI per-thread cache of NativePointerHolder...
2023-08-22  stephanMove most of the per-JNIEnv global Java class refs...
2023-08-21  stephanMinor JNI cleanups.
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  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...
2023-08-17  stephanTighten up the JNI auto-ext handling.
2023-08-17  stephanMinor internal JNI cleanups and fixes.
2023-08-17  stephanRemove the FIXME markers related to threading. Code...
2023-08-16  drhRefinements to instructions on compiling for Windows.
2023-08-16  drhImproved instructions on how to build SQLite on Windows...
2023-08-16  drhMake sqlite3_stmt_explain() accessible to loadable...
2023-08-16  drhMix the current process ID into the randomness used...
2023-08-16  danUpdate testrunner.tcl to use environment variable ...
2023-08-16  danFix test script problem preventing veryquick.test from...
2023-08-15  stephanCherrypick [00ac653562a6] to remove stray JNI debug...
2023-08-15  stephanCherrypick [653ed92dc391] (went to wrong branch). Doc...
2023-08-15  danUpdate testrunner.tcl to make it easier to add things...
2023-08-15  drhImprove the portability of the src-verify.c tool on...
2023-08-15  danFix problems in fts5 test code.
2023-08-15  drhUse a dodgy substitute if the INFINITY macro is not...
2023-08-15  drhFix the PRAGMA case_sensitive_like command so that...
2023-08-15  danFix an off-by-one error causing a buffer overread in...
2023-08-15  stephanMinor reshaping of Tester1 moving towards making a...
2023-08-14  drhFix the autoconf makefile for the CLI such that it...
2023-08-14  danFix a problem in sqlite3_snapshot_recover() introduced...
2023-08-14  stephanBring handling of the Java auto-ext handler more in...
2023-08-14  drhChange the name of the ".binary" command in the CLI...
2023-08-14  stephanMore work on the JNI-specific mutexes. Rework the Nativ...
2023-08-14  drhFix harmless compiler warnings reported by MSVC.
2023-08-14  drhEnable SEH be default in Windows builds.
2023-08-14  stephanJNI-internal docs and removal of obsolete code.
2023-08-13  stephanInternal API renaming for clarity's sake.
2023-08-13  stephanAdd a mutex for auto-extensions, tied in to the open...
2023-08-13  stephanAdd some docs and metrics for the new mutex internals.
2023-08-13  stephanRemove SQLITE_DEBUG from JNI build.
2023-08-13  stephanAn initial attempt at protecting the JNI global state...
2023-08-12  stephanBind sqlite3_interrupt() and sqlite3_is_interrupted...
2023-08-12  stephanMerge the Java Native Interface (JNI) binding into...
2023-08-12  stephanUpdate wasm's push-testing rule to exclude files which...
2023-08-12  stephanCorrect JNI .jar rules to only include *.java/class... jni
2023-08-12  danFix the mdevtest target so that it works with msvc.
2023-08-12  danFix testrunner.tcl so that it restarts itself using...
2023-08-12  danHave the mdevtest target support the OPTS variable...
2023-08-12  danAdd "mdevtest" target to makefiles. Equivalent to runni...
2023-08-12  stephanMore JNI docs.
2023-08-12  stephanFurther simplifications in the interface of the OutputP...
2023-08-12  stephanTweaks and docs for the OutputPointer family of Java...
2023-08-12  stephanBind sqlite3_db_status() to JNI.
2023-08-12  stephanBind sqlite3_status(64)() to JNI.
2023-08-11  stephanModernize the sqlite3 shell man page a bit, per [forum...
2023-08-11  stephanAdd timing info to SQLTester.
2023-08-11  stephanMerge trunk into jni branch.
2023-08-11  stephanFix a makefile deps problem which caused ext/jni build...
2023-08-11  danIf SQLITE_USE_SEH is defined, handle structured-excepti...
2023-08-11  stephanMinor SQLTester test tweaks and have 'make tester'...
2023-08-11  stephanBind sqlite3_sql() and sqlite3_expanded_sql() to JNI...
2023-08-11  stephanAdd a doc link for the new sqlite3_js_posix_create_file().
2023-08-11  stephanAdd sqlite3.capi.sqlite3_js_posix_create_file() and...
2023-08-11  stephanDeprecate sqlite3_js_vfs_create_file() because, it...
2023-08-11  drhProvide the -DSQLITE_LEGACY_JSON_VALID compile-time...
2023-08-11  drhFix bug in the test case for the previous check-in. legacy-json-valid
2023-08-11  drhUp until version 3.42.0, there was a bug in json_valid...
2023-08-10  stephanMark _all_ JNI binding funcs as synchronized so that...
2023-08-10  stephanWork around jdk8 and jdk19 mangling the C name of sqlit...
2023-08-10  stephanAdd a working dist zip file for the JNI bits.
2023-08-10  stephanInitial pass at 'make dist' rules for the JNI bundle...
2023-08-10  drhNew testcase() macro in the tokenizer, to better docume...
2023-08-10  stephanMerge trunk into jni branch for the newly-relocated...
2023-08-10  stephanMove ext/wasm/version-info.c to tool/ for re-use in...
2023-08-10  danMerge latest trunk changes into this branch. wal-shm-exceptions
2023-08-10  stephanAdd SQLTester --keep-going flag to allow it to continue...
2023-08-10  stephanDocument that auto-extensions registered via JNI will...
2023-08-10  stephanResolve two assertions in the auto-extension JNI which...
2023-08-10  stephanMake test completion status more visible at a glance...
2023-08-10  stephanDisable REQUIRED_PROPERTIES handling in SQLTester,...
2023-08-10  stephanAdd a visual indicator (emoji) to TestScript verbose...
2023-08-10  stephanAdd the current --testcase name to SQLTester --verbose...
2023-08-10  stephanMore SQLTester docs. Add --verbosity command to help...
2023-08-10  stephanGive DbException the option of closing the db to simpli...
2023-08-10  stephanInitial version of REQUIRED_PROPERTIES support for...
next