]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
13 days ago  stephanRe-add the (still) unsupported and (still 100%) unteste... sqlite3-node.mjs
13 days ago  stephanTeach c-pp to export its argv as a #define list so...
2025-11-13  stephanDoc typo fix reported in [forum:00e49e9aa1|forum post...
2025-11-13  stephanMinor doc correction and a JS error message tweak.
2025-11-12  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...
2025-10-26  stephanDemonstrate the opfs-sahpool VFS with SEE.
2025-10-26  stephanAdd a test which uses SEE via the "opfs" VFS. "opfs...
2025-10-26  stephanMerge trunk into the wasm-post-3.51 branch.
2025-10-26  stephanA better/cleaner fix for [1c80ff88c0ce].
2025-10-26  stephanc-pp-lite: Fix another newline-related off-by-one which...
2025-10-26  stephanDoc typo fix reported in the forum. No code changes.
2025-10-25  drhAdd the SQLITE_FCNTL_FILESTAT file control and the...
2025-10-25  drhRename the file control to SQLITE_FCNTL_FILESTAT. ... file-info
2025-10-25  drhFix a bug in sqlite_file_info() output: It was showing...
2025-10-25  drhNew --normal option for the ".open" command in the...
2025-10-25  drhAdd additional information about unix file descriptors...
2025-10-25  drhAdjust unixPosixAdvisorLocks() to use redirectable...
2025-10-25  drhMerge the CLI deduceDatabaseType fix from trunk.
2025-10-25  drhFix the CLI so that it does not try to open what might...
2025-10-25  drhAdditional information about the unixShm shown.
2025-10-25  drhDo not attempt to show posix-advisory-locking status...
2025-10-25  drhThe sqlite_file_info() function should always return...
2025-10-25  drhNew symbolic representation of posix advisory locking...
2025-10-25  drhMerge trunk enhancements into the file-info branch.
2025-10-25  drhStricter assert() statements on unixShmSystemLock().
2025-10-24  drhImprovements to the design of the /proc lock analysis.
2025-10-24  stephanRandom tiny tweaks in internal JS and flesh out the...
2025-10-24  stephanMake it particularly clear in the wasm build output...
2025-10-24  drhEasier to read /proc lock interpretation.
2025-10-24  drhFlesh out the sqlite_file_info() function further,...
2025-10-24  drhNew diagnostic SQL function "sqlite_file_info()" and...
next