]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-09-10  stephanRoll back [84e38341aeab] because a direct pointer compa... db-client-data
2023-09-06  drhAdd documentation to sqlite3_get/set_clientdata() to...
2023-09-02  stephanOptimize sqlite3_get/set_clientdata() for the presumabl...
2023-08-30  drhUse mutexes to make sqlite3_set_clientdata() and sqlite...
2023-08-30  stephanReplace JNI's per-db-instance state tracking with the...
2023-08-30  drhRemove another unreachable branch in the sqlite3_set_cl...
2023-08-30  drhRemove an unreachable branch, and improve documentation of
2023-08-30  drhFix to the sqlite3_get_clientdata() interface.
2023-08-30  drhNew experimental API for attaching client data to a...
2023-08-30  stephanWhen a JS SQLTester script throws, report the exception...
2023-08-30  stephanAdd a JS implementation of Java's SQLTester.
2023-08-30  stephanAdd a UI, of sorts, to the JS SQLTester. js-tester
2023-08-30  stephanAdd a mechanism with which to import external SQLTester...
2023-08-29  stephanAdd directives support to JS SQLTester comparable to...
2023-08-29  stephanMore fleshing out of JS SQLTester.
2023-08-29  stephanJS SQLTestRunner can now run the Java impl's core-most...
2023-08-29  drhNew conversion letters added to strftime(): %e, %k...
2023-08-29  stephanGet the JS SQLTester command handlers in place sans...
2023-08-29  drhChange the version number to 3.44.0 to begin the next...
2023-08-29  drhAdd support for the CONCAT() and CONCAT_WS() SQL functi...
2023-08-29  stephanGet the basic parsing pieces and command dispatching...
2023-08-29  stephanInit bits of a port of Java's SQLTester to JS. Far...
2023-08-29  danChange a variable from "int" to "i64" to make it easier...
2023-08-29  stephanRemove some dead code. Add a skeleton SQLTester script...
2023-08-28  stephanFactor out a superfluous struct member.
2023-08-28  stephanFurther minor internal JNI simplifications.
2023-08-28  stephanImprove threadability of the JNI collation-related...
2023-08-28  stephanCorrect JNI mapping of collations to be 1-db-to-many...
2023-08-28  danUpdates to testrunner.tcl so that it runs fuzztest...
2023-08-28  danFix the "sdevtest" testrunner.tcl command so that it... testrunner
2023-08-28  danFixes for testrunner.tcl on windows.
2023-08-28  danAnother fix for valgrind permutation. Remove the "copyd...
2023-08-28  stephanRemove a pair of what are arguably unnecessary mutex...
2023-08-28  stephanUpdate tool/mkctimec.tcl to account for [fe7365254d343e].
2023-08-28  drhAdd support for the -DSQLITE_EXTRA_AUTOEXT=name compile...
2023-08-28  stephanDuplicate code consolidation.
2023-08-28  stephanMove a metrics counter so that it can be used to indire...
2023-08-28  stephanResolve a JNI-side race condition. Removed a now-extran...
2023-08-28  drhFix an issue with infinity handling by the SUM() functi...
2023-08-28  stephanResolve a condition which could cause an is-interrupted...
2023-08-28  danFix the valgrind permutation on this branch.
2023-08-28  stephanFurther JNI cleanups and javadoc additions.
2023-08-28  stephanLots of javadoc-related tweaks.
2023-08-28  stephanCorrect a package renaming bug in the previous check...
2023-08-28  stephanMove the JNI annotations into the annotation subpackage.
2023-08-28  stephanResolve a makefile bug which causes sqlite3-worker1...
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  danUpdates to testrunner.tcl so that it runs "make fuzztes...
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...
next