]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-04  danEnsure that logging is only performed for COMMIT operat... bedrock-commit-instr
2024-10-04  danAdd further logging intended for use in analyzing COMMI...
2024-10-03  danAdd logging to help analyze COMMIT performance.
2024-09-30  danMerge the latest trunk enhancements, via the wal2 branc...
2024-09-30  danFix a usan warning in test_hexio.c on this branch.
2024-09-30  danMerge the latest trunk enhancements, including fix...
2024-09-30  danIn fts5, avoid starting a new merge of level L if there...
2024-09-30  drhMerge the latest trunk enhancements into the wal2 branch.
2024-09-28  drhFix the CLI so that the --bom option only outputs a...
2024-09-28  stephanAdd another missing mkdir to the wasm build process.
2024-09-28  stephanComplete a line of documentation which was interrupted...
2024-09-28  stephanwasm: move the makefile-eval-generated fiddle rules...
2024-09-28  stephanEnsure that the temporary build dir is mkdir'd by wasm...
2024-09-28  stephanFor wasm builds: automatically use higher optimization...
2024-09-28  stephanMinor makefile doc fixes. No functional changes.
2024-09-28  stephanMerge wasm-build-rework branch into trunk. Summary...
2024-09-27  stephanFix fiddle build broken by recent build-level reworks... wasm-build-rework
2024-09-27  stephanSquash sign-comparison warnings reported in [forum...
2024-09-26  drhFix a harmless compiler warning in the CLI.
2024-09-26  drhAdd the ext/misc/sqlite3_stdio.c portability interface...
2024-09-26  drhProvide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO... cli-stdlib
2024-09-26  stephanResolve a harmless compiler warning in QNX builds.
2024-09-26  drhClarification of the meaning of the nByte parameter...
2024-09-26  drhFix shell test cases to account for recent additions...
2024-09-25  drhAlways show HTML table headers in ".www" output mode.
2024-09-25  drhAdd the --plain option to the ".www" dot-command.
2024-09-25  drhHave the zipfile and fileio extensions use sqlite3_stdi...
2024-09-25  drhRedirect timer output just like any other text.
2024-09-25  drhImprovements to ".www" and ".output -w" so that text...
2024-09-25  drhAdd the "www" output mode that include <table&gt...
2024-09-25  drhAlways include a UTF-8 BOM at the beginning of the...
2024-09-25  drhFix stray fputs() calls in the CLI.
2024-09-25  drhUse sqlite3_fgets() instead of fgetc() to end the start...
2024-09-25  drhMerge trunk enhancements, and especially the zero-...
2024-09-25  drhIn the CLI, for columnar output formats, try to account...
2024-09-25  drhImprovements to comments on data structures and subrout... variable-width-char
2024-09-24  stephanMinor wasmfs speedtest1 build tweaks. Disable one wasmf...
2024-09-24  drhFix over-length lines in the shell source code.
2024-09-24  drhFix error messages in the shell.
2024-09-24  drhGet fiddle working again on this branch.
2024-09-24  drhPort sqlite3_analyzer.exe to use sqlite3_stdio.
2024-09-24  drhPort sqldiff over to use sqlite3_stdio.
2024-09-24  drhGet output redirection working again in the CLI.
2024-09-24  danFix a memory leak in sqlite3expert.c introduced by...
2024-09-24  drhAdd the sqlite3_stdio.h library for Windows console...
2024-09-24  stephanMinor tweaks in mkwasmbuilds.c.
2024-09-24  stephanWasm build cleanups. Fix the wasm speedtest1 builds...
2024-09-24  danAvoid an error in sqlite3expert if the database has...
2024-09-24  drhUse _wfopen() instead of fopen() on Windows in the...
2024-09-24  drhAlways use fputws() for output to a Windows command...
2024-09-24  drhRemove an ALWAYS() that can sometimes be false, with...
2024-09-24  stephanFurther wasm build cleanups and tweaks. No functional...
2024-09-24  drhIn the CLI, when displaying results in a columnar forma...
2024-09-23  stephanTypo fix in makefile comments.
2024-09-23  stephanwasm: replace much of the eval makefile spaghetti with...
2024-09-23  drhCLI uses only lib-c for I/O on Windows. No calls to...
2024-09-23  danFix a couple of problems with the sessions streaming...
2024-09-23  stephanMerge current trunk into this branch.
2024-09-21  drhAdd the run-fuzzcheck target to the MSVC makefile.
2024-09-21  drhIf the database filename pointer passed to sqlite3_open...
2024-09-20  drhFix comment typo in the fileio.c extension. No changes...
2024-09-20  drhNew assert()s to help verify union access. No logic...
2024-09-19  drhFix harmless compiler warning in the vfstrace extension.
2024-09-19  drhImproved rebustness to malformed UTF-16 inputs to sqlit...
2024-09-19  mistachkinRemove a stray newline.
2024-09-18  drhImprovements to the scope of valueFromFunction().
2024-09-18  danFix the preupdate hook so that it works when the "old...
2024-09-18  drhFix sqlite3-rsync so that it recognizes drive-letters...
2024-09-18  danFix the preupdate hook so that it works when the "old... preupdate-hook-fix
2024-09-17  drhFix harmless static analyzer warning in sqlite3-rsync.
2024-09-17  drhAdd assert() statements to some of the sqlite3_bind...
2024-09-17  drhIn sqlite3-rsync, do not allow the '/' character to...
2024-09-16  drhFix a typo in an error message in sqlite3-rsync.
2024-09-16  drhCleanup the sqlite3-rsync executable as part of "make...
2024-09-16  drhIn sqlite3-rsync,
2024-09-16  drhImproved error message in sqlite3-rsync if the SQL...
2024-09-15  drhProvide more opportunity for the remote side in sqlite3...
2024-09-14  drhMerge subsequent changes to sqlite-rsync that were...
2024-09-14  drhEnhancements to sqlite_dbpage() so that it accepts...
2024-09-14  stephanCLI arg handling robustness improvements. sqlite3-rsync
2024-09-14  drhAdd the --version option.
2024-09-14  drhNew debugging options: --logfile, --errorfile, --remot...
2024-09-14  drhAlways show the -v traffic message even if there are...
2024-09-14  drhAdd the --logfile FILE option for debugging.
2024-09-14  drhImproved error messages coming out of sqlite3-rsync.
2024-09-14  drhMake the output from sqlite3-rsync with a single -v...
2024-09-13  drhMerge sqlite_dbpage fixes into the sqlite3-rsync branch.
2024-09-13  drhBug fix in the enhanced sqlite_dbpage for when truncati... dbpage
2024-09-13  drhFix harmless compiler warning on Windows.
2024-09-13  larrybrClose the db as sqlite3_analyzer exits. (See [forum...
2024-09-13  drhImproved informational output from sqlite3-rsync.
2024-09-13  drhPreveious check-in was actually doing an 8-round Keccak...
2024-09-13  drhChange the hash algorithm from SHA1 to a 6-round Keccak...
2024-09-13  drhFurther enhancement to PTRMAP display in showdb: Show...
2024-09-12  drhBetter initialization of new database files in sqlite3...
2024-09-12  drhEnhancement to the "showdb" utility such that the ...
2024-09-12  stephanAdd RSYNC_OPT to the sqlite3-rsync build flags.
2024-09-12  stephanPort some of the shell's CLI flag-handling code into...
2024-09-12  drhReplica must be in writable_schema mode.
2024-09-12  drhImproved --commcheck. Add the infoMsg() function which...
next