]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
8 days ago  drhPervent the parser stack from growing to be larger... parser-recursion-limit
8 days ago  stephanAdd api.oo1=0 flag to ext/wasm/GNUmakefile to strip...
8 days ago  drhFix a harmless compiler warning.
10 days ago  stephanRemove an unused struct.
10 days ago  stephanJNI: when validing the eTextRep argument in sqlite3_cre...
10 days ago  stephanReplace the JNI binding's internal use of sqlite3ErrorW...
10 days ago  stephanRandom JS build cleanups and parallel build mkdir race...
10 days ago  stephanReorder initialization of sqlite3ApiBootstrap()'s bowns...
10 days ago  stephanGeneric internal JS cleanups towards improving portabil...
10 days ago  stephanMove sqlite3-api-cleanup.js into post-js-footer.js...
10 days ago  stephanAPI doc typo fix.
11 days ago  drhNew interfaces sqlite3_str_truncate() and sqlite3_str_f...
11 days ago  danIf SQLITE_EXPERIMENTAL_PRAGMA_20251114 is defined at...
11 days ago  stephanSlight restructure of the previous checkin.
11 days ago  stephanIn sqlite3-api-cleanup.js, if no Emscripten module...
11 days ago  stephanRemove a harmless duplicated makefile var assignment...
11 days ago  stephanFix a makefile ordering bug which caused certain builds...
11 days ago  drhFix a harmless compiler warning in testing code.
12 days ago  danA better fix for the issue with RETURNING triggers...
12 days ago  danAdd an OOM test case for the issue with dropping RETURN...
12 days ago  danAdd better test case for the issue with dropping RETURN...
12 days ago  stephanGeneric makefile cleanups and doc updates.
12 days ago  stephanInternal doc fix (renamed file).
12 days ago  stephanJS code reformatting and doc updates. No functional...
12 days ago  stephanAdd the #include -raw flag to ext/wasm/c-pp-lite.c...
12 days ago  drhFix a problem in the EXISTS-to-JOIN optimization (...
12 days ago  stephanmkwasmbuilds.c doc updates. Merge in the parts of ...
12 days ago  stephanTeach c-pp to export its argv as a #define list so...
12 days ago  stephanDoc typo fix reported in [forum:00e49e9aa1|forum post...
12 days ago  stephanMinor doc correction and a JS error message tweak.
13 days ago  stephanClarify that 'pikchr' is not a typo.
2025-11-10  drhImproved concurrency for "make devtest" by splitting...
2025-11-10  danAvoid dropping RETURNING triggers when the schema is...
2025-11-10  danAvoid dropping RETURNING triggers when the schema is... returning-fix
2025-11-10  drhFix a missing va_end() call in the intckMprintf() funct...
2025-11-10  danA more compact fix for the problem first fixed by ...
2025-11-10  danHave sqlite3_set_errmsg() return SQLITE_MISUSE if a...
2025-11-10  stephanReworking of JS internals to support binding of nested...
2025-11-10  drhFix the ".www" command of the CLI so that it works...
2025-11-09  stephanMinor doc typo fix reported in [forum:939d5864df|forum...
2025-11-09  stephanCLI shell: ensure that .dump propagates its error code...
2025-11-09  stephanIn sqlite3.wasm.allocFromTypedArray(), swap the order...
2025-11-07  stephanAdd some UNUSED_PARAMATER()s for the sake of -pedantic...
2025-11-07  drhFix a harmless static-analyzer warning.
2025-11-06  drhGet the sqlite3Hwtime() function working on ARM. Enabl...
2025-11-06  drhImprovements to documentation for stmt_scanstatus inter...
2025-11-05  stephanJNI: doc tweaks. Add missing SQLITE_DBSTATUS_TEMPBUF_SP...
2025-11-05  stephanTEA extension: add --tcl-stubs config flag, defaulting...
2025-11-04  drhRemove stale code from the fileio.c extension.
2025-11-04  stephanMinor wasm build simplifications and extend the JS...
2025-11-04  drhVersion 3.51.0 major-release release version-3.51.0
2025-11-04  stephanConsolidate the three VFS-specific SEE tests into a... wasm-post-3.51
2025-11-04  stephanMove the hard-coded SHELL_OPT makefile values from...
2025-11-04  stephanMerge trunk into wasm-post-3.51 to for some minor confi...
2025-11-03  stephanAdd tests demonstrating [d0e803b90344].
2025-11-03  stephanAdd new file missing from [936990cf067a5ebb] (and subse...
2025-11-03  drhUse the same compile-time options for the CLI in the...
2025-11-03  danAdd new column "cwd" to the jobs table in testrunner...
2025-11-03  drhAdjust the dbstatus2.test module so that it works on...
2025-11-03  drhUpdate test result output from test/dbstatus2.test...
2025-11-03  drhFix the test/speedtest.tcl script so that the CC= comma...
2025-11-03  drhFix a harmless memory leak in the CLI caused by the...
2025-11-02  drhAdd pedantic OOM detection logic to some disused diagno...
2025-11-01  drhUpdate the test/walthread.test testing script so that...
2025-11-01  stephanFix ext/wasm/mkdist.sh to use ./version-info instead...
2025-10-31  drhUpdates to the compile-for-windows.md document. No...
2025-10-31  danDetect some cases of ambiguous column references in...
2025-10-31  drhChange the name of a file-scope constant array in carra...
2025-10-31  drhUpdate the main README.md file to use the robot-safe...
2025-10-31  drhFix the output of ".dump" in the CLI so that the sqlite...
2025-10-30  drhNew assert() statements to help out static analyzers.
2025-10-30  stephanAdd SQLITE_OMIT_WAL checks around some functions to...
2025-10-30  stephanSimplify the EXPORTED_FUNCTIONS lists to use the prepro...
2025-10-30  stephanMerge trunk into the wasm-post-3.51 branch.
2025-10-30  drhFurther improvements the ".dump" command to handle...
2025-10-30  stephanAnother (void), as per [dd6edfc09434].
2025-10-30  stephanAdd (void) to two places for the sake of SQLITE_OMIT_WA...
2025-10-30  stephanwasm: re-add SQLITE_OMIT_WAL to the c-pp-lite build...
2025-10-30  stephanMacro tweaks to get SQLITE_OMIT_WAL building. Remove...
2025-10-30  drhFix a typo and improve wording in README.md
2025-10-30  drhUpdates to the tool/warnings.sh script for better compi...
2025-10-30  drhFix a harmless compiler warning associated with flexarrays.
2025-10-30  drhUpdates to the main README.md file.
2025-10-30  drhFix the CLI ".dump" command so that it does not make...
2025-10-30  drhPrevent a harmless signed integer overflow in the CLI...
2025-10-30  stephanA experiment addressing the embedded-NUL behavior of...
2025-10-30  stephanRemove an OMIT_WAL from the wasm build because it break...
2025-10-29  drhFix a logic error introduced by [cea8bf79e18d55a8]...
2025-10-28  stephanTiny cosmetic tweak to configure script output. No...
2025-10-28  stephanTypo fixes in LICENSE.md from BrickViking.
2025-10-28  drhFix an signed integer overflow problem that can occur...
2025-10-28  drhAdd enhanced resistance to corruption after posix advis...
2025-10-28  drhEnhance the CLI so that it can handle inputs larger...
2025-10-28  drhAdditional comments explaining what unixIsSharingShmNod... broken-lock-defense-1
2025-10-27  drhOmit unnecessary branches from the unixIsSharingShmNode...
2025-10-27  drhThe unixIsSharingShmNode() function should always retur...
2025-10-27  drhImplement an experimental defensive measure to try...
2025-10-27  danFix a minor over-allocation of heap memory in wal.c.
2025-10-27  danFix sanitizer complaints in the regexp extension.
2025-10-26  stephanMerge the OPFS/SEE tests into trunk (where they should...
next