]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
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  stephanAdd note about the current threading limitation to...
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-15  stephanRemove a piece of stray debug output. No functional...
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  stephanRemove some obsolete, commented-out makefile code....
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.
next