| 9 hours ago |
drh | Fix the fileio extension for Windows builds so that... master |
commit | commitdiff | tree | snapshot |
| 45 hours ago |
drh | Fix a harmless compiler warning in test/speedtest1.c. |
commit | commitdiff | tree | snapshot |
| 2 days ago |
drh | Performance improvement in the substr() and length... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
drh | Fix a test case that started failing due to a change... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
dan | Update interrupt2.test to avoid using Tcl_GetCommandInf... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
drh | Help-text and comment fixes in the CLI. Add the output... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
drh | Less error-prone parsing of ".once" options. Fix for... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
drh | Fix testrunner.tcl so that it does not create directori... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
drh | Improved comments explaining the logic, and improved... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
drh | Minor updates to testrunner documentation. |
commit | commitdiff | tree | snapshot |
| 4 days ago |
dan | Run C-language tests in tests/c/ as part of release... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | The sqlite3_str_new() interface never returns NULL... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Bug fix in sqlite3_str_free(): Do not crash if called... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Add support for the analyze() extension function to... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Improve the analyze() extension so that it returns... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Fix harmless compiler warnings seen by MSVC in the... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Add the analyze() SQL function implemented the ext... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Add a missing open_db() call in the new ".dbstat" comma... analyze-sql-func |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Add the .dbstat command to the CLI. |
commit | commitdiff | tree | snapshot |
| 5 days ago |
stephan | On platforms which support ./configure --with-icu-confi... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
dan | Avoid a potentially undefined left-shift in the fts5... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
dan | Handle the case where the name of the constraint in... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Compute the average fanout for b-trees of depth 2 or... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
stephan | Minor doc typo fixes contributed by BrickViking. |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Code simplifications. Return NULL is the specified... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
dan | Handle a special case of a corrupt changeset in sqlite3... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
dan | Have the session module detect some corrupt changesets... corrupt-changeset_fix |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Merge trunk enhancements and fixes into the analyze... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
drh | Various minor tweaks and refinements to the analyze... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
dan | Handle a special case of a corrupt changeset in sqlite3... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Implementation of the analyze() SQL function is now... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Much, but not all, of the report generation is added... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
dan | Ensure c-tests use the locally built sqlite3.h file... c-tests |
commit | commitdiff | tree | snapshot |
| 6 days ago |
dan | In RBU vacuum commands, do as SQLite does and ignore... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Check-in [495e4851d4296b49] breaks the build for Window... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Further fixes and clarifications. Now ready to start... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Further improvements to error messages and robustness. |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Improved error messages and robustness. |
commit | commitdiff | tree | snapshot |
| 6 days ago |
drh | Initial prototype implementation of a new run-time... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
stephan | Minor README typo fix reported off-list by BrickViking. |
commit | commitdiff | tree | snapshot |
| 6 days ago |
stephan | Pass the ICU-related build flags through the 'tclextens... tclextension-icu |
commit | commitdiff | tree | snapshot |
| 6 days ago |
stephan | Tweak 'make tclextension' to pass on any --with-icu... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
drh | Fix typos and inaccuracies in comments. No changes... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
drh | ".prompt" command improvements in the CLI: Guard again... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
drh | Improvements to the prompt_filename() function in the... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
dan | Update test/c/snprintf1.c to test the result of the... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
stephan | Latest upstream jimsh0.c. |
commit | commitdiff | tree | snapshot |
| 8 days ago |
stephan | Doc typo fix which broke the docsrc build, reported... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Bug fix in the revised ".prompt" command of the CLI... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
stephan | Fix a typo which causes .headers to not show up in... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Change the prompt escape design yet again, to use ... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | CLI prompt design change: The escape character is... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Two C-preprocessor macros SQLITE_PS1 and SQLITE_PS2... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Make sqlite3_incomplete() available to extensions. |
commit | commitdiff | tree | snapshot |
| 8 days ago |
stephan | When fiddle terminal mode is enabled, add a link to... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
drh | Fix harmless UB in sqlite3_incomplete(). |
commit | commitdiff | tree | snapshot |
| 8 days ago |
stephan | fiddle: disable jquery.terminal's pre-processing of... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Improvements to the interactive prompt in the CLI: |
commit | commitdiff | tree | snapshot |
| 9 days ago |
dan | Fixes for running C tests on windows. |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Fix harmless compiler warnings. cli-prompt |
commit | commitdiff | tree | snapshot |
| 9 days ago |
dan | Enhance testrunner.tcl to run individual tests written... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Initial test cases for the CLI prompt enhancements. |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Add --reset, --show, and -- options to the ".prompt... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Enhancements to shell_prompt_test() for better testing... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Remove arbitrary limits on the length of CLI prompts... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Fix the \B escape for prompts so that it uses wcwid... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
stephan | Ensure that sqlite3-opfs-async-proxy.js is copied into... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
stephan | Ensure that sqlite3-opfs-async-proxy.js is copied into... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
stephan | A protype of .prompt support in fiddle but its utility... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
stephan | Expose the main /fiddle object to the browser dev conso... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Fix minor issues on Windows. |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Fix prompt for in-memory databases. Fix the continuati... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Replace the former dynamic-continuation prompt logic... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
drh | Add the \B escape for CLI prompts. Change the... cli-prompt-redo |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | The \H escape on a prompt string fills in with... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Merge trunk fixes and enhancements into the cli-prompt... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Improve defenses in QRF against trying to run the same... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
stephan | API doc correction for sqlite3_js_retry_busy(). No... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Use sqlite3_malloc() for memory allocation inside of... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Fix the printf() optimization added at [ccb6b6c4ac21742... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Prototype sqlite3_incomplete() - a variant of sqlite3_c... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Attempt to work around a bug in legacy Microsoft compilers. |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Change a variable name to try to quash a compiler warni... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
stephan | Correct shell result code propagation regression introd... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Improvements to the way \x works so that it can... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | A prototype of code that shows how to expand backslash... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Store the prompts as part of the ShellState object... |
commit | commitdiff | tree | snapshot |
| 10 days ago |
drh | Strip out the legacy dynamic prompt generation. It... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Clean-ups in prompt generation in the CLI. |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Use O_TMPFILE (on systems that support it) to security... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Updates to testrunner.tcl: Shorten the prefix on creat... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Version number to 3.54.0 to begin the next development... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Make use of O_TMPFILE for more secure temporary file... o_tmpfile |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Merge the 3.53.0 release changes into the cli-prompt... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
drh | Version 3.53.0 major-release release version-3.53.0 |
commit | commitdiff | tree | snapshot |
| 11 days ago |
dan | Fix some buffer overreads that might occur in the sessi... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
dan | When generating make.sh for testrunner, correctly quote... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
dan | Fix some buffer overreads that might occur in the sessi... session-fixes |
commit | commitdiff | tree | snapshot |
| 12 days ago |
drh | Fix a buffer overflow bug in a recent check-in, reporte... |
commit | commitdiff | tree | snapshot |
| 13 days ago |
stephan | Fix a few doc typos and inconsistencies. No code changes. |
commit | commitdiff | tree | snapshot |
| next |