2024-10-04 |
dan | Ensure that logging is only performed for COMMIT operat... bedrock-commit-instr |
commit | commitdiff | tree |
2024-10-04 |
dan | Add further logging intended for use in analyzing COMMI... |
commit | commitdiff | tree |
2024-10-03 |
dan | Add logging to help analyze COMMIT performance. |
commit | commitdiff | tree |
2024-09-30 |
dan | Merge the latest trunk enhancements, via the wal2 branc... |
commit | commitdiff | tree |
2024-09-30 |
dan | Fix a usan warning in test_hexio.c on this branch. |
commit | commitdiff | tree |
2024-09-30 |
dan | Merge the latest trunk enhancements, including fix... |
commit | commitdiff | tree |
2024-09-30 |
dan | In fts5, avoid starting a new merge of level L if there... |
commit | commitdiff | tree |
2024-09-30 |
drh | Merge the latest trunk enhancements into the wal2 branch. |
commit | commitdiff | tree |
2024-09-28 |
drh | Fix the CLI so that the --bom option only outputs a... |
commit | commitdiff | tree |
2024-09-28 |
stephan | Add another missing mkdir to the wasm build process. |
commit | commitdiff | tree |
2024-09-28 |
stephan | Complete a line of documentation which was interrupted... |
commit | commitdiff | tree |
2024-09-28 |
stephan | wasm: move the makefile-eval-generated fiddle rules... |
commit | commitdiff | tree |
2024-09-28 |
stephan | Ensure that the temporary build dir is mkdir'd by wasm... |
commit | commitdiff | tree |
2024-09-28 |
stephan | For wasm builds: automatically use higher optimization... |
commit | commitdiff | tree |
2024-09-28 |
stephan | Minor makefile doc fixes. No functional changes. |
commit | commitdiff | tree |
2024-09-28 |
stephan | Merge wasm-build-rework branch into trunk. Summary... |
commit | commitdiff | tree |
2024-09-27 |
stephan | Fix fiddle build broken by recent build-level reworks... wasm-build-rework |
commit | commitdiff | tree |
2024-09-27 |
stephan | Squash sign-comparison warnings reported in [forum... |
commit | commitdiff | tree |
2024-09-26 |
drh | Fix a harmless compiler warning in the CLI. |
commit | commitdiff | tree |
2024-09-26 |
drh | Add the ext/misc/sqlite3_stdio.c portability interface... |
commit | commitdiff | tree |
2024-09-26 |
drh | Provide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO... cli-stdlib |
commit | commitdiff | tree |
2024-09-26 |
stephan | Resolve a harmless compiler warning in QNX builds. |
commit | commitdiff | tree |
2024-09-26 |
drh | Clarification of the meaning of the nByte parameter... |
commit | commitdiff | tree |
2024-09-26 |
drh | Fix shell test cases to account for recent additions... |
commit | commitdiff | tree |
2024-09-25 |
drh | Always show HTML table headers in ".www" output mode. |
commit | commitdiff | tree |
2024-09-25 |
drh | Add the --plain option to the ".www" dot-command. |
commit | commitdiff | tree |
2024-09-25 |
drh | Have the zipfile and fileio extensions use sqlite3_stdi... |
commit | commitdiff | tree |
2024-09-25 |
drh | Redirect timer output just like any other text. |
commit | commitdiff | tree |
2024-09-25 |
drh | Improvements to ".www" and ".output -w" so that text... |
commit | commitdiff | tree |
2024-09-25 |
drh | Add the "www" output mode that include <table>... |
commit | commitdiff | tree |
2024-09-25 |
drh | Always include a UTF-8 BOM at the beginning of the... |
commit | commitdiff | tree |
2024-09-25 |
drh | Fix stray fputs() calls in the CLI. |
commit | commitdiff | tree |
2024-09-25 |
drh | Use sqlite3_fgets() instead of fgetc() to end the start... |
commit | commitdiff | tree |
2024-09-25 |
drh | Merge trunk enhancements, and especially the zero-... |
commit | commitdiff | tree |
2024-09-25 |
drh | In the CLI, for columnar output formats, try to account... |
commit | commitdiff | tree |
2024-09-25 |
drh | Improvements to comments on data structures and subrout... variable-width-char |
commit | commitdiff | tree |
2024-09-24 |
stephan | Minor wasmfs speedtest1 build tweaks. Disable one wasmf... |
commit | commitdiff | tree |
2024-09-24 |
drh | Fix over-length lines in the shell source code. |
commit | commitdiff | tree |
2024-09-24 |
drh | Fix error messages in the shell. |
commit | commitdiff | tree |
2024-09-24 |
drh | Get fiddle working again on this branch. |
commit | commitdiff | tree |
2024-09-24 |
drh | Port sqlite3_analyzer.exe to use sqlite3_stdio. |
commit | commitdiff | tree |
2024-09-24 |
drh | Port sqldiff over to use sqlite3_stdio. |
commit | commitdiff | tree |
2024-09-24 |
drh | Get output redirection working again in the CLI. |
commit | commitdiff | tree |
2024-09-24 |
dan | Fix a memory leak in sqlite3expert.c introduced by... |
commit | commitdiff | tree |
2024-09-24 |
drh | Add the sqlite3_stdio.h library for Windows console... |
commit | commitdiff | tree |
2024-09-24 |
stephan | Minor tweaks in mkwasmbuilds.c. |
commit | commitdiff | tree |
2024-09-24 |
stephan | Wasm build cleanups. Fix the wasm speedtest1 builds... |
commit | commitdiff | tree |
2024-09-24 |
dan | Avoid an error in sqlite3expert if the database has... |
commit | commitdiff | tree |
2024-09-24 |
drh | Use _wfopen() instead of fopen() on Windows in the... |
commit | commitdiff | tree |
2024-09-24 |
drh | Always use fputws() for output to a Windows command... |
commit | commitdiff | tree |
2024-09-24 |
drh | Remove an ALWAYS() that can sometimes be false, with... |
commit | commitdiff | tree |
2024-09-24 |
stephan | Further wasm build cleanups and tweaks. No functional... |
commit | commitdiff | tree |
2024-09-24 |
drh | In the CLI, when displaying results in a columnar forma... |
commit | commitdiff | tree |
2024-09-23 |
stephan | Typo fix in makefile comments. |
commit | commitdiff | tree |
2024-09-23 |
stephan | wasm: replace much of the eval makefile spaghetti with... |
commit | commitdiff | tree |
2024-09-23 |
drh | CLI uses only lib-c for I/O on Windows. No calls to... |
commit | commitdiff | tree |
2024-09-23 |
dan | Fix a couple of problems with the sessions streaming... |
commit | commitdiff | tree |
2024-09-23 |
stephan | Merge current trunk into this branch. |
commit | commitdiff | tree |
2024-09-21 |
drh | Add the run-fuzzcheck target to the MSVC makefile. |
commit | commitdiff | tree |
2024-09-21 |
drh | If the database filename pointer passed to sqlite3_open... |
commit | commitdiff | tree |
2024-09-20 |
drh | Fix comment typo in the fileio.c extension. No changes... |
commit | commitdiff | tree |
2024-09-20 |
drh | New assert()s to help verify union access. No logic... |
commit | commitdiff | tree |
2024-09-19 |
drh | Fix harmless compiler warning in the vfstrace extension. |
commit | commitdiff | tree |
2024-09-19 |
drh | Improved rebustness to malformed UTF-16 inputs to sqlit... |
commit | commitdiff | tree |
2024-09-19 |
mistachkin | Remove a stray newline. |
commit | commitdiff | tree |
2024-09-18 |
drh | Improvements to the scope of valueFromFunction(). |
commit | commitdiff | tree |
2024-09-18 |
dan | Fix the preupdate hook so that it works when the "old... |
commit | commitdiff | tree |
2024-09-18 |
drh | Fix sqlite3-rsync so that it recognizes drive-letters... |
commit | commitdiff | tree |
2024-09-18 |
dan | Fix the preupdate hook so that it works when the "old... preupdate-hook-fix |
commit | commitdiff | tree |
2024-09-17 |
drh | Fix harmless static analyzer warning in sqlite3-rsync. |
commit | commitdiff | tree |
2024-09-17 |
drh | Add assert() statements to some of the sqlite3_bind... |
commit | commitdiff | tree |
2024-09-17 |
drh | In sqlite3-rsync, do not allow the '/' character to... |
commit | commitdiff | tree |
2024-09-16 |
drh | Fix a typo in an error message in sqlite3-rsync. |
commit | commitdiff | tree |
2024-09-16 |
drh | Cleanup the sqlite3-rsync executable as part of "make... |
commit | commitdiff | tree |
2024-09-16 |
drh | In sqlite3-rsync, |
commit | commitdiff | tree |
2024-09-16 |
drh | Improved error message in sqlite3-rsync if the SQL... |
commit | commitdiff | tree |
2024-09-15 |
drh | Provide more opportunity for the remote side in sqlite3... |
commit | commitdiff | tree |
2024-09-14 |
drh | Merge subsequent changes to sqlite-rsync that were... |
commit | commitdiff | tree |
2024-09-14 |
drh | Enhancements to sqlite_dbpage() so that it accepts... |
commit | commitdiff | tree |
2024-09-14 |
stephan | CLI arg handling robustness improvements. sqlite3-rsync |
commit | commitdiff | tree |
2024-09-14 |
drh | Add the --version option. |
commit | commitdiff | tree |
2024-09-14 |
drh | New debugging options: --logfile, --errorfile, --remot... |
commit | commitdiff | tree |
2024-09-14 |
drh | Always show the -v traffic message even if there are... |
commit | commitdiff | tree |
2024-09-14 |
drh | Add the --logfile FILE option for debugging. |
commit | commitdiff | tree |
2024-09-14 |
drh | Improved error messages coming out of sqlite3-rsync. |
commit | commitdiff | tree |
2024-09-14 |
drh | Make the output from sqlite3-rsync with a single -v... |
commit | commitdiff | tree |
2024-09-13 |
drh | Merge sqlite_dbpage fixes into the sqlite3-rsync branch. |
commit | commitdiff | tree |
2024-09-13 |
drh | Bug fix in the enhanced sqlite_dbpage for when truncati... dbpage |
commit | commitdiff | tree |
2024-09-13 |
drh | Fix harmless compiler warning on Windows. |
commit | commitdiff | tree |
2024-09-13 |
larrybr | Close the db as sqlite3_analyzer exits. (See [forum... |
commit | commitdiff | tree |
2024-09-13 |
drh | Improved informational output from sqlite3-rsync. |
commit | commitdiff | tree |
2024-09-13 |
drh | Preveious check-in was actually doing an 8-round Keccak... |
commit | commitdiff | tree |
2024-09-13 |
drh | Change the hash algorithm from SHA1 to a 6-round Keccak... |
commit | commitdiff | tree |
2024-09-13 |
drh | Further enhancement to PTRMAP display in showdb: Show... |
commit | commitdiff | tree |
2024-09-12 |
drh | Better initialization of new database files in sqlite3... |
commit | commitdiff | tree |
2024-09-12 |
drh | Enhancement to the "showdb" utility such that the ... |
commit | commitdiff | tree |
2024-09-12 |
stephan | Add RSYNC_OPT to the sqlite3-rsync build flags. |
commit | commitdiff | tree |
2024-09-12 |
stephan | Port some of the shell's CLI flag-handling code into... |
commit | commitdiff | tree |
2024-09-12 |
drh | Replica must be in writable_schema mode. |
commit | commitdiff | tree |
2024-09-12 |
drh | Improved --commcheck. Add the infoMsg() function which... |
commit | commitdiff | tree |
next |