]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-09-26  drhProvide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO... cli-stdlib
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  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  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  drhIn the CLI, when displaying results in a columnar forma...
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-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...
2024-09-12  drhPass the names of both the origin and the replica datab...
2024-09-12  drhAdd a protocol version number to the first message...
2024-09-12  drhAdd sha1() functions to the CLI. Fix sha1b() such...
2024-09-12  drhImproved debugging output.
2024-09-11  drhProgress on the sqlite3-rsync utility. This is an...
2024-09-11  drhDisable the debug-use-only functions sqlite3_mutex_held...
2024-09-10  drhImproved SSH infrastructure. The foundation is now...
2024-09-10  danAlternative implementation of fts5 locale=1 feature...
2024-09-10  danRemove a stray "breakpoint" from a test script. fts5-locale-alternate
2024-09-10  drhInitial infrastructure for the sqlite3-rsync utility...
2024-09-10  danFix a test in fts3corrupt4.test that would fail if...
2024-09-10  danAlternative implementation of fts5 locale=1 feature...
2024-09-10  drhAdd the ability for sqlite_dbpage to truncate the datab...
2024-09-09  danFix an OOM-handling problem affecting locale=1 fts5...
2024-09-09  drhGeneralize the sqlite3_dbpage virtual table so that...
2024-09-09  drhMove the vfstrace extension out of src/ and into ext...
2024-09-09  drhFix dependencies in makefiles to include ext/misc/vfstr... vfstrace
2024-09-09  drhFix harmless compiler warnings in the vfstrace.c extension.
2024-09-09  drhFix harmless compiler warnings in FTS5.
2024-09-09  drhMove the vfstrace extension out of src/ over into ext...
2024-09-07  danFix a problem with fts5 locale=1 tables and UPDATE...
2024-09-07  drhFix an off-by-one error in the routines that bind the...
2024-09-06  danAdd tests for an fts5 NEAR() expression with a single...
2024-09-06  stephanResolve the "No rule to make target '0'" error when...
2024-09-06  drhFix a harmless stray carriage-return character.
2024-09-06  drhIn testrunner.tcl, correctly capture and display inform...
2024-09-06  drhFix harmless compiler warnings.
2024-09-06  drhA testcase() macro added to help ensure that the fix...
2024-09-06  drhClarification and simplification to the README.md file...
next