Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 8f109e3 Version 3.8.10 by drh · 10 years ago version-3.8.10
  2. 9b40e47 Remove a faulty assert() statement. by drh · 10 years ago
  3. b0cba4b Have the autoconf package build the shell tool with SQLite linked in statically. by dan · 10 years ago
  4. 0c6ab89 Remove four lines of superfluous code identified by clang scan-build. by drh · 10 years ago
  5. 0a96931 Fix a minor coding inefficiency found during pre-release inspection. by drh · 10 years ago
  6. bfa582a Add #ifdef statements to test_blob.c so that it will build by drh · 10 years ago
  7. 59ba6e8 Spell SQLITE_OMIT_VIRTUALTABLE correctly in a #if in dbstat.c. by drh · 10 years ago
  8. dd14ecb Fix a faulty assert() in the btree part of the "PRAGMA page_size = ?" code. by dan · 10 years ago
  9. b6750b1 Fix a problem in Makefile.in that only comes up on Windows with MinGW. by drh · 10 years ago
  10. 8f70ee0 Fix #ifdef problem in tclsqlite.c. by drh · 10 years ago
  11. a3ab9d0 Automatically enable the dbstat virtual table on all new database by drh · 10 years ago
  12. d1055b1 In the command-line shell, and the ".binary" command and additional by drh · 10 years ago
  13. abbf5dd Add the "dbstat" virtual table as a standard component in the SQLite by drh · 10 years ago
  14. 1a4a680 Rename the test_stat.c source file to dbstat.c and rework the makefiles to by drh · 10 years ago dbstat-in-amalgamation
  15. 84ab953 Include the "dbstat" virtual table in the amalgamation. by drh · 10 years ago
  16. 9af8646 Fix a faulty assert() in the SELECT code generator and add a test case by drh · 10 years ago
  17. 33aa4db Fix a bug in --changeset output for sqldiff.exe for floating-point values. by drh · 10 years ago
  18. 9a9219f Add the --lib option to the sqldiff.exe command-line utility. by drh · 10 years ago
  19. c722cf7 Add the 'y' flag to the fts3/4 matchinfo() function. by dan · 10 years ago
  20. 1a57c17 Improvements to fuzzershell: Avoid excess memory allocations when loading by drh · 10 years ago
  21. 1a51337 Add the ".limit" command to the command-line shell. by drh · 10 years ago
  22. 36b948f Reorganize some multi-threaded code in vdbesort.c so that full MC/DC test coverage does not depend on the outcome of a race condition. by dan · 10 years ago
  23. c049057 Cleanup of the sqlite3StrAccumInit() function. No functionality changes. by drh · 10 years ago
  24. 28f9845 Add the experimental matchinfo 'y' flag to fts3/4. by dan · 10 years ago
  25. c843016 Enhance the fuzzershell --uniquecases option to output results in order of by drh · 10 years ago
  26. b3df0c6 Enhance fuzzershell to accept multiple input files. Add the test/fuzzdata2.txt by drh · 10 years ago
  27. e9c5f97 Fix an assert in RTREE that would fire if the rtree table is misdeclared. by drh · 10 years ago
  28. 929b923 Fix an assert() failure caused by setting "PRAGMA journal_mode=off" on an database in exclusive-mode that has already opened the journal file. by dan · 10 years ago
  29. 5789d1a Remove obselete comment text from the description of the Table object. by drh · 10 years ago
  30. abf5825 Use the sqlite3Fts3ErrMsg() function to set error message text in FTS3, by drh · 10 years ago
  31. 6296a2a Enhance the CLI to initialize the dbstat virtual table if compiled using by drh · 10 years ago
  32. f2db338 Fix a harmless comment typo. by drh · 10 years ago
  33. d154a43 Avoid dropping an error code in test function sqlite3_dbstat_register(). by dan · 10 years ago
  34. 6c98415 Modify the mkfuzzdata1.tcl script so that it retains the culled test vectors by drh · 10 years ago
  35. 6a412b8 Fix signed/unsigned comparison compiler warnings. Add the by drh · 10 years ago
  36. f3cdcdc Use sqlite3_malloc64() in place of sqlite3_malloc() internally. by drh · 10 years ago
  37. b4a91a9 Improved support for OSTRACE on Windows. by drh · 10 years ago
  38. 5824d44 Revise when the sqlite3ErrName() function is defined. by mistachkin · 10 years ago winTest
  39. 0bdef92 Update the test/fuzzdata1.txt file with the latest cases discovered by AFL. by drh · 10 years ago
  40. d68d1f4 Fix an assert() failure that could occur if the internal sqlite3_rename_parent() SQL scalar function was invoked directly. by dan · 10 years ago
  41. bd6789e Fix sqlite3VdbeMakeWritable() to always clear the MEM_Ephem flag. by drh · 10 years ago
  42. 5fb7125 Shift the Mem.pScopyFrom pointer in the correct direction in OP_Move. by drh · 10 years ago
  43. 06d8337 Add code to the shell to optionally initialize the dbstat virtual table. by drh · 10 years ago stat-vtab-in-shell
  44. 42c0a2b Fix comment typos. No code changes. by drh · 10 years ago
  45. 4d35c41 Add a TCL script that can be run to generate the fuzzdata1.txt file. by drh · 10 years ago
  46. 995f8b9 Add fault-injection tests for the code in test_stat.c. by dan · 10 years ago
  47. a30c158 Update the fuzzer test data after having run it through afl-cmin to remove by drh · 10 years ago
  48. b3f3d64 Fix compiler warnings in sqldiff. by drh · 10 years ago
  49. 375d9b1 Update the AFL fuzzer data with newly discovered paths. by drh · 10 years ago
  50. 7c84c02 Fuzzershell: change the error summary output to work with releasetest.tcl. by drh · 10 years ago
  51. f332071 Add the fuzzoomtest target to the makefiles. Invoke fuzzoomtest from by drh · 10 years ago
  52. f89aa47 Fix an obscure memory leak that could follow an OOM in where.c. by dan · 10 years ago
  53. be5248f In fuzzershell: (1) comment fixes. (2) Set and clear g.zTestName[] correctly. by drh · 10 years ago
  54. 0ee751f In the fuzzershell, always invoke the trace and log callbacks even if output by drh · 10 years ago
  55. 9a9705d Do not send the extra ";" and "\000" tokens to the parser if a prior error by drh · 10 years ago
  56. 9f18f74 Add fflush() calls to fuzzershell to keep stderr and stdout synchronized. by drh · 10 years ago
  57. 048810b Add the --oom option to fuzzershell. by drh · 10 years ago
  58. 61a0d6b Fix fuzzershell so that it works with SQLITE_OMIT_TRACE. by drh · 10 years ago
  59. 0ef84d0 Add the --with-tcl=DIR option to the test/releasetest.tcl script. by drh · 10 years ago
  60. 8ea5eca Run fuzzershell as part of the valgrindtest makefile target. by drh · 10 years ago
  61. f1e1736 Add the fuzztest target to the MSVC makefile. by drh · 10 years ago
  62. e1a71a5 Add AFL-generated test cases in the test/fuzzdata1.txt file. Automatically by drh · 10 years ago
  63. 875bafa Add the --unique-cases option to fuzzershell. by drh · 10 years ago
  64. 1cbb7fa Fuzzershell enhancements: (1) Add the --verbose and --quiet flags by drh · 10 years ago
  65. 41148f8 Fix a faulty assert() in the "AS" alias resolution logic of the parser. by drh · 10 years ago
  66. 00808de Improvement to "ID" formatting on the ".selecttrace 0x1ff" debugging function. by drh · 10 years ago
  67. 38f2024 Fix a problem causing the fts3 integrity-check to fail if run inside a transaction. by dan · 10 years ago
  68. 0ba5108 Improved filtering of input for fuzzershell for modes other than generic. by drh · 10 years ago
  69. 3fb2cc1 Change the printf, strftime, and glob modes of fuzzershell so that they by drh · 10 years ago
  70. 318d38c When compiling for UAP, link against the new minimal MSVC runtime. by mistachkin · 10 years ago
  71. 1cb50c8 Alternative fix for the double-initialization of type and collating sequence by drh · 10 years ago
  72. dfb5e1c Make sure the datatype and collating sequence of transients tables are by drh · 10 years ago
  73. 4640835 Ensure that tables names are dequoted exactly once by the trigger logic. by dan · 10 years ago
  74. be360e1 Fix a memory leak in the SELECT code generator tracing logic (code that is by drh · 10 years ago
  75. 4b79bde Fix an obscure problem with "INSERT INTO tbl(cols) SELECT" statements where the SELECT is a compound with an ORDER BY and "cols" is a strict subset of tbl's columns. by dan · 10 years ago
  76. 7c052da Change an assert() in the aggregate query code generator into a testcase(). by drh · 10 years ago
  77. 3c9a073 Fix an fts4 problem to do with the handling of phrases that contain zero tokens. by dan · 10 years ago
  78. b6b676e Fix some identifier name de-quoting issues in the foreign key and trigger logic. by drh · 10 years ago
  79. 60f4e09 Test case for the previous check-in. by drh · 10 years ago
  80. 0f517ea Make sure the whereSplit() routine in the query planner is not confused by drh · 10 years ago
  81. 76f6a13 Enable compilation and VSIX package creation with the Visual Studio 2015 CTP. by mistachkin · 10 years ago
  82. 9985dab Add the --mode option to fuzzershell. by drh · 10 years ago
  83. 4a74d07 Many new configuration options for fuzzershell. by drh · 10 years ago
  84. 4eed053 Fix a memory leak caused by duplicate entries in the sqlite_stat1 table. by dan · 10 years ago
  85. cef2584 Fix an obscure memory leak in sqlite3Stat4ProbeFree() by drh · 10 years ago
  86. f34e9aa Enhance fuzzershell to support multiple blocks of SQL, each run in its own by drh · 10 years ago
  87. b496a8f Add an ALWAYS() around a new branch that was made unreachable by an even by drh · 10 years ago
  88. 19b887e Fix another harmless compiler warning. by mistachkin · 10 years ago
  89. 0311b62 Merge updates from trunk. by mistachkin · 10 years ago
  90. f659cf4 Modify the 'mkvsix' tool itself to support the Visual Studio 2015 CTP. by mistachkin · 10 years ago
  91. 542a176 Fix an off-by-one assert() in the virtual table argument tokenizer. by drh · 10 years ago
  92. 992590b Fix a broken assert() and comparison for INSERT INTO ... SELECT when the by drh · 10 years ago
  93. 7520996 Silently ignore parser stack overflow when parsing a malformed schema in by drh · 10 years ago
  94. 5f1d2fa Fix another assert() that is not true if the database schema is corrupt. by drh · 10 years ago
  95. 8e18922 Fix harmless compiler warnings seen with MSVC 2015. by mistachkin · 10 years ago
  96. 33c59ec Fix a faulty assert in the schema parsing logic. by drh · 10 years ago
  97. 1c89a77 Document the NMAKE_ARGS environment variable as well. by mistachkin · 10 years ago
  98. d0c7305 Fix a potential NULL pointer deference on a corrupt database schema. by drh · 10 years ago
  99. 88eb7fa Improve documentation and comments in the MSVC batch build tool. by mistachkin · 10 years ago
  100. a21f78b Bring comments on the INSERT code generator up-to-date. Fix the INSERT code by drh · 10 years ago