]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2 days ago  drhMerge all version 3.51.0 enhancements into the begin... begin-concurrent
2 days ago  drhVersion 3.51.0 major-release release version-3.51.0
3 days ago  drhUse the same compile-time options for the CLI in the...
3 days ago  danAdd new column "cwd" to the jobs table in testrunner...
4 days ago  drhAdjust the dbstatus2.test module so that it works on...
4 days ago  drhUpdate test result output from test/dbstatus2.test...
4 days ago  drhFix the test/speedtest.tcl script so that the CC= comma...
4 days ago  drhFix a harmless memory leak in the CLI caused by the...
4 days ago  drhAdd pedantic OOM detection logic to some disused diagno...
5 days ago  stephanMerge trunk into the begin-concurrent branch. devtest...
5 days ago  drhUpdate the test/walthread.test testing script so that...
5 days ago  stephanFix ext/wasm/mkdist.sh to use ./version-info instead...
6 days ago  drhUpdates to the compile-for-windows.md document. No...
6 days ago  danDetect some cases of ambiguous column references in...
6 days ago  drhChange the name of a file-scope constant array in carra...
6 days ago  drhUpdate the main README.md file to use the robot-safe...
7 days ago  drhFix the output of ".dump" in the CLI so that the sqlite...
7 days ago  drhNew assert() statements to help out static analyzers.
7 days ago  stephanAdd SQLITE_OMIT_WAL checks around some functions to...
7 days ago  drhFurther improvements the ".dump" command to handle...
7 days ago  stephanAnother (void), as per [dd6edfc09434].
7 days ago  stephanAdd (void) to two places for the sake of SQLITE_OMIT_WA...
7 days ago  stephanwasm: re-add SQLITE_OMIT_WAL to the c-pp-lite build...
7 days ago  stephanMacro tweaks to get SQLITE_OMIT_WAL building. Remove...
7 days ago  drhFix a typo and improve wording in README.md
7 days ago  drhUpdates to the tool/warnings.sh script for better compi...
7 days ago  drhFix a harmless compiler warning associated with flexarrays.
7 days ago  drhUpdates to the main README.md file.
8 days ago  drhFix the CLI ".dump" command so that it does not make...
8 days ago  drhPrevent a harmless signed integer overflow in the CLI...
8 days ago  stephanRemove an OMIT_WAL from the wasm build because it break...
8 days ago  drhFix a logic error introduced by [cea8bf79e18d55a8]...
9 days ago  stephanTiny cosmetic tweak to configure script output. No...
9 days ago  stephanTypo fixes in LICENSE.md from BrickViking.
9 days ago  drhMerge all the latest trunk enhancements into the begin...
9 days ago  drhFix an signed integer overflow problem that can occur...
10 days ago  drhAdd enhanced resistance to corruption after posix advis...
10 days ago  drhEnhance the CLI so that it can handle inputs larger...
10 days ago  drhAdditional comments explaining what unixIsSharingShmNod... broken-lock-defense-1
10 days ago  drhOmit unnecessary branches from the unixIsSharingShmNode...
10 days ago  drhThe unixIsSharingShmNode() function should always retur...
10 days ago  drhImplement an experimental defensive measure to try...
11 days ago  danFix a minor over-allocation of heap memory in wal.c.
11 days ago  drhMerge all the latest trunk enhancements into the begin...
11 days ago  danFix sanitizer complaints in the regexp extension.
11 days ago  stephanMerge the OPFS/SEE tests into trunk (where they should...
11 days ago  stephanA better/cleaner fix for [1c80ff88c0ce].
11 days ago  stephanc-pp-lite: Fix another newline-related off-by-one which...
12 days ago  stephanDoc typo fix reported in the forum. No code changes.
12 days ago  drhAdd the SQLITE_FCNTL_FILESTAT file control and the...
12 days ago  drhRename the file control to SQLITE_FCNTL_FILESTAT. ... file-info
12 days ago  drhFix a bug in sqlite_file_info() output: It was showing...
12 days ago  drhNew --normal option for the ".open" command in the...
12 days ago  drhAdd additional information about unix file descriptors...
12 days ago  drhAdjust unixPosixAdvisorLocks() to use redirectable...
12 days ago  drhMerge the CLI deduceDatabaseType fix from trunk.
12 days ago  drhFix the CLI so that it does not try to open what might...
12 days ago  drhAdditional information about the unixShm shown.
12 days ago  drhDo not attempt to show posix-advisory-locking status...
12 days ago  drhThe sqlite_file_info() function should always return...
13 days ago  drhNew symbolic representation of posix advisory locking...
13 days ago  drhMerge trunk enhancements into the file-info branch.
13 days ago  drhStricter assert() statements on unixShmSystemLock().
13 days ago  drhImprovements to the design of the /proc lock analysis.
13 days ago  stephanMake it particularly clear in the wasm build output...
13 days ago  drhEasier to read /proc lock interpretation.
13 days ago  drhFlesh out the sqlite_file_info() function further,...
13 days ago  drhNew diagnostic SQL function "sqlite_file_info()" and...
13 days ago  stephanFix a duplicate SQLITE_API on sqlite3_carray_bind(...
13 days ago  stephanext/wasm: dependencies fix for parallel builds attempte...
13 days ago  stephanext/wasm/GNUmakefile: (A) When using a custom sqlite3...
13 days ago  drhFix [4e713558f6c6ea3d] so that it supports separate...
13 days ago  stephanDocument minor discrepancies in how sqlite3_bind_pointe...
13 days ago  stephanMake explicit that sqlite3_bind_pointer() and sqlite3_c...
13 days ago  drhUpdate the MSVC makefile for the amalgamation distribution.
13 days ago  drhEnhance the tokenizer so that it is able to deal with...
2025-10-24  drhIn the CLI, improved error messages on input errors...
2025-10-24  drhLimit the size of --hexdb files in the CLI to 2 billion...
2025-10-23  drhAdditional defenses against over-sized inputs in the...
2025-10-23  drhFix a faulty error message in the ext/misc/fileio.c...
2025-10-22  drhAdjust some of the markdown in the LICENSE.md file...
2025-10-21  stephanBack out [b144f875d6bddce6] and remove the former check...
2025-10-19  drhReduce the maximum size of LIKE and GLOB patterns in...
2025-10-18  drhUse 64-bit memory allocations everywhere in the expert...
2025-10-18  drhIncrease the range of integer indexes in the the merge...
2025-10-17  drhFix a minor memory leak in the CLI that can occur follo...
2025-10-16  stephanResolve the MacOS-specific build issue reported in...
2025-10-16  danImprove performance of the shell tool ".ar" command...
2025-10-16  drhIn dbpage.c, disable truncation on any update error...
2025-10-16  stephanFix an off-by-one in c-pp-lite.c which could cause...
2025-10-15  stephanMinor JS doc updates. No code changes.
2025-10-15  stephanResolve a valgrind-reported error in ext/wasm/c-pp...
2025-10-15  danImprove performance of the shell tool ".ar" command... ar-performance-improvement
2025-10-15  drhFix memory allocation in the ".table" command of the...
2025-10-14  drhReestablish APIARMOR for the sqlite3_db_status() interface.
2025-10-14  stephanJS/WASM: Expose sqlite3_db_status64(), sqlite3changeset...
2025-10-14  drhAdd the test/testloadext.c loadable extension to test...
2025-10-14  drhAdd the sqlite3_db_status64() interface and the
2025-10-14  drhMake the new sqlite3_db_status64() API accessible to... dbstatus-spill
2025-10-14  stephanFix two links in ext/wasm/README.md.
next