]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
3 hours ago  stephanAdd some UNUSED_PARAMATER()s for the sake of -pedantic... master
3 hours ago  drhFix a harmless static-analyzer warning.
25 hours ago  drhGet the sqlite3Hwtime() function working on ARM. Enabl...
26 hours ago  drhImprovements to documentation for stmt_scanstatus inter...
2 days ago  stephanJNI: doc tweaks. Add missing SQLITE_DBSTATUS_TEMPBUF_SP...
2 days ago  stephanTEA extension: add --tcl-stubs config flag, defaulting...
2 days ago  drhRemove stale code from the fileio.c extension.
2 days ago  stephanMinor wasm build simplifications and extend the JS...
2 days ago  drhVersion 3.51.0 major-release release version-3.51.0
3 days ago  stephanConsolidate the three VFS-specific SEE tests into a... wasm-post-3.51
3 days ago  stephanMove the hard-coded SHELL_OPT makefile values from...
3 days ago  stephanMerge trunk into wasm-post-3.51 to for some minor confi...
3 days ago  stephanAdd tests demonstrating [d0e803b90344].
3 days ago  stephanAdd new file missing from [936990cf067a5ebb] (and subse...
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  drhUpdate the test/walthread.test testing script so that...
6 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...
7 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  stephanSimplify the EXPORTED_FUNCTIONS lists to use the prepro...
7 days ago  stephanMerge trunk into the wasm-post-3.51 branch.
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  stephanA experiment addressing the embedded-NUL behavior of...
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.
10 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...
11 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  danFix sanitizer complaints in the regexp extension.
11 days ago  stephanMerge the OPFS/SEE tests into trunk (where they should...
11 days ago  stephanDemonstrate the opfs-sahpool VFS with SEE.
11 days ago  stephanAdd a test which uses SEE via the "opfs" VFS. "opfs...
11 days ago  stephanMerge trunk into the wasm-post-3.51 branch.
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...
13 days ago  drhAdditional information about the unixShm shown.
13 days ago  drhDo not attempt to show posix-advisory-locking status...
13 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  stephanRandom tiny tweaks in internal JS and flesh out the...
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...
2025-10-24  stephanMake explicit that sqlite3_bind_pointer() and sqlite3_c...
2025-10-24  drhUpdate the MSVC makefile for the amalgamation distribution.
2025-10-24  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...
next