]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-09-04  stephanIn JNI routines which set an OutputPointer.value, alway...
2023-09-04  stephanRemove several unnececessary functions.
2023-09-04  stephanMove an internal utility class out of the public Java...
2023-09-04  stephanExpose sqlite3_bind_parameter_name() to JNI. Extend...
2023-09-03  stephanAdd the missing sqlite3_blob_read() to [9a9945c405cf...
2023-09-03  stephanExpose the sqlite3_blob_...() APIs to JNI.
2023-09-03  stephanExpose sqlite3_system_errno() to JNI.
2023-09-03  stephanExpose sqlite3_stmt_status() to JNI.
2023-09-03  stephanExpose sqlite3_randomness() to JNI.
2023-09-03  stephanExpose sqlite3_get/set_auxdata() to JNI.
2023-09-03  stephanExpose sqlite3_get_autocommit() to JNI.
2023-09-03  stephanRemove some unnecessary code.
2023-09-03  stephanAdd a couple more sqlite3_backup tests.
2023-09-03  stephanExport the sqlite3_backup_...() APIs to JNI.
2023-09-03  stephanExport the sqlite3_keyword_...() family of functions...
2023-09-02  stephanAdd sqlite3_config(SQLITE_CONFIG_LOG) support to Java...
2023-09-02  stephanExpose sqlite3_complete() to JNI. Slightly widen the...
2023-09-02  stephanDuplicate code consolidation.
2023-09-02  stephanRemove a superfluous level of indirection in the JNI...
2023-09-02  stephanFurther JNI cleanups.
2023-09-01  stephanAdd a timer to the JS SQLTester app to warn if it appea...
2023-09-01  stephanCorrect a Tester1.java test which inadvertently created...
2023-09-01  stephanMake the JNI-internal metrics opt-in rather than opt...
2023-09-01  stephanMake JNI interfaces of sqlite3_column/value_text()...
2023-09-01  stephanRemove some newly-dead code.
2023-09-01  stephanExpose sqlite3_limit() to JNI and remove the all SQLITE...
2023-09-01  stephanJNI build improvements. Rename a Java class. Get the...
2023-09-01  stephanExpose sqlite3_stmt_explain(), sqlite3_stmt_isexplain...
2023-08-31  stephanExport sqlite3_txn_state() to JNI.
2023-08-31  stephanMinor JNI cleanups.
2023-08-31  stephanAdd convenience overloads of JNI sqlite3_table_column_m...
2023-08-31  stephanExport sqlite3_(db_)free_memory() and sqlite3_table_col...
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...
next