]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
6 hours ago  stephanMerge trunk into the wal2 branch. devtest passes. wal2
7 hours ago  drhUpdate the test/walthread.test testing script so that... master
12 hours ago  stephanFix ext/wasm/mkdist.sh to use ./version-info instead...
33 hours ago  drhUpdates to the compile-for-windows.md document. No...
35 hours ago  danDetect some cases of ambiguous column references in...
36 hours ago  drhChange the name of a file-scope constant array in carra...
37 hours ago  drhUpdate the main README.md file to use the robot-safe...
40 hours ago  drhFix the output of ".dump" in the CLI so that the sqlite...
2 days ago  drhNew assert() statements to help out static analyzers.
2 days ago  stephanAdd SQLITE_OMIT_WAL checks around some functions to...
2 days ago  drhFurther improvements the ".dump" command to handle...
2 days ago  stephanAnother (void), as per [dd6edfc09434].
2 days ago  stephanAdd (void) to two places for the sake of SQLITE_OMIT_WA...
2 days ago  stephanwasm: re-add SQLITE_OMIT_WAL to the c-pp-lite build...
2 days ago  stephanMacro tweaks to get SQLITE_OMIT_WAL building. Remove...
2 days ago  drhFix a typo and improve wording in README.md
2 days ago  drhUpdates to the tool/warnings.sh script for better compi...
2 days ago  drhFix a harmless compiler warning associated with flexarrays.
2 days ago  drhUpdates to the main README.md file.
2 days ago  drhFix the CLI ".dump" command so that it does not make...
2 days ago  drhPrevent a harmless signed integer overflow in the CLI...
3 days ago  stephanRemove an OMIT_WAL from the wasm build because it break...
3 days ago  drhFix a logic error introduced by [cea8bf79e18d55a8]...
4 days ago  stephanTiny cosmetic tweak to configure script output. No...
4 days ago  stephanTypo fixes in LICENSE.md from BrickViking.
4 days ago  drhMerge the latest trunk enhancements into the wal2 branch.
4 days ago  drhFix an signed integer overflow problem that can occur...
4 days ago  drhAdd enhanced resistance to corruption after posix advis...
4 days ago  drhEnhance the CLI so that it can handle inputs larger...
5 days ago  drhAdditional comments explaining what unixIsSharingShmNod... broken-lock-defense-1
5 days ago  drhOmit unnecessary branches from the unixIsSharingShmNode...
5 days ago  drhThe unixIsSharingShmNode() function should always retur...
5 days ago  drhImplement an experimental defensive measure to try...
5 days ago  drhMerge all the latest trunk enhancements into the wal2...
5 days ago  danFix a minor over-allocation of heap memory in wal.c.
5 days ago  danFix sanitizer complaints in the regexp extension.
6 days ago  stephanMerge the OPFS/SEE tests into trunk (where they should...
6 days ago  stephanA better/cleaner fix for [1c80ff88c0ce].
6 days ago  stephanc-pp-lite: Fix another newline-related off-by-one which...
6 days ago  stephanDoc typo fix reported in the forum. No code changes.
7 days ago  drhAdd the SQLITE_FCNTL_FILESTAT file control and the...
7 days ago  drhRename the file control to SQLITE_FCNTL_FILESTAT. ... file-info
7 days ago  drhFix a bug in sqlite_file_info() output: It was showing...
7 days ago  drhNew --normal option for the ".open" command in the...
7 days ago  drhAdd additional information about unix file descriptors...
7 days ago  drhAdjust unixPosixAdvisorLocks() to use redirectable...
7 days ago  drhMerge the CLI deduceDatabaseType fix from trunk.
7 days ago  drhFix the CLI so that it does not try to open what might...
7 days ago  drhAdditional information about the unixShm shown.
7 days ago  drhDo not attempt to show posix-advisory-locking status...
7 days ago  drhThe sqlite_file_info() function should always return...
7 days ago  drhNew symbolic representation of posix advisory locking...
7 days ago  drhMerge trunk enhancements into the file-info branch.
7 days ago  drhStricter assert() statements on unixShmSystemLock().
8 days ago  drhImprovements to the design of the /proc lock analysis.
8 days ago  stephanMake it particularly clear in the wasm build output...
8 days ago  drhEasier to read /proc lock interpretation.
8 days ago  drhFlesh out the sqlite_file_info() function further,...
8 days ago  drhNew diagnostic SQL function "sqlite_file_info()" and...
8 days ago  stephanFix a duplicate SQLITE_API on sqlite3_carray_bind(...
8 days ago  stephanext/wasm: dependencies fix for parallel builds attempte...
8 days ago  stephanext/wasm/GNUmakefile: (A) When using a custom sqlite3...
8 days ago  drhFix [4e713558f6c6ea3d] so that it supports separate...
8 days ago  stephanDocument minor discrepancies in how sqlite3_bind_pointe...
8 days ago  stephanMake explicit that sqlite3_bind_pointer() and sqlite3_c...
8 days ago  drhUpdate the MSVC makefile for the amalgamation distribution.
8 days ago  drhEnhance the tokenizer so that it is able to deal with...
8 days ago  drhIn the CLI, improved error messages on input errors...
8 days ago  drhLimit the size of --hexdb files in the CLI to 2 billion...
9 days ago  drhAdditional defenses against over-sized inputs in the...
9 days ago  drhFix a faulty error message in the ext/misc/fileio.c...
11 days ago  drhAdjust some of the markdown in the LICENSE.md file...
11 days ago  stephanBack out [b144f875d6bddce6] and remove the former check...
13 days ago  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.
2025-10-14  drhExtra defenses against integer overflow in the decimal...
2025-10-14  stephanAdd a section to ext/wasm/README.md about the dependenc...
2025-10-14  stephanFix a makefile typo which caused a build directory...
2025-10-14  drhMerge all the latest trunk enhancements into the dbstat...
2025-10-13  danAvoid integer overflows (a) when dealing with zeroblob...
2025-10-13  drhFix a bug in concat_ws() in which an initial empty...
2025-10-13  drhEnable CLI documentation for .imposter
2025-10-12  drhFix broken hyperlinks in the documentation.
2025-10-12  drhFix order of operations in the OP_Concat operator of...
next